Skip to content

Commit

Permalink
Update gradle files for 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Feb 2, 2024
1 parent dd59996 commit 4419ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,8 @@ minecraft {
}
}

repositories {
maven {
// for AutoRegLib
name "blamejared"
url "https://maven.blamejared.com/"
}
}

dependencies {
minecraft "net.minecraftforge:forge:${config.mc_version}-${config.forge_version}"

implementation fg.deobf("vazkii.autoreglib:AutoRegLib:${config.arl_version}")
}

spotless {
Expand Down
13 changes: 6 additions & 7 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#Fri Feb 02 20:17:32 UTC 2024
#Fri Feb 02 20:11:36 UTC 2024
mapping_channel=official
forge_version=43.1.52
forge_version=47.1.3
mod_id=morphtool
dir_repo=./
build_number=37
arl_version=1.8.2-56.125
build_number=36
dir_output=../Build Output/Morphtool/
mapping_version=1.19.2
version=1.6
mapping_version=1.20.1
version=1.7
mod_name=Morph-o-Tool
mc_version=1.19.2
mc_version=1.20.1

0 comments on commit 4419ccd

Please sign in to comment.