From 9aa5d85218f5de2d32782365fb7a1769340d05f4 Mon Sep 17 00:00:00 2001 From: Niklp09 <89982526+Niklp09@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:52:30 +0200 Subject: [PATCH] Reduce reemace spawn chance --- dryplants/reedmace.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dryplants/reedmace.lua b/dryplants/reedmace.lua index 79054c0..d4771ee 100644 --- a/dryplants/reedmace.lua +++ b/dryplants/reedmace.lua @@ -326,7 +326,7 @@ minetest.register_entity("dryplants:reedmace_water_entity",{ minetest.register_decoration({ name = "dryplants:reedmace_swamp", decoration = {"air"}, - fill_ratio = "0.1", + fill_ratio = "0.05", y_min = 1, y_max = 40, place_on = { @@ -375,7 +375,7 @@ minetest.register_decoration({ minetest.register_decoration({ name = "dryplants:reedmace_beach", decoration = {"air"}, - fill_ratio = "0.1", + fill_ratio = "0.05", y_min = 1, y_max = 40, place_on = {