Some blocks e.g. train tracks can't rotate correctly when placed as rotated nbt file structure
Quatryl23 opened this issue ยท 0 comments
Describe the Bug
I made a structure containing many create blocks and used a structure block to save it as a nbt file. I included that file in a datapack to naturally generate it. But whenever the structure was placed rotated, some blocks seemed to not work correctly; Train track curves were not rotated, stations and signals were not connected to the tracks so they didn't work. Display links had a invalid output. Since it is not possible to lock the rotation of structures in a datapack, I can't fix this by not rotating them. Is there a way to change the data of these blocks whenever they are rotated as a structure? It would be really helpful!
Reproduction Steps
- Make a structure containing train tracks, stations, signals or display links
- Scan it using the structure block (save mode)
- Load it rotated by 90 degrees using the structure block (load mode)
- You'll see the problem
Expected Result
The previously mentioned blocks work correctly
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.1f
Minecraft Version
1.20.1
Forge Version
36.2.0
Other Mods
No response
Additional Context
The bug also occured in other Minecraft / create / forge versions