Aqua Acrobatics [Forge]

Aqua Acrobatics [Forge]

2M Downloads

Water in modded biomes not being affected by custom config colors?

Turkey9002 opened this issue ยท 4 comments

commented

I'm not sure if this affects all modded biomes but it definitely seems to affect the Magical Forest biome from Thaumcraft. I was testing on the config to see about changing the water colors on that biome, but only the fog ends up changing color. (This would mean it shouldn't be a problem with the id) I've then used the same configuration on the Ocean biome and the surface changes color like normal.

2021-12-24_14 15 47

2021-12-24_14 16 20

2021-12-24_14 14 23

Fog

commented

Thanks, this was caused by Thaumcraft overriding the normal water color logic and not firing the Forge event which I was using to control it. As such, I've now just overriden water color in all cases - there is no longer any easy way for another mod to prevent it. The config should now work as expected.

You can either wait for the next release or download the beta build from here when it finishes building.

commented

@embeddedt I can confirm it's been happening again. I tested with only the latest version of Aqua Acrobatics, Thaumcraft, Baubles and MixinBooter. ^^;

commented

Interesting, not sure why the previous fix seemed to work in the first place. It should be fixed properly in 1.13.3.

commented

It works again now. Thanks for the quick fix!