https://github.com/lizainslie/moreequipmentmod
Adds more equipment to Minecraft via Fabric
https://github.com/lizainslie/moreequipmentmod
Last synced: 8 months ago
JSON representation
Adds more equipment to Minecraft via Fabric
- Host: GitHub
- URL: https://github.com/lizainslie/moreequipmentmod
- Owner: LizAinslie
- License: cc0-1.0
- Created: 2019-12-17T05:20:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T05:20:18.000Z (almost 6 years ago)
- Last Synced: 2024-12-27T20:33:53.903Z (10 months ago)
- Language: Java
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
2. Run the following command:```
./gradlew idea
```## License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.