Fix small pine leafdecay: New schematics, new leafdecay radius
authorParamat <paramat@users.noreply.github.com>
Fri, 4 Jan 2019 04:12:07 +0000 (04:12 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Jan 2019 04:12:07 +0000 (04:12 +0000)
Fix small pine leafdecay: New schematics, new leafdecay radius

mods/default/nodes.lua
mods/default/schematics/small_pine_tree.mts
mods/default/schematics/small_pine_tree_from_sapling.mts
mods/default/schematics/snowy_small_pine_tree_from_sapling.mts

index 4d363516fd65dfeb4949eae1c2c3b34649f70c72..cfc48be6931aeacd332955b38539206a2b1d7865 100644 (file)
@@ -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"},
@@ -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"},
index 1b27a84f88287b093a8d9b99ab7d4287b2d224e1..b2832266cad8afee0d4c78db03183a0acbb45e1f 100644 (file)
Binary files a/mods/default/schematics/small_pine_tree.mts and b/mods/default/schematics/small_pine_tree.mts differ
index dc438a9d11e28503f53f2f17c120f422af4d46a2..a1b1170303c4f058fe2bd6dac737bd27eee77082 100644 (file)
Binary files a/mods/default/schematics/small_pine_tree_from_sapling.mts and b/mods/default/schematics/small_pine_tree_from_sapling.mts differ
index 76fe345b131df15ba2350e7236c8c048c9caa168..d017c9e0970a561a54081e09fdd91b19873c7a57 100644 (file)
Binary files a/mods/default/schematics/snowy_small_pine_tree_from_sapling.mts and b/mods/default/schematics/snowy_small_pine_tree_from_sapling.mts differ