This is a template that shows how to create one lowcode addon mod for TimelessAndClassicsZero.
Thanks TinkersThing for all these lowcode mod build scripts.
To create one addon, just do as the following steps.
Before we start:
- Make sure you have correctly installed jdk.
- All environmental variables are correctly configured.
If you want to convert your existing gunpack into one lowcode mod:
- Unzip all files inside your gunpack zip file into src directory.
- Specify information like author or license and dependencies of your gunpack with src\META-INF\mods.toml.
- Provide necessary information in pack.mcmeta file just like other mods.
- Run build.bat and you will find your jar file in build directory.
If you want to create a lowcode addon for tacz from scratch:
- Run setup.bat to set up directories.
- Put necessary files into correct path just like gunpakcs.
- Specify information like author or license and dependencies of your gunpack with src\META-INF\mods.toml.
- Provide necessary information in pack.mcmeta file just like other mods.
- Run build.bat and you will find your jar file in build directory.