Update core + remove duped createStructureStart() call.
This commit is contained in:
-11
@@ -42,17 +42,6 @@ public final class StepStructureStart {
|
||||
// System.out.println("StepStructureStart: "+chunk.getPos());
|
||||
envionment.params.generator.createStructures(envionment.params.registry, tParams.structFeat, chunk,
|
||||
envionment.params.structures, envionment.params.worldSeed);
|
||||
// try {
|
||||
envionment.params.generator.createStructures(envionment.params.registry, tParams.structFeat, chunk,
|
||||
envionment.params.structures, envionment.params.worldSeed);
|
||||
// tParams.structCheck.onStructureLoad(chunk.getPos(), chunk.getAllStarts());
|
||||
/*
|
||||
* } catch (ArrayIndexOutOfBoundsException e) { // There's a rare issue with
|
||||
* StructStart where it throws ArrayIndexOutOfBounds // This means the
|
||||
* structFeat is corrupted (For some reason) and I need to reset it. // TODO:
|
||||
* Figure out in the future why this happens even though I am using new
|
||||
* structFeat throw new StructStartCorruptedException(e); }
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
Submodule core updated: aff7e90e37...069978ee1d
Reference in New Issue
Block a user