/TemplateMakerFabric

Provides data and allows creation of skeletons for Minecraft mods using the Fabric toolchain

Primary LanguageJavaApache License 2.0Apache-2.0

TemplateMakerFabric Maven

This library provides data for:

  • Supported Minecraft versions
  • Fabric API versions
  • Yarn mappings versions
  • Loom versions
  • Fabric Loader versions

It allows filtering some of these by compatibility and can provide default versions based on selections

It also allows building a skeleton of a mod from the provided versions which can then be output to a given path.

Maven

repositories{
    maven { url "https://maven.extracraftx.com" }
}
...
dependencies{
    implementation "com.extracraftx.minecraft:TemplateMakerFabric:{VERSION}"
}
Documentation Coming Soon™

GeneratorFabricMod

This library is not intended to be user-facing.
If you are wanting to simply create a skeleton mod as a user, take a look at GeneratorFabricMod.