forked from VoxeLibre/VoxeLibre
fix broken tree placement
This commit is contained in:
parent
34b445b04a
commit
e3e06b4a4b
|
@ -16,6 +16,7 @@ local function register_tree_trunk(subname, description_trunk, description_bark,
|
|||
_doc_items_hidden = false,
|
||||
tiles = {tile_inner, tile_inner, tile_bark},
|
||||
paramtype2 = "facedir",
|
||||
on_place = mcl_util.rotate_axis,
|
||||
stack_max = 64,
|
||||
groups = {handy=1,axey=1, tree=1, flammable=2, building_block=1, material_wood=1, fire_encouragement=5, fire_flammability=5},
|
||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||
|
|
Loading…
Reference in New Issue