Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Armor Trim and Trim Material Not Compatible With Modded Counterparts #6

Closed
Ghastly13 opened this issue Feb 29, 2024 · 1 comment
Closed

Comments

@Ghastly13
Copy link

The Aroma Armor Trim and the Amber Shard material are not compatible with modded materials and modded trims. There are two ways to rectify this:
One method is with a mixin. You can see it in Alex's Caves here: https://github.com/AlexModGuy/AlexsCaves/blob/de4cd593deca46d5d06b82f932f098fd1a2cee9f/src/main/java/com/github/alexmodguy/alexscaves/mixin/client/SpriteResourceLoaderMixin.java#L25
This has the advantage of not requiring another mod.
Another method is using Trimmed:
https://modrinth.com/mod/trimmed
This is probably easier.
Also, the recipe for the Aroma Armor trim is bugged, it only produces one trim and not two.

@AbraXator
Copy link
Owner

Thanks for pointing this bug out, and for providing the solution too! It'll get fixed in the next update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants