Alex's Mobs

Alex's Mobs

72M Downloads

customizing mob spawn biomes not working

Wedge1453 opened this issue ยท 0 comments

commented

I'm trying to make gusters spawn in soul sand valleys and infernal expansion's glowstone canyon, in the guster's json config I typed this and it only worked for soul sand valleys, what am I doing wrong?
{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:soul_sand_valley"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "infernalexp:glowstone_canyon"
}
]
]
}