mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-17 05:40:16 +00:00
Add EntityFeature to StructureConfig.
This commit is contained in:
@@ -132,11 +132,9 @@ public class TerraChunkGenerator extends GaeaChunkGenerator {
|
||||
private void load(World w) {
|
||||
try {
|
||||
popMan.loadBlocks(w);
|
||||
} catch(IOException e) {
|
||||
if(e instanceof FileNotFoundException) {
|
||||
LangUtil.log("warning.no-population", Level.WARNING);
|
||||
} else e.printStackTrace();
|
||||
} catch(ClassNotFoundException e) {
|
||||
} catch(FileNotFoundException e) {
|
||||
LangUtil.log("warning.no-population", Level.WARNING);
|
||||
} catch(IOException | ClassNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
popMap.put(w, popMan);
|
||||
|
||||
Reference in New Issue
Block a user