Rydelfox / MoreStorageDrawers

Add comatibility for serveral modded wood types to the Minecraft Storage Drawers mod
MIT License
0 stars 3 forks source link

Errors loading recipe when mods not present #18

Open Rydelfox opened 2 years ago

Rydelfox commented 2 years ago

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" } ]