Circumflex
A Fabric/Quilt library mod
Features
- Registry initializer API (inspired by owo-lib)
- Command registration API
- More widgets
ChunkGenerator
s- Some general utilities
Adding the Dependency
Add the following to your project:
build.gradle
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:circumflex:${project.circumflex_version}"
}
gradle.properties
circumflex_version=1.3.0
fabric.mod.json
{
"depends": {
"circumflex": "~1.3.0"
}
}