Another-One-Bites-the-Dust icon indicating copy to clipboard operation
Another-One-Bites-the-Dust copied to clipboard

Crashes with latest DEV builds of Electrical Age

Open mpevner opened this issue 7 years ago • 1 comments

Using the Safranil CI builds, AOBD crashes on launch with any ELN build 453 (http://ci.safranil.fr/job/ElectricalAge/453/) or higher. Changelogs indicate the recipes have changed (no more Character.ValueOf) so that might be a possible start. The relevant log is here: https://paste.ee/p/UN7FZ Pertinent part as follows:

cpw.mods.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field mods.eln.Eln.maceratorRecipes from class ganymedes01.aobd.recipes.modules.ElectricalAge

mpevner avatar Mar 07 '17 22:03 mpevner

This is probably due to me going through the class and marking lots of things private.

I'll add some kind of actual API before release, okay? ...and probably un-private it.

Baughn avatar Mar 08 '17 12:03 Baughn