diff --git a/build.gradle b/build.gradle index f3350c0..735f05f 100755 --- a/build.gradle +++ b/build.gradle @@ -39,6 +39,13 @@ version = "2.0.2+1.20.1" repositories { mavenCentral() + + maven { + url = "https://maven.terraformersmc.com/releases/" + content { + includeGroup "com.terraformersmc" + } + } } dependencies { @@ -48,6 +55,8 @@ dependencies { modApi "net.fabricmc.fabric-api:fabric-api:0.83.1+1.20.1" implementation "com.google.code.findbugs:jsr305:3.0.2" + + modRuntimeOnly "com.terraformersmc:modmenu:7.2.1" } loom { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 620ce92..a82e878 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -11,7 +11,8 @@ ], "contact": { "homepage": "https://highlysuspect.agency/", - "sources": "https://github.com/quat1024/templates-mod" + "sources": "https://github.com/quat1024/templates-mod", + "issues": "https://github.com/quat1024/templates-mod/issues" }, "license": "MIT", "icon": "templates-icon.png",