mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-13 05:40:34 +02:00
spawn stone monster in permafrost biome
This commit is contained in:
@ -106,7 +106,8 @@ if not mobs.custom_spawn_monster then
|
||||
|
||||
mobs:spawn({
|
||||
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,
|
||||
chance = 7000,
|
||||
max_height = 0
|
||||
|
Reference in New Issue
Block a user