Importing classes
ugrashrath opened this issue ยท 4 comments
Original issue posted on: http://minecraft.curseforge.com/modpacks/225550-agrarian-skies-2/issues/940
sanguimancy/util/RitualUtils.java
is importing "WayofTime.alchemicalWizardry.common.Int3" which has been moved to "WayofTime.alchemicalWizardry.api.Int3"
and is crashing since the class isn't importing correctly.
I would also suggest adding in a check to see if the classes exist when doing cross-mod integration.
I would also suggest adding in a check to see if the classes exist when doing cross-mod integration.
You generally don't do that when your mod is a direct addon. Meaning it's not integration, it's... you know... the mod.
It's just that Tom hasn't updated his local BM dep. There's absolutely no need to check classes...