Issues adding mintime, maxtime ect?
CraftPig opened this issue ยท 0 comments
mintime and maxtime seems to be ignored or blocks all spawns
[
| {
| "dimension": "minecraft:overworld",
| "mob": "minecraft:phantom",
| "hostile": true,
| "mintime": 13000,
| "maxtime": 23000,
| "result": "allow"
| },
| {
| "mob": "minecraft:phantom",
| "result": "deny"
| }
]
when trying to run it in the game, will like I said either be ignored or block spawns all the time. Removing min/maxtime from the json will allow them to spawn again though