summaryrefslogtreecommitdiffstats
path: root/nms-patches/IRecipe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/IRecipe.patch')
-rw-r--r--nms-patches/IRecipe.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/IRecipe.patch b/nms-patches/IRecipe.patch
index c5d8c6b3..325b5b69 100644
--- a/nms-patches/IRecipe.patch
+++ b/nms-patches/IRecipe.patch
@@ -1,11 +1,11 @@
--- a/net/minecraft/server/IRecipe.java
+++ b/net/minecraft/server/IRecipe.java
-@@ -13,4 +13,8 @@
+@@ -17,4 +17,8 @@
default boolean c() {
return false;
}
+
+ org.bukkit.inventory.Recipe toBukkitRecipe(); // CraftBukkit
-+
++
+ void setKey(MinecraftKey key); // CraftBukkit
}