1
0
mirror of https://github.com/Adam-Ant/modpack_spring_17 synced 2025-08-02 13:26:19 +00:00

Fix compact machine worldgen

This commit is contained in:
Adam Dodman
2017-05-08 23:07:59 +01:00
parent 619a6065a5
commit f405e1bc97
2 changed files with 3 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ internal {
B:forceLoadChunks=false
# 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]
I:onEatDuration=400
}