Reduce tungsten process time from 15 minutes to 90 seconds
This commit is contained in:
parent
799386b872
commit
7c0730ab0f
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue