Skip to content

Commit 33a8f7c

Browse files
committed
Maybe crash fix
1 parent caeec85 commit 33a8f7c

4 files changed

Lines changed: 5 additions & 232 deletions

File tree

.github/workflows/dev_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: marvinpinto/action-automatic-releases@latest
2727
with:
2828
repo_token: '${{ secrets.GITHUB_TOKEN }}'
29-
automatic_release_tag: "1.21.4_1.0.9.4"
29+
automatic_release_tag: "1.21.4_1.0.9.5"
3030
prerelease: true
31-
title: "1.21.4 | 1.0.9.4"
31+
title: "1.21.4 | 1.0.9.5"
3232
files: |
3333
./build/libs/*.jar

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yarn_mappings=1.21.4+build.2
66
loader_version=0.16.9
77

88
# Mod Properties
9-
mod_version=1.21.4_1.0.9.4
9+
mod_version=1.21.4_1.0.9.5
1010
maven_group=nekiplay.meteorplus
1111
archives_base_name=meteor-plus
1212

src/main/java/nekiplay/meteorplus/mixin/meteorclient/modules/AutoToolMixin.java

Lines changed: 0 additions & 226 deletions
This file was deleted.

src/main/resources/meteorplus.mixins.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"plugin": "nekiplay.MixinPlugin",
66
"client": [
77
"meteorclient.gui.WBlockPosEditMixin",
8-
"meteorclient.modules.AutoToolMixin",
98
"meteorclient.modules.BlockESPMixin",
109
"meteorclient.modules.CriticalsMixin",
1110
"meteorclient.modules.ESPMixin",
@@ -17,8 +16,8 @@
1716
"meteorclient.modules.NoRenderMixin",
1817
"meteorclient.modules.TracersMixin",
1918
"meteorclient.modules.WaypointsModuleMixin",
20-
"meteorclient.modules.BreakIndicatorsMixin",
21-
"meteorclient.modules.BetterTooltipsMixin",
19+
"meteorclient.modules.BreakIndicatorsMixin",
20+
"meteorclient.modules.BetterTooltipsMixin",
2221
"minecraft.ClientConnectionAccessor",
2322
"minecraft.ShapelessRecipeAccessor",
2423
"minecraft.entity.ShulkerEntityAccessor",

0 commit comments

Comments
 (0)