UniTweak
Requires: CraftTweaker and UniDict
UniTweak is a modification that extends CraftTweaker's capabilities by adding methods for creating recipes based on patterns rather than specific items. This is achieved through integration with the UniDict API.
In a modded Minecraft game, various resources (such as iron, copper, lead) are represented by multiple related items (ores, ingots, dust). Standard CraftTweaker methods allow creating recipes with fixed input and output items. However, UniTweak offers a more flexible approach: you specify the type of transformation, and the system automatically generates recipes for all resources matching that pattern.
Usage examples:
- Creating recipes for the Immersive Engineering metal press that turns ingots into corresponding blocks
- Configuring the IE crusher to process metal ores into Magneticraft rocky chunks
- Creating recipes for the Embers stamper that converts molten metal into gears
Currently supported mods include: Immersive Engineering and Embers Rekindled. Detailed information about available methods and their usage can be found in the wiki.