Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 5 months ago
Updated 3 weeks ago
Changelog
- I added database support to save data in
Sqlite
andMySQL
. - I added support for
material
to theItem
format and to theDisplayItem
to set custom NBT.
Database:
- Please note that
databases
have not been tested that much at the moment, for any problems please contact us on Discord in the Support section! config/shadowkits/config.json
"database": {
"enabled": true,
"type": "sqlite",
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"database": "shadowkits",
"username": "root",
"password": "password"
}
}
NBT
It is worth mentioning that when writing JSON
in " "
you always have to add a \
to let JSON
know that "
is separated!
- Example of writing
NBT
to an item
"material": "cobblemon:pokemon_model[cobblemon:pokemon_item={species:\"cobblemon:bulbasaur\",aspects:[\"shiny\"]}]",
Files
Metadata
Release channel
ReleaseVersion number
1.7Loaders
Game versions
1.21, 1.21.3Downloads
25Publication date
July 6, 2025 at 8:52 PMPublisher

KrripeYT
Member