From b29634b3632aebe6c21d035884ed454cfd7ce77a Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 1 Nov 2018 14:43:06 +0000 Subject: change bamboo floor recipe and add bamboo block --- wood.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wood.lua') 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) -- cgit v1.2.3