This commit is contained in:
2026-03-11 18:17:01 +01:00
parent d0d2183c77
commit ce206409a5
43 changed files with 718 additions and 7 deletions

View File

@@ -29,6 +29,10 @@ fabricApi {
}
repositories {
maven {
name = "Terraformers"
url = "https://maven.terraformersmc.com/"
}
// 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.
@@ -43,6 +47,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")
}
processResources {