Shadows-of-Fire / FastWorkbench

Caching recipes in the crafting table
MIT License
23 stars 17 forks source link

Update DedRecipeBook.java #55

Closed dsmolyarenko closed 4 years ago

dsmolyarenko commented 4 years ago

Fix behavior ambiguation.

All recipes seems unlocked from one menu and locked from another.

Both recipe by instance and by resource name should be either locked or unlocked.

Shadows-of-Fire commented 4 years ago

The one that is true is the erroneous one, actually. It was previously true as the serialization of recipes depended on it working, but that's no longer the case, so it can be turned back to false.