Skip to content

Commit

Permalink
Merge pull request #635 from Team-EnderIO/fix/registrate-version-range
Browse files Browse the repository at this point in the history
Unlock Registrate version range, should fix mod compat issues
  • Loading branch information
Rover656 authored Mar 10, 2024
2 parents 41ed3d5 + a7da3ef commit 6cc77ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ dependencies {
//runtimeOnly fg.deobf("blank:Xycraft+World:0.5.2")
// Registrate
implementation fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")
jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: "[${registrate_version}]")
jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: "${registrate_version_range}")

// GraphLib
implementation implementation(fg.deobf("dev.gigaherz.graph:GraphLib3:${graphlib_version}"))
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mappings_version=2023.07.23

# Dependencies
registrate_version=MC1.20-1.3.3
registrate_version_range=[MC1.20-1.3.3,)
jei_version=15.2.0.22

graphlib_version=3.0.4
Expand Down

0 comments on commit 6cc77ab

Please sign in to comment.