-
Bug
-
Resolution: Fixed
-
1.20.80.21 Preview
-
Confirmed
-
Windows
-
1203335
In 1.20.80 previews, a new API was added as a wrapper of the structure command to be used in the Script API. However, the rotation configs have a disparity. Attached is a video demonstrating a structure being loaded in all 3 ways(structure block, /structure command, and the new Structure API) in order and all 4 rotations.
Reproduce:
- Download the attached world into Minecraft Preview 1.20.80.21
- Inside this world there is 3 layers labeled with diamond, emerald, and gold blocks
- The diamond block uses the structure block to import the structure, the emerald uses the structure command, the gold uses the scriptevent to communicate with the ScriptAPI
Expectations:
All structures are rotated the same
Observed:
The ScriptAPI rotates differently compared to the other two
- relates to
-
MCPE-186845 Nested structures deform when loaded with rotation
- Open