-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdata.lua
More file actions
21 lines (17 loc) · 726 Bytes
/
data.lua
File metadata and controls
21 lines (17 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require("lib/lib")
local reqpth="prototypes/"
--require("technology/warp-technology")
require("sound/sound")
require(reqpth.."data_warptorio-heatpipe")
require(reqpth.."data_warptorio-warpport")
require(reqpth.."data_warptorio-logistics-pipe")
require(reqpth.."data_warptorio-warpstation")
require(reqpth.."data_warpnuke")
require(reqpth.."data_warptorio-warploader")
require(reqpth.."data_warptorio-townportal")
require(reqpth.."data_warptorio-combinator")
require(reqpth.."data_warptorio-warpspider")
--require("data_nauvis_preset")
--require("data_accumulators") -- This would be included here if it weren't for factorioextended ruining the accumulator tables >:|
require("data_warptorio")
lib.lua()