geforkt von Mirrors/Paper
Fix compile issue with chunk generation.
By: Travis Watkins <amaranth@ubuntu.com>
Dieser Commit ist enthalten in:
Ursprung
50236b9a97
Commit
927fe6d97c
@ -216,6 +216,8 @@ public class CustomChunkGenerator extends InternalChunkGenerator {
|
|||||||
return "Stronghold".equals(type) && this.strongholdGen != null ? this.strongholdGen.getNearestGeneratedFeature(world, x, y, z) : null;
|
return "Stronghold".equals(type) && this.strongholdGen != null ? this.strongholdGen.getNearestGeneratedFeature(world, x, y, z) : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void recreateStructures(int i, int j) {}
|
||||||
|
|
||||||
public int getLoadedChunks() {
|
public int getLoadedChunks() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren