Update CraftBukkit to Minecraft 1.3.1
This commit is contained in:
committed by
Travis Watkins
parent
08e2923bd4
commit
a43d621c01
@@ -16,7 +16,7 @@ public class InventoryCrafting implements IInventory {
|
||||
|
||||
// CraftBukkit start
|
||||
public List<HumanEntity> transaction = new java.util.ArrayList<HumanEntity>();
|
||||
public CraftingRecipe currentRecipe;
|
||||
public IRecipe currentRecipe;
|
||||
public IInventory resultInventory;
|
||||
private EntityHuman owner;
|
||||
private int maxStack = MAX_STACK;
|
||||
@@ -135,7 +135,7 @@ public class InventoryCrafting implements IInventory {
|
||||
return true;
|
||||
}
|
||||
|
||||
public void f() {}
|
||||
public void startOpen() {}
|
||||
|
||||
public void g() {}
|
||||
public void f() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user