24,485 ARTICLES
ON THIS WIKI

Computer Controlled Crafter

This article is a stub. You can help the wiki by expanding it.


Computer Controlled Crafter
Computer Controlled Crafter

Name Computer Controlled Crafter
Source Mod Misc Peripherals
ID Name Unknown
Type Block
Stackable Yes (64)
Solid Yes
Transparent No
Affected by Gravity No
Emits Light No
Flammable No
Required Tool Wooden Pickaxe

The Computer Controlled Crafter is a peripheral for Misc Peripherals. It has an internal buffer of 18 slots (0-17) and is capable of crafting items as defined by the blueprint set by an adjacently placed computer.

Using The Computer Controlled Crafter[edit]

The Computer Controlled Crafter has 4 Peripheral functions:

  • setPattern(...): Sets the crafting pattern used by the table. Accepts buffer slot numbers as parameters, or nil/-1 for none. You can omit parameters, for example setPattern(0,0,nil,0,0) will make crafting tables with wood from slot 0.
  • craft(slot): Crafts the pattern using items from the buffer and puts the result in the specified buffer slot. Returns true if successful, false if not.
  • list(): Like the Interactive Sorter, returns a list of items in the buffer along with the number of items.
  • get(slot): Returns the unique ID and amount of items in the specified buffer slot.

Recipe[edit]

GUI Crafting Table.png
Redstone
Crafting Table
Redstone
Crafting Table
Interactive Sorter
Crafting Table
Redstone
Crafting Table
Redstone
Computer Controlled Crafter