Skip to content

xyz.unifycraft.gradle.tools.configure

Deftu edited this page Jul 2, 2022 · 1 revision

About

Automatically configures your Gradle project according to the mod metadata you have provided in your properties file. This is useful along with other utilities which utilize this mod metadata to improve their functionality.

Setup

Inside your gradle.properties file, define these properties:

mod.name=ExampleMod
mod.id=examplemod
mod.version=1.0.0
mod.group=com.example

If you decide not to do this, the ModData will automatically configure itself according to your project's metadata.