Skip to content

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

License

Notifications You must be signed in to change notification settings

ExtraCrafTX/TemplateMakerFabric

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages