Fix File Structures in Documentation
All checks were successful
ScriptCraft/pipeline/head This commit looks good
All checks were successful
ScriptCraft/pipeline/head This commit looks good
This commit is contained in:
parent
09015c0b20
commit
105d3b0933
@ -1,14 +1,14 @@
|
||||
# File Structure
|
||||
```
|
||||
Jar Root/
|
||||
- scriptcraft
|
||||
- JS or JSON files
|
||||
- Jar Root
|
||||
- scriptcraft/
|
||||
- Source Root
|
||||
```
|
||||
|
||||
## Recommended Source Structure
|
||||
```
|
||||
Source Root/
|
||||
- ModID
|
||||
- Source Root
|
||||
- ModID/
|
||||
- index.js/index.ts
|
||||
- Other Modules
|
||||
```
|
||||
|
@ -14,9 +14,10 @@ This is an example of a Minecraft mod made in TypeScript using ScriptCraft.
|
||||
The ```typescript``` gradle configuration will extract the specified API JAR into ```src/main/ts/build/dependencies```.
|
||||
|
||||
#### API JAR Format
|
||||
```$xslt
|
||||
- src/
|
||||
- DTS, TS, JS, or JSON files and folders
|
||||
- types/
|
||||
```
|
||||
- API JAR Root
|
||||
- src/
|
||||
- Source Root
|
||||
- types/
|
||||
- File structure of node_modules/@types
|
||||
```
|
Reference in New Issue
Block a user