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. E

    Help with some ComputerCraft coding :\

    Hey, everyone! I just got into coding with ComputerCraft and I need some help with printing. It's very basic, but I can't seem to work it out. Here is part of the coding that I'm not getting right ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ spawner=peripheral.wrap("top") x = spawner.getTankInfo() print(x)...