From 9e163491a56ff4fb8eadc7dd22142c4ee539f24d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 14 Apr 2025 07:56:28 -0700 Subject: Adds README and build/install scripts (linux only) --- data.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 data.lua (limited to 'data.lua') 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 -- cgit v1.2.1