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

    Get Bundled Cable Signal Strength?

    I never used PRC, but holy cow thas usefull as hell. The idea i came up was using computer and openPeripherals, well will scrap that now Thanks all :D
  3. S

    OpenPeripheral and Barrels

    thanks lenscas, im completly new to LUA, did not know that tables would be something similar to an array now i can get the actual item ammount :D
  4. S

    OpenPeripheral and Barrels

    Its jabba barrels And i want to get the current item ammount in a barrel, which i want to put trough some logic to turn off machines
  5. 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"
  6. 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...