Bump version

This commit is contained in:
2024-08-05 11:21:38 +02:00
parent 61c5a0e489
commit 9cc4705802
5 changed files with 29 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
import { MinecraftBlockTypes, Vector3, world } from "@minecraft/server";
import { BlockType, BlockTypes, Vector3, world } from "@minecraft/server";
import Level from "../../Commandeer/level/level";
import pupeteer from "../../Commandeer/pupeteer";
import { teleportAgent, isAgentAt, getAgentLocation, getAgent } from "../../Commandeer/utils/agentUtils";