@@ -1,4 +1,4 @@
|
||||
From 584fae45430e0fd52bcdb5742ca77f893a862264 Mon Sep 17 00:00:00 2001
|
||||
From ee9df7fc1702b48e1080b8ebeb07ce65a910e214 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Sat, 1 Jun 2013 16:34:38 +1000
|
||||
Subject: [PATCH] Recipe Deconstruction
|
||||
@@ -17,7 +17,7 @@ index bb28c12..c0836e4 100644
|
||||
+ java.util.List<ItemStack> getIngredients(); // Spigot
|
||||
}
|
||||
diff --git a/src/main/java/net/minecraft/server/ShapedRecipes.java b/src/main/java/net/minecraft/server/ShapedRecipes.java
|
||||
index a70b828..6d0c8ca 100644
|
||||
index 8f4246b..ac92050 100644
|
||||
--- a/src/main/java/net/minecraft/server/ShapedRecipes.java
|
||||
+++ b/src/main/java/net/minecraft/server/ShapedRecipes.java
|
||||
@@ -10,7 +10,7 @@ public class ShapedRecipes implements IRecipe {
|
||||
@@ -27,7 +27,7 @@ index a70b828..6d0c8ca 100644
|
||||
- private ItemStack result;
|
||||
+ public ItemStack result; // Spigot
|
||||
public final int a;
|
||||
private boolean f = false;
|
||||
private boolean f;
|
||||
|
||||
@@ -158,4 +158,11 @@ public class ShapedRecipes implements IRecipe {
|
||||
this.f = true;
|
||||
|
||||
Reference in New Issue
Block a user