https://github.com/kitlith/fabric-anvil-cost
A mod to show the anvil prior-work cost when hovering over an item
https://github.com/kitlith/fabric-anvil-cost
Last synced: 7 months ago
JSON representation
A mod to show the anvil prior-work cost when hovering over an item
- Host: GitHub
- URL: https://github.com/kitlith/fabric-anvil-cost
- Owner: kitlith
- License: cc0-1.0
- Created: 2019-06-29T00:22:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T00:23:00.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T17:51:44.981Z (over 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- 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.