Before Format Wars

This commit is contained in:
2024-08-29 10:45:07 +02:00
parent 35af9ffc97
commit 545e47a9f3
20 changed files with 1243 additions and 399 deletions

View File

@@ -222,6 +222,12 @@ function spawnParticle(
return;
}
map.setVector3("variable.direction", vector3(0, 0, 0));
// map.setFloat("Variable.r", 2);
map.setColorRGB("variable.color", {
red: 1,
green: 1,
blue: 1,
});
const dimension = world.getDimension("overworld");
if (dimension) {