Update for Minecraft 1.8

This commit is contained in:
Dinnerbone
2011-09-15 01:23:52 +01:00
parent 54bcd1c1f3
commit 5b2c774edc
107 changed files with 4415 additions and 3504 deletions

View File

@@ -40,7 +40,7 @@ public class BlockPortal extends BlockBreakable {
return false;
}
public boolean a_(World world, int i, int j, int k) {
public boolean b_(World world, int i, int j, int k) {
byte b0 = 0;
byte b1 = 0;
@@ -166,7 +166,7 @@ public class BlockPortal extends BlockBreakable {
world.getServer().getPluginManager().callEvent(event);
// CraftBukkit end
entity.P();
entity.T();
}
}
}