Fix crash on exiting personal pocket dimension #185

Closed
notabadminer wants to merge 67 commits from master into master
Showing only changes of commit 5ef42b6bd3 - Show all commits

View File

@@ -182,7 +182,7 @@ public class DDProperties
"drop World Thread when it destroys a block. The default chance is 50.").getInt(); "drop World Thread when it destroys a block. The default chance is 50.").getInt();
LimboBiomeID = config.get(CATEGORY_BIOME, "Limbo Biome ID", 148).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(); config.save();
} }