Skip to content

Commit

Permalink
Merge branch 'wooden-boards' of https://github.com/modded-factorio/Se…
Browse files Browse the repository at this point in the history
…aBlock into wooden-boards
  • Loading branch information
KiwiHawk committed Dec 12, 2023
2 parents f355c4f + 56297a2 commit f0d8764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeaBlock/data-updates/landfill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end
data.raw.technology["landfill"].prerequisites = { "water-washing-1" }
data.raw.technology["landfill"].unit = {
count = 10,
ingredients = { { type = item, name = "automation-science-pack", amount = 1 }},
ingredients = { { type = item, name = "automation-science-pack", amount = 1 } },
time = 15,
}
bobmods.lib.tech.remove_prerequisite("water-washing-2", "landfill")

0 comments on commit f0d8764

Please sign in to comment.