Update ModRecipes.java
fixing chlorine being referenced as a dust instead of a cell in electrolyser recipe
This commit is contained in:
parent
dfc105cb64
commit
d1b41c27aa
1 changed files with 1 additions and 1 deletions
|
@ -2199,7 +2199,7 @@ public class ModRecipes {
|
||||||
new ItemStack(IC2Items.getItem("cell").getItem(), 2, 0),
|
new ItemStack(IC2Items.getItem("cell").getItem(), 2, 0),
|
||||||
null,
|
null,
|
||||||
ItemCells.getCellByName("sodium"),
|
ItemCells.getCellByName("sodium"),
|
||||||
ItemDusts.getDustByName("chlorine"),
|
ItemCells.getCellByName("chlorine"),
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
40, 60
|
40, 60
|
||||||
|
|
Loading…
Add table
Reference in a new issue