Fix world gen issues, you may need to delete ores.hjson
This commit is contained in:
parent
b60941ddd4
commit
9ffdc3e36e
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue