mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-1768: Fix Eye of Ender with custom world generators.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a622bf51b2
commit
d1ec671571
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue