CraftCore
作者:rebot | 分类:模组
Minecraft 版本: 1.21.11 26.1 26.1.1 26.1.2 26.2 26.3-snapshot-1 26.3-snapshot-2
平台: fabric
标签: game-mechanics utility
New Recipes
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.
Yields 2 cobwebs
Damaged Anvil
+
Block of Iron
→
Chipped Anvil
Chipped Anvil
+
Block of Iron
→
Anvil
Quality of Life Recipes
Works for all types of stairs in the game.
The plank is shifted by one slot to prevent crafting within the player's inventory (the 2x2 grid).
Works similarly for the Glow Item Frame, just add a Glow Ink Sac.
Stonecutter Recipes
The waxed state of the block is preserved during crafting.
Changes to Output Quantities in Vanilla Recipes
| Item | Old Yield | New Yield |
|---|---|---|
| 1 | 2 | |
| 1 | 2 | |
| 1 | 2 | |
| 1 | 2 | |
| 1 | 2 | |
| 2 | 4 | |
| 3 | 4 |
| Item | Old Yield | New Yield |
|---|---|---|
| 3 | 2 | |
| 1 | ||
| 2 | 1 | |
| 6 | 3 | |
Block Drop Changes
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.
| 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
| Mob | Drops | Note |
|---|---|---|
Zombie |
|
Drops only if the weapon has Looting I or higher. |
Drowned |
|
|
|
|
||
Husk |
|
| Profession | Drops |
|---|---|
Unemployed |
|
Farmer |
|
Fletcher |
|
Butcher |
|
Fisherman |
|
Leatherworker |
|
Cartographer |
|
Cleric |
|
Librarian |
|
Mason |
|
Shepherd |
(Random color) |
Armorer |
|
Weaponsmith |
|
Toolsmith |
| Mob | Drops | |
|---|---|---|
Skeleton |
|
|
Bogged |
|
|
|
|
||
|
|
||
Parched |
|
|
|
|
||
Stray |
|
|
|
|
||
|
|
||
| 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. |
|
|
||
|
|
| Mob | Drops |
|---|---|
Red Mooshroom |
|
Brown Mooshroom |
|
| Variant | Drops |
|---|---|
Temperate |
|
Cold |
|
Tropical |
|
| 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
ListDue 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.
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.
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.
请登录后举报
暂无评论,抢个沙发吧~