This commit is contained in:
2026-07-05 10:14:01 -04:00
parent 50fa0f5258
commit 53a4a5b9c5
8 changed files with 35 additions and 65 deletions

View File

@@ -73,7 +73,6 @@ export class BlockModel {
if (val && typeof val === 'object' && val.sprite) val = val.sprite;
}
// BUG FIX: Ensure everything returned is namespace-normalized
if (typeof val === 'string') {
return val.includes(':') ? val : `minecraft:${val}`;
}