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

    Plethora Peripherals wrapper function calls does nothing

    Hello I am currently playing on a 1.12.2 Modded Server based on the Revelation modpack. Added Plethora Peripherals and since I am new to Lua programming I use the beginners guide from the author. https://squiddev-cc.github.io/plethora/getting-started.html As in the guide i put the advanced...
  2. S

    OpenPeripheral and Barrels

    So, I wrapped a barrel to a computer, but i tried the methods which i get with listMethods. The only one actually working is the one which gives me the maximum Size that can be stored. However, when I use like getAllSlots() or getStoredItems() I just get table: "random Hex value"
  3. S

    Get Bundled Cable Signal Strength?

    Hello Everyone Im trying to setup a farm with diffrent Crops, which get in induvidual barrels. Now I want to use a comparator, a computer and Bundled cable to check the barrels content and disable the farming accordingly. However Comperator use signal strength based on the content, but with...