Yulife opened this issue 10 years ago ยท 0 comments
It would be more sensible to put it at the beginning.
From: public static void addRecipe(IItemStack resource, IItemStack product, int timePerItem) {
To: public static void addRecipe(int timePerItem, IItemStack resource, IItemStack product) {