Skip to content

Commit

Permalink
Update scripting modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ExDrill committed Feb 3, 2025
1 parent a603624 commit d7f4712
Showing 1 changed file with 49 additions and 8 deletions.
57 changes: 49 additions & 8 deletions packages/minecraftBedrock/fileDefinition/gameTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,33 @@
*/
"types": [
// @minecraft/server
{
"moduleName": "@minecraft/server",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected]/index.d.ts",
"requires": {
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "2.0.0-beta"
}
],
"experimentalGameplay": ["enableGameTestFramework"],
"targetVersion": [">=", "1.21.70"]
}
},
{
"moduleName": "@minecraft/server",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected]/index.d.ts",
"requires": {
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.18.0-beta"
}
],
"targetVersion": [">=", "1.21.70"]
}
},
{
"moduleName": "@minecraft/server",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected]/index.d.ts",
Expand Down Expand Up @@ -268,7 +295,7 @@
// @minecraft/server-gametest
{
"moduleName": "@minecraft/server-gametest",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].60-preview.28/index.d.ts",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].70-preview.20/index.d.ts",
"requires": {
"dependencies": [
{
Expand All @@ -294,6 +321,20 @@
}
},
// @minecraft/server-ui
{
"moduleName": "@minecraft/server-ui",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected]/index.d.ts",
"requires": {
"dependencies": [
{
"module_name": "@minecraft/server-ui",
"version": "2.0.0-beta"
}
],
"experimentalGameplay": ["enableGameTestFramework"],
"targetVersion": [">=", "1.21.70"]
}
},
{
"moduleName": "@minecraft/server-ui",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected]/index.d.ts",
Expand Down Expand Up @@ -359,7 +400,7 @@
// @server-admin
{
"moduleName": "@minecraft/server-admin",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].60-preview.28/index.d.ts",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].70-preview.20/index.d.ts",
"requires": {
"dependencies": [
{
Expand All @@ -374,7 +415,7 @@
// @server-net
{
"moduleName": "@minecraft/server-net",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].60-preview.28/index.d.ts",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].70-preview.20/index.d.ts",
"requires": {
"dependencies": [
{
Expand All @@ -383,7 +424,7 @@
}
],
"experimentalGameplay": ["enableGameTestFramework"],
"targetVersion": [">=", "1.21.60"]
"targetVersion": [">=", "1.21.70"]
}
},
{
Expand All @@ -403,7 +444,7 @@
// @server-editor
{
"moduleName": "@minecraft/server-editor",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].60-preview.28/index.d.ts",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].70-preview.20/index.d.ts",
"requires": {
"dependencies": [
{
Expand All @@ -412,7 +453,7 @@
}
],
"experimentalGameplay": ["enableGameTestFramework"],
"targetVersion": [">=", "1.21.60"]
"targetVersion": [">=", "1.21.70"]
}
},
{
Expand All @@ -432,7 +473,7 @@
// @debug-utilities
{
"moduleName": "@minecraft/debug-utilities",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].60-preview.28/index.d.ts",
"definition": "https://cdn.jsdelivr.net/npm/@minecraft/[email protected].70-preview.20/index.d.ts",
"requires": {
"dependencies": [
{
Expand All @@ -441,7 +482,7 @@
}
],
"experimentalGameplay": ["enableGameTestFramework"],
"targetVersion": [">=", "1.21.60"]
"targetVersion": [">=", "1.21.70"]
}
},
{
Expand Down

0 comments on commit d7f4712

Please sign in to comment.