Equivalence Checking Turtle


The Equivalence Checking Turtle Upgrade is the Turtle variant of the Ore Dictionary block.

Functions

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