diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventoryCrafting.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventoryCrafting.java index e69cd54..a4beb01 100644 --- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventoryCrafting.java +++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventoryCrafting.java @@ -173,7 +173,7 @@ public Recipe getRecipe() { - IRecipe recipe = ((IMixinInventoryCrafting) this).getCurrentRecipe(); + IRecipe recipe = ((IMixinInventoryCrafting) this.getInventory()).getCurrentRecipe(); if (recipe != null) { if (recipe instanceof ShapelessRecipes)