promotional bannermobile promotional banner

Blueprint

Library that implements the framework of all Abnormals mods!

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.

The Blueprint Team

profile avatar
  • 2.0K
    Followers
  • 24
    Projects
  • 476.6M
    Downloads
Donate

More from TeamAbnormalsView all

  • Clayworks project image

    Clayworks

    • 10.5M
    • Mods

    Introduces a new furnace type and several building blocks!

    • 10.5M
    • May 7, 2026
    • Mods
    • +1
  • Personality project image

    Personality

    • 20.5M
    • Mods

    Introduces sitting, crawling, and various 'gamefeel' enhancements!

    • 20.5M
    • May 6, 2026
    • Mods
  • Allurement project image

    Allurement

    • 9.6M
    • Mods

    Adds and tweaks enchantments, most of which break up the base game meta!

    • 9.6M
    • May 6, 2026
    • Mods
    • +1
  • Abnormals Delight project image

    Abnormals Delight

    • 23.4M
    • Mods

    Fills content gaps and ties together Abnormals mods and Farmer's Delight!

    • 23.4M
    • April 27, 2026
    • Mods
    • +1
  • Clayworks project image

    Clayworks

    • 10.5M
    • Mods

    Introduces a new furnace type and several building blocks!

    • 10.5M
    • May 7, 2026
    • Mods
    • +1
  • Personality project image

    Personality

    • 20.5M
    • Mods

    Introduces sitting, crawling, and various 'gamefeel' enhancements!

    • 20.5M
    • May 6, 2026
    • Mods
  • Allurement project image

    Allurement

    • 9.6M
    • Mods

    Adds and tweaks enchantments, most of which break up the base game meta!

    • 9.6M
    • May 6, 2026
    • Mods
    • +1
  • Abnormals Delight project image

    Abnormals Delight

    • 23.4M
    • Mods

    Fills content gaps and ties together Abnormals mods and Farmer's Delight!

    • 23.4M
    • April 27, 2026
    • Mods
    • +1