https://github.com/polyfrost/oneconfigexamplemod
Example mod implementing OneConfig.
https://github.com/polyfrost/oneconfigexamplemod
Last synced: about 1 year ago
JSON representation
Example mod implementing OneConfig.
- Host: GitHub
- URL: https://github.com/polyfrost/oneconfigexamplemod
- Owner: Polyfrost
- License: unlicense
- Created: 2022-05-31T15:17:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T11:30:56.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T12:39:52.594Z (almost 2 years ago)
- Language: Java
- Homepage: https://polyfrost.org/projects/oneconfig/
- Size: 271 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
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)