mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Fix issue creating new display presets
This commit is contained in:
parent
c585cee237
commit
22a267ca54
@ -1629,13 +1629,13 @@ BARS.defineActions(function() {
|
|||||||
_: '_',
|
_: '_',
|
||||||
|
|
||||||
info: {type: 'info', text: 'dialog.display_preset.message'},
|
info: {type: 'info', text: 'dialog.display_preset.message'},
|
||||||
third_right: {type: 'checkbox', label: 'display.slot.third_right', value: true},
|
thirdperson_righthand: {type: 'checkbox', label: 'display.slot.third_right', value: true},
|
||||||
third_left: {type: 'checkbox', label: 'display.slot.third_left', value: true},
|
thirdperson_lefthand: {type: 'checkbox', label: 'display.slot.third_left', value: true},
|
||||||
first_right: {type: 'checkbox', label: 'display.slot.first_right', value: true},
|
firstperson_righthand: {type: 'checkbox', label: 'display.slot.first_right', value: true},
|
||||||
first_left: {type: 'checkbox', label: 'display.slot.first_left', value: true},
|
firstperson_lefthand: {type: 'checkbox', label: 'display.slot.first_left', value: true},
|
||||||
head: {type: 'checkbox', label: 'display.slot.head', value: true},
|
head: {type: 'checkbox', label: 'display.slot.head', value: true},
|
||||||
ground: {type: 'checkbox', label: 'display.slot.ground', value: true},
|
ground: {type: 'checkbox', label: 'display.slot.ground', value: true},
|
||||||
frame: {type: 'checkbox', label: 'display.slot.frame', value: true},
|
fixed: {type: 'checkbox', label: 'display.slot.frame', value: true},
|
||||||
gui: {type: 'checkbox', label: 'display.slot.gui', value: true},
|
gui: {type: 'checkbox', label: 'display.slot.gui', value: true},
|
||||||
},
|
},
|
||||||
onConfirm(form_data) {
|
onConfirm(form_data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user