![Magneticraft](https://media.forgecdn.net/avatars/thumbnails/53/278/256/256/636123189973396330.png)
Crafttweaker and Magneticraft
Rams59 opened this issue ยท 5 comments
Hey o troed to change some recipes exactely like in the wiki, but its not working,
Are ther things changed?
Version is 1.12.8dev
I try to add a Recipe for normal Iron Plates from Thermal Expansion to the chrushing Table and get that Error:
[INITIALIZATION][CLIENT][ERROR] items_disabled.zs:153 > 2 methods available but none matches the parameters (ZenTypeNative: crafttweaker.oredict.IOreDictEntry, ZenTypeNative: crafttweaker.item.IIngredient[][])
what i added was:
mods.magneticraft.CrushingTable.addRecipe(minecraft:iron_ingot,thermalfoundation:material:32 * 1, true);
The MtLib is included
That error indicates that the line 153 contains an error, which can cause the rest of lines to fail.
That example seems to be correct, I suspect that the error is in another recipe, because it's trying to call a method, that has two variations, and the arguments don't match any of the variants.
mods.magneticraft.CrushingTable.addRecipe only has 1 variant so it can't be the cause.
The wiki should be updated, nothing has changed as far as I know.
Can you give me some examples of recipes that don't work?
Do you get any errors in the game's log?
Are you sure you are including the MtLib required to use Crafttweaker recipes?