ModernFix-fix/src/main/java/org/embeddedt/modernfix
embeddedt 86629e7773
Move resource reloading to dedicated executor
Allows benefiting from Smooth Boot in-game (as intended)
while not slowing down launch
2023-04-24 10:35:22 -04:00
..
agent Add mod scanning optimization (requires Blacksmith) 2023-01-28 20:51:24 -05:00
blockstate Dynamic model loading 2023-04-08 17:01:16 -04:00
classloading Fix crash when null type references are interned 2023-04-20 19:20:15 -04:00
core Move resource reloading to dedicated executor 2023-04-24 10:35:22 -04:00
dedup Minor performance improvements to model handling 2023-02-12 09:38:32 -05:00
dfu Add eviction to some DFU caches 2023-04-16 20:27:42 -04:00
duck Reduce memory usage of dynamic CTMPackReloadListener 2023-04-16 11:55:00 -04:00
dynamicresources Don't waste time parsing UVs when performing initial model load 2023-04-20 20:45:21 -04:00
entity Make entity ID syncer not crash if a class can't be loaded 2023-04-10 08:00:50 -04:00
jei/async Use custom interruption flag for JEI reload thread 2023-01-08 19:02:09 -05:00
load Use reflection instead of mixins for SyncExecutor patch 2023-04-13 13:00:43 -04:00
mixin Move resource reloading to dedicated executor 2023-04-24 10:35:22 -04:00
packet Add system to detect and correct SynchedEntityData ID mismatches 2023-03-02 15:53:00 -05:00
predicate Remap to full Mojmap (including classnames) 2023-02-14 21:59:30 -05:00
registry Clear ObjectHolder Throwable fields after registry events fire 2023-04-16 11:39:54 -04:00
screen Move 441 chunk loading to after join game packets are sent on integrated server 2023-02-21 22:24:50 -05:00
searchtree Remap to full Mojmap (including classnames) 2023-02-14 21:59:30 -05:00
structure Fix rare structure manager crash 2023-03-13 14:39:43 -04:00
textures Dynamic model loading 2023-04-08 17:01:16 -04:00
util Ignore non-vanilla PackTypes when caching resources 2023-04-21 13:35:12 -04:00
world Make sure GC can actually happen 2023-04-20 20:02:32 -04:00
FileWalker.java Initial commit 2022-12-31 18:35:31 -05:00
ModernFix.java Move resource reloading to dedicated executor 2023-04-24 10:35:22 -04:00
ModernFixClient.java Add integrated server watchdog 2023-04-12 16:05:08 -04:00