https://github.com/extracraftx/templatemakerfabric
Provides data and allows creation of skeletons for Minecraft mods using the Fabric toolchain
https://github.com/extracraftx/templatemakerfabric
Last synced: 6 months ago
JSON representation
Provides data and allows creation of skeletons for Minecraft mods using the Fabric toolchain
- Host: GitHub
- URL: https://github.com/extracraftx/templatemakerfabric
- Owner: ExtraCrafTX
- License: apache-2.0
- Created: 2020-01-29T17:45:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T00:03:49.000Z (about 4 years ago)
- Last Synced: 2025-03-14T06:44:16.340Z (over 1 year ago)
- Language: Java
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TemplateMakerFabric [![Maven][maven-badge]][maven-url]
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
```gradle
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](https://github.com/ExtraCrafTX/GeneratorFabricMod).
[maven-badge]: https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.extracraftx.com%2Fcom%2Fextracraftx%2Fminecraft%2FTemplateMakerFabric%2Fmaven-metadata.xml
[maven-url]: https://maven.extracraftx.com/com/extracraftx/minecraft/TemplateMakerFabric/