Factory Search


Search your factory for items, fluids, entities, signals, tags and more with Shift + F. Displays a list of matching buildings: clicking on a result opens it in the map. Supports Space Exploration (works across all surfaces). Control + Shift + Click on almost anything (e.g. built entity, inventory item, recipe) to open the search with that item selected. Similar to BeastFinder and Where is it Made?

Utilities
4 months ago
1.1
72.1K

b Factory search can't find Beryl core seams in Space Exploration

5 months ago
(updated 5 months ago)

Factory search can find other kinds of core seams, but it isn't finding the ones on my Beryl planet in Space Exploration.

Steps to reproduce:

Ctrl-shift-click on other core seams and see a list of core seams. This works for vitamelange, cryonite, stone, regular core seams on Nauvis.
Ctrl-shift-click on a Beryl core seam. It finds no results. Also finds nothing if selecting "all surfaces" with the beryl core fragment selected and "Entity" checkbox checked.

4 months ago
(updated 4 months ago)

search.lua line 38:

['se-core-fragment-se-beryllium-ore'] = {'se-core-fragment-beryllium-ore', 'se-core-fragment-beryllium-ore-sealed'},

The strings on the right hand side are missing the second 'se' between 'fragment' and 'beryllium'

['se-core-fragment-se-beryllium-ore'] = {'se-core-fragment-se-beryllium-ore', 'se-core-fragment-se-beryllium-ore-sealed'},

New response