javiergcim / MakeUpUltraFast

High performance Minecraft shader (Java). For a graphical enhancement. Intended for low-spec computers.
GNU Lesser General Public License v3.0
99 stars 37 forks source link

Some water in TerraFirmaCraft is unaffected by the shader #100

Closed ArgonByte closed 3 hours ago

ArgonByte commented 3 hours ago

Hello! In TerraFirmaCraft, the flowing water texture in places like rivers is unaffected by the shader. Flowing river water and saltwater ocean water are both unaffected by the shader.

Vanilla like water off: 2024-09-29_17 27 21

Vanilla like water on: 2024-09-29_17 27 50

Shader turned off: 2024-09-29_17 28 10

Thank you for making this awesome shader! It's one of the few I can run and it looks great.

ArgonByte commented 3 hours ago

I managed to stumble upon a fix for the water!

Opened the block.properties file. Added "tfc:fluid/finite_fresh_water tfc:fluid/fresh_water tfc:fluid/finite_salt_water tfc:fluid/salt_water tfc:fluid/finite_river_water tfc:fluid/river_water" to block.10008 on lines 24 and 55

2024-09-29_18 12 35