Hipposgrumm / armor-trims

2 stars 1 forks source link

[Feature Request] Allow Custom Trimming for Items #4

Closed Apollounknowndev closed 1 year ago

Apollounknowndev commented 1 year ago

Hello, I develop the Trimmable Tools mod and was looking into if it was possible to backport it to previous versions using this mod. However, it appears that the check for items that can be trimmed is just checking for an ArmorItem. Could this be extended to use an item tag so other mods (like mine) can add new items that can be trimmed?

Hipposgrumm commented 1 year ago

I have plans for this in the future. However I won't be implementing it now. (You can mixin the new smithing logic class for now.)

Hipposgrumm commented 1 year ago

I changed my mind I'm implementing it now.

Hipposgrumm commented 1 year ago

I think I have it working.