Fixes #145
This commit is contained in:
parent
bd1540b27b
commit
2b4daf86bb
2 changed files with 24 additions and 1 deletions
|
@ -1478,6 +1478,26 @@ public class ModRecipes {
|
|||
80, 60
|
||||
));
|
||||
|
||||
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(
|
||||
ItemDusts.getDustByName("pyrite", 3),
|
||||
null,
|
||||
ItemDusts.getDustByName("iron"),
|
||||
ItemDusts.getDustByName("sulfur"),
|
||||
null,
|
||||
null,
|
||||
120, 128
|
||||
));
|
||||
|
||||
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(
|
||||
ItemDusts.getDustByName("sphalerite", 2),
|
||||
null,
|
||||
ItemDusts.getDustByName("zinc"),
|
||||
ItemDusts.getDustByName("sulfur"),
|
||||
null,
|
||||
null,
|
||||
150, 100
|
||||
));
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue