First Version

This commit is contained in:
2024-09-13 11:28:44 +02:00
parent e5d35618f8
commit 18346549de
15 changed files with 311 additions and 78 deletions

View File

@@ -60,7 +60,7 @@ class AbstractAgentTrackMission extends Level {
// world.getDimension("overworld").runCommand("/kill @e[type=agent]");
world.getDimension("overworld").runCommand("execute as @p run codebuilder runtime stop @s");
teleportAgent(agentStartPositon);
teleportAgent(agentStartPositon, agentStartFacing);
return false;
} else if (isComplete) {
return true;