24,527
ARTICLES
ON THIS WIKI
ON THIS WIKI
Computer Controlled Crafter
This article is a stub. You can help the wiki by expanding it. |
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 |
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]
|