Overview#
Extended Crafting is a utility and progression mod designed to move beyond the traditional 3x3 crafting grid. It provides modpack developers and players with the tools to create incredibly complex recipes using larger grids, energy-based crafting, and item compression. The mod is centered around several unique crafting tiers and specialized machinery, making it a staple for expert-style modpacks.
Key features include:
- Tiered Crafting Tables: Grids ranging from 3x3 to 9x9.
- Automation: Specialized tables that can automate complex recipes using Forge Energy (FE).
- Ender Crafting: A time-based crafting system utilizing the power of the End.
- Flux Crafting: An energy-based system utilizing Flux Alternators.
- Fusion Crafting: A multi-block-like system for high-tier item fusion.
- Singularities: Highly compressed resource items created via the Quantum Compressor.


Crafting Tables#
The core of the mod consists of four tiers of crafting tables. Unlike the standard Crafting Table, these tables retain their inventory when the UI is closed.
Tiered Table Specifications
| Block | Grid Size | Description |
|---|---|---|
| Basic Crafting Table | 3x3 | An upgraded version of the vanilla table that holds items. |
| Advanced Crafting Table | 5x5 | The first step into extended grids, used for mid-tier recipes. |
| Elite Crafting Table | 7x7 | A high-tier table for complex machinery and components. |
| Ultimate Crafting Table | 9x9 | The highest tier table, capable of the most expensive recipes. |
Auto Crafting Tables
Each tier of crafting table has an automated counterpart. These blocks require Forge Energy (FE) to operate and can automatically pull items from their internal buffer to craft recipes continuously.
- Internal Storage: Auto tables have an internal inventory for ingredients and a result slot.
- Energy Usage: Higher tier auto tables require more energy per operation.
- Programming: You must place the recipe in the grid and click the 'Save' button to set the automation target.
Ender Crafting#
Ender Crafting is a unique mechanic that does not use energy but instead relies on Ender Alternators to process recipes over time.
Ender Crafter
The Ender Crafter is a 3x3 crafting station. When a valid recipe is placed inside, it begins to craft. The speed of the craft is determined by the number of Ender Alternators nearby.
Ender Alternator
These blocks must be placed within a 3-block radius of the Ender Crafter (in any direction, including above or below).
- The more alternators present, the faster the crafting process completes.
- Alternators do not need to be physically connected to the crafter; they only need to be in range.
Auto Ender Crafter: An upgraded version that can be automated with pipes and hoppers, requiring FE to function alongside the alternators.
Flux Crafting#
Flux Crafting is similar to Ender Crafting but is powered by Forge Energy (FE) and specialized Flux Alternators.
Flux Crafter
A 3x3 crafting table that requires energy to function. It processes recipes at a base speed that can be significantly increased by placing Flux Alternators nearby.
Flux Alternator
- Function: Increases the crafting speed and energy transfer rate of the Flux Crafter.
- Placement: Must be within a 3-block radius of the Flux Crafter.
- Energy: Flux Alternators themselves can receive energy to help buffer the requirements of the main crafter.
Auto Flux Crafter: An automated version of the Flux Crafter that handles item inputs and outputs automatically while consuming FE.
Fusion Crafting#
Fusion Crafting is the most advanced crafting method in the mod, used for "fusing" multiple items into a single powerful object. It requires a central controller and several peripheral pedestals.

Crafting Core
The central block of the fusion setup. It holds the primary ingredient and manages the energy for the entire process. It requires a significant amount of FE to complete high-tier fusions.
Pedestals
Pedestals are placed around the Crafting Core (within a 3-block radius). They hold the additional ingredients required for the fusion recipe.
- Placement: Pedestals can be placed in any configuration as long as they are within range.
- Interaction: Items can be placed on pedestals by right-clicking or using automation (hoppers/pipes).
Fusion Process
- Place the catalyst item in the Crafting Core.
- Place the required ingredients on the surrounding Pedestals.
- Ensure the Crafting Core has sufficient FE.
- The Core will begin drawing energy and items to create the final product.
Quantum Compression#
The Quantum Compressor is used to create Singularities by compressing massive quantities of a single item.
Mechanics
- Input: The compressor requires a specific "Catalyst" item (placed in the top slot) and a large volume of a base material (e.g., 10,000 Iron Ingots).
- Energy: Requires FE to perform the compression.
- Singularities: Once the required amount of items is reached, the machine produces a Singularity of that material type.
| Component | Description |
|---|---|
| Catalyst Slot | Holds the Singularity Catalyst required to finalize the compression. |
| Input Buffer | Holds the items being compressed. |
| Output Slot | Where the finished Singularity appears. |
Items and Materials#
Extended Crafting adds several materials used across its various crafting tiers.
Base Materials
- Black Iron Ingot: The foundational material for most machines in the mod. Created by combining Iron Ingots with Black Dye (or via the Crafting Core).
- Luminessence: A glowing dust used in high-tier recipes, typically crafted from Glowstone, Gunpowder, and Redstone.
- Crystaltine: A powerful crystal used for the highest tier of crafting (Ultimate tier). Crafted using Nether Stars and Emeralds.
- Ender Ingot: An ingot infused with Ender pearls, used for Ender Crafter components.
Tools
- Handheld Crafting Table: A portable 3x3 crafting table that retains its inventory. It can be opened with a hotkey without being placed on the ground.
- Recipe Maker: A creative-mode tool for modpack developers. It allows for the easy generation of JSON recipe files for the various Extended Crafting machines by simply laying out the items in the grid and clicking 'Save'.
Singularities
Singularities are ultra-dense forms of materials. By default, the mod includes many types (Iron, Gold, Diamond, etc.), but more can be added via configuration. They are primarily used as ingredients in the Ultimate Crafting Table or Fusion Crafting.







Mechanics and Configuration#
Energy (FE)
Most automated machines in Extended Crafting run on Forge Energy (FE). The energy cost per tick and the total energy required for recipes can be adjusted by modpack authors.
Recipe Logic
- Shaped vs. Shapeless: The tiered crafting tables support both shaped and shapeless recipes.
- NBT Support: The mod fully supports NBT data in recipes, allowing for complex item requirements (e.g., requiring a specific enchanted tool as a catalyst).
Modpack Integration
Extended Crafting is highly configurable. Developers can add or remove recipes for every machine using Data Packs. The mod also includes a comprehensive API for other mods to interact with its crafting systems.