Compare commits
No commits in common. "26296f6306cd5594a5ff26fa6de007a4c9ca370d" and "2e3acfcaac7cd97cf56b4e2df5a4b134a73a8ad5" have entirely different histories.
26296f6306
...
2e3acfcaac
|
|
@ -1,24 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"op": "add",
|
|
||||||
"path": "/spawners/monster/-",
|
|
||||||
"value": {
|
|
||||||
"type": "minecraft:bogged",
|
|
||||||
"maxCount": 4,
|
|
||||||
"minCount": 4,
|
|
||||||
"weight": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "find",
|
|
||||||
"path": "/spawners/monster",
|
|
||||||
"test": [{
|
|
||||||
"path": "/type",
|
|
||||||
"value": "minecraft:skeleton"
|
|
||||||
}],
|
|
||||||
"then": [{
|
|
||||||
"op": "remove",
|
|
||||||
"path": ""
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
@ -64,9 +64,7 @@
|
||||||
"worldgen/biome/jagged_peaks.json",
|
"worldgen/biome/jagged_peaks.json",
|
||||||
"worldgen/biome/snowy_slopes.json",
|
"worldgen/biome/snowy_slopes.json",
|
||||||
"worldgen/biome/grove.json",
|
"worldgen/biome/grove.json",
|
||||||
"worldgen/biome/snowy_taiga.json",
|
"worldgen/biome/snowy_taiga.json"
|
||||||
"worldgen/biome/snowy_plains.json",
|
|
||||||
"worldgen/biome/ice_spikes.json"
|
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,10 @@
|
||||||
[
|
{
|
||||||
{
|
|
||||||
"op": "add",
|
"op": "add",
|
||||||
"path": "/spawners/monster/-",
|
"path": "/spawners/monster/-",
|
||||||
"value": {
|
"value": {
|
||||||
"type": "minecraft:stray",
|
"type": "minecraft:stray",
|
||||||
"maxCount": 4,
|
"maxCount": 4,
|
||||||
"minCount": 4,
|
"minCount": 4,
|
||||||
"weight": 100
|
"weight": 80
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{
|
|
||||||
"op": "find",
|
|
||||||
"path": "/spawners/monster",
|
|
||||||
"test": [{
|
|
||||||
"path": "/type",
|
|
||||||
"value": "minecraft:skeleton"
|
|
||||||
}],
|
|
||||||
"then": [{
|
|
||||||
"op": "remove",
|
|
||||||
"path": ""
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue