Minecraft:Crafter: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 20: | Line 20: | ||
=== Breaking === | === Breaking === | ||
Crafters can be mined with anything, but [[Minecraft:pickaxe]]s are the quickest. | Crafters can be mined with anything, but [[Minecraft:pickaxe]]s are the quickest. | ||
{{ | {{MC/Breaking row|horizontal=1|Crafter|Pickaxe}} | ||
=== Crafting === | === Crafting === | ||
| Line 38: | Line 38: | ||
== Usage == | == Usage == | ||
{{ | {{MC/In|je}}, crafters cannot be moved by [[Minecraft:piston]]s. | ||
[[File:Crafter GUI.png|thumb|right|The crafter's GUI {{ | [[File:Crafter GUI.png|thumb|right|The crafter's GUI {{MC/In|je}}.]] | ||
[[File:Crafter cake contraption.png|thumb|right|A simple contraption for crafting [[cake]] using the crafter]] | [[File:Crafter cake contraption.png|thumb|right|A simple contraption for crafting [[cake]] using the crafter]] | ||
=== Container === | === 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 {{ | 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 {{MC/Control|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. | 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. | ||
| Line 56: | Line 56: | ||
=== Redstone component === | === Redstone component === | ||
{{See also|Tutorial:Crafter}} | {{MC/See also|Tutorial:Crafter}} | ||
When a crafter receives a redstone signal, it waits for {{ | When a crafter receives a redstone signal, it waits for {{MC/Convert|4|game tick|second}} before ejecting one crafted item using the ingredients from the nine inventory slots. The crafted items are subsequently ejected 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 ejects the item instead. Crafters interact with containers [[Minecraft:Dropper#Container interactions|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. | 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. | ||
| Line 64: | Line 64: | ||
A hopper placed below a crafter collects the ingredients from the crafting grid, not the resulting item. | A hopper placed below a crafter collects the ingredients from the crafting grid, not the resulting item. | ||
{{ | {{MC/In|java}}, unlike [[Minecraft:dispenser]]s and [[Minecraft:dropper]]s, crafters aren't affected by quasi-connectivity.<ref>{{bug|MC-265943||Crafter cannot be powered above through an air block like dispensers/droppers/pistons|WAI}}</ref> | ||
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. <ref>{{ | 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. <ref>{{MC/Ytl|8jwAtfyxhlk|Minecraft Live 2023: Discovering the trial chambers! @ 9:31|Minecraft|October 15, 2023|t=571}}</ref> 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. | ||
== Sounds == | == Sounds == | ||
=== Generic === | === Generic === | ||
{{Sound table/Block/Stone}} | {{MC/Sound table/Block/Stone}} | ||
=== Unique === | === Unique === | ||
{{ | {{MC/Info needed section|sound when clicking on slots for enabling and disabling}} | ||
{{JE}} | {{MC/JE}} | ||
{{SoundTable | {{SoundTable | ||
| type = java | | type = java | ||
| Line 102: | Line 102: | ||
|subtitle=Chest locked<ref group=sound name=lock>{{Bug|MC-98316||Wrong subtitles caused by missing distinction}}</ref> | |subtitle=Chest locked<ref group=sound name=lock>{{Bug|MC-98316||Wrong subtitles caused by missing distinction}}</ref> | ||
|source=block | |source=block | ||
|description=When a player attempts to open a crafter locked using the {{ | |description=When a player attempts to open a crafter locked using the {{MC/Nbt|compound|lock}} tag | ||
|id=block.chest.locked|idnote=<ref group=sound name=lock/> | |id=block.chest.locked|idnote=<ref group=sound name=lock/> | ||
|translationkey=subtitles.block.chest.locked|translationkeynote=<ref group=sound name=lock/> | |translationkey=subtitles.block.chest.locked|translationkeynote=<ref group=sound name=lock/> | ||
| Line 111: | Line 111: | ||
}} | }} | ||
{{BE}}: | {{MC/BE}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 147: | Line 147: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{JE}}: | {{MC/JE}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 165: | Line 165: | ||
|foot=1}} | |foot=1}} | ||
{{BE}}: | {{MC/BE}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 185: | Line 185: | ||
=== Block states === | === Block states === | ||
{{See also|Block states}} | {{MC/See also|Block states}} | ||
{{ | {{MC/Edition|java}}: | ||
{{bst|crafting|false|false, true|Whether the crafter's mouth is open and top is glowing.}} | {{bst|crafting|false|false, true|Whether the crafter's mouth is open and top is glowing.}} | ||
{{bst|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.}} | {{bst|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.}} | ||
{{bst|triggered|false|false, true|Whether the crafter is activated.|foot=1}} | {{bst|triggered|false|false, true|Whether the crafter is activated.|foot=1}} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{bst|showaux=1|crafting|false|false, true|Whether the crafter's mouth is open and top is glowing.|Unsupported}} | {{bst|showaux=1|crafting|false|false, true|Whether the crafter's mouth is open and top is glowing.|Unsupported}} | ||
{{bst|orientation|down_east|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.|Unsupported}} | {{bst|orientation|down_east|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.|Unsupported}} | ||
| Line 200: | Line 200: | ||
A crafter has a block entity associated with it that holds additional data about the block. | A crafter has a block entity associated with it that holds additional data about the block. | ||
{{JE}}: | {{MC/JE}}: | ||
{{ | {{MC/See also|Block entity format}} | ||
<section begin="block data"/><div class="treeview"> | <section begin="block data"/><div class="treeview"> | ||
*{{ | *{{MC/Nbt|compound}} Block entity data | ||
** {{ | ** {{MC/Nbt inherit/blockentity}} | ||
** {{ | ** {{MC/Nbt inherit/nameable}} | ||
** {{ | ** {{MC/Nbt inherit/Lockable}} | ||
** {{ | ** {{MC/Nbt inherit/Lootable}} | ||
** {{ | ** {{MC/Nbt|list|Items}}: List of items in this container. Represents the {{DCL|minecraft:container}} component. The component is still present on the block entity, even if the tag does not exist (due to a loot table existing instead). | ||
*** {{ | *** {{MC/Nbt|compound}}: An item in the crafter, including the slot tag. Crafter slots are numbered 0-8. 0 starts in the top left corner. | ||
**** {{ | **** {{MC/Nbt inherit/item|indent=****}} | ||
** {{ | ** {{MC/Nbt|int-array|disabled_slots}}: Indexes of slots that are disabled. | ||
** {{ | ** {{MC/Nbt|bool|triggered}}: Set to 1 when it is powered. It is otherwise 0. | ||
** {{ | ** {{MC/Nbt|int|crafting_ticks_remaining}}: Set to 6 when the crafter crafts something.{{MC/More info|What does it do?}} | ||
</div><section end="block data"/> | </div><section end="block data"/> | ||
{{BE}}: | {{MC/BE}}: | ||
: See [[Minecraft:Bedrock Edition level format/Block entity format]]. | : See [[Minecraft:Bedrock Edition level format/Block entity format]]. | ||
== Achievements == | == Achievements == | ||
{{ | {{MC/Load achievements|Crafters Crafting Crafters}} | ||
== Advancements == | == Advancements == | ||
{{ | {{MC/Load advancements|Crafters Crafting Crafters}} | ||
== Videos == | == Videos == | ||
{{ | {{MC/Yt|QSxnhnHWOiM}} | ||
{{ | {{MC/Yt|22j-oBdqgYc}} | ||
{{ | {{MC/Yt|0yXEhvqwoH4}} | ||
== History == | == History == | ||
=== Announcement === | === Announcement === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine||October 15, 2023|link=https://www.youtube.com/watch?v=DnY5xz11lR0&ab_channel=Minecraft|[[File:Crafter JE1.png|32px]] [[File:Crafter Triggered JE1.png|32px]] [[File:Crafter Crafting JE1.png|32px]] Crafters were announced at Minecraft Live 2023.}} | |{{MC/HistoryLine||October 15, 2023|link=https://www.youtube.com/watch?v=DnY5xz11lR0&ab_channel=Minecraft|[[File:Crafter JE1.png|32px]] [[File:Crafter Triggered JE1.png|32px]] [[File:Crafter Crafting JE1.png|32px]] Crafters were announced at Minecraft Live 2023.}} | ||
}} | }} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.20.3|exp=Update 1.21|dev=23w42a|[[File:Crafter JE1.png|32px]] [[File:Crafter Triggered JE1.png|32px]] [[File:Crafter Crafting JE1.png|32px]] Added crafters behind the "Update 1.21" experimental data pack. | |{{MC/HistoryLine||1.20.3|exp=Update 1.21|dev=23w42a|[[File:Crafter JE1.png|32px]] [[File:Crafter Triggered JE1.png|32px]] [[File:Crafter Crafting JE1.png|32px]] Added crafters behind the "Update 1.21" experimental data pack. | ||
|Crafters currently activate after one game tick.}} | |Crafters currently activate after one game tick.}} | ||
|{{HistoryLine|||dev=23w43a|[[File:Crafter JE2.png|32px]] [[File:Crafter Triggered JE2.png|32px]] [[File:Crafter Crafting JE2.png|32px]] The textures of the crafter have been changed. | |{{MC/HistoryLine|||dev=23w43a|[[File:Crafter JE2.png|32px]] [[File:Crafter Triggered JE2.png|32px]] [[File:Crafter Crafting JE2.png|32px]] The textures of the crafter have been changed. | ||
|Slots can no longer be toggled by hotkeys; instead, hotkeys place items into the crafter normally.}} | |Slots can no longer be toggled by hotkeys; instead, hotkeys place items into the crafter normally.}} | ||
|{{HistoryLine|||dev=23w46a|[[File:Crafter JE3.png|32px]] [[File:Crafter Triggered JE3.png|32px]] [[File:Crafter Crafting JE3.png|32px]] The textures of the crafter have been changed again. | |{{MC/HistoryLine|||dev=23w46a|[[File:Crafter JE3.png|32px]] [[File:Crafter Triggered JE3.png|32px]] [[File:Crafter Crafting JE3.png|32px]] The textures of the crafter have been changed again. | ||
|Crafters now activate after 2 redstone ticks (4 game ticks), like [[Minecraft:dispenser]]s.}} | |Crafters now activate after 2 redstone ticks (4 game ticks), like [[Minecraft:dispenser]]s.}} | ||
|{{HistoryLine||1.20.5|exp=Update 1.21|dev=24w03a|[[File:Crafter JE4 BE3.png|32px]] [[File:Crafter Triggered JE4 BE3.png|32px]] [[File:Crafter Crafting JE4 BE3.png|32px]] The top face of the crafter is no longer mirrored.<ref>{{Bug|MC-267149||Crafter top face has an inverted UV texture map|Fixed}}</ref>}} | |{{HistoryLine||1.20.5|exp=Update 1.21|dev=24w03a|[[File:Crafter JE4 BE3.png|32px]] [[File:Crafter Triggered JE4 BE3.png|32px]] [[File:Crafter Crafting JE4 BE3.png|32px]] The top face of the crafter is no longer mirrored.<ref>{{Bug|MC-267149||Crafter top face has an inverted UV texture map|Fixed}}</ref>}} | ||
|{{HistoryLine||1.21|dev=24w18a|Crafters are now available without using the "Update 1.21" experimental data pack.}} | |{{MC/HistoryLine||1.21|dev=24w18a|Crafters are now available without using the "Update 1.21" experimental data pack.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.20.50|exp=Update 1.21|dev=Preview 1.20.50.21|[[File:Crafter BE1.png|32px]] [[File:Crafter Triggered BE1.png|32px]] [[File:Crafter Crafting BE1.png|32px]] Added crafters behind the "[[Minecraft:Bedrock Edition 1.21.0|Update 1.21]]" experimental toggle.}} | |{{MC/HistoryLine||1.20.50|exp=Update 1.21|dev=Preview 1.20.50.21|[[File:Crafter BE1.png|32px]] [[File:Crafter Triggered BE1.png|32px]] [[File:Crafter Crafting BE1.png|32px]] Added crafters behind the "[[Minecraft:Bedrock Edition 1.21.0|Update 1.21]]" experimental toggle.}} | ||
|{{HistoryLine|||dev=Preview 1.20.50.23|[[File:Crafter BE2.png|32px]] [[File:Crafter Triggered BE2.png|32px]] [[File:Crafter Crafting BE2.png|32px]] The textures of the crafter have been changed.}} | |{{MC/HistoryLine|||dev=Preview 1.20.50.23|[[File:Crafter BE2.png|32px]] [[File:Crafter Triggered BE2.png|32px]] [[File:Crafter Crafting BE2.png|32px]] The textures of the crafter have been changed.}} | ||
|{{HistoryLine||1.20.60|exp=Update 1.21|dev=Preview 1.20.60.20|[[File:Crafter JE4 BE3.png|32px]] [[File:Crafter Triggered JE4 BE3.png|32px]] [[File:Crafter Crafting JE4 BE3.png|32px]] The textures of the crafter have been changed again.}} | |{{MC/HistoryLine||1.20.60|exp=Update 1.21|dev=Preview 1.20.60.20|[[File:Crafter JE4 BE3.png|32px]] [[File:Crafter Triggered JE4 BE3.png|32px]] [[File:Crafter Crafting JE4 BE3.png|32px]] The textures of the crafter have been changed again.}} | ||
|{{HistoryLine||1.21.0|dev=Preview 1.21.0.22|Crafters are now available without using the "Update 1.21" experimental toggle.}} | |{{MC/HistoryLine||1.21.0|dev=Preview 1.21.0.22|Crafters are now available without using the "Update 1.21" experimental toggle.}} | ||
|{{HistoryLine||1.21.20|dev=Preview 1.21.20.21|Crafter craft and fail sounds now have a random pitch offset. | |{{MC/HistoryLine||1.21.20|dev=Preview 1.21.20.21|Crafter craft and fail sounds now have a random pitch offset. | ||
|Crafter fail sound now has a max distance of 3 blocks instead of 5.}} | |Crafter fail sound now has a max distance of 3 blocks instead of 5.}} | ||
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.20|Crafters are now mined quickly when using any pickaxe.}} | |{{MC/HistoryLine||1.21.50|dev=Preview 1.21.50.20|Crafters are now mined quickly when using any pickaxe.}} | ||
|{{HistoryLine|||dev=Preview 1.21.50.24|Crafters are mined faster when using an improper tool.}} | |{{MC/HistoryLine|||dev=Preview 1.21.50.24|Crafters are mined faster when using an improper tool.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{ | {{MC/Issue list}} | ||
== Gallery == | == Gallery == | ||
| Line 279: | Line 279: | ||
=== Screenshots === | === Screenshots === | ||
<gallery> | <gallery> | ||
Crafter GUI Triggered Slots Disabled.png|The crafter's GUI {{ | Crafter GUI Triggered Slots Disabled.png|The crafter's GUI {{MC/In|je}} when it is triggered and with all of its slots disabled. | ||
</gallery> | </gallery> | ||
| Line 307: | Line 307: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== External links == | == External links == | ||
| Line 313: | Line 313: | ||
== Navigation == | == Navigation == | ||
{{Navbox redstone|components}} | {{MC/Navbox redstone|components}} | ||
{{Navbox blocks|utility}} | {{MC/Navbox blocks|utility}} | ||
[[Category:Utility blocks]] | [[Category:Utility blocks]] | ||
Revision as of 20:17, 9 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Infobox block A Minecraft:crafter is a low-capacity storage Minecraft:block that can use its contents to craft items when given a Minecraft:redstone signal, ejecting the results into the world or into a container it is facing. Its inventory slots can be individually locked so Minecraft:hoppers and similar blocks cannot fill them, while not affecting crafting recipes.
Obtaining
Breaking
Crafters can be mined with anything, but Minecraft:pickaxes are the quickest. Script error: No such module "breaking row".
Crafting
Usage
in Template:Editions, crafters cannot be moved by Minecraft:pistons.
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 {{#vardefine: control | right click on mouse or left trigger on gamepad }}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.
Minecraft:Hoppers, Minecraft:droppers and other crafters interact with crafters by inserting items into its inventory. Hoppers can remove ingredients as well. When an item is added:
- The crafter will look for an empty slot to insert that item into. It searches in standard reading order.
- It searches the slots row by row, from left to right.
- Only enabled slots are checked.
- If the crafter has all enabled item slots filled, then the item is added to the lowest count item stack of the same type. If there is a tie, it uses the same reading order described before.<ref>Template:Mcnet</ref>
Hoppers and droppers can interact with all sides of the crafter, and added items follow the rules described above.
Redstone component
{{#vardefine:params|0 }}Template:Hatnote
When a crafter receives a redstone signal, it waits for Script error: No such module "convert". before ejecting one crafted item using the ingredients from the nine inventory slots. The crafted items are subsequently ejected 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 ejects 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 Template:Editions, unlike Minecraft:dispensers and Minecraft:droppers, crafters aren't affected by quasi-connectivity.<ref>Template:Bug</ref>
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. <ref>
- redirect Template:YouTube link
Template:Redr</ref> 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.
Sounds
Generic
Template:Edition: Template:Sound table/Block/Stone/JE
Template:Edition: Template:Sound table/Block/Stone/BE
Unique
- REDIRECT Template:Incomplete section
Data values
ID
Java Edition: Template:ID table Template:ID table
Bedrock Edition: Template:ID table Template:ID table
Block states
{{#vardefine:params|0 }}Template:Hatnote
Template:!((Java EditionTemplate:))!: Template:Bst Template:Bst Template:Bst
Template:!((Bedrock EditionTemplate:))!: Template:Bst Template:Bst Template:Bst
Block data
A crafter has a block entity associated with it that holds additional data about the block.
Java Edition: {{#vardefine:params|0 }}Template:Hatnote
<section begin="block data"/>
- Template:Nbt/sprite Block entity data
- REDIRECT Template:Nbt inherit/lockable
- REDIRECT Template:Nbt inherit/lootable
- Template:Nbt/sprite Items: List of items in this container. Represents the Template:DCL component. The component is still present on the block entity, even if the tag does not exist (due to a loot table existing instead).
- Template:Nbt/sprite: An item in the crafter, including the slot tag. Crafter slots are numbered 0-8. 0 starts in the top left corner.
- Template:Nbt/sprite disabled_slots: Indexes of slots that are disabled.
- Template:Nbt/sprite triggered: Set to 1 when it is powered. It is otherwise 0.
- Template:Nbt/sprite crafting_ticks_remaining: Set to 6 when the crafter crafts something.
- Template:Nbt/sprite Items: List of items in this container. Represents the Template:DCL component. The component is still present on the block entity, even if the tag does not exist (due to a loot table existing instead).
- REDIRECT Template:Info needed
<section end="block data"/>
Achievements
Script error: No such module "Achievement".
Advancements
Script error: No such module "Advancement".
Videos
- REDIRECT Template:YouTube
- REDIRECT Template:YouTube
- REDIRECT Template:YouTube
History
Announcement
Java Edition
Bedrock Edition
Issues
Script error: No such module "Issue list".
Gallery
Mojang screenshots
-
A crafter activating and ejecting a cherry hanging sign.
-
Two crafters in a Trial Chamber hallway, with one of the crafters being freshly mined and floating as an Minecraft:item.
-
Sunny using a crafter in a jungle.
-
A Minecraft:villager farmer stands by a crafter.
-
Crafter automation.
-
"A Redstone contraption in a Village made of Glass and Crafters that turn Gold Nuggets into Gold Ingots, which are then turned into Gold Blocks. These Gold blocks are then broken down again, feeding into another crafter, that perpetually continues the cycle."<ref>Template:Mcnet</ref>
-
"An automated rail Crafter is producing rails. Makena is collecting the rails and Noor is building a railway."<ref>Template:Mcnet</ref>
Screenshots
-
The crafter's GUI in Template:Editions when it is triggered and with all of its slots disabled.
Development images
-
Crafter UI being developed.
-
Different angle.
-
Crafter UI tested with different items.
-
A crafter as seen in its reveal.
-
Slots may be disabled by clicking on them, which is useful for automating shaped recipes.
-
A screenshot of two crafters facing each other posted by a developer, using their old textures.
In other media
-
Efe crafting cakes with a crafter.
-
Alex using various crafters.
-
An armadillo passing by several crafters, in A year in blocks.
Concept artwork
-
Crafter concept art.
-
Crafter concept art.
-
Early crafter texture.
References
<references group="">
</references>
External links
| |||||||
|
| |||||||
Template:Article otherTemplate:Article other
de:Werker es:Fabricador fr:Fabricateur ja:自動作業台 ko:제작기 lzh:製械 pl:Wytwarzacz pt:Bancada Automática ru:Сборщик uk:Майструвач zh:合成器