Skip to content

Commit 25cacd4

Browse files
committed
Factoriopedia duplicate ore description #1258
1 parent 012ed9e commit 25cacd4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

angelsrefining/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Date: ???
55
- Fixed some catalyst sorting recipes showing the wrong name (1245)
66
- Improved migration functions (1248)
77
- Fixed error in angelsmods.functions.make_void when fluid icon has no scale set (1256)
8+
- Fixed duplicate ore description in Factoriopedia (1258)
89
- Fixed missing basic iron and copper ore smelting recipes in Special Vanilla mode (1283)
910
Changes:
1011
- Allow recipe Crystal slurry from Crystal dust to be selected as a signal (1262)

angelsrefining/prototypes/override/refining-override-sorting.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ local function create_basic_sorting_localisation(localised_base_name, sorting_ti
250250
else
251251
resource.localised_description = tier_localised_description
252252
end
253+
resource.factoriopedia_description = ""
253254
end
254255
resource = data.raw.resource["infinite-" .. item_name]
255256
if resource then

0 commit comments

Comments
 (0)