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

Commit

Permalink
Added Draconic Energy Core Type (powered_tile)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorsCrafter committed Nov 24, 2016
1 parent c9f0493 commit 2b343d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turbineControl_v2/src/start/start.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b343d1

Please sign in to comment.