@@ -16,7 +16,7 @@
|
||||
+
|
||||
public class TileEntityBrewingStand extends TileEntityContainer implements IWorldInventory, ITickable {
|
||||
|
||||
private static final int[] b = new int[] { 3};
|
||||
private static final int[] b = new int[]{3};
|
||||
@@ -15,6 +25,36 @@
|
||||
private Item k;
|
||||
public int fuelLevel;
|
||||
@@ -92,10 +92,10 @@
|
||||
+ // CraftBukkit end
|
||||
|
||||
if (flag2 && flag) {
|
||||
this.t();
|
||||
this.s();
|
||||
@@ -168,6 +224,16 @@
|
||||
|
||||
private void t() {
|
||||
private void s() {
|
||||
ItemStack itemstack = (ItemStack) this.items.get(3);
|
||||
+ // CraftBukkit start
|
||||
+ InventoryHolder owner = this.getOwner();
|
||||
|
||||
Reference in New Issue
Block a user