Always wrap mod creation errors in LoaderException
to make error message more clear
This commit is contained in:
parent
7258beeede
commit
59c3e1baaf
1 changed files with 0 additions and 1 deletions
|
@ -589,7 +589,6 @@ public class FMLModContainer implements ModContainer
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Throwables.throwIfUnchecked(e);
|
||||
FormattedMessage message = new FormattedMessage("{} Failed to load new mod instance.", getModId());
|
||||
throw new LoaderException(message.getFormattedMessage(), e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue