Add condition to recipes so they only are used when a specific mod is installed.
SaphieNyako opened this issue ยท 1 comments
add condition to recipes so they only are used when a specific mod is installed.
- botania
- mythicbotany
- ars_nouveau
example:
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "ars_nouveau"
}
]
This has already been added to 1.16 only has to be added to 1.17.
See #78