I am trying to add recipes for basic SC guns such as the flintlock however it isn't working.
I may have misspelled something so if you see that please tell me, I'm fairly new to this.
ServerEvents.recipes(event => {
event.remove({ id: 'alexscaves:gunpowder_from_sulfur' })
event.shaped('scguns:flintlock_pistol', [
' ',
'FSB',
'G P'
], {
F: 'minecraft:flint',
S: 'minecraft:smooth_stone',
B: 'scguns:stone_gun_barrel',
G: 'scguns:gun_grip',
p: '#minecraft:planks'
})