Update CraftBukkit to Minecraft 1.5

This commit is contained in:
Travis Watkins
2013-03-13 17:33:27 -05:00
parent ba6e4c38cf
commit 83d29e461c
246 changed files with 8499 additions and 6759 deletions

View File

@@ -21,7 +21,7 @@ public class ItemSeeds extends Item {
if (i1 == this.b && world.isEmpty(i, j + 1, k)) {
// CraftBukkit start - seeds
// world.setTypeId(i, j + 1, k, this.id);
// world.setTypeIdUpdate(i, j + 1, k, this.id);
if (!ItemBlock.processBlockPlace(world, entityhuman, null, i, j + 1, k, this.id, 0, clickedX, clickedY, clickedZ)) {
return false;
}