https://github.com/microcontrollersdev/menumobs
https://github.com/microcontrollersdev/menumobs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/microcontrollersdev/menumobs
- Owner: MicrocontrollersDev
- License: unlicense
- Created: 2024-07-29T22:36:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T23:32:34.000Z (over 1 year ago)
- Last Synced: 2025-02-13T02:22:45.409Z (12 months ago)
- Language: Java
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-TEMPLATE
Awesome Lists containing this project
README
# OneConfigExampleMod




Example mod implementing OneConfig.
## How to use
- Copy the template either by using GitHub's "Use this template" feature or downloading the repo manually.
- **Remove the license named "LICENSE-TEMPLATE" and choose a new one.**
- Refactor the template (specifically, the modid, version and name in the gradle.properties and most of the class names)
to a different name.
- Have fun modding! :D
## Need to update to a newer commit of this template?
Check out these update guides:
- [Updating to commit `fd8e095`](update-to-fd8e095.md) (most recent update)
- [Updating to commit `301a6ca`](update-to-301a6ca.md)