[Bug] CIT Resewn mod incompatibility (I think)
alexmozaidze opened this issue · 7 comments
Describe the bug
The books that should've had a different texture look very broken to the point I barely can call them books, books that weren't changed (mainly modded ones) weren't affected by this bug. Tested with Xali's Enchanted Books resourcepack
Steps To Reproduce
- Install CIT Resewn along with BetterEnchantedBooks
- Put Xali's Enchanted Books into the resourcepacks directory
- Activate the resourcepack
- Look at the books, they look horrible!
Expected behavior
BetterEnchantedBooks should not have changed the books that were retextured
Screenshots
The three books on the bottom that look correct are the modded ones and weren't touched by the resourcepack
Please include:
- Minecraft Version: 1.17.1
- Mod Version: 1.2.10
- Dependencies or other mod's versions: CIT Resewn 0.5.3
The coloring is something registered in fabric api at startup, when it's turned off it just sets the original book color. CIT resewn is changing the layer order making the colored layer (unused in vanilla) have the whole book texture
Could you try changing the settings of the mod? Disabling the colouring options for example? I would have to look into the CIT mod to deduce what to do and what could be conflicting.
So the only thing I can try to do is to change the way I'm coloring the strips, currently I'm applying a tint to every layer above layer0, I should really only be doing that to layer1.
Other than that there's nothing I can do since CITResewn alters a lot of the loaded models to a degree I don't really fully compreend. So chances are this will not fix it but there's really not much I can think of to do so.