storagechests (actually all fixtures) now has their own inventory

This commit is contained in:
minjaesong
2021-03-16 15:01:17 +09:00
parent 76f5d0a924
commit 0fa889bc55
10 changed files with 331 additions and 263 deletions

View File

@@ -738,7 +738,7 @@ public class AppLoader implements ApplicationListener {
textureWhiteCircle.dispose();
logo.getTexture().dispose();
disposableSingletonsPool.forEach(Disposable::dispose);
disposableSingletonsPool.forEach((it) -> {try { it.dispose(); } catch (GdxRuntimeException e) {}});
ModMgr.INSTANCE.disposeMods();