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.
TheBrokenRail 9cc3eb2a88
All checks were successful
ScriptCraft/pipeline/head This commit looks good
Fix Build
2020-05-31 16:04:45 -04:00
..
2020-05-31 13:25:16 -04:00
2020-04-29 14:56:51 -04:00
2020-05-31 15:35:00 -04:00
2020-05-31 13:25:16 -04:00
2020-04-29 14:56:51 -04:00
2020-05-31 13:25:16 -04:00
2020-05-31 13:51:21 -04:00
2020-05-31 16:04:45 -04:00

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

  • This will also work with JavaScript if you set compilerOptions.allowJs and optionally compilerOptions.checkJs in src/main/ts/tsconfig.json to true
  • NPM dependencies are not bundled
  • API JARs are not bundled