From: Paramat Date: Fri, 4 Jan 2019 04:12:07 +0000 (+0000) Subject: Fix small pine leafdecay: New schematics, new leafdecay radius X-Git-Tag: 5.0.0~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7fa03c7a9bf57288375b6f11fba31f2273eb0c7a;p=oweals%2Fminetest_game.git Fix small pine leafdecay: New schematics, new leafdecay radius Fix small pine leafdecay: New schematics, new leafdecay radius --- diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 4d363516..cfc48be6 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -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"}, diff --git a/mods/default/schematics/small_pine_tree.mts b/mods/default/schematics/small_pine_tree.mts index 1b27a84f..b2832266 100644 Binary files a/mods/default/schematics/small_pine_tree.mts and b/mods/default/schematics/small_pine_tree.mts differ diff --git a/mods/default/schematics/small_pine_tree_from_sapling.mts b/mods/default/schematics/small_pine_tree_from_sapling.mts index dc438a9d..a1b11703 100644 Binary files a/mods/default/schematics/small_pine_tree_from_sapling.mts and b/mods/default/schematics/small_pine_tree_from_sapling.mts differ diff --git a/mods/default/schematics/snowy_small_pine_tree_from_sapling.mts b/mods/default/schematics/snowy_small_pine_tree_from_sapling.mts index 76fe345b..d017c9e0 100644 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