'custom crafting skript minecraft

So the problem is: on minecraft with skript I want to find a way to create custom recipes without addons !

I try with that code but it's not working !

on load:
    set {hamer-data} to netherite pickaxe named "&7Hammer" with lore "&7The hammer is in devloppement"
    register new shaped recipe for {hamer-data} using air, netherite ingot, netherite ingot, air, stick, air, air, stick, air


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source