Crafter
Crafter — block.
Obtaining
The crafter is obtained by crafting it or by mining the placed block with a pickaxe. Its loot table returns one crafter when the block survives the explosion check.
Loot tableCrafterDetailed drops are not published yet.| Crafting output | 1 crafter |
|---|---|
| Mining tool | Pickaxe |
| Explosion condition | Survives explosion |
Breaking
The crafter is a stone-like redstone block. A pickaxe is the correct tool for collecting it, and the block keeps its own nine-slot block-entity inventory while it is placed.
| Hardness | 1.5 |
|---|---|
| Blast resistance | 3.5 |
| Tool | PickaxeTool |
| Loot | 1 crafter |
Crafting
Result
CrafterIngredients match the published snapshot.
Usage
The block occupies a standard full volume and is shown with an isometric preview.
A crafter executes a valid recipe when a new redstone signal reaches it. A four-tick scheduling delay separates the signal edge from the craft, and the finished stack is inserted into the container in front of the block or dispensed into the world. Nine input slots can be disabled, which lets an automation layout keep a recipe shape stable.
| Shape | Full cube |
|---|---|
| Rendering | Isometric preview |
| Input grid | 3×3, nine slots |
| Trigger | Rising redstone signal |
| Signal delay | 4 game ticks |
| Output direction | Front face |
| Crafting time | 6 game ticks of the crafting state |
| Comparator | Reports occupied and disabled slots |
Sounds
The crafter uses a dedicated crafter sound family for placing, stepping, hitting, falling, and breaking, with separate event cues for a successful or failed crafting attempt.
| Craft success | block.crafter.craft |
|---|---|
| Craft failure | block.crafter.fail |
| Break | block.crafter.break |
| Place | block.crafter.place |
Behavior
The block stores an orientation, a triggered flag, and a short-lived crafting flag. Its front face is the output side; a comparator reads the block entity rather than the visual animation alone.
| Stack size | 64 |
|---|---|
| Solid block | Yes |
| Map color | stone |
| State count | 48 |
| Orientation | Front and top direction |
| Triggered | Redstone signal is currently latched |
| Crafting | Output animation is active |
| Block entity | Nine item slots and disabled-slot state |
Data values
The block identifier is `minecraft:crafter`. Its state and block entity keep the orientation, trigger and crafting flags, nine inventory slots, disabled slots, and the remaining crafting ticks.
| Identifier | minecraft:crafter |
|---|---|
| Version | Minecraft 26.2 |
| Blockstate | assets/minecraft/blockstates/crafter.json |
| Loot table | CrafterLoot table |
| Tool tag | mineable/pickaxe; needs_stone_tool |
| Hardness | 1.5 |
| Blast resistance | 3.5 |
| Inventory | 9 slots |
| State fields | orientation, triggered, crafting |
History
- 26.2Block facts were published from the verified snapshot.Provenance: 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
Gallery
See also
References
| Source | Validated DeepMine snapshot |
|---|---|
| Snapshot ID | 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5 |
| Digest | 8749c5d7afafb8cdf803e124a1761286af6a037ebcee4f7b8e33ebf2f6e8aa1e |
| Crafting recipe | data/minecraft/recipe/crafter.json |
| Block loot | Craftercrafter |
| Block definition | net/minecraft/world/level/block/Blocks.java |
| Redstone behavior | net/minecraft/world/level/block/CrafterBlock.java |
| Inventory logic | net/minecraft/world/level/block/entity/CrafterBlockEntity.java |
| Sound registry | net/minecraft/sounds/SoundEvents.java |
Navigation
Data and provenance
minecraft:crafter
Snapshot digest verified.
8749c5d7afafb8cdf803e124a1761286af6a037ebcee4f7b8e33ebf2f6e8aa1eProvenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:crafter
- Digest
- 8749c5d7afafb8cdf803e124a1761286af6a037ebcee4f7b8e33ebf2f6e8aa1e
- Missing locales
- ru, en



