Chlorine crash in latest build
HarrisFauntleroy opened this issue ยท 0 comments
Crash report:
http://pastebin.com/TxYGs7Wh
You appear to have registered Chlorine as a dust in the Electrolyzer salt recipe, it should be a cell.
I was able to get mine to build and launch correctly with the changes below
Amended recipe:
if (OreDictionary.doesOreNameExist("dustSalt")) {
ItemStack salt = OreDictionary.getOres("dustSalt").get(0);
salt.stackSize = 2;
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(
salt,
new ItemStack(IC2Items.getItem("cell").getItem(), 2, 0),
null,
ItemCells.getCellByName("sodium"),
ItemCells.getCellByName("chlorine"),
null,
null,
40, 60