Skip to content

tl0x/FabricModGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FabricModGenerator

A small program to allow you to easily generate fabric mods.

Most of the code was taken from GeneratorFabricMod and TemplateMakerFabric. I made this program as they were outdated and aren't being maintained.

Planned Features:

  • Quilt and Mojmap support
  • Probably some common dependency options (ARRP, Some other libs)

Installation

  1. Download the release
  2. Unpack the folder where you want
  3. Add the bin folder to your PATH variable.
Windows:
  • Search Environment Variables in your search menu.
  • You should open System Properties. Press the Environment Variables in the bottom right.
  • Select Path in the System Variables section and press Edit.
  • Press new and add your path. (Linking to the bin folder)
Linux/Mac:
Run this command.
$ export PATH=$PATH:/your/path/FabricModGenerator/bin

Usage

Open a terminal and type FabricModGenerator. You will go through a series of prompts and it will generate the mod. You can use the arrow buttons to navigate through the process. Once you have filled out all the prompts, it will generate a mod. Here is a video demonstration.

About

Generates a Skeleton Fabric Mod (Original Code is not mine)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages