
Silent Gear tools and Culinary Construct sandwiches are colorless
WenXin20 opened this issue ยท 4 comments
Expected Behavior
- The dynamic tools from Silent Gear and the sandwiches from Culinary Construct should be colored correctly.
Actual Behavior
- The tools and the sandwich layers are colored white instead of their appropriate colors.
- Downgrading back to v2.9.4 fixes this.
Reproduction Steps
- Craft a Silent Gear tool with a blueprint
- Observe
- Craft a sandwich using the sandwich station block
- Observe
Attachments
(Ignore the axe, I forgot it was made from iron)
Mods list
System Information
- Java Version: [1.8.0_51]
- CPU: [4x AMD A12-9720P]
- GPU: [AMD Radeon R7]
Sodium Reforged v2.9.5 & v2.9.6
Same issue as #103
Ah, missed it because I typed this issue out yesterday and then posted it today after I made sure v2.9.4 was the version that worked.
This is because Sodium only uses the registered ItemColor when rendering Item models, but mods like these 2 dynamically change the Item BakedModel's color. This probably similar to #43, though I haven't gotten to fixing that one yet.
I'll fix this in the next release