ConnectedTexturesMod
ConnectedTexturesMod copied to clipboard
Extensions to the vanilla model system, mainly for connected textures
https://mclo.gs/T7Fm5wO launching new game causes mods to lose textures , reloading the pack makes it come back
fixes this crash report [message (27).txt](https://github.com/user-attachments/files/23811741/message.27.txt) The issue was that entry.getValue() in the model map can return null for some models
Hello CTM Team, I'm experiencing a client crash when opening the creative mode inventory. The crash appears to be a compatibility issue between CTM, Create, and performance/rendering mods like Embeddium...
I've been having client-side crashes that relate to CTM, and after analysis trying to figure out what the crash was about, I've noticed that it's between your mod, and Mekanism....
Hello, I'm having display glitches that occur randomly only with the mod blocks Chisel Chipped Integration . I can't quite figure out the cause. Versions : - Minecraft 1.20.1 -...
### Description When another mod (in this case FramedBlocks) wraps a baked CTM model in `ModelEvent.ModifyBakingResult` after CTM has wrapped the original model, then [CTM's `ModelEvent.BakingCompleted` handler](https://github.com/Chisel-Team/ConnectedTexturesMod/blob/19a58b080ff2d4fec4fd44ffdb426fc078ce853d/src/main/java/team/chisel/ctm/client/util/TextureMetadataHandler.java#L182) will no longer...
https://github.com/Chisel-Team/ConnectedTexturesMod/blob/19a58b080ff2d4fec4fd44ffdb426fc078ce853d/src/main/resources/ctm.mixins.json#L6 While this mod is a clientside mod, for some reason the 1.21.1 neoforge file is not marked client only (and some mods may mark this one as a dependency)....
I was going through some ancient minecraft instances and i found a bunch of CTM resource packs that cause block overlays, see screenshot.  This optifine-CTM format of overlay let...
https://github.com/Chisel-Team/ConnectedTexturesMod/blob/19a58b080ff2d4fec4fd44ffdb426fc078ce853d/src/main/resources/ctm.mixins.json#L5 Changing this `client` instead of `mixins` prevents the server from trying to load a client class if CTM is present.
Forge 47.3.12 Minecraft 1.20.1 CTM 1.1.10 Continuity uses Optifine's emissivity system. Malum has built-in support for CTM glowing, shown here: https://github.com/SammySemicolon/Malum-Mod/blob/1.6-1.20.1/src/main/resources/assets/malum/textures/block/ores/blazing_quartz_ore_glow.png.mcmeta https://github.com/SammySemicolon/Malum-Mod/blob/1.6-1.20.1/src/main/resources/assets/malum/textures/block/ores/brilliant_deepslate_glow.png.mcmeta Only Continuity:  Logs: https://gist.github.com/CraftyZombie/d92ba91709d7d7097e7eeb9e45996771 Both...