rsemcm/client/overrides/config/alexsmobs/tusklin_spawns.json
Harrison Deng 3ac7cf66c2
Some checks reported errors
ydeng/Reslate/rsemcm/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcm/pipeline/head Something is wrong with the build of this commit
Updated client modpack to reflect server mod changes.
2022-05-30 15:47:37 -05:00

33 lines
553 B
JSON

{
"biomes": [
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:ice_spikes"
}
],
[
{
"type": "BIOME_DICT",
"negate": false,
"value": "overworld"
},
{
"type": "BIOME_DICT",
"negate": false,
"value": "snowy"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "forest"
},
{
"type": "BIOME_DICT",
"negate": true,
"value": "mountain"
}
]
]
}