Add Chinese translation to the Addon

@wed150
This commit is contained in:
2025-12-20 18:39:45 +08:00
Unverified
parent 668ae3185e
commit 874eff29d4
7 changed files with 1005 additions and 16 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;