Reduce tungsten process time from 15 minutes to 90 seconds

This commit is contained in:
modmuss50 2018-03-30 16:36:03 +01:00
parent 799386b872
commit 7c0730ab0f
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -313,7 +313,7 @@ public class ModRecipes {
new BlastFurnaceRecipe(ItemDusts.getDustByName("tungsten"), null, ItemIngots.getIngotByName("tungsten"),
null, 18000, 120, 2500));
RecipeHandler.addRecipe(new BlastFurnaceRecipe(ItemDustsSmall.getSmallDustByName("tungsten", 4), null,
ItemIngots.getIngotByName("tungsten"), null, 18000, 120, 2500));
ItemIngots.getIngotByName("tungsten"), null, 1800, 120, 2500));
RecipeHandler.addRecipe(
new BlastFurnaceRecipe(ItemDusts.getDustByName("chrome"), null, ItemIngots.getIngotByName("chrome"),
null, 4420, 120, 1700));