Skip to content

Mod Data

Deftu edited this page Jul 2, 2022 · 1 revision

About

The ModData stores data on your mod which can be accessed as a Gradle extension. This is mostly used internally, but is very helpful in your own buildscripts.

Usage

You can use modData in your Gradle files to access this data.

Clone this wiki locally