
CBC Balanced
CBC balanced balances the shells added by CBC and the ones from CBC enhanced sells
- 57
- July 22, 2026

CBC Balanced
CBC balanced balances the shells added by CBC and the ones from CBC enhanced sells
- 57
- July 22, 2026
Guide your players without telling them where to go.
Project M.A.S lets modpack creators lock crafting recipes behind the world itself. Instead of writing quest text that says "go to the Nether" or placing an NPC to explain progression — just lock the recipe behind a Nether block. Players will naturally explore, find the block, scan it, and unlock the recipe. No hand-holding. No walls of text. Just exploration.
Why modpack creators use it:
How it works for your players:
That's it. The glow effect on the block is the only hint they need.
| Slot | What to show |
|---|---|
| How stuff that need to be scanned look while holding scanner | ![]() |
| Scanning | ![]() |
| New Recipe Unlocked | ![]() |
Optional 4th: A short GIF (~5 seconds) of the full loop — player approaches glowing block, scans it, toast notification pops up.
Example configs for modpack creators:
Lock the recipe for an iron pickaxe behind iron ore — players must mine iron before they can craft the tool to mine it:
{
"item": "minecraft:iron_pickaxe",
"unlock_block": "minecraft:iron_ore"
}
Mekanism example:
{
"item": "mekanism:digital_miner",
"unlock_block": "mekanism:osmium_ore",
"scan_time": 15.0,
"glow_color": "0x00FF88"
}
Make players explore the Ocean before crafting anything Netherite Sword:
{
"item": "minecraft:netherite_sword",
"unlock_block": "minecraft:sponge",
"scan_time": 20.0,
"glow_color": "0xFF5500"
}
Server commands (for pack testing require op):
| Command | What it does |
|---|---|
/m.a.s lockrecipe <player> <recipe> |
Re-lock a recipe for a specific player. Useful for pack resets or testing progression flow. |
/m.a.s unlockrecipe <player> <recipe> |
Unlock a recipe for a specific player. Bypass scanning for testing or admin override. |
Optional integrations:
Dependencies:
| Dependency | Required? |
|---|---|
| NeoForge | Yes |
| Veil | Yes |
| Sable | Optional |
| Create + Flywheel | Optional |
| JEI | Optional |
CBC balanced balances the shells added by CBC and the ones from CBC enhanced sells
CBC balanced balances the shells added by CBC and the ones from CBC enhanced sells