1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2024-12-22 17:00:26 +01:00

spawn stone monster in permafrost biome

This commit is contained in:
tenplus1 2024-11-06 17:01:58 +00:00
parent 004d7ed31d
commit d86f9253a7

View File

@ -106,7 +106,8 @@ if not mobs.custom_spawn_monster then
mobs:spawn({ mobs:spawn({
name = "mobs_monster:stone_monster", name = "mobs_monster:stone_monster",
nodes = {"default:stone", "default:desert_stone", "default:sandstone"}, nodes = {"default:stone", "default:desert_stone", "default:sandstone",
"default:permafrost_with_stones"},
max_light = 7, max_light = 7,
chance = 7000, chance = 7000,
max_height = 0 max_height = 0