diff --git a/SeaBlock/data-updates/startup.lua b/SeaBlock/data-updates/startup.lua index 5f5386a..981eee9 100644 --- a/SeaBlock/data-updates/startup.lua +++ b/SeaBlock/data-updates/startup.lua @@ -2,7 +2,7 @@ -- Electrolyser 5 22*4 -- Liquifier 5 2 -- Flare stack 5*2 10*2 --- Offshore pump 2 1 10 +-- Offshore pump 2 1 10 -- Crystallizer 5 5 local knowningredients = { diff --git a/SeaBlock/remote.lua b/SeaBlock/remote.lua index 6476902..ca5c6e2 100644 --- a/SeaBlock/remote.lua +++ b/SeaBlock/remote.lua @@ -60,11 +60,11 @@ local function milestones_presets() { type = "item", name = "processing-unit", quantity = 1 }, { type = "item", name = "advanced-processing-unit", quantity = 1 }, - { type = "item", name = "basic-circuit-board", quantity = 10000, next = "x10" }, - { type = "item", name = "electronic-circuit", quantity = 10000, next = "x10" }, - { type = "item", name = "advanced-circuit", quantity = 10000, next = "x10" }, - { type = "item", name = "processing-unit", quantity = 1000, next = "x10" }, - { type = "item", name = "advanced-processing-unit", quantity = 100, next = "x10" }, + { type = "item", name = "basic-circuit-board", quantity = 10000, next = "x10" }, + { type = "item", name = "electronic-circuit", quantity = 10000, next = "x10" }, + { type = "item", name = "advanced-circuit", quantity = 10000, next = "x10" }, + { type = "item", name = "processing-unit", quantity = 1000, next = "x10" }, + { type = "item", name = "advanced-processing-unit", quantity = 100, next = "x10" }, { type = "item", name = "steel-plate", quantity = 1 }, { type = "item", name = "bronze-alloy", quantity = 1 },