File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---------------------------------------------------------------------------------------------------
2+ Version: 2.0.3
3+ Date: ???
4+ Bugfixes:
5+ - Fixed some catalyst sorting recipes showing the wrong name (1245)
6+ ---------------------------------------------------------------------------------------------------
27Version: 2.0.2
38Date: 18.01.26
49 Bugfixes:
Original file line number Diff line number Diff line change 11{
22 "name" : " angelsrefining" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.0.3 " ,
44 "factorio_version" : " 2.0" ,
55 "title" : " Angel's Refining" ,
66 "author" : " Arch666Angel" ,
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ local function create_sorting_mix_recipe(recipe_data)
342342 if angelsmods .trigger .ores [get_trigger_name [recipe_data .result .name ]] and ore_amount > 0 then
343343 local recipe = {
344344 name = recipe_data .name ,
345- localised_name = { type_name .. " -name." .. ore_name },
345+ localised_name = { type_name .. " -name." .. recipe_data . result . name },
346346 results = {
347347 { " !!" },
348348 {
You can’t perform that action at this time.
0 commit comments