Skip to content

Commit

Permalink
Updated modloader versions (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
LabsZero authored Nov 19, 2024
1 parent 58f4200 commit d6fd237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ allprojects {
minecraftVersion = '1.21.1'
supportedPlatforms = ['forge', 'neoforge', 'fabric']
fabricLoaderVersion = '0.16.9'
fabricApiVersion = '0.108.0+1.21.1'
forgeVersion = '52.0.28'
neoForgeVersion = '21.1.79'
fabricApiVersion = '0.109.0+1.21.1'
forgeVersion = '52.0.29'
neoForgeVersion = '21.1.80'
apiVersion = '1.7.3'
toolsVersion = '1.3.0'
mixinVersion = '0.8.5'
Expand Down

0 comments on commit d6fd237

Please sign in to comment.