Sorry if it's obvioous, but i need help.
I'm trying to add a recipe from a mod, I know how the recipe's written thanks to the documentation but idk how to add it with a kubejs script (mod's pretty new so makes sense why there's not much on it)
This is how the recipe's written
{
"type": "overgeared:rock_knapping",
"pattern": [
"xxx"
],
"result": {
"item": "overgeared:stone_pickaxe_head"
},
"show_notification": true
}
