forked from minetest-mods/technic
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