Is it possible to spawn mobs on bedrock?
Closed this issue ยท 1 comments
Is it possible to force mobs to spawn on bedrock? I have tried different configurations but nothing seems to want to spawn mobs on bedrock. Here is what I am currently trying:
in the spawn.json:
{
"dimension": 4,
"block": "minecraft:bedrock",
"result": "allow",
"hostile": true
}
in the potentialspawn.json:
{
"dimension": 4,
"block": "minecraft:bedrock",
"result": "allow",
"mob": ["abyssalcraft.shadowbeast", "abyssalcraft.shadowcreature", "abyssalcraft.shadowmonster"]
}
Any ideas on how to allow mobs to spawn on bedrock?
So far I am digging the flexibility with Incontrol... Thank you