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 7a4b9dd4f8
All checks were successful
ScriptCraft/pipeline/head This commit looks good
Update Examples
2020-04-29 19:41:08 -04:00
..
src/main Update Examples 2020-04-29 19:41:08 -04:00
.gitignore Use Self-Hosted Maven 2020-04-29 14:56:51 -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
README.md Update Examples 2020-04-29 19:41:08 -04:00
settings.gradle Use Self-Hosted Maven 2020-04-29 14:56:51 -04:00
typescript.build.gradle Update Examples 2020-04-29 19:41:08 -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

Note

When updating Minecraft, make sure to update the src/main/ts/package.json file as well.