This commit is contained in:
2026-01-01 04:47:41 +01:00
parent 3053a86d1b
commit aabd595816
19 changed files with 993 additions and 82 deletions

View File

@@ -11,11 +11,7 @@ base {
}
repositories {
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
maven { url "https://maven.terraformersmc.com/releases/" }
}
loom {
@@ -39,6 +35,8 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
modCompileOnly "com.terraformersmc:modmenu:15.0.0"
modRuntimeOnly "com.terraformersmc:modmenu:15.0.0"
}
processResources {