

RefineCraft
Enhanced Crafting for Minecraft
RefineCraft is a modification that expands the standard crafting system in Minecraft by adding the ability to create items on an enlarged 5×5 workbench. This mod was specifically developed for server administrators and modpack creators to provide greater flexibility in configuring crafting recipes.
Compatibility with Other Mods
The mod supports integration with popular modifications NotEnoughItems (NEI) and MineTweaker 3 (or CraftTweaker), allowing easy viewing and customization of recipes. Future versions plan to add support for Cofh Core for recipes requiring RF energy.
Usage Features
Work units are placed in the center of the work area. The system provides two types of recipes: simple (right) and complex (left). In configuration files, the operation mode can be changed using a special switch.
Recipe Configuration
To add custom recipes, use the following code:
mods.refinecraft.RefindCrafting.addShaped(output, [
[input, input, input, input, input],
[input, input, input, input, input],
[input, input, input, input, input],
[input, input, input, input, input],
[input, input, input, input, input]
]);