New WIP achievement definitions

This commit is contained in:
Anuken
2022-10-09 17:47:12 -04:00
parent dfdb4c1c1f
commit 4201106843
20 changed files with 419 additions and 26 deletions

View File

@@ -110,6 +110,9 @@ public class Mods implements Loadable{
sortMods();
//try to load the mod's icon so it displays on import
Core.app.post(() -> loadIcon(loaded));
Events.fire(Trigger.importMod);
return loaded;
}catch(IOException e){
dest.delete();