Give SunflowerPlains distinct biome color (MineClone2)

master
Treer 2018-05-07 00:18:58 +10:00
parent 3b86bf8753
commit 4fd6e73f73
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class MineCloneBiomes {
baseBiomes.put("MegaSpruceTaiga", BiomeColor.from( 89, 102, 81));
baseBiomes.put("StoneBeach", BiomeColor.from(162, 162, 132));
baseBiomes.put("Plains", BiomeColor.from(141, 179, 96));
baseBiomes.put("SunflowerPlains", BiomeColor.from(141, 179, 96));
baseBiomes.put("SunflowerPlains", BiomeColor.from(118, 178, 53));
baseBiomes.put("Forest", BiomeColor.from( 5, 102, 33));
baseBiomes.put("FlowerForest", BiomeColor.from( 32, 175, 180));
baseBiomes.put("BirchForest", BiomeColor.from( 48, 116, 68));