Skip to content

Commit 7a857fa

Browse files
Update fabric.mod.json (SchemaStore#5525)
* Update fabric.mod.json Many developers use variable-names and expand them automatically by gradle. This is intentional so that you don't need to define them in multiple places. This allows the use of these, e.g. `${MY_VAR}'. * Update fabric.mod.json Fix validation error (Hopefully)
1 parent 7d6859f commit 7a857fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/json/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"properties": {
116116
"id": {
117117
"type": "string",
118-
"pattern": "^[a-z][a-z0-9-_]{1,63}$",
118+
"pattern": "^(?:[a-z][a-z0-9-_]{1,63}|[$]\\{[a-zA-Z0-9-_]+\\})$",
119119
"description": "The mod identifier"
120120
},
121121
"version": {

0 commit comments

Comments
 (0)