Skip to content

Commit

Permalink
- Change regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Mar 11, 2024
1 parent f0ec32d commit 95cc772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/behavior/blocks/format/components/geometry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"oneOf": [
{
"type": "string",
"pattern": "minecraft:geometry\\.(full_block|cross)|geometry\\.[a-zA-Z0-9_]+"
"pattern": "[a-zA-Z0-9_\\.:\\=]"
},
{
"type": "object",
Expand All @@ -16,7 +16,7 @@
"title": "Identifier",
"description": "The description identifier of the geometry file to use to render this block. This identifier must match an existing geometry identifier in any of the currently loaded resource packs.",
"type": "string",
"pattern": "minecraft:geometry\\.(full_block|cross)|geometry\\.[a-zA-Z0-9_]+"
"pattern": "[a-zA-Z0-9_\\.:\\=]"
},
"bone_visibility": {
"title": "Bone Visibility",
Expand Down

0 comments on commit 95cc772

Please sign in to comment.