mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-14 14:30:44 +01: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:
parent
aa2a55dcdd
commit
9547895d4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user