We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bf73b commit f238fa3Copy full SHA for f238fa3
src/schemas/json/minecraft-pack-mcmeta.json
@@ -125,14 +125,14 @@
125
"$ref": "#/definitions/packFormatRange",
126
"description": "A range of pack formats when this overlay should be active."
127
},
128
- "overlay": {
+ "directory": {
129
"description": "The directory to overlay for the respective versions.",
130
"type": "string",
131
"pattern": "[a-z0-9_-]+"
132
}
133
134
"additionalProperties": false,
135
- "required": ["formats", "overlay"]
+ "required": ["formats", "directory"]
136
137
138
0 commit comments