mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-09 03:30:34 +02:00
fix chainsaw support for default:pinetree
This commit is contained in:
@ -14,7 +14,7 @@ local timber_nodenames = {
|
|||||||
["default:cactus"] = true,
|
["default:cactus"] = true,
|
||||||
["default:tree"] = true,
|
["default:tree"] = true,
|
||||||
["default:apple"] = true,
|
["default:apple"] = true,
|
||||||
["default:pine"] = true,
|
["default:pinetree"] = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
if chainsaw_leaves then
|
if chainsaw_leaves then
|
||||||
|
Reference in New Issue
Block a user