mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fix compile issue with chunk generation.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
50236b9a97
commit
927fe6d97c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue