big-duckie e77bdcb061
build / build (21) (push) Failing after 10m15s
Remove maven publish on commit.
2024-11-30 15:11:01 -07:00
2024-11-29 12:47:37 -07:00
2024-11-29 11:28:59 -07:00
2024-11-29 11:28:59 -07:00
2024-11-29 12:47:37 -07:00
2024-11-29 11:28:59 -07:00
2024-11-29 11:28:59 -07:00
2024-11-29 11:28:59 -07:00
2024-11-29 11:28:59 -07:00
2024-11-29 11:28:59 -07:00

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://maven.bigduckie.dev/releases" }
}

dependencies {
    modImplementation "dev.bigduckie:static-data:${project.static_data_version}"
    include "dev.bigduckie:static-data:${project.static_data_version}"
}
S
Description
Early access to non-reloadable data in Fabric mods.
Readme MIT
108 KiB
1.1.0
Latest
2025-04-01 15:50:32 -07:00
Languages
Java 100%