Open Issues Need Help
View All on GitHub Game Mods • Minecraft Mods
Fluids (like lava/water) are only rendering their surface – needs full body visibility about 1 month ago
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