Skip to content

Commit

Permalink
tim -> tin
Browse files Browse the repository at this point in the history
  • Loading branch information
kirazy committed Jan 22, 2022
1 parent a8bbb1f commit b5b09f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
@@ -1,7 +1,8 @@
---------------------------------------------------------------------------------------------------
Version: 2.1.2
Date: ????
Changes:
Bugfixes:
- "My name is... Tim." Fix recipe for tin plate from crushed bobmonium under some circumstances
---------------------------------------------------------------------------------------------------
Version: 2.1.1
Date: 2022-01-03
Expand Down
2 changes: 1 addition & 1 deletion prototypes/items/smelting-updates.lua
Expand Up @@ -29,7 +29,7 @@ if not mods["angelssmelting"] then
["angelsore5-crushed-smelting"] = {[check_for_preferred_item("lead-plate", "angels-plate-lead")] = {}, ["angels-ore5-crushed"] = {scale = scale, shift = shift}}, -- Crushed rubyte

-- Tin plates
["angelsore6-crushed-smelting"] = {[check_for_preferred_item("tin-plate", "angels-plate-tim")] = {}, ["angels-ore6-crushed"] = {scale = scale, shift = shift}}, -- Crushed bobmonium
["angelsore6-crushed-smelting"] = {[check_for_preferred_item("tin-plate", "angels-plate-tin")] = {}, ["angels-ore6-crushed"] = {scale = scale, shift = shift}}, -- Crushed bobmonium
}

for name, sources in pairs(composite_recipes) do
Expand Down

0 comments on commit b5b09f4

Please sign in to comment.