Library that implements the framework of all Abnormals mods!

Blueprint is a mod library designed to make it easier to access code shared across most Team Abnormals mods, but anyone is allowed and encouraged to use it! It has many valuable features, such as a registry helper, data syncing, various data-driven modification systems, a biome API, a trim material API, the Endimator animation API, and much more!

Adding Blueprint to your mod is quite simple!
First off, you need to add Blueprint as a dependency to access the library in code. To do so, add the following to your build.gradle:
repositories {
maven {
url = "https://maven.teamabnormals.com"
}
}
dependencies {
implementation("com.teamabnormals:blueprint:<version>")
}
Replace <version> with the desired version of Blueprint, including the desired version of Minecraft.
For example, 1.21.1-8.0.0 yields blueprint-1.21.1-8.0.0.jar.
Next, you must add it as a dependency on NeoForge to make your mod require Blueprint when loading. In your neoforge.mods.toml, add the following block to the file:
[[dependencies.<modId>]]
modId = "blueprint"
type = "required"
versionRange = "[<version>,)"
ordering = "AFTER"
side = "BOTH"
Replace <version> with the desired version of Blueprint.
For example, 8.0.0 will target version 8.0.0 of Blueprint.
The code block above for the neoforge.mods.toml file targets the selected version and any subsequent versions. If you want to target it differently, you may want to read up on the neoforge.mods.toml spec.


Required
Required
Условия использования, изменения и распространения этого товара.
09.07.2026 · Modrinth
Скриншоты и изображения из оригинальной страницы Modrinth.




Опубликованные версии и оригинальные файлы Modrinth.
09.07.2026 · 112 311 загрузки
06.05.2026 · 171 670 загрузки
06.05.2026 · 894 812 загрузки
25.10.2025 · 239 192 загрузки
17.10.2025 · 8 204 загрузки
05.09.2025 · 32 311 загрузки
07.05.2025 · 30 890 загрузки
05.05.2025 · 707 загрузки
21.04.2025 · 2 517 загрузки
10.04.2025 · 536 загрузки
10.04.2025 · 3 527 471 загрузки
21.03.2025 · 488 загрузки
11.03.2025 · 403 загрузки
05.03.2025 · 168 064 загрузки
31.01.2025 · 89 017 загрузки
26.04.2024 · 1 211 873 загрузки
01.04.2024 · 11 932 загрузки
22.03.2024 · 7 406 загрузки
29.02.2024 · 6 785 загрузки
03.11.2023 · 324 загрузки
03.11.2023 · 86 836 загрузки
03.11.2023 · 276 загрузки
03.11.2023 · 653 загрузки
03.11.2023 · 21 665 загрузки
03.11.2023 · 500 178 загрузки
03.11.2023 · 109 930 загрузки