she mod on my menu

This commit is contained in:
quat1024 2023-07-20 20:33:51 -04:00
parent 48e8d07d63
commit 17d71fec37
2 changed files with 11 additions and 1 deletions

View File

@ -39,6 +39,13 @@ version = "2.0.2+1.20.1"
repositories { repositories {
mavenCentral() mavenCentral()
maven {
url = "https://maven.terraformersmc.com/releases/"
content {
includeGroup "com.terraformersmc"
}
}
} }
dependencies { dependencies {
@ -48,6 +55,8 @@ dependencies {
modApi "net.fabricmc.fabric-api:fabric-api:0.83.1+1.20.1" modApi "net.fabricmc.fabric-api:fabric-api:0.83.1+1.20.1"
implementation "com.google.code.findbugs:jsr305:3.0.2" implementation "com.google.code.findbugs:jsr305:3.0.2"
modRuntimeOnly "com.terraformersmc:modmenu:7.2.1"
} }
loom { loom {

View File

@ -11,7 +11,8 @@
], ],
"contact": { "contact": {
"homepage": "https://highlysuspect.agency/", "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", "license": "MIT",
"icon": "templates-icon.png", "icon": "templates-icon.png",