Sodium

Sodium

35M Downloads

Apply "Smooth Lighting" to all modded fluids

Lolothepro opened this issue ยท 1 comments

commented

Request Description

Currently, Sodium has a feature, which is to fix the bug MC-227302.
This is only fixed with some fluids, but some fluids from mods still have the bug.

For example, some liquids in "The Bumblezone" mods are still affected.

Is it possible to fix it for all fluids, even modded?

Screenshot:

Sugar Water (The Bumblezone) works:
2024-02-22_14 42 00

Royal Jelly (The Bumblezone) doesn't works:
2024-02-22_14 42 17

Honey (The Bumblezone) doesn't works:
2024-02-22_14 42 11

Water (Vanilla) works:
2024-02-22_14 42 04

Source: https://github.com/TelepathicGrunt/Bumblezone

commented

This is not possible to fix when mods emit custom geometry, as Bumblezone does for certain slow-moving fluids. They would have to implement the lighting code themselves, or otherwise rely on APIs we provide to get that functionality.