From 7ca781e1d5bb34c601153c4acfc9cf61873b8b8a Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 14 Apr 2025 06:53:53 -0700 Subject: Initial (fork of robot-start-2 by Krypt0n_C0R3) --- data.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data.lua (limited to 'data.lua') 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 -- cgit v1.2.1