Skip to content

Commit 2e4b690

Browse files
committed
Merge branch '1.20.4' of https://github.com/MeteorClientPlus/MeteorPlus into 1.20.4
2 parents 4f2dd3f + 7228661 commit 2e4b690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build
1515
run: ./gradlew build
1616
- name: Upload artifacts
17-
uses: actions/upload-artifact@v4.3.3
17+
uses: actions/upload-artifact@v4.4.0
1818
with:
1919
name: build-artifacts
2020
path: build/libs

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
5252

5353
// Mixin extras
54-
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.3.6")))
54+
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.1")))
5555

5656
// Meteor Client
5757
modImplementation files("libs\\baritone-unoptimized-fabric-1.10.1-11-g3ed49fd4.jar")

0 commit comments

Comments
 (0)