Halogen

Halogen

657k Downloads

Silent Gear tools and Culinary Construct sandwiches are colorless

WenXin20 opened this issue ยท 4 comments

commented

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

  1. Craft a Silent Gear tool with a blueprint
  2. Observe
  3. Craft a sandwich using the sandwich station block
  4. Observe

Attachments

v2.9.5+
2021-07-23_23 29 45

v2.9.4
2021-07-24_14 12 41

(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
commented

Same issue as #103

commented

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.

commented

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

commented

Alright, thanks!