Hm, okay. But at the wiki it says that red marked parameters can be left out.
I also try it so:
mods.gregtech.Mixer.addRecipe(<minecraft:clay_ball>, <liquid:water> * 100, [<minecraft:sand>, <minecraft:dirt>], <liquid:water> * 100, 100, 16);
This also not work. There is no error, but also no recipe.
Then I try this one:
mods.gregtech.Mixer.addRecipe(<minecraft:clay_ball>, <liquid:water> * 100, [<minecraft:sand>, <minecraft:cobblestone>], <liquid:water> * 100, 100, 16);
This works. It seems there is also a problem with minecraft:dirt?
Any idea? How to set a parameter to null?
Thanks a lot