We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339345e commit 83acc4fCopy full SHA for 83acc4f
src/outliner/vanillaBlockDisplay.ts
@@ -69,6 +69,8 @@ export class VanillaBlockDisplay extends ResizableOutlinerElement {
69
this.block ??= 'minecraft:stone'
70
this.config ??= {}
71
72
+ this.sanitizeName()
73
+
74
const updateBlock = async (newBlock: string) => {
75
if (!MINECRAFT_REGISTRY.block) {
76
requestAnimationFrame(() => void updateBlock(newBlock))
0 commit comments