DynamicTreesTeam / DynamicTrees

Minecraft Forge mod providing dynamic trees that progressively grow from seed to maturity.
MIT License
230 stars 97 forks source link

Use Aqua Acrobatics water texture when it's installed #669

Closed embeddedt closed 2 years ago

embeddedt commented 2 years ago

A mod I maintain, Aqua Acrobatics, implements the 1.13 water coloring system. For backwards compatibility with mods which expect the water color to be blue, it provides a blue-colored texture. However, water in the world is rendered with the aquaacrobatics:blocks/water_xxx textures, which are white and can thus take on any color.

This PR fixes the issue with rooty water seen here: https://github.com/Fuzss/aquaacrobatics/issues/70

Harleyoc1 commented 2 years ago

CI failing is unrelated to this so going to merge now.