this doesn’t seem to work with liquid input arrays, only with single liquids (tried for multiple machines, like mixer etc). It always says “Not found variable gt.recipe.mixer in gregapi.recipes.Recipe.RecipeMap” (it works if i don’t use an array for liquids.
Example recipe i used:
MTUtilsGT.addCustomRecipe(“gt.recipe.cryomixer”, false, 16, 512, [10000], [<GalacticraftCore:item.canvas>*8], [<liquid:helium>*500], null, [<MutantCreatures:item.chemicalX>]);
but when i remove the ] [ from the helium entry, it works.
Also: what does the second parameter? the boolean
Another question: is it possible to make recipes so that one items doesnt get consumed (like lenses or selector tag?) i tried the .reuse but that produces IIngredient types and only IItemStack gets accepted