This commit is contained in:
2024-08-05 12:06:10 +02:00
parent d41fefe098
commit 7259b53176
9 changed files with 61 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
import { BlockType, MinecraftBlockTypes, Vector3, World } from "@minecraft/server";
import { BlockType, Vector3, World } from "@minecraft/server";
export type blockCondition = {
block: BlockType;