Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix small pine leafdecay: New schematics, new leafdecay radius
Fix small pine leafdecay: New schematics, new leafdecay radius
  • Loading branch information
paramat committed Jan 4, 2019
1 parent 8af8dc4 commit 7fa03c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions mods/default/nodes.lua
Expand Up @@ -2858,12 +2858,6 @@ if minetest.get_mapgen_setting("mg_name") == "v6" then
leaves = {"default:jungleleaves"},
radius = 3,
})
default.register_leafdecay({
trunks = {"default:pine_tree"},
leaves = {"default:pine_needles"},
radius = 3,
})
else
default.register_leafdecay({
trunks = {"default:tree"},
Expand All @@ -2876,14 +2870,14 @@ else
leaves = {"default:jungleleaves"},
radius = 2,
})
default.register_leafdecay({
trunks = {"default:pine_tree"},
leaves = {"default:pine_needles"},
radius = 2,
})
end
default.register_leafdecay({
trunks = {"default:pine_tree"},
leaves = {"default:pine_needles"},
radius = 3,
})
default.register_leafdecay({
trunks = {"default:acacia_tree"},
leaves = {"default:acacia_leaves"},
Expand Down
Binary file modified mods/default/schematics/small_pine_tree.mts
Binary file not shown.
Binary file modified mods/default/schematics/small_pine_tree_from_sapling.mts
Binary file not shown.
Binary file modified mods/default/schematics/snowy_small_pine_tree_from_sapling.mts
Binary file not shown.

0 comments on commit 7fa03c7

Please sign in to comment.