No mob spawn underwater.
resistan9 opened this issue ยท 3 comments
Hi, Im trying to spawn a mob in water and its not working. Can someone check my config and tells me if I am doing something wrong. Thanks you very much. That's the potentialspawn.json:
[{
"dimension": 0,
"biomes": ["minecraft:ocean", "minecraft:frozen_ocean", "minecraft:deep_ocean", "minecraft:river"],
"mobs": [{
"mob": "iceandfire:seaserpent",
"weight": 30,
"groupcountmin": 1,
"groupcountmax": 2
}]
}]
and thats the spawn.json:
[{
"mob": "iceandfire:seaserpent",
"block": "minecraft:water",
"result": "allow"
},
{ "result": "deny" }
]
In the case that this mod cant do water spawn could you recommend me another mod that you think can do it?
I have the same Error in:
Minecraft: 1.12.2
Forge-14.23.5.2847
incontrol-1.12-3.9.16
When I try to spawn mobs in the ocean, they don't spawn in the water, but when I build a platform out of blocks over the water, they appear on the platform.
Unfortunatelly under water spawning is hard to do. I haven't found a solution for this yet
@McJty Register a spawn placement type in SpawnPlacementRegistry. Also, I'm gonna guess this is somehow connected to itsmeow/betteranimalsplus#167
Which is caused by InControl. Should I open a separate issue for that?