Releases: spaceclouds42/KuiltGenerator
1.0.2
1.0.1
I made a goof in the start up message, and it is now fixed. Nothing more.
FabriKGenerator Full Release
- 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
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