mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 13:42:25 -07:00
SPIGOT-4708: Fix ExactChoice recipes neglecting material
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
+ // CraftBukkit start
|
+ // CraftBukkit start
|
||||||
+ if (exact) {
|
+ if (exact) {
|
||||||
+ if (ItemStack.equals(itemstack, itemstack1)) {
|
+ if (itemstack1.getItem() == itemstack.getItem() && ItemStack.equals(itemstack, itemstack1)) {
|
||||||
+ return true;
|
+ return true;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Reference in New Issue
Block a user