TheBrokenRail
9cc3eb2a88
All checks were successful
ScriptCraft/pipeline/head This commit looks good
|
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
gradle | ||
gradle.properties | ||
gradlew | ||
README.md | ||
settings.gradle.kts |
TypeScript Example
This is an example of a Minecraft mod made in TypeScript using ScriptCraft.
Files
src/main/ts
: Contains TypeScript Codesrc/main/java
: Contains Bootstrap Java Code
Notes
- This will also work with JavaScript if you set
compilerOptions.allowJs
and optionallycompilerOptions.checkJs
insrc/main/ts/tsconfig.json
totrue
- NPM dependencies are not bundled
- API JARs are not bundled