Minecraft-Console-Client/MinecraftClient.Tests/TestData/Pathing/pathing-planner-contracts.json

37 lines
935 B
JSON

{
"manager-accepted-ascend-chain": {
"expectedStatus": "Success",
"segments": [
{
"move": "Diagonal",
"from": { "x": 171, "y": 80, "z": 160 },
"to": { "x": 172, "y": 80, "z": 161 }
},
{
"move": "Diagonal",
"from": { "x": 172, "y": 80, "z": 161 },
"to": { "x": 173, "y": 80, "z": 162 }
},
{
"move": "Traverse",
"from": { "x": 173, "y": 80, "z": 162 },
"to": { "x": 174, "y": 80, "z": 162 }
},
{
"move": "Ascend",
"from": { "x": 174, "y": 80, "z": 162 },
"to": { "x": 175, "y": 81, "z": 162 }
},
{
"move": "Ascend",
"from": { "x": 175, "y": 81, "z": 162 },
"to": { "x": 176, "y": 82, "z": 162 }
},
{
"move": "Ascend",
"from": { "x": 176, "y": 82, "z": 162 },
"to": { "x": 177, "y": 83, "z": 162 }
}
]
}
}