More Storage Drawers

More Storage Drawers

535k Downloads

Errors loading recipe when mods not present

Rydelfox opened this issue ยท 0 comments

commented

When loading recipes, an error is generated for each recipe that can't be used.
This can be fixed by adding the following to each recipe:
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "modname"
}
]