https://github.com/frontear/themelio
A fundamental Gradle environment setup for Fabric modding
https://github.com/frontear/themelio
Last synced: 7 months ago
JSON representation
A fundamental Gradle environment setup for Fabric modding
- Host: GitHub
- URL: https://github.com/frontear/themelio
- Owner: Frontear
- License: gpl-3.0
- Created: 2019-12-30T19:55:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T16:43:50.000Z (over 2 years ago)
- Last Synced: 2023-06-15T18:29:38.721Z (over 2 years ago)
- Language: Java
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Themelio
A simple gradle environment pre-configured to develop Minecraft mods using the Fabric modding environment.
## Usage
- [Generate](https://github.com/Frontear/Themelio/generate) your own copy of this repository
- Modify the `gradle.properties` file with your mods' information. This data will be retroactively applied to the jar at build time
- ***optional:*** To update fabric and minecraft to the latest versions, run `./gradlew updateEnv`
## License
This project falls under the [GNU General Public License v3](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) — you may copy, distribute and modify the software as long as you track changes/dates in source files.