Skip to content

Commit

Permalink
v1.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Jul 26, 2023
1 parent e7166f9 commit d0d3164
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/auto-completions.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auto-completions.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridgex-data",
"version": "1.1.51",
"version": "1.1.52",
"description": "Provide data for the bridge. editor",
"main": "dist/auto-completions.js",
"scripts": {
Expand Down
14 changes: 2 additions & 12 deletions packages/auto_completions/block/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,13 @@
}
},
"grid_size": [
"3"
"4"
],
"crafting_tags": {
"$dynamic.list.next_index": "$recipe.general.tags"
},
"@meta": {
"validate": {
"confirm": "Bridge.Node",
"then": {
"is_warning": true,
"show": true,
"message": "Invalid data type: Expected number or number range"
}
},
"propose_filter": {
"value": "No"
}
"validate": "block.js"
}
}
},
Expand Down

0 comments on commit d0d3164

Please sign in to comment.