Commit Graph

77 Commits

Author SHA1 Message Date
embeddedt
75695cf759
Patch OBJLoader to support parallel loading
Fixes #4
2023-01-06 10:49:45 -05:00
embeddedt
f43d54eafd
Implement facility to process specific JEI plugins on the main thread 2023-01-06 10:42:48 -05:00
embeddedt
41da489c85
Add async JEI loading 2023-01-05 20:50:30 -05:00
embeddedt
21d559ab94
Add chunk saving fix 2023-01-05 18:19:39 -05:00
embeddedt
ac27dbca4e
Fix mcmeta files not being included in hasResource() calls 2023-01-05 11:06:33 -05:00
embeddedt
588dc1a86e
Add config 2023-01-04 20:26:29 -05:00
embeddedt
dc18e782c4
Don't cache invalid resource locations at all
Fixes #2
2023-01-04 17:23:34 -05:00
embeddedt
773800830f
Optimize VanillaPack.hasResource 2023-01-04 15:28:58 -05:00
embeddedt
c0869fb1b2
Fix crash outside dev 2023-01-04 15:28:51 -05:00
embeddedt
89ebab3ab8
Trim ModelManager maps 2023-01-04 14:24:54 -05:00
embeddedt
50fb19156c
Time game startup as well 2023-01-04 14:24:33 -05:00
embeddedt
d13fb0850d
Use up to 255 worker threads (matches 1.18) 2023-01-04 09:53:57 -05:00
embeddedt
bf4496341b
Optimize ModFileResourcePack.hasResource 2023-01-03 21:50:48 -05:00
embeddedt
80e273bf12
Fix crash when running outside dev 2023-01-03 21:50:39 -05:00
embeddedt
878d682eee
Reduce log output when preloading JSONs 2023-01-03 21:11:56 -05:00
embeddedt
fe1e39ad10
Remove parallel baking :(
Turns out it's not safe after all.
2023-01-03 20:55:25 -05:00
embeddedt
3d80d5a90e
Mojmap 2023-01-03 16:14:42 -05:00
embeddedt
0a8fbf9114
Validate model JSON paths before preloading them
Fixes #1
2023-01-03 13:52:07 -05:00
embeddedt
26915c6af4
Skip recomputing block state cache when unnecessary
Based on https://github.com/MinecraftForge/MinecraftForge/pull/7496
2023-01-02 21:56:42 -05:00
embeddedt
dff8c4cc35
Parallel texture collection 2023-01-02 21:05:30 -05:00
embeddedt
9180c79854
Parallelize parts of model loading/baking 2023-01-02 13:56:51 -05:00
embeddedt
f2e557253e
Remove biome temperature caching
Based on 4553ccb0a0
2023-01-02 10:25:39 -05:00
embeddedt
e50859f10d
Fix occasional crash due to unsafe concurrency with RenderTypes 2023-01-01 20:30:03 -05:00
embeddedt
9a4952aa42
Optimize VanillaPack.resourceExists further 2023-01-01 20:30:03 -05:00
embeddedt
57773db489
Fix crash when running outside of dev 2023-01-01 20:30:03 -05:00
embeddedt
055721f494
Skip first datapack reload
Implementation from https://github.com/MinecraftForge/MinecraftForge/pull/8163

Fixes https://github.com/MinecraftForge/MinecraftForge/issues/8125
2023-01-01 20:29:54 -05:00
embeddedt
bb184a0772
Initial commit 2022-12-31 18:35:31 -05:00