Fixed translation issue and enderman not spawning when The End is generated. Fixes BUKKIT-1115
This commit is contained in:
@@ -126,7 +126,7 @@ public class ItemBucket extends Item {
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
if (world.worldProvider.e && this.a == Block.WATER.id) {
|
||||
if (world.worldProvider.d && this.a == Block.WATER.id) {
|
||||
world.makeSound(d0 + 0.5D, d1 + 0.5D, d2 + 0.5D, "random.fizz", 0.5F, 2.6F + (world.random.nextFloat() - world.random.nextFloat()) * 0.8F);
|
||||
|
||||
for (int l = 0; l < 8; ++l) {
|
||||
|
||||
Reference in New Issue
Block a user