Disable Vanilla Ores & Slightly Reduce HM Ore Gen (#682)
[EXPAND] [[messages]] messageTitle = "Disable Vanilla Ores (#682)" messageBody = ''' [BUG] [IGNORE] checks = { compareNot = "1.7-alpha-3" } # Only apply this if the commit being compared against is 1.7-alpha-3 [IGNORE] ''' [[messages]] messageTitle = "Slightly Reduce HM Ore Generation (#682)" messageBody = ''' [BALANCING] [HM] [DETAILS] detail = "Now More Consistent and Less Chaotic" [DETAILS] ''' [EXPAND]
This commit is contained in:
parent
aa6531df75
commit
35629300be
@ -753,7 +753,7 @@ general {
|
||||
|
||||
# Specifies an additional random number of veins in a section.
|
||||
# Default: 0
|
||||
I:additionalVeinsInSection=3
|
||||
I:additionalVeinsInSection=2
|
||||
|
||||
# Should all Stone Types drop unique Ore Item Blocks?
|
||||
# Default: false (meaning only Stone, Netherrack, and Endstone
|
||||
@ -765,7 +765,7 @@ general {
|
||||
|
||||
# Whether to disable Vanilla ore generation in world.
|
||||
# Default: true
|
||||
B:disableVanillaOres=false
|
||||
B:disableVanillaOres=true
|
||||
|
||||
# Whether veins should be generated in the center of chunks.
|
||||
# Default: true
|
||||
|
@ -765,7 +765,7 @@ general {
|
||||
|
||||
# Whether to disable Vanilla ore generation in world.
|
||||
# Default: true
|
||||
B:disableVanillaOres=false
|
||||
B:disableVanillaOres=true
|
||||
|
||||
# Whether veins should be generated in the center of chunks.
|
||||
# Default: true
|
||||
|
@ -765,7 +765,7 @@ general {
|
||||
|
||||
# Whether to disable Vanilla ore generation in world.
|
||||
# Default: true
|
||||
B:disableVanillaOres=false
|
||||
B:disableVanillaOres=true
|
||||
|
||||
# Whether veins should be generated in the center of chunks.
|
||||
# Default: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user