Skip to content

Releases: spaceclouds42/KuiltGenerator

1.0.2

24 Mar 15:35
Compare
Choose a tag to compare
  • Dokka version is one behind Kotlin version, so I added a separate fetcher for Dokka.
  • Added readme
  • Give gradlew execute permissions automatically

1.0.1

24 Mar 14:59
f18d6ef
Compare
Choose a tag to compare

I made a goof in the start up message, and it is now fixed. Nothing more.

FabriKGenerator Full Release

24 Mar 14:21
Compare
Choose a tag to compare
  • Latest Kotlin versions are now automatically fetched!
  • Add version message at start up and notification if the loaded FabriKGenerator version is out of date
  • Clean up build script, dokka version is no longer hard coded
  • Fixed a few errors in fabric.mod.json generation
  • Flatten hyphens in mod id to underscores for package names

Usage

Simple run main.py from your mod development directory so that the generated mod is placed with your other mods. To be able to run FabriKGenerator from anywhere, you can do the following:

# Open .bashrc in preferred text editor
nano ~/.bashrc

# Add this line to it and save
alias fabrikgen="python $HOME/path_to_dir_containing_app/FabriKGenerator/main.py"

Once you have done this, you can run fabrikgen anywhere to start generating a mod in your current directory.

FabriKGenerator

24 Mar 01:29
Compare
Choose a tag to compare

A simple tool to generate fabric mod templates written in kotlin. Simple input versions you'd like to use along with the modid, package name, and a few other options, and bam, a functioning Hello world mod is generated with the chosen mod name. Also has optional queries for populating fabric.mod.json.

To use, clone the repo (or download the attached source), and run python main.py. The mod will generate in the current directory, and then push you into that directory, so be sure to path to your mod development directory before running it

FabriKGenerator-2021-03-23_20.25.57.mp4