Tinkers Bronze embellishment does not show up on the item properly
ChiefArug opened this issue ยท 2 comments
Minecraft Version
1.18.1
Forge Version
39.0.79
Mantle Version
Mantle-1.18.1-1.8.31
Tinkers' Construct Version
TConstruct-1.18.1-3.4.1.46
Describe your issue
As you can see it shows up fine when worn, but not in item form.
Crash Report
No response
Reproduced with only Tinkers' Construct?
Yes
Other mods required
No response
Confirm the following
- Check if you are using performance enhancers, such as optifine
- Check if you have searched the tracker to see if your issue already exists, notably pinned issues
- Check if you did not read any of the checkboxes and just checked all the boxes
- Check if you read FAQ to see if your issue is answered
Yep, I can see why. Tinkers Bronze internally is tconstruct:bronze#silicon
, but the material modifier model was not yet updated to use material variants, so it thinks that is an invalid material ID (non variant material IDs don't support #
). Easy enough fix, just something missed in the material variant update.