mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Fix compile issue with chunk generation.
This commit is contained in:
parent
a4892dfa72
commit
87d25c4cc6
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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue