Forgot to blacklist the new NBT tag for bindables
This commit is contained in:
parent
2d6b4611ef
commit
f7682e5c29
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class BloodMagicPlugin implements IModPlugin
|
|||
}
|
||||
|
||||
jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.OWNER_UUID);
|
||||
jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.OWNER_NAME);
|
||||
jeiHelper.getNbtIgnoreList().ignoreNbtTagNames(Constants.NBT.SOULS);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue