Logistics Pipes

Logistics Pipes

13M Downloads

ComputerCraft getItemAmount and makeRequest not working

123FLO321 opened this issue ยท 0 comments

commented
  • getItemAmount

    -- pipe => the wrapped pipe
    -- chest => ItemIdentifier of chest
    pipe.getItemAmount(chest)

    image

  • makeRequest

    -- pipe => the wrapped pipe
    -- chest => ItemIdentifier of chest
    pipe.makeRequest(chest, 1)

    image