blob: c3c357cff52a81a3ac26d7d9070cd99b43cf2f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require("prototypes.tech")
require("prototypes.recipe")
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
|