Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last week
Updated last week
Rosemary
Rosemary is a simple server-side library used for some of my mods. It currently adds:
- Utility functions for Persistent State
- Dialog GUIs
- Simple serialization based config
Usage
See the help article for Modrinth Maven
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:rosemarylib:1.0.0"
}