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
TheBrokenRail d4a1ce6e8f
ScriptCraft/pipeline/head This commit looks good Details
Proper Event System
2020-05-04 20:36:32 -04:00
..
src/main Proper Event System 2020-05-04 20:36:32 -04:00
.gitignore Use Self-Hosted Maven 2020-04-29 14:56:51 -04:00
README.md Finish Examples 2020-04-29 20:32:07 -04:00
build.gradle Update Versioning 2020-04-29 15:41:58 -04:00
gradle Use Self-Hosted Maven 2020-04-29 14:56:51 -04:00
gradle.properties Use Self-Hosted Maven 2020-04-29 14:56:51 -04:00
gradlew Use Self-Hosted Maven 2020-04-29 14:56:51 -04:00
gradlew.bat Use Self-Hosted Maven 2020-04-29 14:56:51 -04:00
settings.gradle Use Self-Hosted Maven 2020-04-29 14:56:51 -04:00
typescript.build.gradle Finish Examples 2020-04-29 20:32:07 -04:00

README.md

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