Skip to content

Commit a20fb6b

Browse files
Fix script module dependency linking (JaylyDev#9)
* spaghetti bolognese * 1.20.60.21 * Uploaded Script API Docs --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 758cdfe commit a20fb6b

175 files changed

Lines changed: 78245 additions & 150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ For more detailed documentation, the changelog, and How-To Guide provided by Mic
88

99
Relevant links:
1010

11-
- Latest Release API references: [Jayly](https://jaylydev.github.io/) / [ScriptAPI Docs](https://jaylydev.github.io/scriptapi-docs) / [**Script API - Latest**](https://jaylydev.github.io/scriptapi-docs/latest)
11+
- Latest Release API references: [**Script API - Latest**](https://jaylydev.github.io/scriptapi-docs/latest)
1212

13-
- Latest Preview API references: [Jayly](https://jaylydev.github.io/) / [ScriptAPI Docs](https://jaylydev.github.io/scriptapi-docs) / [**Script API - Preview**](https://jaylydev.github.io/scriptapi-docs/preview)
13+
- Latest Preview API references: [**Script API - Preview**](https://jaylydev.github.io/scriptapi-docs/preview)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"reserved_files": [
3+
"spawnParticle.ts"
4+
]
5+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Dependencies
2+
- <p>@minecraft/[email protected]</p>
3+
```json
4+
{
5+
"module_name": "@minecraft/common",
6+
"version": "1.0.0"
7+
}
8+
```
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"compilerOptions":{"module":"commonjs","lib":["es6"],"target":"es6","noEmit":true,"typeRoots":[],"types":[],"paths":{"@minecraft/common":["../../@minecraft/[email protected]/index.d.ts"]}},"files":["index.d.ts"]}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Dependencies
2+
- <p>@minecraft/[email protected]</p>
3+
```json
4+
{
5+
"module_name": "@minecraft/common",
6+
"version": "1.0.0"
7+
}
8+
```
9+
- <p>@minecraft/[email protected]</p>
10+
```json
11+
{
12+
"module_name": "@minecraft/server",
13+
"version": "1.7.0-beta"
14+
}
15+
```
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"compilerOptions":{"module":"commonjs","lib":["es6"],"target":"es6","noEmit":true,"typeRoots":[],"types":[],"paths":{"@minecraft/common":["../../@minecraft/[email protected]/index.d.ts"],"@minecraft/server":["../../@minecraft/[email protected]/index.d.ts"]}},"files":["index.d.ts"]}

0 commit comments

Comments
 (0)