We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad568a commit ffccc39Copy full SHA for ffccc39
common/src/com/khorn/terraincontrol/configuration/WorldConfig.java
@@ -597,7 +597,8 @@ protected void writeConfigSettings() throws IOException
597
writeComment("snowfall and mobs to work as in the other biome.");
598
writeComment("");
599
writeComment("The available ids range from 0 to 255 and the ids 0 to " + (DefaultBiome.values().length - 1) + " are occupied by vanilla minecraft");
600
- writeComment("biomes. To leave room for new vanilla biomes, it is recommend to not use ids below 30.");
+ writeComment("biomes. Minecraft 1.7 will take most ids in the range 23-39 and 129-167.");
601
+ // TODO: update above message when MC 1.7 is out
602
603
WriteCustomBiomes();
604
0 commit comments