update to API v2.0.0

This commit is contained in:
ForestOfLight
2025-04-12 14:02:35 -07:00
Unverified
parent 825e7745f8
commit fcc47a78a4
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
import { MinecraftDimensionTypes, world } from "@minecraft/server";
import { world } from "@minecraft/server";
import { Outliner } from "./Outliner";
export class Structure {
#structure;
#options = {
isPlaced: false,
dimensionId: MinecraftDimensionTypes.overworld,
dimensionId: 'minecraft:overworld',
worldLocation: { x: 0, y: 0, z: 0 },
rotation: 0,
mirror: false,