ModTweaker

ModTweaker

88M Downloads

[Suggestion] Move timePerItem of Moistener

Yulife opened this issue ยท 0 comments

commented

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) {