Forgot to blacklist the new NBT tag for bindables

This commit is contained in:
Nick 2016-01-23 00:20:21 -08:00
parent 2d6b4611ef
commit f7682e5c29

View file

@ -60,6 +60,7 @@ public class BloodMagicPlugin implements IModPlugin
} }
jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.OWNER_UUID); jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.OWNER_UUID);
jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.OWNER_NAME);
jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.SOULS); jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.SOULS);
} }