blob: 00a120de560fd233dc71727fdac4d5d8bc379984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require("prototypes.tech")
require("prototypes.recepie")
require("prototypes.entities")
require("prototypes.item")
if data.raw.technology["steel-axe"] then
data.raw.technology["steel-axe"] = null
end
if(mods["space-age"]) then
require("prototypes.energy-pad")
end
|