Mineuniverse
Log in Register
Mods

Blueprint

Library that implements the framework of all Abnormals mods!
by TeamAbnormals
Download Claim this project
107,691,022 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Website Discord X Patreon

📖 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.

Blueprint 1.21.1 - 8.1.0
MC 1.21.1, NeoForge
Release 2026-05-06 Get
Blueprint 1.20.1 - 7.1.4
MC 1.20.1, Forge, NeoForge
Release 2026-05-06 Get
Blueprint 1.21.1 - 8.0.8
MC NeoForge, 1.21.1
Release 2025-10-25 Get
Blueprint 1.21.1 - 8.0.7
MC NeoForge, 1.21.1
Release 2025-10-17 Get
Blueprint 1.21.1 - 8.0.6
MC NeoForge, 1.21.1
Release 2025-09-05 Get
Blueprint 1.21.1 - 8.0.5
MC NeoForge, 1.21.1
Release 2025-05-07 Get
Blueprint 1.21.1 - 8.0.4
MC NeoForge, 1.21.1
Release 2025-05-05 Get
Blueprint 1.21.1 - 8.0.3
MC NeoForge, 1.21.1
Release 2025-04-21 Get
Blueprint 1.20.1 - 7.1.3
MC NeoForge, 1.20.1, Forge
Release 2025-04-10 Get
Blueprint 1.21.1 - 8.0.2
MC NeoForge, 1.21.1
Beta 2025-04-10 Get
Blueprint 1.21.1 - 8.0.1
MC NeoForge, 1.21.1
Beta 2025-03-21 Get
Blueprint 1.21.1 - 8.0.0
MC NeoForge, 1.21.1
Beta 2025-03-11 Get
Blueprint 1.20.1 - 7.1.2
MC NeoForge, 1.20.1, Forge
Release 2025-03-05 Get
Blueprint 1.20.1 - 7.1.1
MC NeoForge, 1.20.1, Forge
Release 2025-01-31 Get
Abnormals-Core-1.16.1-v2.0.6
MC 1.16.1, Forge
Release 2020-10-17 Get
Abnormals-Core-1.16.1-v2.0.5
MC 1.16.1, Forge
Release 2020-10-06 Get
Abnormals-Core-1.16.1-v2.0.4
MC 1.16.1, Forge
Release 2020-09-24 Get
Abnormals-Core-1.16.1-v2.0.3
MC 1.16.1, Forge
Release 2020-08-27 Get
Abnormals-Core-1.16.1-v2.0.2
MC 1.16.1, Forge
Release 2020-08-06 Get
Abnormals-Core-1.16.1-v2.0.1
MC 1.16.1, Forge
Release 2020-07-29 Get
Abnormals-Core-1.16.1-v2.0.0
MC 1.16.1, Forge
Release 2020-06-26 Get
Abnormals-Core-1.15.2-v1.0.6
MC 1.15.2, Forge
Release 2020-06-14 Get
Abnormals-Core-1.15.2-v1.0.5
MC 1.15.2, Forge
Release 2020-05-30 Get
Abnormals-Core-1.15.2-v1.0.3
MC 1.15.2, Forge
Release 2020-05-15 Get
Abnormals-Core-1.15.2-v1.0.4
MC 1.15.2, Forge
Release 2020-05-15 Get
Abnormals-Core-1.15.2-v1.0.2
MC 1.15.2, Forge
Release 2020-05-14 Get
Abnormals-Core-1.15.2-v1.0.1
MC 1.15.2, Forge
Release 2020-05-13 Get
Abnormals-Core-1.15.2-v1.0.0
MC 1.15.2, Forge
Release 2020-05-12 Get

More from TeamAbnormals

Pet Cemetery
8,291,230
Berry Good
7,824,573
Gallery
7,074,989
Bamboo Blocks
6,658,560
Upgrade Aquatic
42,137,693
Caverns & Chasms
3,944,661

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314