Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Incompability with CTM .mcmeta #146

Open
juraj-hrivnak opened this issue Jan 8, 2022 · 0 comments
Open

Bug: Incompability with CTM .mcmeta #146

juraj-hrivnak opened this issue Jan 8, 2022 · 0 comments

Comments

@juraj-hrivnak
Copy link

The issue

When MCMultiPart is installed alongside CTM (Connected Textures Mod) and vanilla textures are modified using the CTM .mcmeta, all the mcmultipart:multipart blocks turn invisible.

To reproduce

1. Instal the following mods:

CTM-MC1.12.2-1.0.2.31
MCMultiPart-2.5.3
* ResourceLoader-MC1.12.1-1.5.3
* EDX-Multipart-1.1.1

ResourceLoader-MC1.12.1-1.5.3 is there only to imitate the resource pack. The issue can be also reproduced without Resource Loader, using a resource pack.

EDX-Multipart-1.1.1 - bug can be reproduced with any other mod that uses MCMultiPart.

Multipart is still visible:
2022-01-08_18 17 49

2. Change the texture of any vanilla Minecraft block, and add .mcmeta with CTM data to the texture.

You can use textures from this zip: resources.zip

  • Extract the zip to the .minecraft folder, and reload textures.

After reloading the textures, the mcmultipart:multipart should turn invisible:
2022-01-08_18 32 49

  • Example .mcmeta
    The problem is with the extra "ctm" data:
{
    "animation": {
        "frametime": 8,
        "interpolate": true
    },
    "ctm": {
        "ctm_version": 1,
        "extra": {
            "light": 15
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant