File Details
whereismystuff-0.1.2.jar
- B
- May 26, 2026
- 76.38 KB
- 6
- 1.21.11+7
- Fabric
File Name
whereismystuff-0.1.2.jar
Supported Versions
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
Curse Maven Snippet
## [0.1.2] - 2026-05-26 ### Fixed - **Ghost Item Invisibility:** Fixed a bug where ghost items were completely invisible on the inventory and container screens by reverting the rendering enjjection from `drawForeground` (which is overridden by screen subclasses) back to separate, cross-version safe `drawSlot` dual-injection hooks (`method_2385`) for 1.21.4 and 1.21.11. - **1.21.11 Launch Crash:** Fixed a `ClassCastException` crash during startup on Minecraft 1.21.11 by replacing class-loading class checks with non-classloading `ClassLoader.getResource` classpath checks inside `WimsMixinConfigPlugin`. - **1.21.6 Compilation:** Fixed compilation failure on 1.21.6 caused by mapping differences in `DrawContext.draw` by introducing dynamic reflection-based execution. ### Added - **Compatibility Verification:** Confirmed and verified full runtime stability on Minecraft versions `1.21`, `1.21.4`, `1.21.8`, `1.21.9`, `1.21.10`, and `1.21.11` via manual tests and automated builds.

