Astromine liquids render with normal water color
CerbTheOne opened this issue ยท 2 comments
Expected Behavior
Astromine's liquids should have distinct colors.
Actual Behavior
They all render using vanilla water color, minus transparency.
Reproduction Steps
- Install Fabric Modloader 0.11.1, Astromine 1.11.5 and Fabric API 0.29.4.
- Find or place down any of Astromine's custom liquids.
- Notice they use the water color instead of their actual color.
Attachments
System Information
- Java Version: 1.8.0_281
- CPU: Intel Core i7-9750H
- GPU: GTX 1050 3GB
This is likely due to Sodium not being compatible with the Fabric Rendering API (see the issue on the Astromine repository). Until it is supported, the mod won't work with Astromine, which uses the API.
Closing as a duplicate of #5, as fixing that issue will solve this one as well