DakotaPride / create-garnished

MIT License
13 stars 3 forks source link

All Garnished liquids appear as water when Physics Mod Ocean Physics are enabled. #69

Open Slessmanman opened 1 month ago

Slessmanman commented 1 month ago

When "Ocean Physics" from Physics Mod (https://www.curseforge.com/minecraft/mc-mods/physics-mod) are enabled, all non-flowing instances of the liquids introduced in this mod have their textures replaced with water's standing texture. Side and flowing textures are unaffected. This does not occur with some other modded liquids, such as those from Mystical Aggraditions, Alex's Caves or Biomes O' Plenty. I am unsure if this is an issue that originates exclusively from Physics Mod or Garnished, but I thought you might want to be aware of the interaction.

To Reproduce -Install both Physics Mod and Garnished -place any liquid from Garnished in any configuration, so long as it is not flowing. -Enable "Ocean Physics" in Physics mod. -top textures of these liquids will appear as water.

Additional context

Mod version: physics-mod-pro-v171-forge-1.20.1 and [(Neo)Forge 1.9.4+1.20.1] Garnished
Forge version: 47.3.5
Create version: Create 1.20.1 v0.5.1f
Slessmanman commented 1 month ago

So, I looked into the jars and noticed something. All of the liquids that display properly with the physics mod enabled uses "\assets\modname\textures\block" to store their liquid textures, whereas Garnished uses "\assets\garnished\textures\fluid".

DakotaPride commented 1 month ago

Unfortunately, not too much that I can do without breaking the textures in the base mod. I do believe that this issue probably happens with the Create mod as well, since I used the same texture directory path.