mostly finished 1.21.6, except fog

This commit is contained in:
mcrcortex
2025-06-18 09:11:25 +10:00
parent 3fb8323dd0
commit 388764e9c8
6 changed files with 14 additions and 41 deletions

View File

@@ -3,7 +3,6 @@
"package": "me.cortex.voxy.client.mixin",
"compatibilityLevel": "JAVA_17",
"client": [
"minecraft.MixinBackgroundRenderer",
"minecraft.MixinClientCommonNetworkHandler",
"minecraft.MixinClientLoginNetworkHandler",
"minecraft.MixinDebugHud",

View File

@@ -32,7 +32,7 @@
"common.voxy.mixins.json"
],
"depends": {
"minecraft": "1.21.5",
"minecraft": "1.21.6",
"fabricloader": ">=0.14.22",
"fabric-api": ">=0.91.1",
"sodium": ">=0.6.13"