- Update script manifest (#259)
This commit is contained in:
@@ -85,11 +85,6 @@
|
|||||||
"description": "This is the name of the module that this pack depends on.",
|
"description": "This is the name of the module that this pack depends on.",
|
||||||
"title": "Module Name",
|
"title": "Module Name",
|
||||||
"examples": [
|
"examples": [
|
||||||
"mojang-gametest",
|
|
||||||
"mojang-minecraft",
|
|
||||||
"mojang-minecraft-server-admin",
|
|
||||||
"mojang-minecraft-ui",
|
|
||||||
"mojang-net",
|
|
||||||
"@minecraft/server",
|
"@minecraft/server",
|
||||||
"@minecraft/server-editor",
|
"@minecraft/server-editor",
|
||||||
"@minecraft/server-ui",
|
"@minecraft/server-ui",
|
||||||
@@ -102,8 +97,22 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "This is the specific version of the module that your pack depends on.",
|
"description": "This is the specific version of the module that your pack depends on.",
|
||||||
"title": "Version",
|
"title": "Version",
|
||||||
"default": "1.0.0-beta",
|
"default": "1.9.0",
|
||||||
"examples": ["0.1.0", "1.0.0", "1.0.0-beta", "1.1.0-beta"]
|
"examples": [
|
||||||
|
"1.10.0-beta",
|
||||||
|
"1.10.0",
|
||||||
|
"1.9.0",
|
||||||
|
"1.8.0",
|
||||||
|
"1.7.0",
|
||||||
|
"1.6.0",
|
||||||
|
"1.5.0",
|
||||||
|
"1.4.0",
|
||||||
|
"1.3.0",
|
||||||
|
"1.2.0",
|
||||||
|
"1.2.0-beta",
|
||||||
|
"1.1.0",
|
||||||
|
"1.0.0"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -190,7 +199,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Language",
|
"title": "Language",
|
||||||
"description": "The programming language to use.",
|
"description": "The programming language to use.",
|
||||||
"enum": ["javascript"]
|
"enum": ["javascript", "Javascript"]
|
||||||
},
|
},
|
||||||
"uuid": {
|
"uuid": {
|
||||||
"$ref": "../UUIDV4.json",
|
"$ref": "../UUIDV4.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user