-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
✨ EnhancementNew feature or requestNew feature or request
Description
The JSON format could be improved by combining the default variant with the other variants, as shown below.
OLD
"configs": {
"variants": {
"c3fa5074-1ee5-5c3b-a641-d575dcc648ff": {
"override_brightness": true,
"brightness_override": 10,
"inherit_settings": true
}
},
"default": {
"enchanted": true,
"inherit_settings": true
}
}NEW
"configs": {
"default_uuid_here": {
"enchanted": true,
"inherit_settings": true
}
"c3fa5074-1ee5-5c3b-a641-d575dcc648ff": {
"override_brightness": true,
"brightness_override": 10,
"inherit_settings": true
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
✨ EnhancementNew feature or requestNew feature or request