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