mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
fix chainsaw support for default:pinetree
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user