Hi
I have setup a weapon table and 2 weapons to be crafted. When I use blueprint the weapons will not show.
["weapon_appistol"] = {
label = "AP Pistol",
toItems = {
WEAPON_APPISTOL = 1,
},
materials = {
["metalscrap"] = 360,
},
category = 'Weapons',
tables = {'gunss'},
blueprint = 'Ap',
metadata = {registered= false} -- If set, will write info/metadata on item
},

you're not the first