From 00689e19d74c58f09966717cd8ae8c68f1bdf2a2 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 12 May 2022 15:31:20 +0200 Subject: [PATCH] Make apples a bit less common in Thorny Shrubs --- mods/rp_default/mapgen.lua | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mods/rp_default/mapgen.lua b/mods/rp_default/mapgen.lua index dbe7035..980df7a 100644 --- a/mods/rp_default/mapgen.lua +++ b/mods/rp_default/mapgen.lua @@ -1061,7 +1061,7 @@ minetest.register_decoration( deco_type = "schematic", place_on = {"rp_default:dirt_with_grass"}, sidelen = 16, - fill_ratio = 0.0001, + fill_ratio = 0.000033, biomes = {"Thorny Shrubs"}, flags = "place_center_x, place_center_z", schematic = minetest.get_modpath("rp_default") @@ -1069,7 +1069,19 @@ minetest.register_decoration( y_min = -32000, y_max = 32000, }) - +minetest.register_decoration( + { + deco_type = "schematic", + place_on = {"rp_default:dirt_with_grass"}, + sidelen = 16, + fill_ratio = 0.00067, + biomes = {"Thorny Shrubs"}, + flags = "place_center_x, place_center_z", + schematic = minetest.get_modpath("rp_default") + .. "/schematics/rp_default_apple_tree_empty.mts", + y_min = -32000, + y_max = 32000, +}) minetest.register_decoration(