Compare commits
No commits in common. "00ba007789a07e583b83237c94c199edec274bf7" and "465f9c2689ca8a7315012e96719b6d717842e1a1" have entirely different histories.
00ba007789
...
465f9c2689
|
|
@ -1043,6 +1043,21 @@
|
|||
},
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/Ky9qVx8u/versions/aggQncMa/larger-biomes-1.0.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
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:stepping",
|
||||
"mc_rebalance:trowel",
|
||||
"mc_rebalance:whallop",
|
||||
"mc_rebalance:exploit",
|
||||
"mc_rebalance:windup",
|
||||
"mc_rebalance:smack",
|
||||
"mc_rebalance:collapse"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:crumble"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:horse_armor"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue