Skip to content

Commit

Permalink
Allow cutting down Ethereal bamboo with chainsaw (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit authored Dec 31, 2024
1 parent 32f1d5a commit d756597
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions technic/tools/chainsaw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d756597

Please sign in to comment.