1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-01-11 18:10:19 +01:00

bump the number of spawnby in molehills decoration registration

This commit is contained in:
wsor4035 2023-07-09 15:55:06 -04:00
parent c6b1ce5ca5
commit d483c2a1ae

View File

@ -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",
})