Structure visualisation rotates around the centre in the opposite direction as the player
ChiriVulpes opened this issue · 1 comments
My structure is the following (modded items have been replaced with vanilla items for demonstration):
"mapping": {
"O": "minecraft:obsidian",
"E": "minecraft:iron_block",
"B": "minecraft:iron_bars",
"C": "minecraft:hopper",
"0": "minecraft:crafting_table"
},
"pattern": [
[ "E E ", " ", " ", " ", "E E " ],
[ "OB BO ", "B B ", " ", "B B ", "OB BO " ],
[ "OBBBO ", "BCCCB ", "BCCCB0", "BCCCB ", "OBBBO " ]
]
When visualising the structure, I expect it to always face the same direction I'm facing, but this isn't what happens. When I face north & south, it's correct, but when I face east & west, the structure is inside myself.
Watching the rotations of myself and the structure shows that the problem is that I'm rotating clockwise, but it's rotating anticlockwise. I'm not sure if the anticlockwise rotation in the visualisation would ever be helpful, but if it would, maybe this would be better as an option than simply changing permanently.
I've been wrestling this issue for ages. Thank you for the diagram. I'll
look into it when I'm back home.
…On Fri, Nov 16, 2018, 14:17 Mackenzie McClane ***@***.***> wrote:
My structure is the following (modded items have been replaced with
vanilla items for demonstration):
"mapping": {
"O": "minecraft:obsidian",
"E": "minecraft:iron_block",
"B": "minecraft:iron_bars",
"C": "minecraft:hopper",
"0": "minecraft:crafting_table"
},"pattern": [
[ "E E ", " ", " ", " ", "E E " ],
[ "OB BO ", "B B ", " ", "B B ", "OB BO " ],
[ "OBBBO ", "BCCCB ", "BCCCB0", "BCCCB ", "OBBBO " ]
]
When visualising the structure, I expect it to always face the same
direction I'm facing, but this isn't what happens. When I face north &
south, it's correct, but when I face east & west, the structure is inside
myself.
[image: image]
<https://user-images.githubusercontent.com/6081834/48626518-a4cbcd80-e977-11e8-8b37-471ee0f23de1.png>
Watching the rotations of myself and the structure shows that the problem
is that I'm rotating clockwise, but it's rotating anticlockwise. I'm not
sure if the anticlockwise rotation in the visualisation would ever be
helpful, but if it would, maybe this would be better as an option than
simply changing permanently.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABtir6nJQM6PWCu4wTn7NhrxzHfwQqaeks5uvskTgaJpZM4YmVdP>
.