You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When "Ocean Physics" from Physics Mod (https://www.curseforge.com/minecraft/mc-mods/physics-mod) are enabled, all non-flowing instances of Seed Oil or BioEthanol 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 C&A, but I thought you might want to be aware of the interaction.
To Reproduce
-Install both Physics Mod and C&A
-place either Bioethanol or Seed Oil in any configuration, so long as it is not flowing.
-Enable "Ocean Physics" in Physics mod.
-top textures of either liquid will appear as water.
Additional context
Mod version: physics-mod-pro-v171-forge-1.20.1 and createaddition-forge-1.20.1-1.2.4d
Forge version: 47.3.5
Create version: Create 1.20.1 v0.5.1f
The text was updated successfully, but these errors were encountered:
Might've found something out?
All of the liquids that display properly with the physics mod enabled uses "\assets\modname\textures\block" to store their liquid textures, whereas C&A uses "\assets\createaddition\textures\fluid".
This may also be related to these fluids all being tagged as water - which may be an accident as 1.19 reworks the fluids system to not need that for them to function properly.
Describe the bug
When "Ocean Physics" from Physics Mod (https://www.curseforge.com/minecraft/mc-mods/physics-mod) are enabled, all non-flowing instances of Seed Oil or BioEthanol 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 C&A, but I thought you might want to be aware of the interaction.
To Reproduce
-Install both Physics Mod and C&A
-place either Bioethanol or Seed Oil in any configuration, so long as it is not flowing.
-Enable "Ocean Physics" in Physics mod.
-top textures of either liquid will appear as water.
Additional context
The text was updated successfully, but these errors were encountered: