@@ -103,7 +103,7 @@ public class CraftingPattern implements ICraftingPattern {
|
|||||||
|
|
||||||
for (ItemStack remaining : recipe.getRemainingItems(inv)) {
|
for (ItemStack remaining : recipe.getRemainingItems(inv)) {
|
||||||
if (remaining != null) {
|
if (remaining != null) {
|
||||||
ItemStack cleaned = output.copy();
|
ItemStack cleaned = remaining.copy();
|
||||||
if (mekanism && cleaned.hasTagCompound()) {
|
if (mekanism && cleaned.hasTagCompound()) {
|
||||||
cleaned.getTagCompound().removeTag("mekData");
|
cleaned.getTagCompound().removeTag("mekData");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user