Split ItemStack and AE specific data from the AEStack definition
yueh opened this issue ยท 1 comments
Currently AE specific data/values are stored together with the serialised ItemStack. To avoid conflicts, both should be splittet into their own separate datastructure. E.g. preventing data fixers from affecting the AE2 data.