mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 21:19:00 +01:00
SPIGOT-1768: Fix Eye of Ender with custom world generators.
This commit is contained in:
parent
97f0011855
commit
b6bb6beb63
@ -229,7 +229,7 @@ public class CustomChunkGenerator extends InternalChunkGenerator {
|
||||
public void recreateStructures(int i, int j) {}
|
||||
|
||||
@Override
|
||||
public void recreateStructures(Chunk chunk, int i, int i1) {
|
||||
|
||||
public void recreateStructures(Chunk chunk, int i, int j) {
|
||||
strongholdGen.a(this.world, i, j, (ChunkSnapshot) null);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user