Notex-3/README.md
2021-02-12 14:00:25 +01:00

17 lines
454 B
Markdown

# Notex-3
## building
Compiling requires [the haxe toolkit](https://haxe.org) to be installed, in order to compile KubeJS scripts and [modpacktools](https://github.com/Anvilcraft/modpacktools) to build the modpack.
Run these commands
```sh
# (only required on first build) install kubejs-haxe bindings
haxelib install kubejs
# build haxe scripts
./buildhaxe.sh
# use modpacktools to compile modpack
mpt buildtwitch
```
exports can be found in `build`