https://github.com/chocohead/bug-free-disco
https://github.com/chocohead/bug-free-disco
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chocohead/bug-free-disco
- Owner: Chocohead
- Created: 2020-11-30T03:39:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T01:53:57.000Z (over 5 years ago)
- Last Synced: 2025-01-25T16:44:27.909Z (over 1 year ago)
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Textile Example Mod
The (unofficial) [Fabric](https://fabricmc.net/) home for infdev - 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
```
NOTE: if you want sources (recommended), instead run
```
./gradlew rebuildLVT genSources 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.