Fix world gen issues, you may need to delete ores.hjson

This commit is contained in:
modmuss50 2016-11-05 17:53:04 +00:00
parent b60941ddd4
commit 9ffdc3e36e
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -98,6 +98,7 @@ public class TechRebornWorldGen implements IWorldGenerator {
loadFromJson();
} else {
config = defaultConfig;
jsonInvalid= true;
}
// config.overworldOres.addAll(getMissingOres(config.overworldOres, defaultConfig.overworldOres));
// config.neatherOres.addAll(getMissingOres(config.neatherOres, defaultConfig.neatherOres));