Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
New Recipes
Chainmail Armor
Grass Block
Mycelium
Tool and Weapon "Upgrades"
The item being upgraded is shifted by one slot to prevent crafting within the player's inventory (the 2x2 grid).
| Result | Base |
|---|---|
|
Stone |
|
|
Copper |
or |
|
Golden |
or |
|
Iron |
or |
Diamond tools cannot be upgraded this way.
Scaffolding
Lead
Cobweb
Yields 2 cobwebs
Bell
Repairing Anvils
Damaged Anvil
+
Block of Iron
→
Chipped Anvil
Chipped Anvil
+
Block of Iron
→
Anvil
Quality of Life Recipes
Hopper
Small stairs recipes
Works for all types of stairs in the game.
Quick crafting for Tools and Spears
The plank is shifted by one slot to prevent crafting within the player's inventory (the 2x2 grid).
Minecart with Hopper
Concrete
Quick crafting for colored items
Chest
Lectern
Item Frame
Works similarly for the Glow Item Frame, just add a Glow Ink Sac.
Painting
Barrel
Composter
Stick
Wooden Doors
Wooden Slabs
Wooden Stairs
Wooden Fences
Fence Gates
Boats with Chest
Ladder
Stonecutter Recipes
Logs
Planks
Copper Blocks
The waxed state of the block is preserved during crafting.
Block of Iron
Glass
Changes to Output Quantities in Vanilla Recipes
Increased Item Yield
| Item | Old Yield | New Yield |
|---|---|---|
| 1 | 2 | |
| 1 | 2 | |
| 1 | 2 | |
| 1 | 2 | |
| 1 | 2 | |
| 2 | 4 | |
| 3 | 4 |
Decreased Item Yield
| Item | Old Yield | New Yield |
|---|---|---|
| 3 | 2 | |
| 1 | ||
| 2 | 1 | |
| 6 | 3 | |
Miscellaneous Changes
List
Due to the character limit on Modrinth, the full list of miscellaneous changes cannot be displayed here. You can view the complete list on my GitHub repository.
Modularity
The project features a convenient module system. If you do not need certain recipes or entire crafting categories, you can easily remove them by simply deleting the corresponding folder from the archive.
Structure
Folder Structure:
The internal structure is identical for both the recipes folder (recipe) and the conditions for unlocking them in the recipe book (advancement/recipes). The root folders are categorized by the method of item creation:
crafting—
Crafting Table and the inventory crafting grid;smelting—
Furnace;blasting—
Blast Furnace;stonecutting—
Stonecutter;smithing_transform—
Smithing Table.
Inside these folders, files are divided into logical categories. For example, the crafting/wood_types/acacia folder contains all alternative crafts using
Acacia Planks and
Acacia Logs.
File Naming Convention:
All file names follow a logical pattern: [what_item_is_crafted]_[from_what_material].json.
For example, the path data/ccore/recipe/crafting/utility/chest_logs.json means crafting a
Chest directly from
Logs.
Instructions for removing modules (using the stonecutter as an example)
If you want to completely disable all new recipes for the
Stonecutter, follow these steps:
- Open the
.jaror.zipfile of the datapack using any archiver (e.g., 7-Zip or WinRAR). - Navigate to the path
data/ccore/recipe/stonecuttingand delete thestonecuttingfolder. - Navigate to the path
data/ccore/advancement/recipes/stonecuttingand delete thestonecuttingfolder as well (this will prevent error logs from appearing in the server console). - Run the
/reloadcommand in-game or restart the server to apply the changes.
Feedback
Found a bug or have ideas for new recipes? Let me know by opening an Issue on GitHub.
Block, item, and mob assets were taken from the Minecraft Wiki.
All recipes and crafts in this project are fictional. Any coincidences with other packs are purely coincidental.


