-
Notifications
You must be signed in to change notification settings - Fork 30
Equivalence Checking Turtle Upgrade
austinv11 edited this page Dec 14, 2014
·
2 revisions
The Equivalence Checking Turtle Upgrade is the Turtle variant of the Ore Dictionary block.
| Function | Returns | Description |
|---|---|---|
| getEntries() | table entries | Returns a table containing all ore dictionary entries of the item in the selected turtle slot |
| combineStacks(number slotNum1, number slotNum2) | boolean success | This function will combine two equivalent stacks in the turtles inventory into the selected slot (Note:The selected slot, then first slot have priority) |
| transmute() | boolean success | Cycles the selected item through all OreDictionary entries (think of the forge lexicon) |
| doItemsMatch(number slotNum1, number slotNum2) | boolean itemMatches | This function checks whether the two chosen items are equivalent according to the OreDictionary |