Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion schemas/blockStates_schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"title": "blockStates",
"type": "array",
"uniqueItems": true,
"items": {
"title": "blockState",
"type": "object",
Expand Down
2 changes: 0 additions & 2 deletions tools/js/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ require('./version_iterator')(function (p, versionString) {
}
if (instance) {
it(dataName + '.json is valid', function () {
// blockStates.json files are large (10k+ entries); give them more time
if (dataName === 'blockStates') this.timeout(180 * 1000)
// Skip tints schema validation for PC 1.21.4, as it doesn't meet the
// maxItems: 1 check for the constant tints.
if (dataName === 'tints' && versionString === 'pc 1.21.4') {
Expand Down
Loading