summaryrefslogtreecommitdiff
path: root/wood.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-11-01 14:43:06 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-11-01 14:43:06 +0000
commitb29634b3632aebe6c21d035884ed454cfd7ce77a (patch)
treeee3aa86bfdee090a2a7981b8ffff1b69f803b35b /wood.lua
parent80bd5dfebfb4b607f8d4aa842934b2b24e9b0f51 (diff)
change bamboo floor recipe and add bamboo block
Diffstat (limited to 'wood.lua')
-rw-r--r--wood.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/wood.lua b/wood.lua
index 3e63846..63d729a 100644
--- a/wood.lua
+++ b/wood.lua
@@ -248,7 +248,7 @@ minetest.register_node("ethereal:bamboo", {
type = "fixed",
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
- groups = {choppy = 3, oddly_breakable_by_hand = 1, flammable = 2, tree = 1},
+ 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)
default.dig_up(pos, node, digger)