Fix bad patch breaking armor dyeing
This commit is contained in:
parent
8c3e511538
commit
9c74a31ca2
1 changed files with 0 additions and 9 deletions
|
@ -1,14 +1,5 @@
|
||||||
--- a/net/minecraft/item/crafting/ArmorDyeRecipe.java
|
--- a/net/minecraft/item/crafting/ArmorDyeRecipe.java
|
||||||
+++ b/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 @@
|
@@ -74,7 +74,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue