Skip to content

Commit ffccc39

Browse files
committed
Add note about biome ids in 1.7
1 parent 8ad568a commit ffccc39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/src/com/khorn/terraincontrol/configuration/WorldConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ protected void writeConfigSettings() throws IOException
597597
writeComment("snowfall and mobs to work as in the other biome.");
598598
writeComment("");
599599
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.");
600+
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
601602

602603
WriteCustomBiomes();
603604

0 commit comments

Comments
 (0)