Minecraft uses a color spectrum like this to choose what color to make the water in different biomes. Does anyone know by any chance what hex value is used for the coloring? I really like the swamp color and want to change the entire spectrum to just that color.
In BiomeGenBase, set waterColorMultiplier to 0xe0ff70
Rollback Post to RevisionRollBack
Server I "actively" play on: The Great Big Infinite Dig (play.wediggames.org)
"actively" in quotes because a lot of the time I'm AFK there while programming d:
Minecraft uses a color spectrum like this to choose what color to make the water in different biomes. Does anyone know by any chance what hex value is used for the coloring? I really like the swamp color and want to change the entire spectrum to just that color.
Would there be any want to make a mod for it then? I know some BASIC Java.
Edit: Like, what class file should I edit?
-
View User Profile
-
View Posts
-
Send Message
Curse Premium"actively" in quotes because a lot of the time I'm AFK there while programming d:
ConnorJames is a newb
Thanks, that really helps me out.