
ME Controller colors not synchronized
mcailac opened this issue · 1 comments
Describe the bug
Colors of ME controller are not synchronized in corners of the structure.
To Reproduce
Create a ME controller structure in square for example and observe the colors not synchronized.
Expected behavior
Colors should be synchronized with the rest of the structure.
Additional context
Environment
- Minecraft Version: 1.12.2
- AE2 Version: appliedenergistics2-rv6-stable-7-extended_life-v0.53.3
- Forge Version: Forge - 14.23.5.2860
- ModPack: Dinine_Journey_2.16.0
I think I found the issue but not 100% sure.
To me, frames
array in .mcmeta files should be exactly the same if we want to use color in same order. Array of controller_column_lights.png.mcmeta begins with 1
, while the one of controller_lights.png.mcmeta begins with 0
.
Sadly, I don't have the knowledge to test if it really fix the issue. But I'm pretty sure it's linked.
This is fixed as part of #338