Files
jgl_sunlit_patch/config/incontrol/spawner.json
T
2026-07-31 10:34:32 +09:00

148 lines
2.8 KiB
JSON

[
{
"phase": "balloonsummon",
"mob": "balloonbox:balloonbox",
"amount": {
"minimum": 1,
"maximum": 1
},
"conditions": {
"dimension": "minecraft:overworld",
"mindist": 20,
"maxdist": 40,
"minheight": 45,
"maxheight": 175,
"maxthis": 20
}
},
{
"phase": "balloonsummon2",
"mob": "balloonbox:balloonbox",
"amount": {
"minimum": 1,
"maximum": 1
},
"conditions": {
"dimension": "minecraft:overworld",
"mindist": 35,
"minheight": 45,
"maxheight": 175,
"maxthis": 20
}
},
{
"mobsfrombiome": "monster",
"persecond": 0.15,
"attempts": 10,
"amount": {
"minimum": 2,
"maximum": 4
},
"conditions": {
"dimension": "society:skull_cavern",
"maxthis": 15,
"mindist": 12,
"maxdist": 40,
"minverticaldist": 10,
"maxheight": 511,
"minheight": 425
}
},
{
"mobsfrombiome": "monster",
"persecond": 0.15,
"attempts": 10,
"amount": {
"minimum": 2,
"maximum": 4
},
"conditions": {
"dimension": "society:skull_cavern",
"maxthis": 20,
"mindist": 12,
"maxdist": 40,
"minverticaldist": 10,
"maxheight": 425,
"minheight": 282
}
},
{
"mobsfrombiome": "monster",
"persecond": 0.15,
"attempts": 10,
"amount": {
"minimum": 2,
"maximum": 4
},
"conditions": {
"dimension": "society:skull_cavern",
"maxthis": 20,
"mindist": 12,
"maxdist": 40,
"minverticaldist": 10,
"maxheight": 282,
"minheight": 142
}
},
{
"mobsfrombiome": "monster",
"persecond": 0.15,
"attempts": 10,
"amount": {
"minimum": 2,
"maximum": 4
},
"conditions": {
"dimension": "society:skull_cavern",
"maxthis": 25,
"mindist": 12,
"maxdist": 40,
"minverticaldist": 10,
"maxheight": 142,
"minheight": 0
}
},
{
"mob": "legendarycreatures:corpse_eater",
"persecond": 0.5,
"attempts": 20,
"amount": {
"minimum": 2,
"maximum": 5
},
"conditions": {
"norestrictions": true,
"dimension": "society:skull_cavern",
"maxthis": 10
}
},
{
"mob": "splendid_slimes:splendid_slime",
"persecond": 0.1,
"attempts": 10,
"amount": {
"minimum": 2,
"maximum": 5,
"groupdistance": 3
},
"conditions": {
"dimension": "minecraft:the_nether",
"maxthis": 25
}
},
{
"mob": "meadow:wooly_cow",
"persecond": 0.1,
"attempts": 10,
"amount": {
"minimum": 1,
"maximum": 3,
"groupdistance": 3
},
"conditions": {
"dimension": "minecraft:the_nether",
"maxthis": 4
}
}
]