Added support for gametest fields
This commit is contained in:
@@ -128,10 +128,16 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["resources", "data", "client_data", "interface", "world_template", "javascript"],
|
||||
"enum": ["resources", "data", "client_data", "interface", "world_template", "javascript", "script"],
|
||||
"description": "This is the type of the module.",
|
||||
"title": "Type"
|
||||
},
|
||||
"language": {
|
||||
"type": "string",
|
||||
"title": "Language",
|
||||
"description": "The programming language to use",
|
||||
"enum": ["javascript"]
|
||||
},
|
||||
"uuid": {
|
||||
"$ref": "#/definitions/uuidv4",
|
||||
"description": "This is a unique identifier for the module in the same format as the pack's UUID in the header. This should be different from the pack's UUID, and different for every module",
|
||||
|
||||
Reference in New Issue
Block a user