buttilda / Another-One-Bites-the-Dust

Process ALL the ores!
http://minecraft.curseforge.com/mc-mods/221863-another-one-bites-the-dust
24 stars 21 forks source link

Crashes with latest DEV builds of Electrical Age #129

Open mpevner opened 7 years ago

mpevner commented 7 years ago

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
Baughn commented 7 years ago

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.