she mod on my menu
This commit is contained in:
parent
48e8d07d63
commit
17d71fec37
@ -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 {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user