Open Issues Need Help
View All on GitHub Game Mods • Minecraft Mods
AI Summary: The task is to modify the Minecraft X-Ray mod to correctly render the full volume of fluids (like water and lava) when X-Ray mode is enabled. Currently, only the surface is visible. The solution involves using MixinExtras' `@WrapOperation` to intercept and modify the `shouldSkipRendering` method within the `FluidRenderer` class, conditionally overriding its behavior based on the X-Ray mode's state.
Complexity:
3/5
enhancement good first issue