From d75659757df0ebdf94d1954cc076924fb2d3290e Mon Sep 17 00:00:00 2001 From: 1F616EMO~nya Date: Tue, 31 Dec 2024 23:54:36 +0800 Subject: [PATCH] Allow cutting down Ethereal bamboo with chainsaw (#389) --- technic/tools/chainsaw.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/technic/tools/chainsaw.lua b/technic/tools/chainsaw.lua index bc7e0e83..c14eda83 100644 --- a/technic/tools/chainsaw.lua +++ b/technic/tools/chainsaw.lua @@ -43,6 +43,10 @@ if minetest.get_modpath("trunks") then end end +if minetest.get_modpath("ethereal") then + timber_nodenames["ethereal:bamboo"] = true +end + local S = technic.getter -- Table for saving what was sawed down