From 62b6245bd1966cfff06c469b0688e3867ce9006d Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Sun, 9 Jul 2023 15:52:28 -0400 Subject: [PATCH] bump spawn by --- molehills/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molehills/init.lua b/molehills/init.lua index 047d749..c682318 100644 --- a/molehills/init.lua +++ b/molehills/init.lua @@ -52,7 +52,7 @@ minetest.register_decoration({ "default:dirt_with_grass" }, spawn_by = "air", - num_spawn_by = 1, + num_spawn_by = 3, deco_type = "simple", flags = "all_floors", })