diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-14 07:56:28 -0700 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-15 01:44:25 +0200 |
commit | 9e163491a56ff4fb8eadc7dd22142c4ee539f24d (patch) | |
tree | 111c528719973bfe8cf5d00226e4b86c57834c03 /data.lua | |
parent | 5d77cdfd76be425181d218a2d5dd0e5e3a624304 (diff) |
Adds README and build/install scripts (linux only)
Diffstat (limited to 'data.lua')
-rw-r--r-- | data.lua | 12 |
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
|