Integrated Dynamics

Integrated Dynamics

63M Downloads

Store NBTBase inside ValueNbt

rubensworks opened this issue · 0 comments

commented

Issue type:

  • ➕ Feature request

Short description:

Currently, we store NBTTagCompound as raw value inside ValueNbt. This leads to some unfortunate restrictions, such as lists only being readable as lists of NBTTagCompound, and NBT Paths being clunky to work with.

By storing NBTBase as raw value, these problems should be resolvable.