Mod
Project M.A.S
No reviews yet
Project M.A.S (matter analysis) is a creative solution to giving players reasons to go to places in modpacks.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
CREDIT TO FANCY TOASTS, The recipe unlocked animation is based off the vannila fancy toast.
Project M.A.S — Matter Analysis System
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:
- Natural progression — Players discover what to do by interacting with the world, not by reading instructions.
- Works with any mod — Lock recipes from any mod behind any block. Create, Mekanism, Botania, vanilla — doesn't matter.
- Zero UX friction — No custom GUIs, no NPC dialogue, no quest book entries to maintain. The Scanner item and glow effects are the entire interface.
- JEI integration — Locked recipes are hidden from JEI automatically. Players only see what they've unlocked.
- Per-player — Each player progresses independently. World data persists across sessions.
- Fully data-driven — Define everything in a single JSON config. No code changes needed.
How it works for your players:
- They find a block that glows (you configured which block unlocks which recipe).
- They right-click it with the Scanner.
- A scan progress bar fills up on their HUD.
- When the scan completes, the recipe unlocks with a toast notification.
- They can now craft the item.
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:
- Create + Flywheel — Add a Linker item so players can link themselves to Create machines. Machines use the linking player's recipe unlocks.
- Research Teams — Players can form teams and share unlocked recipes. One person scans, the whole team benefits.
- Sable — Optional dependency scanner doesn't scan through sublevels
Dependencies:
| Dependency | Required? |
|---|---|
| NeoForge | Yes |
| Veil | Yes |
| Sable | Optional |
| Create + Flywheel | Optional |
| JEI | Optional |
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources


