Anyone know how you can modify the recipes from the Additional Enchanted Miner? I'm dumb and can't figure out how to do this in KubeJS. Below is what the json from the jar looks like for a recipe if it helps
"type": "quarryplus:workbench_recipe",
"conditions": [
{
"type": "quarryplus:machine_enabled",
"value": "quarry"
}
],
"energy": 320000.0,
"ingredients": [
{
"count": 32,
"tag": "forge:gems/diamond"
},
{
"count": 32,
"tag": "forge:ingots/gold"
},
{
"count": 64,
"tag": "forge:ingots/iron"
},
{
"count": 16,
"tag": "forge:dusts/redstone"
},
{
"count": 4,
"tag": "forge:ender_pearls"
}
],
"result": {
"count": 1,
"item": "quarryplus:quarry"
},
"showInJEI": true,
"subType": "default"
}```

