https://github.com/crabdancing/fabriccompression
A simple item/block compression mod created for mod practice (unaffiliated with Fabric team)
https://github.com/crabdancing/fabriccompression
Last synced: over 1 year ago
JSON representation
A simple item/block compression mod created for mod practice (unaffiliated with Fabric team)
- Host: GitHub
- URL: https://github.com/crabdancing/fabriccompression
- Owner: crabdancing
- License: cc0-1.0
- Created: 2020-02-07T22:49:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T22:49:30.000Z (over 6 years ago)
- Last Synced: 2025-02-06T05:33:02.393Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- 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.