Minecraft Crash Report.txt
i thought it would be better to report this problem here since inspirations is being patched by FermiumMixins
Steps to Reproduce (not 100% guaranteed it would crash at first attempt ):
- Install Celeritas
- render a chunk containing an Inspirations block like inspirations:bookshelf from the crash above ( ideally would be the brutal tower)
a small description that generated by AI:
A ConcurrentModificationException occurs when Celeritas utilizes multiple threads for asynchronous chunk meshing alongside the Inspirations mod. The exception originates at java.util.HashMap.computeIfAbsent within knightminer.inspirations.library.client.ClientUtil.getStackColor(ClientUtil.java:54). The existing patch provided by fermiummixins.mixin.inspirations.ClientUtil_ColorCrashMixin fails to mitigate concurrent read/write operations from multiple Celeritas chunk builder threads accessing the color cache simultaneously.
Minecraft Crash Report.txt
i thought it would be better to report this problem here since inspirations is being patched by FermiumMixins
Steps to Reproduce (not 100% guaranteed it would crash at first attempt ):
a small description that generated by AI:
A ConcurrentModificationException occurs when Celeritas utilizes multiple threads for asynchronous chunk meshing alongside the Inspirations mod. The exception originates at java.util.HashMap.computeIfAbsent within knightminer.inspirations.library.client.ClientUtil.getStackColor(ClientUtil.java:54). The existing patch provided by fermiummixins.mixin.inspirations.ClientUtil_ColorCrashMixin fails to mitigate concurrent read/write operations from multiple Celeritas chunk builder threads accessing the color cache simultaneously.