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]: Texture connections of type Mural are not arranged correctly #10

Open
5 tasks done
Ironnoob73 opened this issue Dec 4, 2023 · 0 comments
Open
5 tasks done
Labels
bug Something isn't working

Comments

@Ironnoob73
Copy link

Ironnoob73 commented Dec 4, 2023

Bug Description

When the length is not equal to the width, the Mural is not arranged correctly.
image
image

How to Reproduce?

  1. Create a mural-type texture connection with unequal length and width. For example:
{
    "variants": {
        "": {
            "model": "yuushya:block/terracotta_cobblestone"
        }
    },
  
    "athena:loader": "athena:giant",
    "ctm_textures": {
      "1": "yuushya:block_/stone/terracotta_cobblestone_1",
      "2": "yuushya:block_/stone/terracotta_cobblestone_2",
      "3": "yuushya:block_/stone/terracotta_cobblestone_3",
      "4": "yuushya:block_/stone/terracotta_cobblestone_4",
      "5": "yuushya:block_/stone/terracotta_cobblestone_5",
      "6": "yuushya:block_/stone/terracotta_cobblestone_6",
      "particle": "yuushya:block_/stone/terracotta_cobblestone"
    },
    "height": 2,
    "width": 3
}

image
2. The third texture appears on the next line. The sixth texture does not appear.

Expected Behavior

No response

Version

3.1.1

Mod Loader Version

1.20.1 - 47.2.6

Mod Loader

Forge

Logs or additional context

Just in case, this is a manifestation without rendering-related mods such as Oculus installed, and the problem still exists.
image

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I have installed all the required dependencies for the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
@Ironnoob73 Ironnoob73 added the bug Something isn't working label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant