https://github.com/mathieu52/numismatics-loot
https://github.com/mathieu52/numismatics-loot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathieu52/numismatics-loot
- Owner: Mathieu52
- License: cc0-1.0
- Created: 2024-06-18T00:38:01.000Z (about 2 years ago)
- Default Branch: 1.18
- Last Pushed: 2024-06-18T23:04:20.000Z (about 2 years ago)
- Last Synced: 2025-01-08T18:41:38.670Z (over 1 year ago)
- Language: Java
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Fabric Addon Template
This template mod comes pre-configured for developing an addon mod for Create on Fabric.
## Setup
This template is an extension of the base [Fabric Example Mod](https://github.com/FabricMC/fabric-example-mod).
Setup is mostly the same.
Additionally, set `recipe_viewer` in [gradle.properties](gradle.properties). Remember to remove unused
example code. Make sure versions are up-to-date.
When you publish your mod, you should use jars provided by GitHub Actions. These jars will have
build number metadata and will be compressed by the Machete plugin.
## Features
- Access to Create and all of its dependencies
- Mojang Mappings base, with Quilt Mappings and Parchment providing Javadoc and parameters
- VineFlower decompiler for high quality Minecraft sources: `gradlew genSourcesWithVineflower`
- GitHub Actions automatic build workflow
- Machete Gradle plugin to shrink jar file sizes
- Developer QOL: Mod Menu, LazyDFU, recipe viewers
## Other Templates
- [Multi-loader template](https://github.com/Fabricators-of-Create/create-multiloader-addon-template)
- [Forge-only template](https://github.com/kotakotik22/CreateAddonTemplate)
## Help
Questions? Join us in the #devchat channel of the [Create Discord](https://discord.com/invite/hmaD7Se).
## License
This template is available under the CC0 license. Feel free to do as you wish with it.