aboutsummaryrefslogtreecommitdiff
path: root/data.lua
diff options
context:
space:
mode:
Diffstat (limited to 'data.lua')
-rw-r--r--data.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/data.lua b/data.lua
deleted file mode 100644
index c3c357c..0000000
--- a/data.lua
+++ /dev/null
@@ -1,12 +0,0 @@
-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