SHsuperCM / CITResewn

Fabric implementation of mcpatcher's cit
MIT License
154 stars 76 forks source link

The interface texture does not change #319

Closed Waitner98 closed 10 months ago

Waitner98 commented 10 months ago

Hello, I would like to know how to use CIT to change the interface of shulkers, chests and other blocks that have an interface? I'm playing with the colorful containers darkmode resource pack (https://www.curseforge.com/minecraft/texture-packs/colourful-containers-dark-mode-gui-optifine) which changes the game interface. But I encountered such a problem that without optifine, only the standard interface textures change, and the rest of the textures that are changed using .properties (like a shulker) do not change their texture. For example, a green shulker has the interface texture of a standard shulker, not a green one. I went into the resource pack, into the .properties files and saw the following lines: container=shulker_box texture=green colors=green How can I change them so that everything works fine?

SHsuperCM commented 10 months ago

CITR only does CITs, not guis, guis is out of scope.

You are probably looking for OptiGui

Waitner98 commented 10 months ago

Thank you very much