Skip to content

Commit

Permalink
- Update script manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Mar 29, 2024
1 parent d3f9a3b commit 084024f
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions source/general/manifest/manifest.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
"description": "This is the name of the module that this pack depends on.",
"title": "Module Name",
"examples": [
"mojang-gametest",
"mojang-minecraft",
"mojang-minecraft-server-admin",
"mojang-minecraft-ui",
"mojang-net",
"@minecraft/server",
"@minecraft/server-editor",
"@minecraft/server-ui",
Expand All @@ -102,8 +97,22 @@
"type": "string",
"description": "This is the specific version of the module that your pack depends on.",
"title": "Version",
"default": "1.0.0-beta",
"examples": ["0.1.0", "1.0.0", "1.0.0-beta", "1.1.0-beta"]
"default": "1.9.0",
"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"
]
}
}
}
Expand Down Expand Up @@ -190,7 +199,7 @@
"type": "string",
"title": "Language",
"description": "The programming language to use.",
"enum": ["javascript"]
"enum": ["javascript", "Javascript"]
},
"uuid": {
"$ref": "../UUIDV4.json",
Expand Down

0 comments on commit 084024f

Please sign in to comment.