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
29
29
30
30
new SvelteDialog ( {
31
31
id : `${ PACKAGE . name } :vanillaItemDisplayConfigDialog` ,
32
- title : translate ( 'dialog.vanilla_item_display_config .title' ) ,
32
+ title : translate ( 'dialog.vanilla_block_display_config .title' ) ,
33
33
width : 400 ,
34
34
svelteComponent : VanillaBlockDisplayConfigDialog ,
35
35
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
308
308
animated_java.dialog.text_display_config.billboard.options.horizontal : Horizontal
309
309
animated_java.dialog.text_display_config.billboard.options.center : Center
310
310
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
+
311
317
# # Variant Config Dialog
312
318
animated_java.dialog.variant_config.title : Variant Config
313
319
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export class TextDisplay extends ResizableOutlinerElement {
80
80
TextDisplay . properties [ key ] . reset ( this )
81
81
}
82
82
83
- this . name = 'vanilla_block_display '
83
+ this . name = 'text_display '
84
84
this . extend ( data )
85
85
86
86
this . name ??= 'text_display'
You can’t perform that action at this time.
0 commit comments