ignore simply jetpack NBT, fixes #758
This commit is contained in:
@@ -175,6 +175,10 @@ public class Comparer implements IComparer {
|
|||||||
case "minecraft":
|
case "minecraft":
|
||||||
stack.getTagCompound().removeTag("RepairCost");
|
stack.getTagCompound().removeTag("RepairCost");
|
||||||
break;
|
break;
|
||||||
|
case "simplyjetpacks":
|
||||||
|
stack.getTagCompound().removeTag("sjData");
|
||||||
|
stack.getTagCompound().removeTag("PackOn");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user