Removed/changed some potentially problematic mods.
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"biomes": [
|
||||
[
|
||||
{
|
||||
"type": "BIOME_DICT",
|
||||
"negate": false,
|
||||
"value": "overworld"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_DICT",
|
||||
"negate": true,
|
||||
"value": "savanna"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_DICT",
|
||||
"negate": false,
|
||||
"value": "forest"
|
||||
},
|
||||
{
|
||||
"type": "BIOME_DICT",
|
||||
"negate": true,
|
||||
"value": "cold"
|
||||
},
|
||||
{
|
||||
"type": "REGISTRY_NAME",
|
||||
"negate": true,
|
||||
"value": "minecraft:sparse_jungle"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user