Corail Deconstruction Table
This mod provides a set of reverse crafting tools with a well-thought-out balancing system.
Main Features
- Deconstruction of all items, including elements from other mods (provided the crafting recipe is available in the player's recipe book)
- Deconstruction of damaged items with partial resource extraction
- Transfer of enchantments from items to regular books
- Return of potions from items back to potions
- Support for dynamic items: backpacks, banners, fireworks, and others
- Work with dyed items
- A set of interesting tools for balanced work
- Hidden achievements
Usage Guide
- Study the built-in achievements to understand the system's principles
- Check the images section for information about auxiliary tools
Integrations
Cataclysm
Requires updating the overrides.json file (follow the existing JSON structure):
{
"action": "ADD",
"recipe": {
"in": "cataclysm:void_assault_shoulder_weapon:1",
"out": [
"cataclysm:wither_assault_shoulder_weapon:1",
"cataclysm:void_core:1"
]
}
},
{
"action": "ADD",
"recipe": {
"in": "cataclysm:ignitium_elytra_chestplate:1",
"out": [
"cataclysm:ignitium_chestplate:1",
"minecraft:elytra:1"
]
}
},
{
"action": "ADD",
"recipe": {
"in": "cataclysm:gauntlet_of_bulwark:1",
"out": [
"cataclysm:gauntlet_of_guard:1",
"cataclysm:bulwark_of_the_flame:1"
]
}
}