Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 2b343d1

Browse files
committed
Added Draconic Energy Core Type (powered_tile)
1 parent c9f0493 commit 2b343d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

turbineControl_v2/src/start/start.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ function initPeripherals()
122122
v = peripheralList.wrap(peripheralList[i])
123123
elseif peripheral.getType(peripheralList[i]) == "draconic_rf_storage" then
124124
v = peripheral.wrap(peripheralList[i])
125+
elseif peripheral.getType(peripheralList[i]) == "powered_tile" then
126+
v = peripheral.wrap(peripheralList[i])
125127
end
126128
end
127129

0 commit comments

Comments
 (0)