Compact Crafting
Crafting just got smaller.
This is an unofficial 1.20.1 port of the original version by RobotGryphon
Compact Crafting is inspired from the Miniaturization Crafting mechanic from the Compact Machines mod. It's a brand new update featuring improved recipe loading, datapack support, fancy new client-side features, and a modernized codebase. The goal for Compact Crafting is to streamline the usage of the crafting mechanics, to make it painless for users and modpack developers alike.
How to Add Custom Recipes:
Create a datapack folder inside your world's `datapacks` folder:
.minecraft/
└── saves/
└── <your_world>/
└── datapacks/
└── custom_compactcrafting_recipes/ <-- Your Datapack Folder
├── pack.mcmeta <-- Pack Metadata
└── data/
└── compactcrafting/ <-- Namespace (any name)
└── recipe/ <-- Put recipe JSONs here!
└── <recipe_nane>.json
pack.mcmeta (Required)
{
"pack": {
"pack_format": 48,
"description": "Custom Compact Crafting Recipes"
}
}

