Cloudburst icon indicating copy to clipboard operation
Cloudburst copied to clipboard

Item Refactor

Open SupremeMortal opened this issue 1 year ago • 0 comments

Remove ItemStack's dependency on the server module so it can be instantiated anywhere to make it easier to use. This comes with the sacrifice of not being able to validate the data within an ItemStack immediately and store internal cached NBT as we did in CloudItemStack. Still, these disadvantages won't cause any significant issues in terms of performance.

  • [x] Implement new ItemStack API
  • [x] Protocol v3 support
  • [ ] Rewrite server auth inventory system

SupremeMortal avatar Aug 21 '22 12:08 SupremeMortal