mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-12-20 12:54:34 +00:00
Fix compact machine worldgen
This commit is contained in:
parent
619a6065a5
commit
f405e1bc97
@ -26,7 +26,7 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
|||||||
* Up flower patch size from 6 to 8
|
* Up flower patch size from 6 to 8
|
||||||
* Decrease mushroom chance to 35, from 40
|
* Decrease mushroom chance to 35, from 40
|
||||||
* Disable chunk viewer for non OPs, allow OPs to edit chunk loaders
|
* Disable chunk viewer for non OPs, allow OPs to edit chunk loaders
|
||||||
* Up Compact Machines worldgen chance to 0.001
|
* Up Compact Machines worldgen chance to 0.0005
|
||||||
* Cofh Core:
|
* Cofh Core:
|
||||||
* Disable some warning upon login
|
* Disable some warning upon login
|
||||||
* Generate flat bedrock (replaces betterBedrock mod)
|
* Generate flat bedrock (replaces betterBedrock mod)
|
||||||
@ -36,7 +36,7 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
|||||||
* RCL Screen module costs 4rf/t (from 6)
|
* RCL Screen module costs 4rf/t (from 6)
|
||||||
* Double chance fro ore to spawn in chunk
|
* Double chance fro ore to spawn in chunk
|
||||||
* Generate resonating ore in the ender
|
* Generate resonating ore in the ender
|
||||||
* Up max vein size from 4 to 6
|
* Up max Vein size from 4 to 6
|
||||||
* Eleccore:
|
* Eleccore:
|
||||||
* Enable fireworks (yay!)
|
* Enable fireworks (yay!)
|
||||||
* Move durability tooltips to shift only
|
* Move durability tooltips to shift only
|
||||||
|
@ -11,7 +11,7 @@ internal {
|
|||||||
B:forceLoadChunks=false
|
B:forceLoadChunks=false
|
||||||
|
|
||||||
# The chance a chunk in the overworld contains a broken compact machine [range: 0.0 ~ 1.0, default: 5.0E-4]
|
# The chance a chunk in the overworld contains a broken compact machine [range: 0.0 ~ 1.0, default: 5.0E-4]
|
||||||
S:worldgenChance=0.001
|
S:worldgenChance=0.0005
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -37,5 +37,3 @@ miniaturization {
|
|||||||
# How long the 'Shrunk' effect is applied to players, when they eat a Miniaturization Fluid Drop. [range: 0 ~ 12000, default: 400]
|
# How long the 'Shrunk' effect is applied to players, when they eat a Miniaturization Fluid Drop. [range: 0 ~ 12000, default: 400]
|
||||||
I:onEatDuration=400
|
I:onEatDuration=400
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user