File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export function openVanillaBlockDisplayConfigDialog(display: VanillaBlockDisplay
2929
3030 new SvelteDialog ( {
3131 id : `${ PACKAGE . name } :vanillaItemDisplayConfigDialog` ,
32- title : translate ( 'dialog.vanilla_item_display_config .title' ) ,
32+ title : translate ( 'dialog.vanilla_block_display_config .title' ) ,
3333 width : 400 ,
3434 svelteComponent : VanillaBlockDisplayConfigDialog ,
3535 svelteComponentProperties : {
Original file line number Diff line number Diff line change @@ -308,6 +308,12 @@ animated_java.dialog.text_display_config.billboard.options.vertical: Vertical
308308animated_java.dialog.text_display_config.billboard.options.horizontal : Horizontal
309309animated_java.dialog.text_display_config.billboard.options.center : Center
310310
311+ # # Vanilla Block Display Config Dialog
312+ animated_java.dialog.vanilla_block_display_config.title : Vanilla Block Display Config
313+
314+ # # Vanilla Item Display Config Dialog
315+ animated_java.dialog.vanilla_item_display_config.title : Vanilla Item Display Config
316+
311317# # Variant Config Dialog
312318animated_java.dialog.variant_config.title : Variant Config
313319
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export class TextDisplay extends ResizableOutlinerElement {
8080 TextDisplay . properties [ key ] . reset ( this )
8181 }
8282
83- this . name = 'vanilla_block_display '
83+ this . name = 'text_display '
8484 this . extend ( data )
8585
8686 this . name ??= 'text_display'
You can’t perform that action at this time.
0 commit comments