repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
implementation("maven.modrinth:trimmed:1.21.3-4.0.0+neoforge")
}
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation("maven.modrinth:trimmed:1.21.3-4.0.0+fabric")
}
repositories {
mavenCentral()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/dhyces/trimmed")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
}
}
}
dependencies {
runtimeOnly("io.github.llamalad7:mixinextras-common:0.4.1")
implementation("dev.dhyces.trimmed:trimmed-common-1.21.3:4.0.0")
}
dependencies {
implementation("dev.dhyces.trimmed:trimmed-neo-1.21.3:4.0.0")
}
dependencies {
modImplementation("dev.dhyces.trimmed:trimmed-fabric-1.21.3:4.0.0")
}