Page 1 of 1

crafting_entity.show_in_recipes_made_in

Posted: Sun Apr 26, 2020 1:08 am
by Earendel
This request is to have of property that can be set on crafting entity prototypes (character, assembling machine, furnace, rocket silo).

The property would be would be the entity equivalent of a recipe's "always_show_made_in" property.

The default value would be true, but can be set if set to false then the entity won't appear in the recipe tooltip even if the recipe is set to show entities that can use it.

It could also be implemented the other way around with a hide_from_made_in property instead.

The reason for the request is to avoid situations like this:
Factorio_0.18.19_25_04_2020_17_06_12.png
Factorio_0.18.19_25_04_2020_17_06_12.png (195.59 KiB) Viewed 1908 times

Re: crafting_entity.show_in_recipes_made_in

Posted: Mon Apr 27, 2020 10:58 am
by Bilka
Use the "hidden" prototype flag:
https://wiki.factorio.com/Types/EntityPrototypeFlags#.22hidden.22 wrote:Hides the entity from the bonus GUI (button above the map) and from the made in property of recipe tooltips.

Re: crafting_entity.show_in_recipes_made_in

Posted: Mon Apr 27, 2020 1:30 pm
by Earendel
Thanks.