Issue with ConnectedTexturesMod CTM, including adjunct mods like Chisel.
ShibeTemple opened this issue ยท 1 comments
Version information
mc1.16.5 magnesium1.5 forge36.2.20
Expected Behavior
Issue mentioned here: Chisel-Team/ConnectedTexturesMod#168
Chisel blocks that feature connected textures randomly go in and out of being connected. This is affected by moving the players' viewport.
Actual Behavior
The connected block texture to stay connected and static.
Reproduction Steps
Place a 2x2 chisel CTM block like marble blocks together.
Look around.
Watch them flicker in and out of being connected in various ways.
Java version
Java 17
CPU
Ryzen 5600X
GPU
NVIDIA RTX 3090
Additional information
No response
Apparently Rubidium had a similar issue (see Asek3/Rubidium#69) - I'm not sure how similar its code is to Magnesium, but since they share a source, I wonder if the change referenced at the bottom of that issue would work here too, if anyone with mote Java experience than myself wants to try and implement a fix.
Looks like this is the relevant commit for Rubidium - I'm guessing maybe CTM uses multiparts to implement connected textures?: Asek3/Rubidium@77f53eb