Apparently biome 149 is taken by minecraft

This commit is contained in:
CannibalVox 2015-03-07 01:49:46 -06:00
parent f78fadd8a8
commit 5ef42b6bd3

View file

@ -182,7 +182,7 @@ public class DDProperties
"drop World Thread when it destroys a block. The default chance is 50.").getInt();
LimboBiomeID = config.get(CATEGORY_BIOME, "Limbo Biome ID", 148).getInt();
PocketBiomeID = config.get(CATEGORY_BIOME, "Pocket Biome ID", 149).getInt();
PocketBiomeID = config.get(CATEGORY_BIOME, "Pocket Biome ID", 147).getInt();
config.save();
}