Hi!
I'm trying to develop addon for GregTech 2.90h for my home server (1.4.7) and I have strange problem with Greg API
I have added new receip for GT devices something like this:
GT_Mod.addElectrolyzerRecipe(fluoriteDust, 3, fluorine, calcium, null, null, 10, 64);
or
GregTech_API.addElectrolyzerRecipe(fluoriteDust, 3, fluorine, calcium, null, null, 10, 64);
Receip is added successfully but duration time in game is incorrect. I have 500 sec instead of 10.
What is wrong? How can I add receip with other duration?