Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Sep 30, 2024
1 parent 8b986c5 commit 66b7830
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 45 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ fabric_kotlin_version=1.10.20+kotlin.1.9.24

devlogin_version=3.4.1

audience_version=2.1.3
sgui_version=1.5.1+1.20.5
audience_version=2.11.1
sgui_version=1.6.1+1.21.1

# Mod Properties
mod_version=1.3.1
mod_version=1.4.0
maven_group=net.mcbrawls
mod_id=brawls-sgui

# Dependencies
fabric_version=0.104.0+1.21.1
fabric_version=0.105.0+1.21.1
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
35 changes: 0 additions & 35 deletions src/main/java/net/mcbrawls/sgui/mixin/HotbarGuiMixin.java

This file was deleted.

9 changes: 4 additions & 5 deletions src/main/resources/brawls-sgui.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"required": true,
"minVersion": "0.8",
"package": "net.mcbrawls.sgui.mixin",
"mixins": [
"LayeredGuiMixin"
],
"compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
},
"mixins": [
"HotbarGuiMixin",
"LayeredGuiMixin"
]
}
}

0 comments on commit 66b7830

Please sign in to comment.