crafter is a low-capacity storage block used for automatic crafting. Its inventory acts as a crafting table that crafts when it is powered, ejecting the crafted item (or items) from its “mouth” into the world or into a container it is facing. Its inventory slots can be individually locked to prevent hoppers, droppers, etc. from filling them; crafting recipes treat locked slots as empty of items.

Background

Normal

Powered

Dispensing items

Renewable: Yes

Stackable: Yes

Tool: Pickaxe

Hardness: 1.5

Obtaining

Breaking

Block
Hardness 1.5
Tool Pickaxe

Breaking time (sec)

Name Second
Default Hand 2.25
Netherite Pickaxe 0.25
Diamond Pickaxe 0.3
Iron Pickaxe 0.4
Stone Pickaxe 0.6
Wooden Pickaxe 1.15
Golden Pickaxe 0.2

Crafting

5 Iron Ingot
1 Crafting Table
2 Redstone Dust
1 Dropper

Usage

Container

A crafter has nine slots of inventory space, arranged in a 3-by-3 grid like a crafting table. Its GUI can be accessed by using it.

A slot can be enabled or disabled, which can be toggled by clicking on it when empty. Disabled slots cannot have items put in them.

Hoppers, droppers and other crafters interact with crafters by inserting items into its inventory; hoppers can remove ingredients as well. The added items are distributed from the top left to the bottom right of the enabled slots if there is an empty slot, if the crafter has all item slots filled then items are added to the lowest count item stack of the same type. Hoppers and droppers can interact with all sides of the crafter, and prioritize filling empty spaces, followed by the smallest stack of the item.

Redstone component

When a crafter receives a redstone signal, it waits for 2 redstone ticks (4 game ticks, or 0.2 seconds barring lag) before ejecting one crafted item using the ingredients from the nine inventory slots. The crafted items are subsequently spit out from the front of the crafter. If the front of a crafter is facing a container (including another crafter), the crafted items are transferred into the container. If the container it is facing is full, or the item cannot be inserted into the container, the crafter spits out the item instead. Crafters interact with containers similar to droppers. If a recipe has byproducts (e.g. empty bottles for honey blocks or empty buckets for cake) those are ejected after the crafted item.

For shaped recipes, the position of the items in the inventory matters. Because disabled slots prevent items from entering the slot, crafters can be used to craft any item in the game automatically without any input from the player, using a series of hoppers and/or droppers and the correct configuration of disabled slots for the recipe.

A hopper placed below a crafter collects the ingredients from the crafting grid, not the resulting item.

In Java Edition, unlike dispensers and droppers, crafters aren’t affected by quasi-connectivity.

Comparators can emit a redstone signal when reading from a crafter. The signal strength is equal to the number of crafting slots that are either disabled or occupied by an item. The stack size of the item has no effect on the comparators output signal e.g. having 1 stick in a slot vs having 64 sticks in that same slot both output the same comparator signal. An empty crafter with no disabled slots does not output any signal through a comparator. A crafter with every slot being disabled or containing an item (of any stack size) outputs a signal strength of nine through a comparator.

Data values

ID

Java Edition:

Name Identifier From Block tags Translation key
Crafter crafter Block & Item mineable/pickaxe
needs_stone_tool
block.minecraft.crafter

Bedrock Edition:

Name Identifier Numeric ID From Item ID Translation key
Crafter crafter -313 Block & Giveable Item Identical tile.crafter.name

Block states

Java Edition:

Name Default value Allowed values Description
crafting false false
true
Whether the crafter’s mouth is open and top is glowing.
orientation north_up down_east
down_north
down_south
down_west
east_up
north_up
south_up
up_east
up_north
up_south
up_west
west_up
The direction the crafter’s face is facing and which way it is rotated.
triggered false false
true
Whether the crafter is activated.

Bedrock Edition:

Name Metadata Bits Default value Allowed values Values for Metadata Bits Description
crafting Not Supported false false
true
Unsupported Whether the crafter’s mouth is open and top is glowing.
orientation Not Supported north_up down_east
down_north
down_south
down_west
east_up
north_up
south_up
up_east
up_north
up_south
up_west
west_up
Unsupported The direction the crafter’s face is facing and which way it is rotated.
triggered_bit Not Supported false false
true
Unsupported Whether the crafter is activated.
Click to rate this post!
[Total: 2 Average: 5]