Compatibility with GT6 and Mine-/CraftTweaker

alright this is most certainly a issue of GT6inMTUtils thingy:

import mods.MTUtils.Utils;
mods.MTUtilsGT.addCustomRecipe("gt.recipe.canner", false, 128, 128, [10000], [<minecraft:cobblestone>], <liquid:soda>*500, <liquid:water>*500, [<minecraft:diamond>]);
mods.MTUtilsGT.addCustomRecipe("gt.recipe.canner", false, 128, 128, [10000], [<minecraft:cobblestone>], [<liquid:soda>*500], [<liquid:water>*500], [<minecraft:diamond>]);

results in

[21:55:16] [Client thread/INFO]: [CHAT] ERROR: firsttest.zs:2 > 3 methods available but none matches the parameters (string, bool, int, int, any[], any[], minetweaker.liquid.ILiquidStack, minetweaker.liquid.ILiquidStack, any[])
[21:55:16] [Client thread/INFO]: [CHAT] ERROR: firsttest.zs:3 > 3 methods available but none matches the parameters (string, bool, int, int, any[], any[], any[], any[], any[])
[21:55:16] [Client thread/INFO]: [CHAT] Scripts reloaded

Scavenging the github code of theirs doesn’t help either, something is fundamentally broken

2 Likes