factorio-artisanal-reskins / ar-reskins-angels

Artisanal Reskins: Angel's Mods
MIT License
0 stars 0 forks source link

Update Angel's Building Ingredient Tiers #11

Closed KiwiHawk closed 2 years ago

KiwiHawk commented 2 years ago

Recent change to Angel's has adjusted the ingredient tiers of several buildings https://github.com/Arch666Angel/mods/issues/674

Tier changes for AR:

If Solder mixture is enabled, icons for ingot to molten solder recipes should be numbered 2, 3, 4. If Solder mixture is not enabled, recipes should be numbered 1, 2, 3.

if angelsmods.trigger.smelting_products["solder"].mixture == true then

image

Chemical plant change had been made specifically for Sea Block. Can be removed as applies to all Angel's modes now.

kirazy commented 2 years ago

Does this PR capture some of the other misc changes I saw in the Angels PR (e.g. the glowing hot iron plate removal?)

KiwiHawk commented 2 years ago

Glowing Hot Iron Plates were removed by the linked issue, yeah. Is that what you're asking? 🤔

kirazy commented 2 years ago

Commits 7a8e22c50f76b73be1ef07c4c74fff4eb6b8a2e7 and 9842fe3e1cddc4e40d97705ceb1daae498bfe76a resolve this issue.