Skip to content

Commit

Permalink
Updated modloader versions (#1549)
Browse files Browse the repository at this point in the history
Updated all mods loader versions to their current releases as of this pull request.
  • Loading branch information
LabsZero authored Nov 13, 2024
1 parent 3ac72c8 commit 1732a9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ allprojects {
ext {
minecraftVersion = '1.21.1'
supportedPlatforms = ['forge', 'neoforge', 'fabric']
fabricLoaderVersion = '0.16.5'
fabricApiVersion = '0.105.0+1.21.1'
forgeVersion = '52.0.16'
neoForgeVersion = '21.1.64'
fabricLoaderVersion = '0.16.9'
fabricApiVersion = '0.108.0+1.21.1'
forgeVersion = '52.0.28'
neoForgeVersion = '21.1.77'
apiVersion = '1.7.3'
toolsVersion = '1.3.0'
mixinVersion = '0.8.5'
Expand Down

0 comments on commit 1732a9b

Please sign in to comment.