birch fix!

master
runs 2019-07-05 20:16:12 +02:00
parent 78e0ac0a6b
commit e29ef29c2f
2 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@ minetest.register_node("bamboo:trunk", {
type = "fixed",
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
is_ground_content = false,
groups = {choppy = 3, oddly_breakable_by_hand = 1, flammable = 2, tree = 1},
sounds = default.node_sound_leaves_defaults(),
after_dig_node = function(pos, node, metadata, digger)

View File

@ -219,6 +219,7 @@ minetest.register_node("palm:trunk", {
groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2},
sounds = default.node_sound_wood_defaults(),
paramtype2 = "facedir",
is_ground_content = false,
on_place = minetest.rotate_node,
})