Hi all,
is there a way to hide recipes only player menu but will be displayed and selectable opening the right assembler machine?
Hide recipes only in player menu
Re: Hide recipes only in player menu
Note that a recipe can be hidden and enabled:
Code: Select all
data:extend({
{
type = "recipe",
name = "coal",
energy_required = .1,
enabled = true,
hidden = true,
ingredients =
{},
result = "coal"
}
})
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: Hide recipes only in player menu
The "e" player crafting menu will always show all recipes, even if they are not craft able by hand. You can hide recipes as mentioned above, but they cannot be selected then in an assembler as well. So in general: no. In special cases there are workarounds.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"