Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 13:00:06 +01:00
Fix compile issue with chunk generation.
Dieser Commit ist enthalten in:
Ursprung
a4892dfa72
Commit
87d25c4cc6
@ -216,6 +216,8 @@ public class CustomChunkGenerator extends InternalChunkGenerator {
|
||||
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() {
|
||||
return 0;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren