Included content
| Name | |
|---|---|
![]() | SQLite JDBC |
A new update is here! v1.0.3 brings some cool features and the start of new cosmetic types coming soon.
You can now customize UI textures directly through the config! Tailor the look of your cosmetics interface to better fit your server's style and branding.
Work has begun on balloon cosmetics and Pokémon cosmetics — these are still being implemented but are actively in development. Stay tuned for more details as they come together!
Server owners and players can now toggle entire cosmetic categories on or off, giving you much more control over what's available at any given time.
You can now set the starting value for Custom Model Data via config, making it easier to avoid conflicts with other mods or resource packs on your server.
| Customizable UI textures via config | Added |
| Balloon cosmetics | In Progress |
| Pokémon cosmetics | In Progress |
| Toggle cosmetic categories on/off | Added |
| Set Custom Model Data start value | Added |
More features are on the way!
| Name | |
|---|---|
![]() | SQLite JDBC |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:nkJq3egB:n0dPqF9T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nkJq3egB:n0dPqF9T"
}