Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Oct 6, 2024
1 parent aff9542 commit 6c18c4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ dependencies {
runtimeOnly ("top.theillusivec4.curios:curios-neoforge:${curios_version}+${minecraft_version_major}") {transitive=false}

//geckolib
implementation ("software.bernie.geckolib:geckolib-neoforge-${minecraft_version_major}:${geckolib_version}") {transitive=false}
implementation ("software.bernie.geckolib:geckolib-neoforge-${minecraft_version}:${geckolib_version}") {transitive=false}

//smartbrainlib
implementation ("net.tslat.smartbrainlib:SmartBrainLib-neoforge-${minecraft_version_major}:${smartbrainlib_version}") {transitive=false}
implementation ("net.tslat.smartbrainlib:SmartBrainLib-neoforge-${minecraft_version}:${smartbrainlib_version}") {transitive=false}

//TODO: enable once available
//almostunified
Expand Down
11 changes: 5 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ minecraft_version_range=[1.21,1.22)

## Neo
# The neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.1.13
neo_version=21.1.66
# The neo version range can use any version of neo as bounds or match the loader version range
neo_version_range=[21.0.110-beta,)
# The loader version range can only use the major version of Neo/FML as bounds
neo_loader_version_range=[3,)
neogradle_version=7.0.160
neogradle_version=7.0.165

# neo directly reads these properties
# the version the mappings were created for, does not need to match the current mc version
Expand All @@ -42,10 +42,9 @@ jei_version=19.8.2.99
jei_version_range=[19.8.2.0,)
curios_version=9.0.5
curios_version_range=[9.0.5,)
geckolib_minecraft_version=1.21
geckolib_version=4.5.8
geckolib_version=4.6.6
geckolib_version_range=[4.5.5,)
smartbrainlib_version=1.14.5
smartbrainlib_version=1.16.1
smartbrainlib_version_range=[1.14.5,)
almost_unified_version=0.5.0
almost_unified_version_range=[0.5.0,)
Expand All @@ -54,5 +53,5 @@ modonomicon_version_range=[1.106.0,)
theurgy_version=1.52.0
theurgy_version_range=[1.47.1,)
per_viam_invenire_version_range=[0.1.57,)
emi_version=1.1.12+1.21
emi_version=1.1.14+1.21.1
emi_version_range=[1.1.7+1.21,)

0 comments on commit 6c18c4a

Please sign in to comment.