I'm using SkyFactory 3, and i love how this thing works. it's simple, but unfortunately there are no upgrade paths to go past the 80RF limit for things like EnderIO's upgraded smelting and Sag mill; using 100 each.
since this is the source code, maybe I can change
tooltip.add(Lang.translateArgs("Max Transfer: %s RF/T", new Object[] { Integer.valueOf(80) }));
but i don't know if that's the right spot or how to even compile it and make it work, though i do write c# projects on visual studio...still, i'd rather just be able to edit the config.
I'm using SkyFactory 3, and i love how this thing works. it's simple, but unfortunately there are no upgrade paths to go past the 80RF limit for things like EnderIO's upgraded smelting and Sag mill; using 100 each.
since this is the source code, maybe I can change
tooltip.add(Lang.translateArgs("Max Transfer: %s RF/T", new Object[] { Integer.valueOf(80) }));
but i don't know if that's the right spot or how to even compile it and make it work, though i do write c# projects on visual studio...still, i'd rather just be able to edit the config.