9 lines
311 B
Markdown
9 lines
311 B
Markdown
|
# TypeScript Example
|
||
|
This is an example of a Minecraft mod made in TypeScript using ScriptCraft.
|
||
|
|
||
|
#### Files
|
||
|
- ```src/main/ts```: Contains TypeScript Code
|
||
|
- ```src/main/java```: Contains Bootstrap Java Code
|
||
|
|
||
|
#### Note
|
||
|
When updating Minecraft, make sure to update the ```src/main/ts/package.json``` file as well.
|