From d483c2a1ae0e5c58616233df8071b532cad60612 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Sun, 9 Jul 2023 15:55:06 -0400 Subject: [PATCH] bump the number of spawnby in molehills decoration registration --- 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", })