Skip to content

Freeze/Hang When Used With Bosses'Rise Mod (Forge 1.20.1) #567

Description

@Desegul

Tested in isolation. Summoning the Kraken through spawners or events works for a moment, but upon leaving and reentering the area / generating new chunks, or sometimes simply waiting, the game halts.

spawner.json:
[
{
"mob": "block_factorys_bosses:ghost_tentacle",
"attempts": 1,
"persecond": 0.5,
"amount": {
"minimum": 0,
"maximum": 1
},
"conditions": {
"dimension": "minecraft:overworld",
"mindist": 10,
"maxdist": 20,
"minverticaldist": -10,
"maxverticaldist": 10,
"minheight": 62,
"maxheight": 63,
"norestrictions": true,

"inair": true,
"maxthis": 1,
"and": {
"biome": [
"minecraft:deep_ocean"
],
"mintime": 17000,
"maxtime": 17100,
"minlight": 0,
"maxlight": 15
}
}
}
]

events.json:
[
{
"on": "mob_killed",
"parameters": {
"mob": "block_factorys_bosses:ghost_tentacle",
"player": true
},
"conditions": {
"dimension": "minecraft:overworld"
},
"spawn": {
"mob": "block_factorys_bosses:kraken",
"mindistance": 1,
"maxdistance": 10,
"mincount": 1,
"maxcount": 1,
"inair": true,
"attempts": 20
}
}
]

Replacing the kill event with an outright Kraken spawn yields similar effects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions