Update CraftBukkit to Minecraft 1.7.5

This commit is contained in:
Nate Mortensen
2014-03-20 22:26:30 -06:00
committed by EvilSeph
parent afb3511a4a
commit 385ace970e
206 changed files with 2670 additions and 2679 deletions

View File

@@ -20,7 +20,7 @@ public class SlotFurnaceResult extends Slot {
}
public ItemStack a(int i) {
if (this.e()) {
if (this.hasItem()) {
this.b += Math.min(i, this.getItem().count);
}
@@ -55,7 +55,7 @@ public class SlotFurnaceResult extends Slot {
i = j;
}
// CraftBukkit start
// CraftBukkit start - fire FurnaceExtractEvent
Player player = (Player) a.getBukkitEntity();
TileEntityFurnace furnace = ((TileEntityFurnace) this.inventory);
org.bukkit.block.Block block = a.world.getWorld().getBlockAt(furnace.x, furnace.y, furnace.z);