Compare commits

..

No commits in common. "26296f6306cd5594a5ff26fa6de007a4c9ca370d" and "2e3acfcaac7cd97cf56b4e2df5a4b134a73a8ad5" have entirely different histories.

3 changed files with 10 additions and 50 deletions

View file

@ -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": ""
}]
}
]

View file

@ -64,9 +64,7 @@
"worldgen/biome/jagged_peaks.json",
"worldgen/biome/snowy_slopes.json",
"worldgen/biome/grove.json",
"worldgen/biome/snowy_taiga.json",
"worldgen/biome/snowy_plains.json",
"worldgen/biome/ice_spikes.json"
"worldgen/biome/snowy_taiga.json"
]
}]
}

View file

@ -1,24 +1,10 @@
[
{
"op": "add",
"path": "/spawners/monster/-",
"value": {
"type": "minecraft:stray",
"maxCount": 4,
"minCount": 4,
"weight": 100
}
},
{
"op": "find",
"path": "/spawners/monster",
"test": [{
"path": "/type",
"value": "minecraft:skeleton"
}],
"then": [{
"op": "remove",
"path": ""
}]
{
"op": "add",
"path": "/spawners/monster/-",
"value": {
"type": "minecraft:stray",
"maxCount": 4,
"minCount": 4,
"weight": 80
}
]
}