Skip to content

Commit

Permalink
Update Forge and TerraBlender
Browse files Browse the repository at this point in the history
  • Loading branch information
Choonster committed May 11, 2024
1 parent 1fb56ac commit 40ccc10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ dependencies {

implementation fg.deobf("curse.maven:jade-324717:${jade_file_id}")

implementation fg.deobf("com.github.glitchfiend:TerraBlender-forge:1.20.4-${terrablender_version}")
implementation "com.github.glitchfiend:TerraBlender-forge:1.20.6-${terrablender_version}"

// Example mod dependency using a mod jar from ./libs with a flat dir repository
// This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ minecraft_version=1.20.6
minecraft_version_range=[1.20.6,1.21)

# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=50.0.11
forge_version=50.0.13

# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[0,)
Expand Down Expand Up @@ -47,7 +47,7 @@ jei_version=17.3.0.49
# 1.20.4-forge-13.2.1
jade_file_id=4978952

terrablender_version=3.3.0.12
terrablender_version=3.5.0.3

# Minecraft uses Apache HTTP Client 4.5.13, so we have to use the same version of the Fluent API
httpclient_version=4.5.13
Expand Down

0 comments on commit 40ccc10

Please sign in to comment.