Skip to content

Commit

Permalink
Updated example configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
whichonespink44 committed Jan 7, 2016
1 parent 643fd7c commit 134a4b8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config/RTG/biomes/atg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ biomes {
# [default: true]
B:"Generate ATG Tundra"=true

# [default: false]
B:"Generate ATG Volcano"=false
# [default: true]
B:"Generate ATG Volcano"=true

# [default: true]
B:"Generate ATG Woodland"=true
Expand Down
22 changes: 20 additions & 2 deletions config/RTG/biomes/biomesoplenty.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ biomes {
# [default: true]
B:"Generate BOP Dense Forest"=true

# [default: true]
B:"Generate BOP Dry River"=true

# [default: true]
B:"Generate BOP Eucalyptus Forest"=true

Expand Down Expand Up @@ -116,6 +119,9 @@ biomes {
# [default: true]
B:"Generate BOP Lush Desert"=true

# [default: true]
B:"Generate BOP Lush River"=true

# [default: true]
B:"Generate BOP Lush Swamp"=true

Expand Down Expand Up @@ -218,8 +224,8 @@ biomes {
# [default: true]
B:"Generate BOP Tundra"=true

# [default: false]
B:"Generate BOP Volcano"=false
# [default: true]
B:"Generate BOP Volcano"=true

# [default: true]
B:"Generate BOP Wasteland"=true
Expand Down Expand Up @@ -293,6 +299,9 @@ villages {
# [default: true]
B:"Allow villages to generate in BOP Dense Forest"=true

# [default: false]
B:"Allow villages to generate in BOP Dry River"=false

# [default: true]
B:"Allow villages to generate in BOP Eucalyptus Forest"=true

Expand Down Expand Up @@ -344,6 +353,9 @@ villages {
# [default: true]
B:"Allow villages to generate in BOP Lush Desert"=true

# [default: false]
B:"Allow villages to generate in BOP Lush River"=false

# [default: true]
B:"Allow villages to generate in BOP Lush Swamp"=true

Expand Down Expand Up @@ -521,6 +533,9 @@ weights {
# [range: 0 ~ 100, default: 8]
I:"Weight of BOP Dense Forest"=8

# [range: 0 ~ 100, default: 0]
I:"Weight of BOP Dry River"=0

# [range: 0 ~ 100, default: 8]
I:"Weight of BOP Eucalyptus Forest"=8

Expand Down Expand Up @@ -572,6 +587,9 @@ weights {
# [range: 0 ~ 100, default: 8]
I:"Weight of BOP Lush Desert"=8

# [range: 0 ~ 100, default: 0]
I:"Weight of BOP Lush River"=0

# [range: 0 ~ 100, default: 8]
I:"Weight of BOP Lush Swamp"=8

Expand Down
8 changes: 4 additions & 4 deletions config/RTG/biomes/enhancedbiomes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ biomes {
# [default: true]
B:"Generate EB Tundra"=true

# [default: false]
B:"Generate EB Volcano"=false
# [default: true]
B:"Generate EB Volcano"=true

# [default: false]
B:"Generate EB Volcano M"=false
# [default: true]
B:"Generate EB Volcano M"=true

# [default: true]
B:"Generate EB Wastelands"=true
Expand Down
4 changes: 2 additions & 2 deletions config/RTG/biomes/highlands.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ biomes {
# [default: true]
B:"Generate HL Valley"=true

# [default: false]
B:"Generate HL Volcano Island"=false
# [default: true]
B:"Generate HL Volcano Island"=true

# [default: true]
B:"Generate HL Windy Island"=true
Expand Down

0 comments on commit 134a4b8

Please sign in to comment.