We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f2dd3f + 7228661 commit 2e4b690Copy full SHA for 2e4b690
.github/workflows/pull_request.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build
15
run: ./gradlew build
16
- name: Upload artifacts
17
- uses: actions/upload-artifact@v4.3.3
+ uses: actions/upload-artifact@v4.4.0
18
with:
19
name: build-artifacts
20
path: build/libs
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
52
53
// Mixin extras
54
- include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.3.6")))
+ include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.1")))
55
56
// Meteor Client
57
modImplementation files("libs\\baritone-unoptimized-fabric-1.10.1-11-g3ed49fd4.jar")
0 commit comments