Skip to content
/ ItemNBT Public

Advanced Item NBT library for Fabric with tons of features.

License

Notifications You must be signed in to change notification settings

kanpov/ItemNBT

Repository files navigation

ItemNBT

ItemNBT3 improves adding NBT to your items in Fabric Minecraft 1.18.

Features

  • Primitive installation with Gradle (tutorial)
  • Advanced item serialization (tutorial):
    • Custom (a class with read & write methods)
    • Specification-based (create a specification for your serialized fields and read into a runtime compound)
    • Linked (create a plain POJO and read & write directly into its fields with reflection)
  • Built-in events
  • Several advanced features (tutorial):
    • Automatic decomposition
    • Advanced reflection
    • Inheritance support (experimental)
    • Built-in events
    • Custom type serializers
  • Kotlin extensions (tutorial)

How to use

Please read the official GitHub wiki for a usage guide.

About

Advanced Item NBT library for Fabric with tons of features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages