Add strays to more cold biomes

This commit is contained in:
Sergeant Acoustic 2026-03-03 16:48:06 +00:00
parent 61b4472b91
commit 5efcb654f1
2 changed files with 24 additions and 0 deletions

View file

@ -53,6 +53,20 @@
{"pattern": "worldgen/biome/.*\\.json"}
]
}]
},
{
"pack_type": "server_data",
"patch": "add_stray",
"targets": [{
"namespace": ["minecraft"],
"path": [
"worldgen/biome/frozen_peaks.json",
"worldgen/biome/jagged_peaks.json",
"worldgen/biome/snowy_slopes.json",
"worldgen/biome/grove.json",
"worldgen/biome/snowy_taiga.json"
]
}]
}
]
},

View file

@ -0,0 +1,10 @@
{
"op": "add",
"path": "/spawners/monster/-",
"value": {
"type": "minecraft:stray",
"maxCount": 4,
"minCount": 4,
"weight": 80
}
}