Created
November 15, 2016 19:25
-
-
Save mrtopf/01708f488ce454aaac8f035b90f0dce0 to your computer and use it in GitHub Desktop.
Example Biometweaker config for 1.10.2
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
radiance = forBiomes(80) # Some unoccupied ID | |
radiance.create("DESERT", 130) | |
radiance.set("name", "Radiance") | |
radiance.set("enableRain", true) | |
radiance.set("color", 16711782) | |
radiance.set("grassColor", 2631720) | |
radiance.set("skyColor", 16711782) | |
radiance.set("foliageColor", 16711782) | |
radiance.set("waterColor", 10) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment