Null values are stored in NBTTagCompound
Aaron1011 opened this issue · 4 comments
In several places, BuildCraft stores null
as a value in an NBTTagCompound
(for example, Box#writeToNBT
). This causes an exception when calling NBTTagCompound#copy
, which expects all values to be non-null.
It's not out quite yet, sorry.
On 7 Mar 2016, at 23:42, Christopher Warner [email protected] wrote:
an where would we find this pre13?
—
Reply to this email directly or view it on GitHub.