CraftTweaker problem
HaibaraGT opened this issue · 2 comments
Hello author, I am using CT to modify the recipes, and I see the following code:
`addRecipe(ItemStack output, ItemMatcher input, [ItemMatcher topInput, ItemMatcher bottomInput]);
But I didn't find the description of ItemMatcher this type in the CraftTweaker document.
I followed the ItemStack method to input, Crt prompts the following error message. Please provide some help, thank you.
error code:
[INITIALIZATION][CLIENT][ERROR] AE2.zs:10 > a method available but none matches the parameters (ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.item.IItemStack)
This is usually an error in your script, not in the mod
addRecipe(ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.item.IIngredient)