forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new Mod config option t make you play only rwg.
- Loading branch information
1 parent
deb72c8
commit 6173bb6
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Configuration file | ||
|
||
flatworld { | ||
# If you set world generator to flat, specify the flat template here. (Format: Qty BlockName Meta | ||
S:"Flat World Config" < | ||
2; | ||
1 minecraft:bedrock | ||
52 minecraft:sandstone | ||
1 minecraft:dirt 2 | ||
;2; | ||
biome_1 | ||
village | ||
> | ||
} | ||
|
||
|
||
general { | ||
# Enable this to lock world generator to one specified [default: false] | ||
B:"Lock World Generator"=true | ||
|
||
# Enabling this will display all world generators installed, useful for debug [default: false] | ||
B:"Show World Generators in Log"=true | ||
|
||
# The world generator to select by default [default: default] | ||
S:"World Generator"=RWG | ||
} | ||
|
||
|