Add biome replacer + remove some biomes
This commit is contained in:
parent
c1351e4038
commit
dbb2e9a473
|
|
@ -1042,6 +1042,21 @@
|
|||
"sha512": "85f93e195741e79cc620274bb0d2d713283178c305bab438aec8f9804fad9f938ed7525351116e9e2419ba13150fc498c2779b6ee500cc076e9edf7dd83f2220"
|
||||
},
|
||||
"path": "mods/spyglass_improvements-1.5.7+mc1.21+fabric.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/DAXbR0Wj/versions/IeQCQzcl/biomereplacer-2.1-hippo-fabric.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 138694,
|
||||
"hashes": {
|
||||
"sha1": "8e3573f3384e7031afa663d7fe3dbbd0011bae9c",
|
||||
"sha512": "97219d3e9591468e96042515254f76aafd0ba86b26a9b8ce4c4cacd34d9b67aafcaa626bf29a5cf809b4a82fa7f3ee6a0939de92368c193e6b340d657c962308"
|
||||
},
|
||||
"path": "mods/biomereplacer-2.1-hippo-fabric.jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
9
overrides/config/biome_replacer.properties
Normal file
9
overrides/config/biome_replacer.properties
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
minecraft:plains > null
|
||||
minecraft:windswept_hills > null
|
||||
minecraft:forest > null
|
||||
minecraft:taiga > null
|
||||
minecraft:snowy_taiga > null
|
||||
minecraft:birch_forest > null
|
||||
minecraft:sparse_jungle > minecraft:jungle
|
||||
minecraft:snowy_plains > null
|
||||
minecraft:savanna_plateau > null
|
||||
Loading…
Reference in a new issue