remove mekData from all mekanism mod, fixes #834

This commit is contained in:
way2muchnoise
2017-01-07 17:43:44 +01:00
parent 38be8e20f4
commit 7c43502762

View File

@@ -164,6 +164,8 @@ public class Comparer implements IComparer {
if (stack != null && stack.hasTagCompound()) {
switch (stack.getItem().getRegistryName().getResourceDomain()) {
case "mekanism":
case "mekanismgenerators":
case "mekanismtools":
stack.getTagCompound().removeTag("mekData");
break;
case "enderio":