bad not working transparency

This commit is contained in:
2026-03-17 23:06:32 -03:00
parent a3d5bc6b70
commit 6e6dd08af7
7 changed files with 104 additions and 36 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ export class PlayerControlsSystem extends System {
x: block.x + offset.x,
y: block.y + offset.y,
z: block.z + offset.z,
id: "bworld:dirt",
id: "bworld:glass",
});
}
}