[Question] Enchantment texture priorities on multi-enchanted books
omega9380 opened this issue ยท 1 comments
I'm using a resource pack that changes the enchanted book textures based on the enchantments. I was wondering if you could tell me how CITResewn decides which enchantment texture is picked when the CIT is applied to books with multiple enchantments and whether that can be modified in the resource pack.
For example, this book has Aqua Affinity, Protection III, and Mending, and CITResewn chose the texture for Aqua Affinity:
Whereas this book has Smite IV, Unbreaking III, and Mending, and CITResewn chose the Mending texture:
I'd like it to prioritize certain textures, for example Mending, and always choose the prioritized texture if that particular enchantment is on the book.
Is this possible in the resource pack? I'm using Even Better Enchants by Mythitorium, I just updated the textures based on Faithful x64. Here's an example of the .properties file he used to make this work (in this case the Mending books):
type=item
items=enchanted_book
enchantments=mending
texture=mending
Any help would be great. Keep up the great work on this mod!