An open API service indexing awesome lists of open source software.

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

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.