Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Sep 26, 2023
1 parent 6b05a56 commit e762a4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SeaBlock/data-updates/startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
10 changes: 5 additions & 5 deletions SeaBlock/remote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit e762a4d

Please sign in to comment.