mirror of
https://github.com/minetest-mods/technic.git
synced 2025-11-05 18:05:31 +01: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