Skip to content

Commit

Permalink
Update build.gradle (to newer Fabric version and API) (#1621)
Browse files Browse the repository at this point in the history
Update Fabric Loader to 0.16.10 and Fabric API to 0.114.0+1.21.1
  • Loading branch information
virtualspan authored Jan 15, 2025
1 parent 921e417 commit e381250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ allprojects {
ext {
minecraftVersion = '1.21.1'
supportedPlatforms = ['forge', 'neoforge', 'fabric']
fabricLoaderVersion = '0.16.9'
fabricApiVersion = '0.109.0+1.21.1'
fabricLoaderVersion = '0.16.10'
fabricApiVersion = '0.114.0+1.21.1'
forgeVersion = '52.0.29'
neoForgeVersion = '21.1.80'
apiVersion = '1.7.3'
Expand Down

0 comments on commit e381250

Please sign in to comment.