Всем привет, крашится майн на собственной сборке 1.16.5 Forge, использую Embeddium в качестве замены оптифайну, для шейдеров юзаю Oculus. Сам мир создаётся и прогружается нормально, но стоит полетать в креативе минут 5-10 и майн крашится, точную причину не выдаёт, а разбираться в логах я вообще хз как, помогите, пожалуйста.
Вот сам лог последнего краша, полный лог так же прикрепил в конце (шейдеры были отключены, если это как-то поможет определить проблему):
Time: 17.07.2024, 12:53
Description: Encountered exception while building chunk meshes
java.util.ConcurrentModificationException: null
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1584) ~[?:?] {}
at java.util.HashMap$KeyIterator.next(HashMap.java:1607) ~[?:?] {}
at me.lambdaurora.lambdynlights.DynamicLightsReforged.getDynamicLightLevel(DynamicLightsReforged.java:232) ~[dynamiclightsreforged:mc1.16.5_v1.0.1] {re:mixin,re:classloading}
at me.lambdaurora.lambdynlights.DynamicLightsReforged.getLightmapWithDynamicLight(DynamicLightsReforged.java:180) ~[dynamiclightsreforged:mc1.16.5_v1.0.1] {re:mixin,re:classloading}
at net.minecraft.client.renderer.WorldRenderer.handler$zzh000$onGetLightmapCoordinates(WorldRenderer.java:2701) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.WorldRenderer.func_228420_a_(WorldRenderer.java:2571) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:mixin:A,pl:runtimedistcleaner:A}
at me.jellysquid.mods.sodium.client.model.light.data.LightDataAccess.compute(LightDataAccess.java:77) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.cache.ArrayLightDataCache.get(ArrayLightDataCache.java:53) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.data.LightDataAccess.get(LightDataAccess.java:29) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.smooth.AoFaceData.initLightData(AoFaceData.java:80) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.getCachedFaceData(SmoothLightPipeline.java:234) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.applyInsetPartialFaceVertex(SmoothLightPipeline.java:197) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.applyNonParallelFace(SmoothLightPipeline.java:176) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.calculate(SmoothLightPipeline.java:88) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer.calculateQuadColors(FluidRenderer.java:374) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:separate_ao.MixinFluidRenderer,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer.render(FluidRenderer.java:219) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:separate_ao.MixinFluidRenderer,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.redirect$bad000$iris$wrapGetFluidLayer(ChunkRenderRebuildTask.java:565) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:137) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:422) ~[embeddium:?] {re:classloading}
at java.lang.Thread.run(Thread.java:831) ~[?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1584) ~[?:?] {}
at java.util.HashMap$KeyIterator.next(HashMap.java:1607) ~[?:?] {}
at me.lambdaurora.lambdynlights.DynamicLightsReforged.getDynamicLightLevel(DynamicLightsReforged.java:232) ~[dynamiclightsreforged:mc1.16.5_v1.0.1] {re:mixin,re:classloading}
at me.lambdaurora.lambdynlights.DynamicLightsReforged.getLightmapWithDynamicLight(DynamicLightsReforged.java:180) ~[dynamiclightsreforged:mc1.16.5_v1.0.1] {re:mixin,re:classloading}
at net.minecraft.client.renderer.WorldRenderer.handler$zzh000$onGetLightmapCoordinates(WorldRenderer.java:2701) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.WorldRenderer.func_228420_a_(WorldRenderer.java:2571) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:sereneseasons:temperature_transformer,pl:mixin:A,pl:runtimedistcleaner:A}
at me.jellysquid.mods.sodium.client.model.light.data.LightDataAccess.compute(LightDataAccess.java:77) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.cache.ArrayLightDataCache.get(ArrayLightDataCache.java:53) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.data.LightDataAccess.get(LightDataAccess.java:29) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.smooth.AoFaceData.initLightData(AoFaceData.java:80) ~[embeddium:?] {re:classloading}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.getCachedFaceData(SmoothLightPipeline.java:234) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.applyInsetPartialFaceVertex(SmoothLightPipeline.java:197) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.applyNonParallelFace(SmoothLightPipeline.java:176) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.model.light.smooth.SmoothLightPipeline.calculate(SmoothLightPipeline.java:88) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:directional_shading.MixinSmoothLightPipeline,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer.calculateQuadColors(FluidRenderer.java:374) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:separate_ao.MixinFluidRenderer,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer.render(FluidRenderer.java:219) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:separate_ao.MixinFluidRenderer,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.redirect$bad000$iris$wrapGetFluidLayer(ChunkRenderRebuildTask.java:565) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
-- Block being rendered --
Details:
Block: Block{minecraft:water}[level=0]
Block location: World: (-15,28,-187), Chunk: (at 1,1,5 in -1,-12; contains blocks -16,0,-192 to -1,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Chunk section: ChunkRenderContainer at chunk (-1, 1, -12) from (-16, 16, -192) to (-1, 31, -177)
Render context volume: MutableBoundingBox{x0=-18, y0=14, z0=-194, x1=1, y1=33, z1=-175}
Stacktrace:
at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:137) ~[embeddium:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:422) ~[embeddium:?] {re:classloading}
at java.lang.Thread.run(Thread.java:831) ~[?:?] {}
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Hemi-426'/345, l='ClientLevel', x=-230.29, y=79.90, z=46.41]]
Chunk stats: Client Chunk Cache: 4096, 1502
Level dimension: minecraft:overworld
Level spawn location: World: (256,75,-112), Chunk: (at 0,4,0 in 16,-7; contains blocks 256,0,-112 to 271,255,-97), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 5942 game time, 17131 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:458) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:dynamiclightsreforged.mixins.json:ClientWorldMixin,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:APP:assets/astralsorcery/astralsorcery.mixins.json:client.MixinClientWorld,pl:mixin:APP:embeddium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2031) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:mixins.betterthirdperson.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:magnesium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:embeddium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:embeddium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:623) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:mixins.betterthirdperson.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:magnesium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:embeddium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:embeddium.mixins.json:features.gui.fast_fps_pie.MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) ~[Forge%201.16.5.jar:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {re:classloading}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?] {re:classloading}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {re:classloading}
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) ~[forge-1.16.5-36.2.42.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 16890462208 bytes (16108 MB) / 25243418624 bytes (24074 MB) up to 30064771072 bytes (28672 MB)
CPUs: 16
JVM Flags: 13 total; -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -XX:-ZUncommit -XX:ZCollectionInterval=5 -XX:ZAllocationSpikeTolerance=2.0 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -XX:+DisableExplicitGC -Xms2048M -Xmx28672M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+IgnoreUnrecognizedVMOptions -Xss2M
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.42.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.42.jar runtime_enum_extender PLUGINSERVICE
/forge-1.16.5-36.2.42.jar capability_inject_definalize PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.42.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.42.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.42
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
weaponmaster_ydm-forge-1.16.5-4.2.3.jar |YDM's Weapon Master |weaponmaster_ydm |4.2.3 |DONE |Manifest: NOSIGNATURE
dynamiclightsreforged-mc1.16.5_v1.0.1.jar |Dynamic Lights Reforged |dynamiclightsreforged |mc1.16.5_v1.0.1 |DONE |Manifest: NOSIGNATURE
cyclopscore-1.16.5-1.13.0.jar |Cyclops Core |cyclopscore |1.13.0 |DONE |Manifest: NOSIGNATURE
colorfularmor-1.16.5-1.8.jar |Colorful Armor |colorfularmor |1.8 |DONE |Manifest: NOSIGNATURE
notenoughcrashes-4.1.41.16.5-forge.jar |Not Enough Crashes |notenoughcrashes |4.1.4+1.16.5 |DONE |Manifest: NOSIGNATURE
habitat-1.0.1.jar |Habitat |habitat |1.0.1 |DONE |Manifest: NOSIGNATURE
BetterDungeons-1.16.4-1.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
AstralSorcery-1.16.5-1.14.1.jar |Astral Sorcery |astralsorcery |1.16.4-1.14.1 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
theimpossiblelibrary-1.16.5-0.3.1.jar |The Impossible Library |theimpossiblelibrary |1.16.5-0.3.1 |DONE |Manifest: NOSIGNATURE
Infernal-Expansion-Release-2.5.0-for-Minecraft-1.1|Infernal Expansion |infernalexp |2.5.0 |DONE |Manifest: NOSIGNATURE
Philips-ruins-1.16.5-2.8.jar |Philips ruins1.16.5 |philips_ruins1_16_5 |2.8 |DONE |Manifest: NOSIGNATURE
fireproofboats-1.16.5-1.0.1.jar |Fireproof Boats |fireproofboats |1.16.5-1.0.1 |DONE |Manifest: NOSIGNATURE
Extended-Slabs-2.1.0-1.16.5.jar |Extended Slabs + |extendedslabs |2.1.0 |DONE |Manifest: NOSIGNATURE
InControl-1.16-5.2.12.jar |InControl |incontrol |1.16-5.2.12 |DONE |Manifest: NOSIGNATURE
advancements_tracker_1.16.5-0.5.0.jar |Advancements Tracker |advancements_tracker |0.5.0 |DONE |Manifest: NOSIGNATURE
stalwart-dungeons-1.16.5-1.1.7.jar |Stalwart Dungeons |stalwart_dungeons |1.1.7 |DONE |Manifest: NOSIGNATURE
insanelib-1.4.2-mc1.16.5.jar |InsaneLib |insanelib |1.4.2 |DONE |Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE
Controlling-7.0.0.29.jar |Controlling |controlling |7.0.0.29 |DONE |Manifest: NOSIGNATURE
Prism-1.16.5-1.0.1.jar |Prism |prism |1.0.1 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |DONE |Manifest: NOSIGNATURE
forge-branders-spawnermod-1.16.5-1.8.14.jar |Enhanced Mob Spawners |spawnermod |1.8.14 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.4.33.jar |Bookshelf |bookshelf |10.4.33 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
sophisticatedbackpacks-1.16.5-3.15.20.755.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.15.20.755 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |DONE |Manifest: NOSIGNATURE
Husbandry-1.16.5-1.0.4.jar |Husbandry |husbandry |1.16.5-1.0.4 |DONE |Manifest: NOSIGNATURE
progressivebosses-3.4.3-mc1.16.5.jar |Progressive Bosses |progressivebosses |3.4.3 |DONE |Manifest: NOSIGNATURE
Hwyla_forge_1.10.11_B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
carryon-1.16.5-1.15.6.24.jar |Carry On |carryon |1.15.6.24 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.133.jar |Just Enough Resources |jeresources |0.12.1.133 |DONE |Manifest: NOSIGNATURE
cameraoverhaul-froge-1.0-1.16.4.jar |Camera Overhaul |cameraoverhaul |1.0.0 |DONE |Manifest: NOSIGNATURE
Fallen-trees.jar |Fallen trees |fallen_trees |1.0.0 |DONE |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.18.7.jar |Supplementaries |supplementaries |0.18.7 |DONE |Manifest: NOSIGNATURE
embeddium-0.3.18mc1.16.5.jar |Embeddium |embeddium |0.3.18+mc1.16.5 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.2.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.2 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |Manifest: NOSIGNATURE
corpse-1.16.5-1.0.6.jar |Corpse |corpse |1.16.5-1.0.6 |DONE |Manifest: NOSIGNATURE
AdvancementPlaques-1.16.5-1.4.1.jar |Advancement Plaques |advancementplaques |1.4.1 |DONE |Manifest: NOSIGNATURE
Farmer-s-Delight-0.6-1.16.5.jar |Farmer's Delight |farmersdelight |1.16.5-0.6.0 |DONE |Manifest: NOSIGNATURE
AmbientSounds_v3.1.11_mc1.16.5.jar |Ambient Sounds |ambientsounds |3.0.3 |DONE |Manifest: NOSIGNATURE
End-Remastered-R5.0.3-1.16.5.jar |End Remastered |endrem |5.0.3-R-1.16.5 |DONE |Manifest: NOSIGNATURE
Blur-1.16.5-1.1.0-1.jar |Blur |blur |1.1.0-1 |DONE |Manifest: NOSIGNATURE
Chunky-1.2.123.jar |Chunky |chunky |1.2.123 |DONE |Manifest: NOSIGNATURE
horsestatsmod-MC1.16.x-1.4.2.jar |Horse Stats Mod |horsestatsmod |1.4.2 |DONE |Manifest: NOSIGNATURE
YungsBridges-Forge-1.16.4-1.0.1.jar |YUNG's Bridges |yungsbridges |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
fairylights-4.0.6-1.16.5.jar |Fairy Lights |fairylights |4.0.6 |DONE |Manifest: NOSIGNATURE
QuestPlaques-1.16.5-1.0.2.jar |Quest Plaques |questplaques |1.0.2 |DONE |Manifest: NOSIGNATURE
playerex-1.1.8-1.16.5.jar |Player Ex |playerex |1.1.8 |DONE |Manifest: NOSIGNATURE
Goblins_Dungeons_1.0.6-1.16.jar |Goblins & Dungeons |goblinsanddungeons |1.0.6 |DONE |Manifest: NOSIGNATURE
L_Ender-s-Cataclysm-0.48-1.16.5.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.1.0.0.jar |Curios API |curios |1.16.5-4.1.0.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |DONE |Manifest: NOSIGNATURE
oculus-mc1.16.5-1.4.8.jar |Oculus |oculus |1.4.8 |DONE |Manifest: NOSIGNATURE
bettervillage-forge-1.16.5-2.0.0.jar |Better village |bettervillage |2.0.0 |DONE |Manifest: NOSIGNATURE
BetterThirdPerson-Forge-1.16.4-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |DONE |Manifest: NOSIGNATURE
Desolation1.1.21.16.5.jar |Desolation (Forge) |desolation |1.1.2 |DONE |Manifest: NOSIGNATURE
architectury-1.32.68.jar |Architectury |architectury |1.32.68 |DONE |Manifest: NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
Chimes-1.0.0-1.16.5_1.jar |Chimes |chimes |1.0.0 |DONE |Manifest: NOSIGNATURE
ItemPhysic_v1.4.17_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |DONE |Manifest: NOSIGNATURE
cloth-config-4.17.101-forge.jar |Cloth Config v4 API |cloth-config |4.17.101 |DONE |Manifest: NOSIGNATURE
EnhancedAI-1.2.3-mc1.16.5.jar |Enhanced AI |enhancedai |1.2.3 |DONE |Manifest: NOSIGNATURE
smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |DONE |Manifest: NOSIGNATURE
DetailArmorBar-2.6.11.16.5-forge.jar |Detail Armor Bar |detailab |2.6.1+1.16.5-forge |DONE |Manifest: NOSIGNATURE
Configurable_Falls_V2.0.0-1.16.5.jar |Configurable Falls |configurable_falls |2.0.0 |DONE |Manifest: NOSIGNATURE
Disenchanting-forge-1.16.5-1.7.2.jar |Disenchanting |disenchanting |1.6.0 |DONE |Manifest: NOSIGNATURE
DynamicTrees-1.16.5-0.10.5.jar |Dynamic Trees |dynamictrees |1.16.5-0.10.5 |DONE |Manifest: NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.106.jar |GeckoLib |geckolib3 |3.0.106 |DONE |Manifest: NOSIGNATURE
cullparticles-1.16.5-1.0.jar |Cull Particles |cullparticles |0.1 |DONE |Manifest: NOSIGNATURE
BorderlessWindow-1.16.5-1.2.1.jar |Borderless Window |borderlesswindow |1.16.5-1.2.1 |DONE |Manifest: NOSIGNATURE
InventorySpam-1.16.5-1.3.2.jar |Inventory Spam |inventoryspam |1.3.2 |DONE |Manifest: NOSIGNATURE
XPFromHarvest-1.16.5-1.2.2.jar |XP From Harvest |xpfromharvest |1.2.2 |DONE |Manifest: NOSIGNATURE
spiders_2.0_1.16.4_1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.8.0.1009.jar |Just Enough Items |jei |7.8.0.1009 |DONE |Manifest: NOSIGNATURE
VisualWorkbench-v1.1.0-1.16.5.jar |Visual Workbench |visualworkbench |1.1.0 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
steves_vanilla-mod-1_16_5.jar |Steve's Vanilla |steves_vanilla |0.3.1 |DONE |Manifest: NOSIGNATURE
mmoparties-2.4.3.1.16-1.16.5.jar |MMOParties |mmoparties |2.4.2 |DONE |Manifest: NOSIGNATURE
callablehorses_1.16.3_1.2.1.4.jar |Callable Horses |callablehorses |1.2.1.4 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |DONE |Manifest: NOSIGNATURE
ArachnidRancher-1.16.5-1.5.jar |Arachnid Rancher |spiderfarm |1.4 |DONE |Manifest: NOSIGNATURE
Library-ferret-3.0.0-Forge-1.16.5.jar |Library ferret |libraryferret |3.0.0 |DONE |Manifest: NOSIGNATURE
Goblin-Traders-1.7.3-1.16.5.jar |Goblin Traders |goblintraders |1.7.3 |DONE |Manifest: NOSIGNATURE
SneakyMagic-v1.3.2-1.16.5.jar |Sneaky Magic |sneakymagic |1.3.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Kobolds-2.0.1-1.16.5.jar |Kobolds |kobolds |2.0.1 |DONE |Manifest: NOSIGNATURE
WAWLA-1.16.5-8.0.9.jar |WAWLA |wawla |8.0.9 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
invtweaks_1.16.4_1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
totaldarkness-1.3-1.16.5.jar |Total Darkness |totaldarkness |1.3-1.16.5 |DONE |Manifest: NOSIGNATURE
PassableFoliage-1.16.5-2.4.0.jar |Passable Foliage |passablefoliage |2.4.0 |DONE |Manifest: NOSIGNATURE
MerchantMarkers-1.16.5-1.3.0.jar |Merchant Markers |merchantmarkers |1.3.0 |DONE |Manifest: NOSIGNATURE
Fallingleaves-1.16.3-1.2.4.jar |Falling Leaves |fallingleaves |1.2.4-alpha+20220121|DONE |Manifest: NOSIGNATURE
epicfight-16.6.5.jar |Epic Fight |epicfight |16.6.5 |DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |Manifest: NOSIGNATURE
tumbleweed-1.16-0.4.9.jar |Tumbleweed |tumbleweed |1.16-0.4.9 |DONE |Manifest: NOSIGNATURE
smarterfarmers-1.16.5-1.2.1.jar |Smarter Farmers |smarterfarmers |1.16.5-1.2 |DONE |Manifest: NOSIGNATURE
SereneSeasons-1.16.5-4.0.1.130-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.130 |DONE |Manifest: NOSIGNATURE
Configured-1.5.3-1.16.5.jar |Configured |configured |1.5.3 |DONE |Manifest: NOSIGNATURE
ItemBorders-1.16.5-1.1.6.jar |Item Borders |itemborders |1.1.6 |DONE |Manifest: NOSIGNATURE
decorative_blocks_1.16.4_1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |Manifest: NOSIGNATURE
criticalib-forge-1.16.51.0.0.jar |CriticaLib |criticalib |1.0.0 |DONE |Manifest: NOSIGNATURE
nebulus_better_portals-1.0.0-1.16.5.jar |Nebulus better nether overworl|nebulusbetterportals |1.0.0 |DONE |Manifest: NOSIGNATURE
additional_lights_1.16.4_2.1.3.jar |Additional Lights |additional_lights |2.1.3 |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.11-1.16.5.jar |Ice and Fire |iceandfire |2.1.11-1.16.5 |DONE |Manifest: NOSIGNATURE
iChunUtil-1.16.5-10.7.0.jar |iChunUtil |ichunutil |10.7.0 |DONE |Manifest: NOSIGNATURE
magnesium_extras-mc1.16.5_v1.4.0.jar |Magnesium Extras |magnesium_extras |mc1.16.5_v1.4.0 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.42-universal.jar |Forge |forge |36.2.42 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Bountiful_1.16.4_3.3.0.jar |Bountiful |bountiful |1.16.4-3.3.0 |DONE |Manifest: NOSIGNATURE
TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |DONE |Manifest: NOSIGNATURE
DynamicSurroundings-1.16.5-4.0.5.0.jar |§3Dynamic Surroundings |dsurround |4.0.5.0 |DONE |Manifest: NOSIGNATURE
selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE
antiqueatlas-6.2.4-forge-mc1.16.5.jar |Antique Atlas |antiqueatlas |6.2.4-forge-mc1.16.5|DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.42-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
smoothchunk1.16.5-2.0.jar |Smoothchunk mod |smoothchunk |2.0 |DONE |Manifest: NOSIGNATURE
horsecombatcontrols-1.16.5-1.0.4.jar |Horse Combat Controls |horsecombatcontrols |1.16.5-1.0.4 |DONE |Manifest: NOSIGNATURE
swingthroughgrass_1.16.4_1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
ToolBelt-1.16.5-1.16.3.jar |Tool Belt |toolbelt |1.16.3 |DONE |Manifest: NOSIGNATURE
SimpleWorldTimer-1.16.5-1.1.2-beta.jar |Simple World Timer |simpleworldtimer |1.16.5-1.1.2-beta |DONE |Manifest: NOSIGNATURE
silent-lib-1.16.5-4.10.0.jar |Silent Lib |silentlib |4.10.0 |DONE |Manifest: NOSIGNATURE
Fantasia_RPG_Races-1.16.5-1.0.2.jar |Fantasia RPG Races |fantasia_rpg_races |1.16.5-1.0.2 |DONE |Manifest: NOSIGNATURE
nopotionshift_1.16.4-1.6.1.jar |No Potion Shift |nopotionshift |1.6.1 |DONE |Manifest: NOSIGNATURE
CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |Manifest: NOSIGNATURE
NoCube's+Wilderness+1.16.5+1.0.1.jar |NoCube's Wilderness |nocubes_wilderness |1.0.1 |DONE |Manifest: NOSIGNATURE
astikorcarts_1.16.5_1.1.1.jar |AstikorCarts |astikorcarts |1.1.1 |DONE |Manifest: NOSIGNATURE
personality-1.16.5-1.0.3.jar |Personality |personality |1.0.3 |DONE |Manifest: NOSIGNATURE
notenoughanimations-forge-1.7.0-mc1.16.5.jar |NotEnoughAnimations |notenoughanimations |1.7.0 |DONE |Manifest: NOSIGNATURE
iceberg-1.16.5-1.0.45.jar |Iceberg |iceberg |1.0.45 |DONE |Manifest: NOSIGNATURE
ffenchants-1.16.5-1.4.3.jar |FlashFyre's Enchantments |ffenchants |1.16.5-1.4.3 |DONE |Manifest: NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |Manifest: NOSIGNATURE
LegendaryTooltips-1.16.5-1.3.1.jar |Legendary Tooltips |legendarytooltips |1.3.1 |DONE |Manifest: NOSIGNATURE
diet-forge-1.16.5-1.0.4.1.jar |Diet |diet |1.16.5-1.0.4.1 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.41.jar |Polymorph |polymorph |1.16.5-0.41 |DONE |Manifest: NOSIGNATURE
KeyboardWizard-2.0.1-1.16.5-FORGE.jar |Keyboard Wizard |keywizard |2.0.1 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-322-1.16.5.jar |Quark |quark |r2.4-322 |DONE |Manifest: NOSIGNATURE
DoubleSlabs-1.16-3.7.3.jar |Double Slabs |doubleslabs |3.7.3 |DONE |Manifest: NOSIGNATURE
twoplayersonehorse-1.16.4-2.0.2.jar |2 players 1 horse |twoplayersonehorse |1.16.4-2.0.2 |DONE |Manifest: NOSIGNATURE
iknowwhatimdoing-3.2.0-forge.jar |I Know What I'm Doing |iknowwhatimdoing |3.2.0 |DONE |Manifest: 42:2c:5e:4c:e2:f5:d1:07:7f:aa:29:ae:31:88:80:0c:b1:a6:87:6b:6a:2d:0f:67:57:e4:5a:4a:26:73:31:ac
DamageIndicator-1.16.5-2.1.0.jar |Damage Indicator |damageindicator |2.1.0 |DONE |Manifest: NOSIGNATURE
armor-weight-1.16.5-1.0.0.jar |Armor Weight |armor_weight |1.0.0 |DONE |Manifest: NOSIGNATURE
Titles-1.16.5-3.4.4.jar |Titles |titles |1.16.5-3.4.3 |DONE |Manifest: NOSIGNATURE
nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.16.4 |DONE |Manifest: NOSIGNATURE
durabilityviewer-1.16.4-forge35.0.7-1.10.1.jar |Giselbaers Durability Viewer |durabilityviewer |1.16.4-forge35.0.7-1|DONE |Manifest: NOSIGNATURE
PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
custom-crosshair-mod-v1.3.1-forge-mc1.16.5.jar |Custom Crosshair Mod |custom-crosshair-mod |1.3.1-forge |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.23.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.23 |DONE |Manifest: NOSIGNATURE
flavourfull-mod-1_16_5.jar |Fluffy's Farmer |fluffy_farmer |0.2.1 |DONE |Manifest: NOSIGNATURE
textrue_embeddium_options-0.1.2mc1.16.5.jar |TexTrue's Embeddium Options |textrues_embeddium_options |0.1.2+mc1.16.5 |DONE |Manifest: NOSIGNATURE
chiselsandbits-1.16.5-1.0.63.jar |Chisels & bits |chiselsandbits |1.0.63 |DONE |Manifest: NOSIGNATURE
Penguin-Lib-1.16.5-0.4.3.jar |Penguin Lib |penguinlib |1.16.5-0.4.3 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 42198adf-3d12-4052-8b45-4f41ca49e84b
Patchouli open book context: n/a
Suspected Mods: None
Loaded Shaderpack: (off)
Launched Version: Forge 1.16.5
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 551.23, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, mod_resources, quark:emote_resources (incompatible), file/Faithful32x-1.16.5.zip, file/Infernal Resources.zip, file/ALs-Boss-Rush-1.1.zip (incompatible), file/Skyrim Soundpack v5.7.zip (incompatible), file/1.4enhancedbossbars.zip, file/MahisBetterSkyV1.1.01.16.21.16.5.zip, file/Magic-Visual-1.16.5.zip, file/§cAdvanced GUI §8DARK §c1.17 §r.zip (incompatible)
Current Language: Русский (Россия)
CPU: 16x AMD Ryzen 7 PRO 3700 8-Core Processor
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0
latest.log