
Certain Rats blocks don't render textures when sieved
PatRat621 opened this issue ยท 2 comments
When adding certain blocks from the Rats mod to be sieved, the textures don't render
Steps to reproduce the behavior:
- Through Craft Tweaker, add cheese/garbage piles from rats to be sievable
- Attempt to sieve said blocks
Expected behavior
A clear and concise description of what you expected to happen.
Version
Minecraft Version: 1.16.4
Forge Version: 35.1.36
Ex Nihilo: Sequentia Version: 1.16-2.0.2.7
Rats: 7.2.0-1.16.5
Citadel: 1.7.1
CraftTweaker: 7.1.0.314
Hi. This happens when the block registry name isn't the same as the texture, and the sieve uses the registry name to get the texture from the texture atlas.
In this case:
Registry Name | Texture Name |
---|---|
rats:block_of_cheese | rats:cheese |
rats:garbage_pile | rats:garbage_0, rats:garbage_1, rats:garbage_2 ... |
This is my understanding of the problem, but I'm will research more on this to check if Minecraft binds the texture to the registry name or not.
Edit:
On further investigation, I changed the dirt texture and used it on the sieve.
Even though I changed the texture, the sieve uses the dirt texture because of the sieve lookup by the registry name instead of using the texture.