Skip to content

Commit

Permalink
Fixing missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jan 13, 2024
1 parent d84314d commit 247d838
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 247d838

Please sign in to comment.