I don't want large plate cast to be consumed during this recipe. How can I do that?
It looks like this code doesn't work.
"type": "thermal:press",
"ingredients": [
{
"tag": "forge:ingots/copper",
"count": 9
},
{
"item": "kubejs:large_plate_cast"
}
],
"result": [
{
"item": "kubejs:lp_copper"
}
],
"energy": 400
}).keepIngredient('kubejs:large_plate_cast')```
