Rosemary

A blueish-tinted Minecraft rose bush

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"
}

Project members

sylvxa

Member

Details

Licensed MIT
Published a month ago
Updated 16 days ago