Skip to content

spaceclouds42/KuiltGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KuiltGenerator

A simple python app for generating Quilt mods in Kotlin.

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 KuiltGenerator 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/KuiltGenerator/main.py"

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