Hi! I'm a dummy on this coding thing, so this is probably (I'm sure) an extremely stupid question, but is there any way to make crafting only available with a certain item name? I'm using KubeJS Create and press from Create.
I think I've tried everything I can think of and my codes either give an error or stamp everything without distinguishing the name (like this one below).
event.recipes.createPressing(['numismatics:cog'],
Item.of('create:brass_sheet', "{display:{Name:'{\"text\":\"123\"}'}}"))
})```
