This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/examples/typescript/README.md
TheBrokenRail 82b00bdaec
All checks were successful
ScriptCraft/pipeline/head This commit looks good
Finish Examples
2020-04-29 20:32:07 -04:00

504 B

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

Notes

  • When updating the Minecraft version, make sure to update it in the src/main/ts/package.json file as well
  • This will also work with JavaScript if you set compilerOptions.allowJs and optionally compilerOptions.checkJs in src/main/ts/tsconfig.json to true