Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.46 KB

File metadata and controls

24 lines (21 loc) · 1.46 KB

TimelessAndClassicsZero Gunpack Lowcode Template

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.

1.Preparations

Before we start:

  • Make sure you have correctly installed jdk.
  • All environmental variables are correctly configured.

2.Convert one Existing Gunpack into Lowcode Addon.

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.

3.Create a Lowcode Addon From Scratch.

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.