Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. W

    ComputerCraft liquiduct peripheral help!!!

    Unfortunately, I know this does not work because I tried every combination of side I could think of. The tank is on the back side of the computer and I did try: local tank = peripheral.wrap("back") local tankData = tank.getTanks("back") Currently, I am switching to using the buildcraft tank...
  2. W

    ComputerCraft liquiduct peripheral help!!!

    As the title says I need help reading info from a liquiduct. I am attempting to get info of it's internal tanks using it's method getTanks, but it requires a string that from the documentation is supposed to represent side. I have attempted every combination I can think of, (using both numbers...