This commit is contained in:
2025-12-30 22:27:14 +08:00
Unverified
parent cb67d74cce
commit 18f680c093
5 changed files with 1215 additions and 903 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export class Raycaster {
if (block?.type.id !== 'minecraft:air') {
blocks.push({
permutation: block,
location: location,
location: location
});
if (getFirst)
break;