Skip to content

Commit

Permalink
Update mod loaders version.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Sep 30, 2024
1 parent f0f3a0f commit d0dda85
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.2'
fabricApiVersion = '0.104.0+1.21.1'
forgeVersion = '52.0.4'
neoForgeVersion = '21.1.54'
fabricLoaderVersion = '0.16.5'
fabricApiVersion = '0.105.0+1.21.1'
forgeVersion = '52.0.16'
neoForgeVersion = '21.1.64'
apiVersion = '1.7.3'
toolsVersion = '1.3.0'
mixinVersion = '0.8.5'
Expand Down

0 comments on commit d0dda85

Please sign in to comment.