In Control!

In Control!

72M Downloads

Add a "spawn with this" or something similar, or Obscuria Core compatbiliy

Archliche opened this issue ยท 1 comments

commented

I'm trying to spawn Obsuria's Ancient Paladins with this, and it is simply not working. I'm having a hunch that because the Ancient Paladins are just Wither Skeletons wearing platinum armor with a splitter, the game just gets confused. Having a spawn with this could help go around such a bug, or help modpack creators spawn armored enemies easily.

Here's the json code if it helps:

[

{
"mob": "ob_core:anicent_paladin",
"persecond": 1,
"attempts": 20,
"amount": {
"minimum": 6,
"maximum": 12
},
"conditions": {
"norestrictions": true,
"dimension": "minecraft:overworld",
"mindist": 15,
"maxdist": 128,
"minheight": 60,
"maxheight": 175,
"maxthis": 50
}
}

]