mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-01-27 01:40:18 +01:00
Fixed missing facedir on horizontal trunks
This commit is contained in:
parent
bf4d4929f7
commit
ff976f7151
@ -60,6 +60,7 @@ for i in ipairs(trees) do
|
||||
is_ground_content = true,
|
||||
groups = {tree=1,snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
})
|
||||
|
||||
minetest.register_node("moretrees:"..treename.."_planks", {
|
||||
|
Loading…
Reference in New Issue
Block a user