Icon generation improvements

This commit is contained in:
Anuken
2020-06-12 19:41:06 -04:00
parent 2bd3bc0e13
commit 27522ae494
39 changed files with 7473 additions and 7085 deletions

View File

@@ -175,6 +175,7 @@ public class Mods implements Loadable{
arr.each(c -> {
if(c instanceof UnlockableContent && c.minfo.mod != null){
UnlockableContent u = (UnlockableContent)c;
u.load();
u.createIcons(packer);
}
});