Reduce time here as well
This commit is contained in:
parent
7c0730ab0f
commit
a7d9a1a92d
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ public class ModRecipes {
|
|||
ItemIngots.getIngotByName("aluminum"), null, 2200, 120, 1700));
|
||||
RecipeHandler.addRecipe(
|
||||
new BlastFurnaceRecipe(ItemDusts.getDustByName("tungsten"), null, ItemIngots.getIngotByName("tungsten"),
|
||||
null, 18000, 120, 2500));
|
||||
null, 1800, 120, 2500));
|
||||
RecipeHandler.addRecipe(new BlastFurnaceRecipe(ItemDustsSmall.getSmallDustByName("tungsten", 4), null,
|
||||
ItemIngots.getIngotByName("tungsten"), null, 1800, 120, 2500));
|
||||
RecipeHandler.addRecipe(
|
||||
|
|
Loading…
Add table
Reference in a new issue