Closed JaisDK closed 4 years ago
You can add this to your recipe file to avoid adding empty tags:
"conditions": [
{
"type": "forge:not",
"value": {
"type": "forge:tag_empty",
"tag": "forge:ingots/tungsten"
}
}
]
I indeed has errors in the conditions for some of the recipes. Thanks!
Hi,
My mod adds a bunch of empty ingot tags so I can use them in recipes when they are populated from other mods. This however leads to JAOPCA creating block recipes for some of these ingots even when the tag is empty. I've tried running my mod without these empty tags, but unfortunately they have to exist for recipe validation.