Butday's Blueprint

Quick rating

Community listing page, reviews here may not be monitored by the author.

Butday's Blueprint

No reviews yet

Butday's Blueprint is a data-driven recipe locking system for modpack authors. Customize blueprint recipes and loot tables to turn every structure into a reason to explore — the more you hide, the more there is to find.

Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
butdaysblueprint-1.0.0.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Butday's Blueprint

A data-driven recipe locking system for modpack authors. Customize blueprint recipes and loot tables to turn every structure into a reason to explore — the more you hide, the more there is to find.


How It Works

Blueprints are scattered across the world — in dungeon chests, dropped by mobs, hidden in temples, or reeled in while fishing. Right-click a blueprint to learn it, and the corresponding recipe is permanently unlocked.

If you haven't found the right blueprint, the recipe simply won't work — no matter the ingredients.


Getting Started

  1. Sleep — The first time you sleep, you'll receive the Blueprint Anthology.
  2. Explore — Find blueprints throughout the world.
  3. Read — Right-click to learn a blueprint. You get a piece of paper back.
  4. Craft — Learned recipes are now available at the crafting table.
  5. Review — Open the Anthology to browse all learned blueprints, their descriptions, acquisition hints, and unlocked recipes.

Features

  • Data-driven — Blueprints, textures, descriptions, and loot sources are all JSON. Add, remove, or modify everything without touching Java.
  • Flexible locking — One blueprint can unlock multiple recipes. One recipe can require multiple blueprints. Both shaped and shapeless crafting supported.
  • Blueprint Anthology — An in-game compendium that tracks your collection and lets you browse each blueprint's lore.
  • JEI integration — Locked recipes display which blueprints are required.

For Modpack Authors

Recipe JSON

{
  "type": "butdaysblueprint:blueprint",
  "blueprint": "butdaysblueprint:blueprint/drawing_ability",
  "recipe": {
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
      { "item": "minecraft:paper" },
      { "item": "minecraft:string" }
    ],
    "result": { "item": "minecraft:name_tag" }
  }
}

Loot Modifier

{
  "type": "butdaysblueprint:blueprint_modifier",
  "conditions": [
    { "condition": "forge:loot_table_id", "loot_table_id": "minecraft:chests/village/village_toolsmith" },
    { "condition": "minecraft:random_chance", "chance": 0.50 }
  ],
  "item": "butdaysblueprint:blueprint",
  "blueprint": "butdaysblueprint:blueprint/engineer_manuscript"
}

Full documentation available on GitHub.


JEI Compatible

Screenshots

Gallery

  • recipe_display.png
    recipe_display.png recipe_display.png
  • mod_display.png
    mod_display.png mod_display.png
  • logo.png
    logo.png logo.png
  • jei_display.png
    jei_display.png jei_display.png
  • blueprint_list.png
    blueprint_list.png blueprint_list.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works