embeddedt
469b4b7093
Use separate backing search tree for recipe book
2024-03-30 17:35:06 -04:00
embeddedt
db105905f7
Implement a fallback search tree for the recipe book
2024-03-30 17:27:37 -04:00
embeddedt
9e3e732b43
Fix MC-183518
2024-03-30 15:14:44 -04:00
embeddedt
226e4a373b
Reduce chances of CME when iterating class info cache
2024-03-29 10:49:36 -04:00
embeddedt
ddffe93f1a
Stop clearing fields/methods on mixin classes
...
This seems to break generating the needed bridge access$xxx methods
for inner classes in mixins.
Example mixin that breaks: d5b3c910ac/common/src/main/java/com/railwayteam/railways/mixin/client/MixinStationScreen.java
2024-03-29 10:49:36 -04:00
embeddedt
66abdcd9a7
Null-check config keybind
2024-03-27 12:14:58 -04:00
Marlester
1b52387cfa
Create de_de.json ( #385 )
2024-03-27 10:20:35 -04:00
embeddedt
7e9ace3fc6
Fix optimized stitcher ignoring maximum atlas size
2024-03-26 10:02:04 -04:00
embeddedt
d2680cf29d
Mark mixin as client-only
2024-03-22 14:10:42 -04:00
embeddedt
4af1e27a89
Work around NPEs from early queries to ModelManager
2024-03-22 14:05:10 -04:00
embeddedt
bf74ab5a80
Mitigate excessive resource usage from Night Config
2024-03-20 14:40:56 -04:00
embeddedt
e1ff64785e
Fix "Illegal prefix" error in log when custom class/resource locators are in use
2024-03-20 14:00:23 -04:00
embeddedt
31cc0a0da0
Retrieve block name once per state
2024-03-17 15:55:07 -04:00
embeddedt
06726296fe
Speed up ModelBakeEventHelper constructor
2024-03-17 15:52:41 -04:00
embeddedt
d854fcffff
Move stalled async chunk load detection to its own config
...
This seems to sometimes be a hotspot in profiling, and the log
message is not commonly reported nowadays, indicating most mods
have probably fixed their code.
2024-03-17 15:06:58 -04:00
embeddedt
e6bb67cb05
Disable the testmod by default
2024-03-14 22:13:45 -04:00
embeddedt
40b9ac6002
Disable pose stack bugfix when OptiFine is installed
...
Related: #376
2024-03-08 17:49:46 -05:00
embeddedt
a45783647f
Make the block model cache thread-local instead of using a lock
2024-03-04 16:37:50 -05:00
embeddedt
ad1e12a3bb
Remove unfinished/obsolete registry & block optimizations
...
These patches were unfinished, are known to be buggy, and won't make
sense in modern versions of Minecraft, where many of the underlying
issues have been addressed in other ways
2024-02-28 20:07:56 -05:00
embeddedt
12d69bec45
Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118
2024-02-04 20:05:05 -05:00
embeddedt
f12d7723c0
Call onDynamicResourcesStatusChange if dynamic resources is enabled
2024-02-02 20:38:25 -05:00
embeddedt
2c963888b5
Don't run mappings clearer on FL 0.15+, it's not needed
...
Related: #329
2024-01-30 15:47:16 -05:00
Kichura
20c0f3dd6a
Update GitHub workflows ( #358 )
2024-01-28 13:15:27 -05:00
Fury_Phoenix
c749fc1aeb
Tidy up version detection ( #352 )
2024-01-25 15:19:37 -05:00
embeddedt
94ca6ccdd6
Add bug report template, heavily derived from Sodium
2024-01-18 16:14:37 -05:00
embeddedt
d7146a0667
Restrict resource pack cache to assets/ and data/ folders
2024-01-13 11:15:19 -05:00
embeddedt
03e7df5308
Make dynamic maps return empty immutable collections instead of throwing
2024-01-12 15:28:34 -05:00
embeddedt
6fa3e64210
Lower priority of datapack reload exception mixins
2024-01-12 15:18:11 -05:00
embeddedt
c678ebbb91
Avoid refresh loop if no model data needs refreshing
2024-01-04 20:30:13 -05:00
embeddedt
7174ae1454
Do not actually load all models in replaceAll, use clever trick instead
...
Otherwise, it takes 20 seconds to run this with just Mekanism+Additions+Pneumaticcraft
2024-01-02 12:17:53 -05:00
embeddedt
3214311bb6
Slightly optimize entity capability retrieval
2024-01-01 19:03:52 -05:00
embeddedt
d0fd498682
Suppress mixin forceload logging when clear_mixin_info is on
2024-01-01 12:25:16 -05:00
embeddedt
1da264e5a7
Bump Fabric Loader
2023-12-30 19:05:20 -05:00
embeddedt
db5a3234d2
Update MixinExtras
2023-12-30 18:59:44 -05:00
embeddedt
e301d7d480
Shadow annotations project so they are in the production jar
2023-12-28 14:08:32 -05:00
embeddedt
8d6a344ded
Use correct comment style
2023-12-28 14:08:25 -05:00
embeddedt
4512bc6fbd
Generate config options from both 'mixins' and 'client' keys
2023-12-28 12:31:29 -05:00
embeddedt
4f49ba3f9b
Apply excludedTaskNames in the testmod subproject rather than globally
2023-12-28 12:31:00 -05:00
Fury_Phoenix
7e53a8bc73
Eliminate extraneous casts ( #327 )
2023-12-28 09:38:54 -05:00
Fury_Phoenix
06bfd71d07
Generate mixin configs automatically using custom AP ( #305 )
2023-12-28 09:36:49 -05:00
embeddedt
ae8cfbaa3d
Disable dynamic DFU when Litematica is installed
2023-12-27 19:12:11 -05:00
embeddedt
675c58a437
Only call put on the model map if the replacement model is different
2023-12-27 16:13:45 -05:00
embeddedt
d1863cc66e
Make replaceAll implementation more robust, add warning
2023-12-27 16:06:22 -05:00
embeddedt
11508fbe07
Track duration of model bake events when dynamic resources is enabled
2023-12-27 16:03:54 -05:00
embeddedt
aee0b2a47d
Add Mekanism to model bake event helper
2023-12-27 15:59:51 -05:00
embeddedt
d76fd84b76
Support replaceAll on the wrapping model registry
2023-12-27 15:56:52 -05:00
embeddedt
152cdc4469
Disable ModelDataManager fixes if Rubidium is installed
...
Since legacy Rubidium versions only retrieve model data on a worker
thread, the data will probably never be refreshed, causing rendering
issues.
2023-12-27 15:19:13 -05:00
embeddedt
12b0d352cd
Fix some concurrency issues in Forge's ModelDataManager
...
Model data is now refreshed in a 3x3 radius if retrieved on
the main thread, but not refreshed at all if retrieved on a
worker. This should emulate the old behavior well enough
for most (if not all) mods, while preventing weird CMEs
from accessing block entities off-thread
2023-12-26 20:44:59 -05:00
Fury_Phoenix
8aa04e13a6
Remove testmod genSources task ( #333 )
2023-12-26 10:13:46 -05:00
embeddedt
97ba361867
Retrieve quads on incorrect cullface lists if direction matches
2023-12-23 21:27:39 -05:00