mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-05 17:50:34 +02:00
Fixed all indentations in chainsaw.lua
Now using tab to indent lines instead of spaces. Also added jungle tree leaves to the list of diggable leaf nodes to make this up to date with current minetest-technic master branch.
This commit is contained in:
@ -13,6 +13,7 @@ local timber_nodenames={["default:jungletree"] = true,
|
||||
|
||||
if chainsaw_leaves == true then
|
||||
timber_nodenames["default:leaves"] = true
|
||||
timber_nodenames["default:jungleleaves"] = true
|
||||
end
|
||||
|
||||
-- technic_worldgen defines rubber trees if moretrees isn't installed
|
||||
|
Reference in New Issue
Block a user