Fix bad patch breaking armor dyeing

This commit is contained in:
tterrag 2019-06-21 19:47:23 -04:00
parent 8c3e511538
commit 9c74a31ca2
1 changed files with 0 additions and 9 deletions

View File

@ -1,14 +1,5 @@
--- a/net/minecraft/item/crafting/ArmorDyeRecipe.java
+++ b/net/minecraft/item/crafting/ArmorDyeRecipe.java
@@ -31,7 +31,7 @@
itemstack = itemstack1;
} else {
- if (!(itemstack1.func_77973_b() instanceof DyeItem)) {
+ if (!(itemstack.func_77973_b() instanceof DyeItem)) {
return false;
}
@@ -74,7 +74,6 @@
}
}