Skip to content

Commit

Permalink
Update modloaders
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Jun 14, 2024
1 parent 9e45fc4 commit 85da8c1
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.20.4'
supportedPlatforms = ['forge', 'neoforge', 'fabric']
fabricLoaderVersion = '0.15.10'
fabricApiVersion = '0.97.0+1.20.4'
forgeVersion = '49.0.49'
neoForgeVersion = '20.4.234'
fabricLoaderVersion = '0.15.11'
fabricApiVersion = '0.97.1+1.20.4'
forgeVersion = '49.1.0'
neoForgeVersion = '20.4.237'
apiVersion = '1.7.1'
toolsVersion = '1.3.0'
mixinVersion = '0.8.5'
Expand Down

0 comments on commit 85da8c1

Please sign in to comment.