Restrict recipe for certain work bench

Started by Retry_02Hide, February 10, 2020, 05:41:52 AM

Previous topic - Next topic

Retry_02Hide

I am trying to edit mod for my own use, and want to restrict some recipes for certain workbench.
I know adding '<recipeuser>' in the ThingDef of the item can make them only made by specific workbench. But the mod I am editing adds '<recipe><li>Make_ltem</li></recipe>' in the mod's 'BenchBase', does this format make those recipe restricted to that work bench?

Vanitious

#1
dont think it restricts them to only that bench but it is what allows the bench to use the recipe. removing the <li>Make_ltem</li> section should effectively stop that bench from displaying the recipe as an option but it would only stop that bench not all instances of the recipe if there is more then one bench that uses it.

*edit*

if its something like makeable apparel the tailor benchs are listed in the apparels base usually so not sure if this applys to your situation but if it does might want to have a look at the items base as well as the item itself.