Skip to content

MCModderAnchor/Gunpack-LowcodeTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A template aims to help tacz gunpack author to create lowcode addons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published