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 | |
Block Drop Changes
Golden Tools Mechanics
Golden tools now have the "Silk Touch" effect by default. For example, if you break a
Grass Block with a
Golden Shovel, it will drop the block itself.
Important!
This feature is implemented via loot table conditions. It will only work with vanilla blocks. Adding support for any modded blocks at the datapack level is impossible.
Changes Table
| Block | Description of Change |
|---|---|
Tall Grass |
Breaking the top half with Breaking the bottom half drops |
|
Large Fern |
Breaking the top half with Breaking the bottom half drops |
Leaf Litter |
Now only drops when broken with a |
Wildflowers |
|
Pink Petals |
|
|
Respawn Anchor |
Breaking a respawn anchor drops a random amount of |
|
Vines |
Fixed a vanilla game bug: the number of dropped vines now strictly matches the amount on the block. |
|
Cake |
Breaking a completely untouched cake will drop the item. Note! This does not work for a |
|
Monster Spawner |
When broken, it may drop:
|
|
Creeper Head |
Breaking it with |
|
Stone Slab |
Breaking them without the Silk Touch enchantment drops
|
|
Stone Stairs |
Mob Loot Changes
Zombies
| Mob | Drops | Note |
|---|---|---|
Zombie |
|
Drops only if the weapon has Looting I or higher. |
Drowned |
|
|
|
|
||
Husk |
|
Zombie Villagers
| Profession | Drops |
|---|---|
Unemployed |
|
Farmer |
|
Fletcher |
|
Butcher |
|
Fisherman |
|
Leatherworker |
|
Cartographer |
|
Cleric |
|
Librarian |
|
Mason |
|
Shepherd |
(Random color) |
Armorer |
|
Weaponsmith |
|
Toolsmith |
Skeletons
| Mob | Drops | |
|---|---|---|
Skeleton |
|
|
Bogged |
|
|
|
|
||
|
|
||
Parched |
|
|
|
|
||
Stray |
|
|
|
|
||
|
|
||
Piglins
| Mob | Drops | Note |
|---|---|---|
Piglin |
|
Drops only if the weapon has Looting I or higher. |
|
|
||
Piglin Brute |
|
Drops only if the weapon has Looting I or higher. |
|
|
||
|
|
Mooshrooms
| Mob | Drops |
|---|---|
Red Mooshroom |
|
Brown Mooshroom |
|
Chickens
| Variant | Drops |
|---|---|
Temperate |
|
Cold |
|
Tropical |
|
Other Mobs
| Mob | Drops | Note |
|---|---|---|
Blaze |
|
|
Breeze |
|
|
Copper Golem |
|
The Lightning Rod preserves the golem's state (waxed, oxidized, etc.). |
Creeper |
|
Drops only if the weapon has Looting I or higher. |
Iron Golem |
|
Now drops only if the golem was killed by a player. |
|
|
||
|
|
Drops only if the weapon has Looting I or higher. Has a very low drop chance. |
|
Phantom |
|
|
Silverfish |
|
|
Snow Golem |
|
Drops only if it has a pumpkin on its head. |
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.


