Skip to content

Commit

Permalink
Allow cutting down Ethereal bamboo with chainsaw
Browse files Browse the repository at this point in the history
Adds `ethereal:bamboo` into `timber_nodenames`.

This PR is ready for review.
  • Loading branch information
Emojigit committed Dec 27, 2024
1 parent 32f1d5a commit a4ade3d
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 a4ade3d

Please sign in to comment.