This example is licensed under CC0.
The Quantum Voxel game is licensed under Ultreon PSL 1.0.
npm install
npm run build
The output is located in the build
directory.
Zip it up to use it in Quantum Voxel.
Put the zipped file in the mods directory and restart Quantum Voxel if it's running.
- The libs/quantumjs-0.1.0.tgz file contains the generated stubs for the Quantum Voxel game. Meaning it will not work as API in the mods folder. The API is generated separetly on the Quantum Voxel repository.
- Quantum Voxel: the game where this mod is for.
- LangGen: generator for the typescript/javascript files.
- Typescript: the typescript language.
- Fabric Loader: the modloader used for Java mods. (Has API in Quantum.JS)
- XyperCode: author, maintainer, and contributor.