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

@@ -25,7 +25,8 @@ function isAgentAt(position: Vector3): boolean {
.getEntitiesAtBlockLocation(position)
.forEach((entity) => {
if (!entity.isValid()) {
world.sendMessage("INVALID ENTITY");
// world.sendMessage("INVALID ENTITY");
world.sendMessage("Please re-open the CodeEditor");
return;
}
if (entity.typeId == "minecraft:agent") {