Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: eaf05a2a Expand Recipe API to allow multiple Materials per slot CraftBukkit Changes: 4c219e2a Expand Recipe API to allow multiple Materials per slot
This commit is contained in:
parent
e82ef9ec05
commit
c77b303abe
4 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ on the players login.
|
|||
Plugin authors need to define a key to keep it consistent between server restarts.
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/inventory/ShapedRecipe.java b/src/main/java/org/bukkit/inventory/ShapedRecipe.java
|
||||
index 398ac245..fc06c7b6 100644
|
||||
index 90d6d50cd..80af6cf52 100644
|
||||
--- a/src/main/java/org/bukkit/inventory/ShapedRecipe.java
|
||||
+++ b/src/main/java/org/bukkit/inventory/ShapedRecipe.java
|
||||
@@ -0,0 +0,0 @@ public class ShapedRecipe implements Recipe, Keyed {
|
||||
|
@ -22,7 +22,7 @@ index 398ac245..fc06c7b6 100644
|
|||
}
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/inventory/ShapelessRecipe.java b/src/main/java/org/bukkit/inventory/ShapelessRecipe.java
|
||||
index 0c340c84..7d60a0a9 100644
|
||||
index ea359c540..7347e7464 100644
|
||||
--- a/src/main/java/org/bukkit/inventory/ShapelessRecipe.java
|
||||
+++ b/src/main/java/org/bukkit/inventory/ShapelessRecipe.java
|
||||
@@ -0,0 +0,0 @@ public class ShapelessRecipe implements Recipe, Keyed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue