From 90157c35351633b6b0d9ec5d1234b1a58e9a2f1e Mon Sep 17 00:00:00 2001 From: Unfunny Date: Mon, 22 Dec 2025 16:08:00 -0500 Subject: [PATCH] Fixes a bug --- data.lua | 4 ++-- info.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data.lua b/data.lua index 4f25058..e18cd24 100644 --- a/data.lua +++ b/data.lua @@ -73,6 +73,6 @@ data.raw["recipe"]["military-science-pack"].ingredients = { } --MUCH cheaper than vanilla, MUCH more expensive than this mod data.raw["recipe"]["bulk-inserter"].ingredients = { - {type="item", name="electronic-circuit", amount=10} - {type="item", name="iron-gear-wheel", amount=5}, + {type="item", name="electronic-circuit", amount=10}, + {type="item", name="iron-gear-wheel", amount=5} } \ No newline at end of file diff --git a/info.json b/info.json index 80b9567..fa5c883 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "cap2-easymod", - "version": "0.7.8", + "version": "0.7.9", "title": "Capitalism Game 2 Recipes", "author": "unfunny", "factorio_version": "2.0",