Material counter and cleanup

This commit is contained in:
ForestOfLight
2025-03-11 02:13:16 -07:00
Unverified
parent 67e3f6fecc
commit 830b54e55a
5 changed files with 211 additions and 30 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
import { MolangVariableMap, system, world } from "@minecraft/server";
import { system, world } from "@minecraft/server";
import { Vector } from "../lib/Vector";
const drawFrequency = 8;
@@ -17,6 +17,7 @@ export class Outliner {
this.dimension = world.getDimension(dimension);
this.min = new Vector(min.x, min.y, min.z);
this.max = new Vector(max.x, max.y, max.z);
this.startDraw();
}
startDraw() {