GT6 with Opencomputers

smelting_crucible__ceramic_     c952607b-f35a-4438-bdeb-d879595b7949
  condenseItems                   function() -- Condense and tidy the stacks in an inventory
  destroyStack                    function(slotNumber:number) -- Destroy a stack
  doc                             function(method:string):string -- Brief description of method
  expandStack                     function(stack:{id:string,dmg:number?,qty:number?,...}):table -- Get full stack information from id and/or damage
  getAdvancedMethodsData          function(method:string?):table -- Get a complete table of information about all available methods
  getAllStacks                    function(proxy:boolean?):table -- Get a table with all the items of the chest
  getInventoryName                function():string -- Get the name of this inventory
  getInventorySize                function():number -- Get the size of this inventory
  getStackInSlot                  function(slotNumber:number,proxy:boolean?):object -- Get details of an item in a particular slot
  listMethods                     function(filterSource:string?):string -- List all the methods available
  listSources                     function():table -- List all method sources
  pullItem                        function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
  pullItemIntoSlot                function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
  pushItem                        function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved
  pushItemIntoSlot                function(direction:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN},slot:number,maxAmount:number?,intoSlot:number?):number -- Push an item from the current inventory into pipe or slot on the other inventory. Returns the amount of items moved
  swapStacks                      function(from:number,to:number,fromDirection:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}?,fromDirection:string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}?) -- Swap two slots in the inventory

That’s what I see for the crucible.

2 Likes