From bace924cd3e1420b9b75ad63c148a8aec7ca67d6 Mon Sep 17 00:00:00 2001 From: Unfunny Date: Sat, 27 Dec 2025 13:16:03 -0500 Subject: [PATCH] Fix a crash on cap1 relating to a missing dependancy --- data.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/data.lua b/data.lua index d0e1d5a..85bfed3 100644 --- a/data.lua +++ b/data.lua @@ -19,12 +19,7 @@ data.raw["recipe"]["personal-roboport-equipment"].ingredients = { {type="item", name="battery", amount=20}, {type="item", name="iron-gear-wheel", amount=20} } ---mk.2 -data.raw["recipe"]["personal-mk2-equipment"].ingredients = { - {type="item", name="advanced-circuit", amount=10}, - {type="item", name="battery", amount=40}, - {type="item", name="iron-gear-wheel", amount=40} -} + data.raw["recipe"]["battery-equipment"].ingredients = { {type = "item", name = "iron-plate", amount = 10} } \ No newline at end of file