From 353528969980941ffc0518796113c63b75a2f3bb Mon Sep 17 00:00:00 2001 From: StyLuaFormatter Date: Mon, 5 Aug 2024 10:26:33 +0000 Subject: [PATCH] Format Code --- bobrevamp/prototypes/rocket-parts-updates.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bobrevamp/prototypes/rocket-parts-updates.lua b/bobrevamp/prototypes/rocket-parts-updates.lua index 76eb87618..77abfc002 100644 --- a/bobrevamp/prototypes/rocket-parts-updates.lua +++ b/bobrevamp/prototypes/rocket-parts-updates.lua @@ -48,7 +48,10 @@ then bobmods.lib.recipe.add_ingredient("rocket-control-unit", { type = "item", name = "solder", amount = 5 }) end if data.raw.item["multi-layer-circuit-board"] then - bobmods.lib.recipe.add_ingredient("rocket-control-unit", { type = "item", name = "multi-layer-circuit-board", amount = 2 }) + bobmods.lib.recipe.add_ingredient( + "rocket-control-unit", + { type = "item", name = "multi-layer-circuit-board", amount = 2 } + ) end bobmods.lib.tech.replace_prerequisite("rocket-control-unit", "speed-module", "advanced-electronics-3") elseif data.raw.item["advanced-processing-unit"] then