You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CF-Example-Mod/README.md

23 lines
743 B
Markdown

# Minecraft Cursed POMF Example Mod
The (unofficial) [Fabric](https://fabricmc.net/) home for 1.2.5 and Beta 1.7.3 - if you want the newer versions see [here](https://github.com/FabricMC/fabric-example-mod).
## Setup
1. Edit build.gradle and mod.json to suit your needs.
* The "mixins" object can be removed from mod.json if you do not need to use mixins.
* Please remember to replace all occurrences of "modid" with your own mod ID.
2. Run the following command:
```
./gradlew eclipse
```
Once your mod is complete and ready for use it can be compiled and reobfuscated with:
```
./gradlew build
```
## License
This template is available under the MIT license. Feel free to learn from it and incorporate it in your own projects.