aboutsummaryrefslogtreecommitdiff
path: root/data.lua
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-04-14 06:53:53 -0700
committerPaul Oliver <contact@pauloliver.dev>2025-04-14 07:05:49 -0700
commit7ca781e1d5bb34c601153c4acfc9cf61873b8b8a (patch)
treeac1736609fa9ecd77cb9f87e8ac14af05c78c08b /data.lua
Initial (fork of robot-start-2 by Krypt0n_C0R3)
Diffstat (limited to 'data.lua')
-rw-r--r--data.lua12
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