-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Maven Repo: https://jitpack.io
Group ID: com.github.mega12345mega.NBT-Database
Artifact IDs: file, connection, cli, gui
Gradle: com.github.mega12345mega.NBT-Database:cli:<version>
Note that :cli and :gui both depend on :connection, and :connection depends on :file.
The NBT entries use the same format as the mod NBT Editor, so you can export (/nbt export file) and import (/nbt import) entries from Minecraft directly. The database will accept both uncompressed and compressed files, but will store and supply them as compressed.
Neither of these are required, but they are highly recommended. If they aren't included, the GUI will prompt for these for the database entry (but will NOT add to the NBT itself).
- type: string (item/block/entity/other)
- DataVersion: int
- id: string
- count: int
- components/tag: compound
- id: string
- state: compound
- tag: compound
- id: string
- tag: compound
There are no specific requirements. Note that the NBT must still be a valid NBT file.
The entries are stored in an SQLite database. Use any SQLite database browser to explore the database, but be careful making any changes.