c5f0e3ff973556b6a10cbcdf06330348dc7c29ee
release / build (21) (push) Failing after 11m5s
Static Data
This mod gives you access to an additional data pool alongside assets and data, called static_data. This pool is
available immediately in your ModInitializer, and cannot be overridden or reloaded, so you can use it to bootstrap
blocks and items. Additionally, you can request static data from other or all mods, offering a new route for
cooperative data synthesis.
Importing
Gradle:
repositories {
maven { url "https://git.bigduckie.dev/api/packages/big-duckie/maven" }
}
dependencies {
modImplementation "dev.bigduckie:static-data:${project.static_data_version}"
include "dev.bigduckie:static-data:${project.static_data_version}"
}