added an upsetting number of biomes + updates & optimizations
Added Terralith and Biomes O plenty for even more biomes As well as terrain generation optimization via faster random & c2me which adds threading for chunk generation updated Arphex which fixed an obscure crash with the broodmother
This commit is contained in:
@ -99,17 +99,6 @@
|
||||
"value": 1000
|
||||
}
|
||||
},
|
||||
"forge:entity_gravity": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": -8,
|
||||
"value": -8
|
||||
},
|
||||
"max": {
|
||||
"default": 8,
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
"obscure_api:resilience": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -121,6 +110,17 @@
|
||||
"value": 100
|
||||
}
|
||||
},
|
||||
"forge:entity_gravity": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": -8,
|
||||
"value": -8
|
||||
},
|
||||
"max": {
|
||||
"default": 8,
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
"attributeslib:armor_pierce": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -198,17 +198,6 @@
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
"forge:entity_reach": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 1024,
|
||||
"value": 1024
|
||||
}
|
||||
},
|
||||
"obscure_api:magic_resistance": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -220,6 +209,17 @@
|
||||
"value": 100
|
||||
}
|
||||
},
|
||||
"forge:entity_reach": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 1024,
|
||||
"value": 1024
|
||||
}
|
||||
},
|
||||
"ars_nouveau:ars_nouveau.perk.saturation": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -286,17 +286,6 @@
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"hexcasting:scry_sight": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 1,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"not_enough_glyphs:not_enough_glyphs.perk.mana_discount": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -308,6 +297,17 @@
|
||||
"value": 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
}
|
||||
},
|
||||
"hexcasting:scry_sight": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 1,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"minecraft:zombie.spawn_reinforcements": {
|
||||
"enabled": true,
|
||||
"min": {
|
||||
@ -363,7 +363,7 @@
|
||||
"value": 2048
|
||||
}
|
||||
},
|
||||
"forge:swim_speed": {
|
||||
"ars_nouveau:ars_nouveau.perk.wixie": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
@ -374,7 +374,7 @@
|
||||
"value": 1024
|
||||
}
|
||||
},
|
||||
"ars_nouveau:ars_nouveau.perk.wixie": {
|
||||
"forge:swim_speed": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
@ -396,17 +396,6 @@
|
||||
"value": 1000000
|
||||
}
|
||||
},
|
||||
"ars_nouveau:ars_elemental.perk.summon_power": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 10000,
|
||||
"value": 10000
|
||||
}
|
||||
},
|
||||
"obscure_api:accuracy": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -418,6 +407,17 @@
|
||||
"value": 100
|
||||
}
|
||||
},
|
||||
"ars_nouveau:ars_elemental.perk.summon_power": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 10000,
|
||||
"value": 10000
|
||||
}
|
||||
},
|
||||
"attributeslib:crit_damage": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
|
Reference in New Issue
Block a user