Continuity

Continuity

9M Downloads

Sprite names starting with `assets/minecraft/` are not parsed correctly

razorchase49 opened this issue ยท 1 comments

commented

Hello,
When using Continuity with a BDcraft, which has both animated textures and CTM models for Blocks of Redstone, the blocks do not connect. They connect just fine with OptiFine, but when I use Continuity, even with no other mods besides the Fabric API, it's as if the Blocks of Redstone are not registered correctly. I do not know if this happens Continuity does not support animated textures at all, or if it just doesn't support those using the OptiFine models.
I'm on Minecraft 1.19,4, using Fabric Loader 0.14.19, Fabric API 0.78.0, and Continuity 3.0.0 Beta 2.
Two screenshots are attached, one is with Continuity installed without the Redstone blocks connected, the other is with OptiFine with the blocks connected.
2023-04-14_17 05 01
2023-04-14_17 08 25

commented

This does not have anything to do with animated textures. The issue is that Optifine supports matchTiles and tiles that start with assets/minecraft/, whereas Continuity does not. Specifically only the redstone block CTM file in this pack uses assets/minecraft/, so it does not work with Continuity. The next update will fix this.