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
1 changed files with 1 additions and 1 deletions

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