IndustrialElectrolyzer now uses fluids
IndustrialElectrolyzer now renders fluids in gui IndustrialElectrolyzer recipe handler now renders fluids
This commit is contained in:
parent
6cc1071961
commit
6e74b9197b
6 changed files with 175 additions and 15 deletions
|
@ -1919,7 +1919,7 @@ public class ModRecipes {
|
|||
}
|
||||
|
||||
static void addIndustrialElectrolyzerRecipes() {
|
||||
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(null, ItemDusts.getDustByName("chrome"), ItemGems.getGemByName("ruby"), null, null, null, 100, 128));
|
||||
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(null, ItemDusts.getDustByName("chrome"), new FluidStack(FluidRegistry.WATER, 1000), ItemGems.getGemByName("ruby"), null, null, null, 100, 128));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue