ComputerCraft Help Pleaase

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

BobbyDD

New Member
Jul 29, 2019
8
0
0
It is complaining that the "trade.getVillagerIds()" doesn't return anything. Are you sure that your wrap really works? Do you have OpenPeripherals installed?

Easy test would be to do a:
Code:
trade = peripheral.wrap("right")

if trade == "none" then
   print("No trading post found")
end