diff --git a/turbineControl_v2/src/start/start.lua b/turbineControl_v2/src/start/start.lua index f2b216a..8bf3444 100644 --- a/turbineControl_v2/src/start/start.lua +++ b/turbineControl_v2/src/start/start.lua @@ -122,6 +122,8 @@ function initPeripherals() v = peripheralList.wrap(peripheralList[i]) elseif peripheral.getType(peripheralList[i]) == "draconic_rf_storage" then v = peripheral.wrap(peripheralList[i]) + elseif peripheral.getType(peripheralList[i]) == "powered_tile" then + v = peripheral.wrap(peripheralList[i]) end end