Skip to content

Commit

Permalink
update CrT to resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Dec 3, 2021
1 parent 6ec2966 commit 3d625d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ repositories {
}

dependencies {
String crafttweakerBuildVersion = "436"
String crafttweakerBuildVersion = "470"
String forgeVersion = "1.16.5-36.2.5"

minecraft("net.minecraftforge:forge:$forgeVersion")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ description="Customize your minecraft experience!"
[[dependencies.contenttweaker]]
modId="crafttweaker"
mandatory=true
versionRange="[7.1.2.436,)"
versionRange="[7.1.2.470,)"
ordering="BEFORE"
side="BOTH"

0 comments on commit 3d625d3

Please sign in to comment.