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:
Phvli 2014-06-23 22:36:09 +03:00
parent aa2a55dcdd
commit 9547895d4b

View File

@ -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