yafc icon indicating copy to clipboard operation
yafc copied to clipboard

[BUG] Allowed modules displayed in the dependency explorer are not correct

Open wesdotcool opened this issue 3 years ago • 1 comments

YAFC version 0.5.8.0 Running on OSX, but I verified the same issue on my windows computer

When viewing a machine in the dependency explorer and looking at a recipe it displays the "allowed modules" (which include prod mods in the screenshot). However when I put that recipe in the build, it does not allow the same modules.

Screen Shot 2021-08-28 at 7 38 55 PM Screen Shot 2021-08-28 at 7 39 31 PM

wesdotcool avatar Aug 29 '21 02:08 wesdotcool

This is not a bug. There are two ways how modules can be disallowed. First is per-recipe, and for this recipe productivity is allowed. Second is any building can opt-out of some module effects, and here "filter" building has productivity disabled. If you can run this recipe in some other crafting building, you will be able to use productivity modules. This is unlike barreling recipes, for example - you can't use productivity for them.

This is shown in the building tooltip: image

ShadowTheAge avatar Aug 29 '21 08:08 ShadowTheAge