Guest User

Minecraft Forge Crash

a guest
Jun 28th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.49 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 2024-06-28 13:21:18
  5. Description: Initializing game
  6.  
  7. org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  8. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  9. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  10. at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  11. at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  12. at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
  13. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
  14. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
  15. at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
  16. at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
  17. at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
  18. at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
  19. at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
  20. at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
  21. at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
  22. at net.minecraft.client.Minecraft.<init>(Minecraft.java:505) ~[client-1.20.1-20230612.114412-srg.jar%23348!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A}
  23. at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain,pl:mixin:A,pl:runtimedistcleaner:A}
  24. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  25. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  26. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  27. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  28. at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.0.jar:?] {}
  29. at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.0.jar:?] {}
  30. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.0.jar:?] {}
  31. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
  32. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
  33. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
  34. at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
  35. at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
  36. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
  37. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
  38. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
  39. Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [chunkanimator.mixins.json:LevelRendererMixin] from phase [DEFAULT] in config [chunkanimator.mixins.json] FAILED during APPLY
  40. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  41. at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  42. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  43. ... 30 more
  44. Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/LevelRenderer::preventDefaultOffset with priority 1000 cannot inject into net/minecraft/client/renderer/LevelRenderer::m_172993_(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/PoseStack;DDDLorg/joml/Matrix4f;)V merged by me.jellysquid.mods.sodium.mixin.core.render.world.WorldRendererMixin with priority 1000 [PREINJECT Applicator Phase -> chunkanimator.mixins.json:LevelRendererMixin -> Prepare Injections -> -> redirect$cbf000$preventDefaultOffset(Lcom/mojang/blaze3d/shaders/Uniform;FFF)V -> Prepare]
  45. at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  46. at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  47. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  48. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  49. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  50. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  51. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  52. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  53. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  54. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  55. ... 30 more
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- Head --
  62. Thread: Render thread
  63. Suspected Mods: NONE
  64. Stacktrace:
  65. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  66. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  67. at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  68. at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  69. at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
  70. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
  71. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
  72. at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
  73. at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
  74. at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
  75. at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
  76. at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
  77. at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
  78. at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
  79. at net.minecraft.client.Minecraft.<init>(Minecraft.java:505) ~[client-1.20.1-20230612.114412-srg.jar%23348!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,xf:fml:xaerominimap:xaero_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A}
  80. -- Initialization --
  81. Details:
  82. Modules:
  83. ADVAPI32.dll:Erweiterte Windows 32 Base-API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  84. COMCTL32.dll:Bibliothek für Steuerelemente:6.10 (WinBuild.160101.0800):Microsoft Corporation
  85. CRYPT32.dll:Krypto-API32:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  86. CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  87. CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  88. CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  89. CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.3672:Microsoft Corporation
  90. DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
  91. DEVOBJ.dll:Device Information Set DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  92. DNSAPI.dll:DNS-Client-API-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  93. GDI32.dll:GDI Client DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  94. GLU32.dll:OpenGL-Hilfsprogrammbibliotheks-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  95. IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  96. IPHLPAPI.DLL:IP-Hilfs-API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  97. KERNEL32.DLL:Client-DLL für Windows NT-Basis-API:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  98. KERNELBASE.dll:Client-DLL für Windows NT-Basis-API:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  99. MMDevApi.dll:MMDevice-API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  100. MSCTF.dll:MSCTF-Server-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  101. MpOav.dll:IOfficeAntiVirus Module:4.18.24050.7 (b60bcb9c79f050335eb91db16f7d3e97336ad10e-dirty):Microsoft Corporation
  102. NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  103. NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  104. OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  105. OpenAL.dll:Main implementation library:1.21.1:
  106. POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  107. PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  108. Pdh.dll:Windows Unterstützungs-DLL für Leistungsdaten:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  109. RPCRT4.dll:Remoteprozeduraufruf-Laufzeitumgebung:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  110. SETUPAPI.dll:Windows Setup-API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  111. SHCORE.dll:SHCORE:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  112. SHELL32.dll:Allgemeine Windows-Shell-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  113. UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  114. USER32.dll:Client-DLL für Windows USER-API (mehrere Benutzer):10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  115. USERENV.dll:Userenv:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  116. VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  117. VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  118. WINHTTP.dll:Windows HTTP-Dienste:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  119. WINMM.dll:MCI API-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  120. WINSTA.dll:Winstation Library:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  121. WS2_32.dll:Windows Socket 2.0-32-Bit-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  122. WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  123. WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  124. amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
  125. bcrypt.dll:Bibliothek mit kryptografischen Primitiven von Windows:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  126. bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  127. cfgmgr32.dll:Configuration Manager DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  128. clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
  129. combase.dll:Microsoft COM für Windows:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  130. cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  131. dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  132. dhcpcsvc.DLL:DHCP Clientdienst:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  133. dhcpcsvc6.DLL:DHCPv6-Client:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  134. dinput8.dll:Microsoft DirectInput:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  135. drvstore.dll:Driver Store API:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  136. dwmapi.dll:Microsoft Desktopfenster-Manager-API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  137. dxcore.dll:DXCore:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  138. fwpuclnt.dll:FWP/IPsec Benutzermodus-API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  139. gdi32full.dll:GDI Client DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  140. glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
  141. gpapi.dll:Gruppenrichtlinienclient-API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  142. icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  143. imagehlp.dll:Windows NT Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  144. inputhost.dll:InputHost:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  145. java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  146. javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft
  147. jemalloc.dll
  148. jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  149. jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  150. jna14019699524717928666.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
  151. jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  152. jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft
  153. kernel.appcore.dll:AppModel API Host:10.0.22621.2715 (WinBuild.160101.0800):Microsoft Corporation
  154. lwjgl.dll
  155. lwjgl_opengl.dll
  156. lwjgl_stb.dll
  157. management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  158. management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  159. msasn1.dll:ASN.1 Runtime APIs:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  160. mscms.dll:Microsoft-Farbabstimmungssystem-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  161. msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  162. msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  163. msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  164. mswsock.dll:Microsoft Windows Sockets 2.0-Dienstanbieter:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  165. napinsp.dll:E-Mail-Namenshimanbieter:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  166. ncrypt.dll:Windows NCrypt-Router:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  167. net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  168. nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  169. nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  170. ntdll.dll:DLL für NT-Layer:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  171. ntmarta.dll:Windows NT MARTA-Anbieter:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  172. nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 546.29 :31.0.15.4629:NVIDIA Corporation
  173. nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.4629:NVIDIA Corporation
  174. nvspcap64.dll:NVIDIA Game Proxy:3.28.0.412:NVIDIA Corporation
  175. ole32.dll:Microsoft OLE für Windows:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  176. opengl32.dll:OpenGL Client DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  177. perfos.dll:DLL für Windows-Systemleistungsobjekte:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  178. pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  179. pnrpnsp.dll:PNRP-Namespaceanbieter:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  180. profapi.dll:User Profile Basic API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
  181. rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  182. rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  183. sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  184. shlwapi.dll:Shell Light-weight-Hilfsprogrammbibliothek:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  185. sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  186. textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  187. ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
  188. uxtheme.dll:Microsoft UxTheme-Bibliothek:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  189. vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  190. verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  191. win32u.dll:Win32u:10.0.22621.3733 (WinBuild.160101.0800):Microsoft Corporation
  192. windows.storage.dll:Microsoft WinRT Storage-API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
  193. winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  194. wintrust.dll:Microsoft Trust Verification APIs:10.0.22621.3737 (WinBuild.160101.0800):Microsoft Corporation
  195. wintypes.dll:Windows-Basistypen-DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  196. wldp.dll:Windows-Sperrungsrichtlinie:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  197. wshbth.dll:Windows Sockets Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  198. xinput1_4.dll:API für Microsoft Common Controller:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
  199. zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  200. Stacktrace:
  201. at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain,pl:mixin:A,pl:runtimedistcleaner:A}
  202. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  203. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  204. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  205. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  206. at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.0.jar:?] {}
  207. at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.0.jar:?] {}
  208. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.0.jar:?] {}
  209. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
  210. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
  211. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
  212. at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
  213. at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
  214. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
  215. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
  216. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
  217.  
  218.  
  219. -- System Details --
  220. Details:
  221. Minecraft Version: 1.20.1
  222. Minecraft Version ID: 1.20.1
  223. Operating System: Windows 11 (amd64) version 10.0
  224. Java Version: 17.0.8, Microsoft
  225. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  226. Memory: 461387904 bytes (440 MiB) / 956301312 bytes (912 MiB) up to 17280532480 bytes (16480 MiB)
  227. CPUs: 28
  228. Processor Vendor: GenuineIntel
  229. Processor Name: Intel(R) Core(TM) i7-14700K
  230. Identifier: Intel64 Family 6 Model 183 Stepping 1
  231. Microarchitecture: unknown
  232. Frequency (GHz): 3.42
  233. Number of physical packages: 1
  234. Number of physical CPUs: 20
  235. Number of logical CPUs: 28
  236. Graphics card #0 name: NVIDIA GeForce RTX 3070
  237. Graphics card #0 vendor: NVIDIA (0x10de)
  238. Graphics card #0 VRAM (MB): 4095.00
  239. Graphics card #0 deviceId: 0x2488
  240. Graphics card #0 versionInfo: DriverVersion=31.0.15.4629
  241. Memory slot #0 capacity (MB): 16384.00
  242. Memory slot #0 clockSpeed (GHz): 6.20
  243. Memory slot #0 type: Unknown
  244. Memory slot #1 capacity (MB): 16384.00
  245. Memory slot #1 clockSpeed (GHz): 6.20
  246. Memory slot #1 type: Unknown
  247. Virtual memory max (MB): 38652.94
  248. Virtual memory used (MB): 17086.44
  249. Swap memory total (MB): 6144.00
  250. Swap memory used (MB): 136.36
  251. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx16480m -Xms256m
  252. Loaded Shaderpack: (off)
  253. Launched Version: forge-47.3.0
  254. Backend library: LWJGL version 3.3.1 build 7
  255. Backend API: NVIDIA GeForce RTX 3070/PCIe/SSE2 GL version 4.6.0 NVIDIA 546.29, NVIDIA Corporation
  256. Window size: <not initialized>
  257. GL Caps: Using framebuffer using OpenGL 3.2
  258. GL debug messages:
  259. Using VBOs: Yes
  260. Is Modded: Definitely; Client brand changed to 'forge'
  261. Type: Client (map_client.txt)
  262. CPU: 28x Intel(R) Core(TM) i7-14700K
  263. ModLauncher: 10.0.9+10.0.9+main.dcd20f30
  264. ModLauncher launch target: forgeclient
  265. ModLauncher naming: srg
  266. ModLauncher services:
  267. mixin-0.8.5.jar mixin PLUGINSERVICE
  268. eventbus-6.0.5.jar eventbus PLUGINSERVICE
  269. fmlloader-1.20.1-47.3.0.jar slf4jfixer PLUGINSERVICE
  270. fmlloader-1.20.1-47.3.0.jar object_holder_definalize PLUGINSERVICE
  271. fmlloader-1.20.1-47.3.0.jar runtime_enum_extender PLUGINSERVICE
  272. fmlloader-1.20.1-47.3.0.jar capability_token_subclass PLUGINSERVICE
  273. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  274. fmlloader-1.20.1-47.3.0.jar runtimedistcleaner PLUGINSERVICE
  275. modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
  276. modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
  277. FML Language Providers:
  278. lowcodefml@null
  279. javafml@null
  280. Mod List:
  281. wandering trader trades.jar |wandering trader trades |wandering_trader_trades |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  282. notenoughcrashes-4.4.7+1.20.1-forge.jar |Not Enough Crashes |notenoughcrashes |4.4.7+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  283. kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |COMMON_SET|Manifest: NOSIGNATURE
  284. EasyAnvils-v8.0.2-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.2 |COMMON_SET|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
  285. supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
  286. player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |COMMON_SET|Manifest: NOSIGNATURE
  287. ObsidianUI-forge-0.2.3+mc1.20.1.jar |ObsidianUI |obsidianui |0.2.3+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  288. sound-physics-remastered-forge-1.20.1-1.4.2.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
  289. Better Falling-forge-1.3.0-mc1.20.1.jar |Better Falling |better_falling |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE
  290. structureessentials-1.20.1-3.4.jar |Structure Essentials mod |structureessentials |1.20.1-3.4 |COMMON_SET|Manifest: NOSIGNATURE
  291. villagernames-1.20.1-7.3.jar |Villager Names |villagernames |7.3 |COMMON_SET|Manifest: NOSIGNATURE
  292. elytra_physics-forge-2.0.jar |Elytra physics |elytra_physics |2.0 |COMMON_SET|Manifest: NOSIGNATURE
  293. citadel-2.5.4-1.20.1.jar |Citadel |citadel |2.5.4 |ERROR |Manifest: NOSIGNATURE
  294. alexsmobs-1.22.8.jar |Alex's Mobs |alexsmobs |1.22.8 |COMMON_SET|Manifest: NOSIGNATURE
  295. YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |COMMON_SET|Manifest: NOSIGNATURE
  296. mixinextras-forge-0.2.0-beta.6.jar |MixinExtras |mixinextras |0.2.0-beta.6 |COMMON_SET|Manifest: NOSIGNATURE
  297. Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |COMMON_SET|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
  298. guardvillagers-1.20.1-1.6.6.jar |Guard Villagers |guardvillagers |1.20.1-1.6.6 |COMMON_SET|Manifest: NOSIGNATURE
  299. balm-forge-1.20.1-7.3.6-all.jar |Balm |balm |7.3.6 |COMMON_SET|Manifest: NOSIGNATURE
  300. carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |ERROR |Manifest: NOSIGNATURE
  301. LeavesBeGone-v8.0.0-1.20.1-Forge.jar |Leaves Be Gone |leavesbegone |8.0.0 |COMMON_SET|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
  302. konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
  303. embeddium-0.3.21+mc1.20.1.jar |Embeddium |embeddium |0.3.21+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  304. diagonalblocks-forge-8.0.5.jar |Diagonal Blocks |diagonalblocks |8.0.5 |COMMON_SET|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
  305. lmft-1.0.4+1.20.1-forge.jar |Load My F***ing Tags |lmft |1.0.4+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  306. explorations-forge-1.20.1-1.5.2.jar |Explorations+ |explorations |1.20.1-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE
  307. corpse-forge-1.20.1-1.0.12.jar |Corpse |corpse |1.20.1-1.0.12 |COMMON_SET|Manifest: NOSIGNATURE
  308. xaeros_waystones_compability-1.0.jar |Xaero's Map - Waystones Compab|w2w2 |1.0 |COMMON_SET|Manifest: NOSIGNATURE
  309. ChunkAnimator-1.20.1-1.3.7.jar |Chunk Animator |chunkanimator |1.20.1-1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
  310. Boat-Item-View-Forge-1.20.1-0.0.5.jar |Boat Item View |boatiview |0.0.5 |COMMON_SET|Manifest: NOSIGNATURE
  311. transparent-forge-8.0.1+1.20.1.jar |Transparent |transparent |8.0.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  312. gottagofast-1.20.x-lexforge-2.0.1.jar |Gotta Go Fast |gottagofast |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  313. supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE
  314. YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
  315. curios-forge-5.9.1+1.20.1.jar |Curios API |curios |5.9.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  316. right-click-harvest-3.2.3+1.20.1-forge.jar |Right Click Harvest |rightclickharvest |3.2.3+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
  317. oculus-mc1.20.1-1.7.0.jar |Oculus |oculus |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
  318. collective-1.20.1-7.67.jar |Collective |collective |7.67 |COMMON_SET|Manifest: NOSIGNATURE
  319. dungeons-and-taverns-3.0.3.f[Forge].jar |Dungeons and Taverns |mr_dungeons_andtaverns |3.0.3.f |COMMON_SET|Manifest: NOSIGNATURE
  320. YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
  321. BoatBreakFix-Universal-1.0.2.jar |Boat Break Fix |boatbreakfix |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  322. architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE
  323. this-boat-is-mine-1.0.1.jar |This boat is MINE! |tbim |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  324. productivevillagers_forge-1.0.9.jar |Productive Villagers |productivevillagers |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
  325. cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |COMMON_SET|Manifest: NOSIGNATURE
  326. chunkloaders-1.2.8a-forge-mc1.20.1.jar |Chunk Loaders |chunkloaders |1.2.8a |COMMON_SET|Manifest: NOSIGNATURE
  327. framework-forge-1.20.1-0.7.6.jar |Framework |framework |0.7.6 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
  328. FallingTree-1.20.1-4.3.4.jar |FallingTree |fallingtree |4.3.4 |COMMON_SET|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
  329. Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
  330. YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
  331. crawlondemand-1.20.x-1.0.0.jar |Crawl on Demand |crawlondemand |1.20.x-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  332. YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE
  333. elytraslot-forge-6.4.0+1.20.1.jar |Elytra Slot |elytraslot |6.4.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  334. villagesandpillages-forge-mc1.20.1-1.0.0.jar |Villages&Pillages |villagesandpillages |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  335. amendments-1.20-1.2.8.jar |Amendments |amendments |1.20-1.2.8 |COMMON_SET|Manifest: NOSIGNATURE
  336. EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.1 |COMMON_SET|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
  337. ash_api-forge-3.0.2+1.20.1.jar |Ash API |ash_api |3.0.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  338. jei-1.20.1-forge-15.3.0.8.jar |Just Enough Items |jei |15.3.0.8 |COMMON_SET|Manifest: NOSIGNATURE
  339. VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |COMMON_SET|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
  340. Ping-Wheel-1.9.1-forge-1.20.1.jar |Ping Wheel |pingwheel |1.9.1 |ERROR |Manifest: NOSIGNATURE
  341. goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
  342. caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
  343. waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |COMMON_SET|Manifest: NOSIGNATURE
  344. Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  345. easyelytratakeoff-1.20.1-4.2.jar |Easy Elytra Takeoff |easyelytratakeoff |4.2 |COMMON_SET|Manifest: NOSIGNATURE
  346. Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE
  347. smarterfarmers-1.20-1.8.3.jar |Smarter Farmers |smarterfarmers |1.20-1.8.3 |COMMON_SET|Manifest: NOSIGNATURE
  348. iceboatnerf-1.1.1.jar |Ice Boat Nerf |iceboatnerf |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  349. configured-forge-1.20.1-2.2.3.jar |Configured |configured |2.2.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
  350. snowundertrees-1.20.1-1.4.4.jar |Snow Under Trees |snowundertrees |1.4.4 |COMMON_SET|Manifest: NOSIGNATURE
  351. farsight-1.20.1-3.6.jar |Farsight mod |farsight_view |1.20.1-3.6 |COMMON_SET|Manifest: NOSIGNATURE
  352. puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|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
  353. skinlayers3d-forge-1.6.6-mc1.20.1.jar |3d-Skin-Layers |skinlayers3d |1.6.6 |COMMON_SET|Manifest: NOSIGNATURE
  354. smoothchunk-1.20.1-3.6.jar |Smoothchunk mod |smoothchunk |1.20.1-3.6 |COMMON_SET|Manifest: NOSIGNATURE
  355. fastportals-1.0.3-forge 1.20.x.jar |Fast Portals |fastportalsforge |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
  356. EnchantmentDescriptions-Forge-1.20.1-17.0.16.jar |EnchantmentDescriptions |enchdesc |17.0.16 |COMMON_SET|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
  357. moonlight-1.20-2.12.6-forge.jar |Moonlight Library |moonlight |1.20-2.12.6 |COMMON_SET|Manifest: NOSIGNATURE
  358. MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |COMMON_SET|Manifest: NOSIGNATURE
  359. Necronomicon-Forge-1.4.2.jar |Necronomicon |necronomicon |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
  360. mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |COMMON_SET|Manifest: NOSIGNATURE
  361. Jade-1.20.1-forge-11.9.2.jar |Jade |jade |11.9.2+forge |COMMON_SET|Manifest: NOSIGNATURE
  362. another_furniture-forge-1.20.1-3.0.1.jar |Another Furniture |another_furniture |1.20.1-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  363. betterfpsdist-1.20.1-4.4.jar |betterfpsdist mod |betterfpsdist |1.20.1-4.4 |COMMON_SET|Manifest: NOSIGNATURE
  364. XaeroZoomout-Forge-1.20-1.1.0.jar |XaeroZoomout |xaerozoomout |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  365. Paintings-forge-1.20.1-11.0.0.2.jar |Paintings ++ |paintings |11.0.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  366. forge-1.20.1-47.3.0-universal.jar |Forge |forge |47.3.0 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
  367. client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
  368. notenoughanimations-forge-1.7.4-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.4 |COMMON_SET|Manifest: NOSIGNATURE
  369. DiagonalFences-v8.1.4-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.4 |COMMON_SET|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
  370. backpacked-forge-1.20.1-2.2.5.jar |Backpacked |backpacked |2.2.5 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
  371. betterchunkloading-1.20.1-4.3.jar |betterchunkloading mod |betterchunkloading |1.20.1-4.3 |COMMON_SET|Manifest: NOSIGNATURE
  372. inventoryhud.forge.1.20.1-3.4.22.jar |Inventory HUD+ |inventoryhud |3.4.22 |COMMON_SET|Manifest: NOSIGNATURE
  373. DMMTTBA-forge-1.20.1-1.0.2.jar |Don't Make Me Turn This Boat A|dmmttba |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  374. XaeroPlus-2.14+forge-1.20.1-WM1.38.8-MM24.2.0.jar |XaeroPlus |xaeroplus |2.14 |COMMON_SET|Manifest: NOSIGNATURE
  375. XaerosWorldMap_1.38.8_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.38.8 |COMMON_SET|Manifest: NOSIGNATURE
  376. Xaeros_Minimap_24.2.0_Forge_1.20.jar |Xaero's Minimap |xaerominimap |24.2.0 |ERROR |Manifest: NOSIGNATURE
  377. mysticrift_pillagers_towers_aris-1.19.4-forge-1.20|MysticRift: Pillagers Towers A|mysticrift_pillagers_towers_ar|1.19.4 |COMMON_SET|Manifest: NOSIGNATURE
  378. PuzzlesLib-v8.1.21-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.21 |COMMON_SET|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
  379. justzoom_forge_2.0.0_MC_1.20.1.jar |Just Zoom |justzoom |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  380. RyoamicLights-forge-0.2.3+mc1.20.1.jar |RyoamicLights |ryoamiclights |0.2.3+mc1.20.1 |ERROR |Manifest: NOSIGNATURE
  381. BadOptimizations-2.1.4-1.20.1.jar |BadOptimizations |badoptimizations |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE
  382. chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |COMMON_SET|Manifest: NOSIGNATURE
  383. cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
  384. Crash Report UUID: 250bc72b-779d-4a7c-b485-94b8386d9fef
  385. FML: 47.3
  386. Forge: net.minecraftforge:47.3.0
  387. Suspected Mods: Minecraft (minecraft)
Advertisement
Add Comment
Please, Sign In to add comment