Xalcon / EnergyConverters

Simple mod which provides a few blocks which can convert energy from and to EU or RF
MIT License
12 stars 17 forks source link

Unable to add custom recipe #54

Closed JungleJ0n closed 4 years ago

JungleJ0n commented 4 years ago

I'm trying to add a machine recipe that takes 9 Iridium nuggets and gives one iridium ore. Im not sure if there is an user error or because it's different mod packs
{ "recipes": [ { "recipeType": "compressor", "hidden": false, "output": { "item":"ic2:itemmisc", "meta": 181, "amount": 1 }, "recipeMetadata": '{}', "recipeExperience": 0, "input": { "inputType": "ore", "oreID": "nuggetIridium", "amount": 9 } } ] }