From 87b2332596e62e3ce6f3deb59e418146efa7a35a Mon Sep 17 00:00:00 2001 From: unfunny Date: Sun, 21 Dec 2025 21:07:02 -0500 Subject: [PATCH] Upload 0.4.0 --- data.lua | 10 ++++++++++ info.json | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 data.lua create mode 100644 info.json diff --git a/data.lua b/data.lua new file mode 100644 index 0000000..8d29766 --- /dev/null +++ b/data.lua @@ -0,0 +1,10 @@ +-- Change Electric Furnace +data.raw["recipe"]["electric-furnace"].ingredients = { + {type = "item", name = "steel-plate", amount = 1}, + {type = "item", name = "stone-brick", amount = 10} +} + +-- Change Fast Inserter +data.raw["recipe"]["fast-inserter"].ingredients = { + {type = "item", name = "iron-plate", amount = 1} +} \ No newline at end of file diff --git a/info.json b/info.json new file mode 100644 index 0000000..cea2435 --- /dev/null +++ b/info.json @@ -0,0 +1,8 @@ +{ + "name": "cap2-easymod", + "version": "0.4.0", + "title": "Capitalism Game 2 Recipes", + "author": "unfunny", + "factorio_version": "2.0", + "description": "Why? For science of course!" +} \ No newline at end of file