https://github.com/elitemastereric/clockstopper
What if you had the power to stop time?
https://github.com/elitemastereric/clockstopper
minecraft minecraft-mod
Last synced: about 1 year ago
JSON representation
What if you had the power to stop time?
- Host: GitHub
- URL: https://github.com/elitemastereric/clockstopper
- Owner: EliteMasterEric
- License: cc0-1.0
- Created: 2018-12-20T04:12:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T23:25:29.000Z (over 7 years ago)
- Last Synced: 2025-01-30T00:46:35.600Z (over 1 year ago)
- Topics: minecraft, minecraft-mod
- Language: Java
- Size: 71.3 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.