Skip to content

Commit

Permalink
Standardized the internal names of the mk01-mk04 flying robots to `py…
Browse files Browse the repository at this point in the history
…-logistic-robot-mk0X` and `py-construction-robot-mk0X`. Resolves pyanodon/pybugreports#585
  • Loading branch information
notnotmelon committed Nov 10, 2024
1 parent 69105fe commit ec9cae7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ RECIPE("nano-assembler-mk01"):add_ingredient {type = "item", name = "small-parts
RECIPE("particle-accelerator-mk01"):add_ingredient {type = "item", name = "small-parts-02", amount = 15}
RECIPE("pulp-mill-mk01"):add_ingredient {type = "item", name = "small-parts-01", amount = 15}

RECIPE("construction-robot-ht"):add_ingredient {type = "item", name = "small-parts-03", amount = 10}
RECIPE("logistic-robot-ht"):add_ingredient {type = "item", name = "small-parts-03", amount = 10}
RECIPE("py-construction-robot-mk04"):add_ingredient {type = "item", name = "small-parts-03", amount = 10}
RECIPE("py-logistic-robot-mk04"):add_ingredient {type = "item", name = "small-parts-03", amount = 10}
RECIPE("benzene-aromatics").category = "cracker"


Expand Down
4 changes: 2 additions & 2 deletions prototypes/updates/pyindustry-updates.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
RECIPE("py-asphalt"):replace_ingredient("tar", "pitch")

RECIPE("reformer-mk02"):add_ingredient {type = "item", name = "py-tank-5000", amount = 2}
RECIPE("py-construction-robot-01"):add_ingredient {type = "item", name = "belt", amount = 3}
RECIPE("py-logistic-robot-01"):add_ingredient {type = "item", name = "belt", amount = 3}
RECIPE("py-construction-robot-mk01"):add_ingredient {type = "item", name = "belt", amount = 3}
RECIPE("py-logistic-robot-mk01"):add_ingredient {type = "item", name = "belt", amount = 3}
RECIPE("mk02-locomotive"):add_ingredient {type = "item", name = "rubber", amount = 40}
RECIPE("mk02-wagon"):add_ingredient {type = "item", name = "rubber", amount = 40}
RECIPE("mk02-fluid-wagon"):add_ingredient {type = "item", name = "rubber", amount = 40}
Expand Down
4 changes: 2 additions & 2 deletions prototypes/updates/pyrawores-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ RECIPE("impact-crusher-mk02"):add_ingredient {type = "item", name = "small-parts
RECIPE("leaching-station-mk02"):add_ingredient {type = "item", name = "small-parts-02", amount = 10}
RECIPE("scrubber-mk02"):add_ingredient {type = "item", name = "small-parts-02", amount = 10}
RECIPE("wet-scrubber-mk02"):add_ingredient {type = "item", name = "small-parts-02", amount = 10}
RECIPE("py-logistic-robot-02"):add_ingredient {type = "item", name = "small-parts-02", amount = 10}
RECIPE("py-construction-robot-02"):add_ingredient {type = "item", name = "small-parts-02", amount = 10}
RECIPE("py-logistic-robot-mk02"):add_ingredient {type = "item", name = "small-parts-02", amount = 10}
RECIPE("py-construction-robot-mk02"):add_ingredient {type = "item", name = "small-parts-02", amount = 10}

RECIPE("bof-mk03"):add_ingredient {type = "item", name = "small-parts-03", amount = 10}
RECIPE("casting-unit-mk03"):add_ingredient {type = "item", name = "small-parts-03", amount = 10}
Expand Down

0 comments on commit ec9cae7

Please sign in to comment.