mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
fix chainsaw support for default:pinetree
This commit is contained in:
parent
96788677bb
commit
91e12c41fd
@ -14,7 +14,7 @@ local timber_nodenames = {
|
||||
["default:cactus"] = true,
|
||||
["default:tree"] = true,
|
||||
["default:apple"] = true,
|
||||
["default:pine"] = true,
|
||||
["default:pinetree"] = true,
|
||||
}
|
||||
|
||||
if chainsaw_leaves then
|
||||
|
Loading…
Reference in New Issue
Block a user