No description
Find a file
Lumorian 464be99ebe fix: resolve server crash from client-only class references in ItemMixin
ItemMixin directly referenced @Environment(EnvType.CLIENT) classes
(QuickBundlePacket$BundleIntoHeld, QuickBundlePacket$Unbundle, ClientUtil)
which don't exist on the server classpath, causing Mixin transformation to
fail with ClassNotFoundException. Introduced ClientBundleProxy as an
indirection layer with no-op defaults, wired up by the client entrypoint.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-27 18:01:49 +08:00
gradle/wrapper refactor: migrate to 1.21.4, replace shulkerutils with Data Components 2026-04-27 14:00:50 +08:00
src/main fix: resolve server crash from client-only class references in ItemMixin 2026-04-27 18:01:49 +08:00
.gitignore Initial commit 2020-02-13 14:52:16 -05:00
build.gradle refactor: migrate to 1.21.4, replace shulkerutils with Data Components 2026-04-27 14:00:50 +08:00
gradle.properties refactor: migrate to 1.21.4, replace shulkerutils with Data Components 2026-04-27 14:00:50 +08:00
gradlew refactor: migrate to 1.21.4, replace shulkerutils with Data Components 2026-04-27 14:00:50 +08:00
gradlew.bat Update deps 2022-06-07 01:30:21 -04:00
LICENSE Initial commit 2020-02-13 14:52:16 -05:00
README.md Initial commit 2020-02-13 14:52:16 -05:00
settings.gradle Update deps 2022-06-07 01:30:21 -04:00

Quick Shulker

Quickly open a held shulker box with the press of a key!