Add bogged to lush caves

This commit is contained in:
Sergeant Acoustic 2026-03-07 20:54:36 +00:00
parent d3ec4ec638
commit 26296f6306

View file

@ -0,0 +1,24 @@
[
{
"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": ""
}]
}
]