Update 'mods/ethereal/wood.lua'

This commit is contained in:
thunderdog1138 2020-12-09 18:32:13 +00:00
parent 745431c1d5
commit 10ca6c85ec
1 changed files with 1 additions and 2 deletions

View File

@ -248,8 +248,7 @@ minetest.register_node("ethereal:bamboo", {
type = "fixed",
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
-- TODO: add to group:stick
groups = {choppy = 3, oddly_breakable_by_hand = 1, flammable = 2},--tree = 1
groups = {stick = 1, 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)
default.dig_up(pos, node, digger)