diff options
Diffstat (limited to 'data.lua')
-rw-r--r-- | data.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data.lua b/data.lua new file mode 100644 index 0000000..00a120d --- /dev/null +++ b/data.lua @@ -0,0 +1,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
\ No newline at end of file |