Blueprint
Modby TeamAbnormals
Library that implements the framework of all Abnormals mods!
Type
Mod
CurseForge Downloads
114,046,864
CurseForge ID
382216
Modrinth Downloads
7,377,685
Modrinth ID
VsM5EDoI
Last Updated
Sep 13, 2026
Description

📖 About:
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!

💻 For Developers:
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.


Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
Just Enough Items (JEI)
View Items and Recipes
Cloth Config API (Fabric/Forge/NeoForge)
Config Screen API for Minecraft
Mouse Tweaks
Enhances inventory management by adding various functions to the mouse buttons.
AppleSkin
Adds some useful information about food/hunger to the HUD
Fabric API
Core API library for the Fabric toolchain
GeckoLib
A 3D animation library for entities, blocks, items, armor, and more!
Included in Modpacks (1,429)
Show fewer
Phantasmagoria
Nightmare Rising
notha vanilla+ modpack
Create: The Age of the Sky
Ascended Gear SMP
Vanilla Expanse
Sanctuary Aeronautics
Novan
Qilby Industries
create cozy chaos
DriedFlower
UnstableCraft
Artilide
LividJava's Create Tempered
Hug Trees With Gromit
deep sea adveture
The Lost Realms
UY8 Create+
Hearth & Horizons
Create: War and Economy
Valiance's Shenanigans
Create: Horizons
CPWN Pack 2
ImmersiCraft
Redacted II: Aerofactory
Creators Wilds

