-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #981 from divine-ray/update-config
update configs + enable big starting continent
- Loading branch information
Showing
33 changed files
with
1,819 additions
and
122 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
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,42 @@ | ||
# Configuration file | ||
|
||
asm { | ||
# This can be used to specify biome classes BiomeTweaker should not touch with ASM. You can find the class for a biome in the output files. You should only be using this if you understand what ASM is, and you know the issue it is causing. [default: ] | ||
S:"ASM Blacklist" < | ||
> | ||
} | ||
|
||
|
||
"asm tweaks" { | ||
# Enables the 'addActualFillerBlock' command. [default: false] | ||
B:"Actual Filler Blocks"=false | ||
|
||
# Enables 'fogColor' in the set command. [default: false] | ||
B:"Fog Color"=false | ||
|
||
# Enables 'foliageColor' in the set command. [default: false] | ||
B:"Foliage Color"=false | ||
|
||
# Enables 'grassColor' in the set command. [default: false] | ||
B:"Grass Color"=false | ||
|
||
# Enables 'genInitialSnow' in the set command. [default: false] | ||
B:"Initial Snow Gen"=false | ||
|
||
# Enables 'oceanFillerBlock' in the set command. [default: false] | ||
B:"Ocean Filler Block"=false | ||
|
||
# Enables 'oceanTopBlock' in the set command. [default: false] | ||
B:"Ocean Top Block"=false | ||
|
||
# Enable this if you want BiomeTweaker to force topBlock and fillerBlock overrides in most biomes. This is done by using ASM to strip some assignments that happen in the 'genTerrainBlocks' method. This will not work for all biomes. This WILL cause issues where some biomes will have incorrect top and filler blocks if you do not override them (Extreme Hills (M), Mutated Savannah, Taiga). light ASM must be disabled for this to have any effect. [default: false] | ||
B:"Remove Late Block Assignments"=false | ||
|
||
# Enables 'skyColor' in the set command. [default: false] | ||
B:"Sky Color"=false | ||
|
||
# Enables 'waterColor' in the set command. [default: false] | ||
B:"Water Color"=false | ||
} | ||
|
||
|
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
Oops, something went wrong.