Skip to content

Commit

Permalink
Upload generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jayly-bot authored Jul 16, 2023
1 parent a5dae6f commit 64a415f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 49 deletions.
26 changes: 13 additions & 13 deletions legacyPackages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages": [
"chat-rank",
"dimensions",
"get-scores",
"is-host",
"is-operator",
"lz-string",
"remove-permission",
"run-command-async",
"set-permission",
"shopui"
]
}
"packages": [
"chat-rank",
"dimensions",
"get-scores",
"is-host",
"is-operator",
"lz-string",
"remove-permission",
"run-command-async",
"set-permission",
"shopui"
]
}
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "script-api",
"description": "this repository is filled with community driven scripts for Minecraft scripting",
"version": "1.0.0",
"scripts": {
"test": "tsc",
"build": "tsc --build",
"tools": "cd tools && tsc",
"ci": "cd scripts && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaylyDev/ScriptAPI.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/JaylyDev/ScriptAPI/issues"
},
"homepage": "https://github.com/JaylyDev/ScriptAPI#readme",
"dependencies": {
"@minecraft/server": "1.5.0-beta.1.20.20-preview.21",
"@minecraft/server-admin": "1.0.0-beta.1.20.20-preview.21",
"@minecraft/server-editor": "0.1.0-beta.1.20.20-preview.21",
"@minecraft/server-gametest": "1.0.0-beta.1.20.20-preview.21",
"@minecraft/server-net": "1.0.0-beta.1.20.20-preview.21",
"@minecraft/server-ui": "1.2.0-beta.1.20.20-preview.21",
"@minecraft/vanilla-data": "1.20.20-preview.21"
},
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/node": "^20.4.1",
"@types/parsimmon": "^1.10.6",
"axios": "^1.4.0",
"parsimmon": "^1.18.1",
"typescript": "^5.1.6"
}
"name": "script-api",
"description": "this repository is filled with community driven scripts for Minecraft scripting",
"version": "1.0.0",
"scripts": {
"test": "tsc",
"build": "tsc --build",
"tools": "cd tools && tsc",
"ci": "cd scripts && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaylyDev/ScriptAPI.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/JaylyDev/ScriptAPI/issues"
},
"homepage": "https://github.com/JaylyDev/ScriptAPI#readme",
"dependencies": {
"@minecraft/server": "1.5.0-beta.1.20.20-preview.21",
"@minecraft/server-admin": "1.0.0-beta.1.20.20-preview.21",
"@minecraft/server-editor": "0.1.0-beta.1.20.20-preview.21",
"@minecraft/server-gametest": "1.0.0-beta.1.20.20-preview.21",
"@minecraft/server-net": "1.0.0-beta.1.20.20-preview.21",
"@minecraft/server-ui": "1.2.0-beta.1.20.20-preview.21",
"@minecraft/vanilla-data": "1.20.20-preview.21"
},
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/node": "^20.4.1",
"@types/parsimmon": "^1.10.6",
"axios": "^1.4.0",
"parsimmon": "^1.18.1",
"typescript": "^5.1.6"
}
}
3 changes: 3 additions & 0 deletions scripts/minecraft-language/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Script example for ScriptAPI
// Author: bot174 <https://github.com/bot174>
// Project: https://github.com/JaylyDev/ScriptAPI
export const languageKeys = [
"accessibility.disableTTS",
"accessibility.enableTTS",
Expand Down

0 comments on commit 64a415f

Please sign in to comment.