diff options
-rw-r--r-- | technic/machines/LV/cnc_nodes.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/technic/machines/LV/cnc_nodes.lua b/technic/machines/LV/cnc_nodes.lua index 2440702..6463c62 100644 --- a/technic/machines/LV/cnc_nodes.lua +++ b/technic/machines/LV/cnc_nodes.lua @@ -316,6 +316,13 @@ if minetest.get_modpath("ethereal") then {snappy=2, choppy=2, oddly_breakable_by_hand=2, not_in_creative_inventory=1}, {"redwood_wood.png"}, S("Redwood")) + + -- Glorious bamboo + ------------------- + technic.cnc.register_all("ethereal:bamboo_floor", + {snappy=2, choppy=2, oddly_breakable_by_hand=2, not_in_creative_inventory=1}, + {"bamboo_floor.png"}, + S("Bamboo")) end |