Because you can unlock items, I assume you can lock them and that this is a server side state. If so then how do you go about locking an item?
I am trying to get, for example, the toolcupboard to be a locked blueprint, so that it does not show up in the craft menu unless you "unlock" it or search for it explicitly.
I have tried the following, and while it stops me from crafting the item, it still shows up in my craft menu
bp.userCraftable = false;
bp.defaultBlueprint = false;
bp.isResearchable = false;