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.
repositories{
maven { url "https://maven.extracraftx.com" }
}
...
dependencies{
implementation "com.extracraftx.minecraft:TemplateMakerFabric:{VERSION}"
}
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.