mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 13:36:44 +01:00
Fixed being unable to use water in The End. Fixes BUKKIT-1002
This commit is contained in:
parent
ec2713b256
commit
c4b4afa14d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ public class WorldProviderTheEnd extends WorldProvider {
|
||||||
public void a() {
|
public void a() {
|
||||||
this.c = new WorldChunkManagerHell(BiomeBase.SKY, 0.5F, 0.0F);
|
this.c = new WorldChunkManagerHell(BiomeBase.SKY, 0.5F, 0.0F);
|
||||||
this.dimension = 1;
|
this.dimension = 1;
|
||||||
this.e = true;
|
this.e = false; // CraftBukkit
|
||||||
}
|
}
|
||||||
|
|
||||||
public IChunkProvider getChunkProvider() {
|
public IChunkProvider getChunkProvider() {
|
||||||
|
|
Loading…
Reference in a new issue