Add strays to more cold biomes
This commit is contained in:
parent
61b4472b91
commit
5efcb654f1
|
|
@ -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"
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"op": "add",
|
||||
"path": "/spawners/monster/-",
|
||||
"value": {
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 80
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue