Skip to main content

Circumflex

A Fabric/Quilt library mod

Features

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