ArrayIndexOutOfBoundsException in the Fluid Dictionary Converter.
xt9 opened this issue ยท 1 comments
Industrial Foregoing Version: 1.12.5-229
TeslaCoreLib Version: 1.0.15
Crashlog (If Any): https://pastebin.com/3EgHc4P7
Happened in E2E when trying to convert NuclearCraft sulfuric acid into Mekanisms equivalent (not the gas afaik).
Used the downarrow in the fluid dict converter.
Crt scripts being used in E2E
# FluidDictionary Recipes
FluidDictionary.add("seed.oil", "seed_oil", 1);
FluidDictionary.add("sulfuric_acid", "sulfuricacid", 1);
FluidDictionary.add("hydrogen", "ic2hydrogen", 1);
FluidDictionary.add("hydrogen", "liquidhydrogen", 1);
FluidDictionary.add("liquidhydrogen", "ic2hydrogen", 1);