Skip to content

Commit

Permalink
Fix recipe category
Browse files Browse the repository at this point in the history
Recipe now requires a fluid
  • Loading branch information
KiwiHawk committed Dec 21, 2023
1 parent 77c8855 commit 2d4284a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if mods["bobelectronics"] then
{ type = "fluid", name = "liquid-resin", amount = 10 },
{ type = "item", name = "solid-paper", amount = 10 },
},
category = "electronics-with-fluid",
},
})
OV.add_prereq("advanced-electronics", "bio-paper-1")
Expand Down

0 comments on commit 2d4284a

Please sign in to comment.