Change resolving to possibly work correctly for all materials and load specific materials for each collection.

This commit is contained in:
Ottermandias 2022-03-24 22:01:39 +01:00
parent b6ed27e235
commit 1e5776a481
16 changed files with 408 additions and 172 deletions

View file

@ -109,6 +109,7 @@ public class Penumbra : IDalamudPlugin
{
ResourceLoader.EnableFullLogging();
}
ResidentResources.Reload();
}
public bool Enable()