Skip to content

Commit

Permalink
Add terraformersmc maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Jan 24, 2021
1 parent b8e7b58 commit 15eb516
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
mappings "net.fabricmc:yarn:$project.yarn_mappings:v2"

mod "fabric-loader", "net.fabricmc:fabric-loader:$project.loader_version"
mod "modmenu", "io.github.prospector:modmenu:$project.modmenu_version"
mod "modmenu", "com.terraformersmc:modmenu:$project.modmenu_version"
includeMod "fabric-api", "net.fabricmc.fabric-api:fabric-api:$project.fabric_version"
includeMod "cloth-config-2", "me.shedaniel.cloth:config-2:$project.clothconfig_version"
includeMod "autoconfig", "me.sargunvohra.mcmods:autoconfig1u:$project.autoconfig_version"
Expand All @@ -19,6 +19,10 @@ repositories {
maven {
url = "https://jitpack.io"
}
maven {
name = 'TerraformersMC'
url = 'http://maven.terraformersmc.com/'
}
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.16.5
yarn_mappings=1.16.5+build.3
loader_version=0.11.1
fabric_version=0.29.4+1.16
modmenu_version=1.14.13+build.21
modmenu_version=1.14.15
clothconfig_version=4.8.3
autoconfig_version=3.3.1

Expand Down

0 comments on commit 15eb516

Please sign in to comment.