Basic schematic based generation
This commit is contained in:
@@ -110,7 +110,7 @@ public abstract class LegacySaveVersion extends SaveVersion{
|
||||
int amount = stream.readInt();
|
||||
for(int j = 0; j < amount; j++){
|
||||
//simply skip all the entities
|
||||
skipRegion(stream, true);
|
||||
skipChunk(stream, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user