Skip to content

Commit

Permalink
Fix color_rgb list length
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Nov 9, 2024
1 parent 9cf9ae9 commit 31d532d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/1.21.4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcschema/java-1.21.4",
"version": "0.0.14",
"version": "0.0.15",
"description": "Schemas for Java Edition 1.21.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion java/1.21.4/src/schemas/Common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function initCommonSchemas(schemas: SchemaRegistry, collections: Collecti
type: 'list',
node: ListNode(
NumberNode({ min: 0, max: 1 }),
{ minLength: 4, maxLength: 4 },
{ minLength: 3, maxLength: 3 },
)
}
]))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 31d532d

Please sign in to comment.