Skip to content

Commit

Permalink
Fixing up some things
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Dec 14, 2023
1 parent c4845ed commit 0e87d1a
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 3 deletions.
89 changes: 88 additions & 1 deletion resource/textures/ui_texture_definition.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions source/behavior/entities/format/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@
{ "example:property": "one" },
{ "example:property": "math.random(0, 10)" }
]
},
"queue_command": {
"description": "Queues a command to be executed.",
"properties": {
"command": {
"type": "array",
"items": {
"type": "string",
"description": "The command to execute.",
"examples": ["/say Hello World"]
}
}
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion source/resource/ui/grouped-ui.json

This file was deleted.

2 changes: 1 addition & 1 deletion vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/_global_variables.json"
},
{
"fileMatch": ["ui/*.{json,jsonc,json5}", "ui/**/*.{json,jsonc,json5}"],
"fileMatch": ["ui/*.{json,jsonc,json5}", "ui/**/*.{json,jsonc,json5}", "!ui/_ui_defs.{json,jsonc,json5}", "!ui/_global_variables.{json,jsonc,json5}"],
"url": "https://raw.githubusercontent.com/Blockception/Minecraft-bedrock-json-schemas/main/resource/ui/ui.json"
},
{
Expand Down

0 comments on commit 0e87d1a

Please sign in to comment.