Notex-3/README.md

17 lines
454 B
Markdown
Raw Permalink Normal View History

2021-02-12 13:27:49 +01:00
# 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`