Guest User

ConcurrentModificationException

a guest
Jul 23rd, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.47 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 2025-07-23 20:15:20
  5. Description: Initializing game
  6.  
  7. java.util.ConcurrentModificationException: null
  8. at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) ~[?:?] {}
  9. at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) ~[?:?] {}
  10. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.<init>(SimpleReloadInstance.java:42) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.SimpleReloadInstanceMixin from mod modernfix,pl:mixin:A}
  11. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.of(SimpleReloadInstance.java:32) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.SimpleReloadInstanceMixin from mod modernfix,pl:mixin:A}
  12. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.create(SimpleReloadInstance.java:101) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.SimpleReloadInstanceMixin from mod modernfix,pl:mixin:A}
  13. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.ReloadableResourceManager.createReload(ReloadableResourceManager.java:44) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading}
  14. at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:618) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  15. at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:214) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:classloading,pl:runtimedistcleaner:A}
  16. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
  17. at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
  18. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.41.jar%23107!/:4.0] {}
  19. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.41.jar%23107!/:4.0] {}
  20. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.41.jar%23107!/:4.0] {}
  21. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.41.jar%23107!/:4.0] {}
  22. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%23112!/:?] {}
  23. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%23112!/:?] {}
  24. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%23112!/:?] {}
  25. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%23112!/:?] {}
  26. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%23112!/:?] {}
  27. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%23112!/:?] {}
  28. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%23112!/:?] {}
  29. at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
  30. at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Thread: Render thread
  38. Stacktrace:
  39. at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) ~[?:?] {}
  40. at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) ~[?:?] {}
  41. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.<init>(SimpleReloadInstance.java:42) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.SimpleReloadInstanceMixin from mod modernfix,pl:mixin:A}
  42. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.of(SimpleReloadInstance.java:32) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.SimpleReloadInstanceMixin from mod modernfix,pl:mixin:A}
  43. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.create(SimpleReloadInstance.java:101) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.SimpleReloadInstanceMixin from mod modernfix,pl:mixin:A}
  44. at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.ReloadableResourceManager.createReload(ReloadableResourceManager.java:44) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,re:classloading}
  45. at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:618) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  46. -- Initialization --
  47. Details:
  48. Modules:
  49. ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
  50. COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
  51. CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  52. CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.4746 (WinBuild.160101.0800):Microsoft Corporation
  53. CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  54. CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  55. CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.5415:Microsoft Corporation
  56. DBGHELP.DLL:Windows Image Helper:10.0.22621.5471 (WinBuild.160101.0800):Microsoft Corporation
  57. DEVOBJ.dll:Device Information Set DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  58. DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  59. GDI32.dll:GDI Client DLL:10.0.22621.5185 (WinBuild.160101.0800):Microsoft Corporation
  60. GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  61. IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.5185 (WinBuild.160101.0800):Microsoft Corporation
  62. IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  63. KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
  64. KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
  65. MMDevApi.dll:MMDevice API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  66. MSCTF.dll:MSCTF Server DLL:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
  67. MpOav.dll:IOfficeAntiVirus Module:4.18.25050.5 (bcf51ab773be21957c5713cae9cb3adf2fd75bf5):Microsoft Corporation
  68. NSI.dll:NSI User-mode interface DLL:10.0.22621.4746 (WinBuild.160101.0800):Microsoft Corporation
  69. NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  70. OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.5262 (WinBuild.160101.0800):Microsoft Corporation
  71. OpenAL.dll:Main implementation library:1.23.1:
  72. POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  73. PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  74. RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  75. SETUPAPI.dll:Windows Setup API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  76. SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  77. SHELL32.dll:Windows Shell Common Dll:10.0.22621.5413 (WinBuild.160101.0800):Microsoft Corporation
  78. UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.5124 (WinBuild.160101.0800):Microsoft Corporation
  79. USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  80. USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  81. VCRUNTIME140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
  82. VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  83. WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  84. WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  85. WINSTA.dll:Winstation Library:10.0.22621.5547 (WinBuild.160101.0800):Microsoft Corporation
  86. WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.5547 (WinBuild.160101.0800):Microsoft Corporation
  87. WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  88. WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.5547 (WinBuild.160101.0800):Microsoft Corporation
  89. amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
  90. apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  91. awt.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  92. bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  93. bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
  94. cfgmgr32.dll:Configuration Manager DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  95. clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
  96. combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  97. cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  98. dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  99. dinput8.dll:Microsoft DirectInput:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  100. drvstore.dll:Driver Store API:10.0.22621.5413 (WinBuild.160101.0800):Microsoft Corporation
  101. dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  102. dxcore.dll:DXCore:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  103. extnet.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  104. fastprox.dll:WMI Custom Marshaller:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  105. fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  106. gdi32full.dll:GDI Client DLL:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
  107. glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
  108. icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.4455 (WinBuild.160101.0800):Microsoft Corporation
  109. imagehlp.dll:Windows NT Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  110. inputhost.dll:InputHost:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  111. java.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  112. javaw.exe:OpenJDK Platform binary:21.0.7.0:Microsoft
  113. jemalloc.dll
  114. jimage.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  115. jli.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  116. jna15810667490157010048.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
  117. jsvml.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  118. jvm.dll:OpenJDK 64-Bit server VM:21.0.7.0:Microsoft
  119. kernel.appcore.dll:AppModel API Host:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
  120. lwjgl.dll
  121. lwjgl_opengl.dll
  122. lwjgl_stb.dll
  123. management.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  124. management_ext.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  125. msasn1.dll:ASN.1 Runtime APIs:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  126. mscms.dll:Microsoft Color Matching System DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  127. msvcp140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
  128. msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
  129. msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  130. mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  131. napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  132. ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  133. net.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  134. nio.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  135. nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.5331 (WinBuild.160101.0800):Microsoft Corporation
  136. ntdll.dll:NT Layer DLL:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
  137. ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  138. nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 577.00 :32.0.15.7700:NVIDIA Corporation
  139. nvoglv64.dll:NVIDIA Compatible OpenGL ICD:32.0.15.7700:NVIDIA Corporation
  140. nvspcap64.dll:NVIDIA Game Proxy 8FileVersion 1:11.0.4.526 8Produc:NVIDIA Corporation L$FileDescriptio
  141. ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  142. opengl32.dll:OpenGL Client DLL:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  143. pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  144. perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  145. perfproc.dll:Windows System Process Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  146. pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  147. pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  148. profapi.dll:User Profile Basic API:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  149. rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  150. rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  151. sapi.dll:Speech API:5.3.26906.00 (WinBuild.160101.0800):Microsoft Corporation
  152. sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  153. shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  154. sunmscapi.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  155. textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.5547 (WinBuild.160101.0800):Microsoft Corporation
  156. ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
  157. uxtheme.dll:Microsoft UxTheme Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  158. vcruntime140_1.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation
  159. verify.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  160. wbemcomn.dll:WMI:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  161. wbemprox.dll:WMI:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  162. wbemsvc.dll:WMI:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
  163. win32u.dll:Win32u:10.0.22621.5624 (WinBuild.160101.0800):Microsoft Corporation
  164. windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
  165. winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  166. wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  167. wldp.dll:Windows Lockdown Policy:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  168. wshbth.dll:Windows Sockets Helper DLL:10.0.22621.5415 (WinBuild.160101.0800):Microsoft Corporation
  169. wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  170. xinput1_4.dll:Microsoft Common Controller API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  171. zip.dll:OpenJDK Platform binary:21.0.7.0:Microsoft
  172. Stacktrace:
  173. at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:214) ~[client-1.21.1-20240808.144430-srg.jar%23324!/:?] {re:classloading,pl:runtimedistcleaner:A}
  174. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
  175. at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
  176. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.41.jar%23107!/:4.0] {}
  177. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.41.jar%23107!/:4.0] {}
  178. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.41.jar%23107!/:4.0] {}
  179. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.41.jar%23107!/:4.0] {}
  180. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%23112!/:?] {}
  181. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%23112!/:?] {}
  182. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%23112!/:?] {}
  183. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%23112!/:?] {}
  184. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%23112!/:?] {}
  185. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%23112!/:?] {}
  186. at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%23112!/:?] {}
  187. at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
  188. at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
  189.  
  190.  
  191. -- Cobblemon --
  192. Details:
  193. Version: 1.6.1
  194. Is Snapshot: false
  195. Git Commit: c66de51 (https://gitlab.com/cable-mc/cobblemon/-/commit/c66de51e39dd5144bde3550f630b58f67a835b65)
  196. Branch: HEAD
  197.  
  198. -- System Details --
  199. Details:
  200. Minecraft Version: 1.21.1
  201. Minecraft Version ID: 1.21.1
  202. Operating System: Windows 11 (amd64) version 10.0
  203. Java Version: 21.0.7, Microsoft
  204. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  205. Memory: 289175568 bytes (275 MiB) / 1409286144 bytes (1344 MiB) up to 8589934592 bytes (8192 MiB)
  206. CPUs: 16
  207. Processor Vendor: AuthenticAMD
  208. Processor Name: AMD Ryzen 7 2700X Eight-Core Processor
  209. Identifier: AuthenticAMD Family 23 Model 8 Stepping 2
  210. Microarchitecture: Zen+
  211. Frequency (GHz): 3.69
  212. Number of physical packages: 1
  213. Number of physical CPUs: 8
  214. Number of logical CPUs: 16
  215. Graphics card #0 name: NVIDIA GeForce RTX 3070 Ti
  216. Graphics card #0 vendor: NVIDIA
  217. Graphics card #0 VRAM (MiB): 8192.00
  218. Graphics card #0 deviceId: VideoController1
  219. Graphics card #0 versionInfo: 32.0.15.7700
  220. Memory slot #0 capacity (MiB): 16384.00
  221. Memory slot #0 clockSpeed (GHz): 2.40
  222. Memory slot #0 type: DDR4
  223. Memory slot #1 capacity (MiB): 16384.00
  224. Memory slot #1 clockSpeed (GHz): 2.40
  225. Memory slot #1 type: DDR4
  226. Virtual memory max (MiB): 37565.51
  227. Virtual memory used (MiB): 17071.54
  228. Swap memory total (MiB): 4864.00
  229. Swap memory used (MiB): 72.41
  230. Space in storage for jna.tmpdir (MiB): available: 7893283.50, total: 11444190.00
  231. Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 7893283.50, total: 11444190.00
  232. Space in storage for io.netty.native.workdir (MiB): available: 7893283.50, total: 11444190.00
  233. Space in storage for java.io.tmpdir (MiB): available: 79982.93, total: 237164.80
  234. Space in storage for workdir (MiB): available: 7893283.50, total: 11444190.00
  235. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m
  236. Loaded Shaderpack: ComplementaryReimagined_r5.5.1.zip
  237. Profile: HIGH (+0 options changed by user)
  238. Launched Version: neoforge-21.1.193
  239. Launcher name: minecraft-launcher
  240. Backend library: LWJGL version 3.3.3+5
  241. Backend API: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 577.00, NVIDIA Corporation
  242. Window size: <not initialized>
  243. GFLW Platform: win32
  244. GL Caps: Using framebuffer using OpenGL 3.2
  245. GL debug messages:
  246. Is Modded: Definitely; Client brand changed to 'neoforge'
  247. Universe: 404
  248. Type: Client (map_client.txt)
  249. Locale: en_US
  250. System encoding: Cp1252
  251. File encoding: UTF-8
  252. CPU: 16x AMD Ryzen 7 2700X Eight-Core Processor
  253. ModLauncher: 11.0.5+main.901c6ea8
  254. ModLauncher launch target: forgeclient
  255. ModLauncher services:
  256. sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE
  257. loader-4.0.41.jar slf4jfixer PLUGINSERVICE
  258. loader-4.0.41.jar runtime_enum_extender PLUGINSERVICE
  259. at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
  260. loader-4.0.41.jar runtimedistcleaner PLUGINSERVICE
  261. modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE
  262. modlauncher-11.0.5.jar essential-loader TRANSFORMATIONSERVICE
  263. modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE
  264. FML Language Providers:
  265. Mod List:
  266. skinlayers3d-neoforge-1.8.2-mc1.21.jar |3d-Skin-Layers |skinlayers3d |1.8.2 |Manifest: NOSIGNATURE
  267. AmbientSounds_NEOFORGE_v6.1.12_mc1.21.1.jar |AmbientSounds |ambientsounds |6.1.12 |Manifest: NOSIGNATURE
  268. amendments-1.21-1.2.24-neoforge.jar |Amendments |amendments |1.21-1.2.24 |Manifest: NOSIGNATURE
  269. Apotheosis-1.21.1-8.3.6.jar |Apotheosis |apotheosis |8.3.6 |Manifest: NOSIGNATURE
  270. ApothicAttributes-1.21.1-2.9.0.jar |Apothic Attributes |apothic_attributes |2.9.0 |Manifest: NOSIGNATURE
  271. apothiccombat-1.2.1.jar |Apothic Combat |apothiccombat |1.2.1 |Manifest: NOSIGNATURE
  272. ApothicEnchanting-1.21.1-1.4.4.jar |Apothic Enchanting |apothic_enchanting |1.4.4 |Manifest: NOSIGNATURE
  273. ApothicSpawners-1.21.1-1.3.2.jar |Apothic Spawners |apothic_spawners |1.3.2 |Manifest: NOSIGNATURE
  274. appleskin-neoforge-mc1.21-3.0.7.jar |AppleSkin |appleskin |3.0.7+mc1.21 |Manifest: NOSIGNATURE
  275. Aquaculture-1.21.1-2.7.14.jar |Aquaculture 2 |aquaculture |2.7.14 |Manifest: NOSIGNATURE
  276. aquaculturedelight-1.2.0-neoforge-1.21.1.jar |Aquaculture Delight |aquaculturedelight |1.2.0 |Manifest: NOSIGNATURE
  277. architectury-13.0.8-neoforge.jar |Architectury |architectury |13.0.8 |Manifest: NOSIGNATURE
  278. artifacts-neoforge-13.0.6.jar |Artifacts |artifacts |13.0.6 |Manifest: NOSIGNATURE
  279. attributefix-neoforge-1.21.1-21.1.2.jar |AttributeFix |attributefix |21.1.2 |Manifest: NOSIGNATURE
  280. baguettelib-1.21.1-NeoForge-1.0.0.jar |BaguetteLib |baguettelib |1.0.0 |Manifest: NOSIGNATURE
  281. balm-neoforge-1.21.1-21.0.48.jar |Balm |balm |21.0.48 |Manifest: NOSIGNATURE
  282. bettercombat-neoforge-2.2.4+1.21.1.jar |Better Combat |bettercombat |2.2.4+1.21.1 |Manifest: NOSIGNATURE
  283. bookshelf-neoforge-1.21.1-21.1.67.jar |Bookshelf |bookshelf |21.1.67 |Manifest: NOSIGNATURE
  284. caelus-neoforge-7.0.1+1.21.1.jar |Caelus API |caelus |7.0.1+1.21.1 |Manifest: NOSIGNATURE
  285. carryon-neoforge-1.21.1-2.2.2.11.jar |Carry On |carryon |2.2.2 |Manifest: NOSIGNATURE
  286. chefsdelight-1.0.4-neoforge-1.21.1.jar |Chefs Delight |chefsdelight |1.0.4 |Manifest: NOSIGNATURE
  287. [neoforge]ctov-3.5.9a.jar |ChoiceTheorem's Overhauled Vil|ctov |3.5.9a |Manifest: NOSIGNATURE
  288. cloth-config-15.0.140-neoforge.jar |Cloth Config v15 API |cloth_config |15.0.140 |Manifest: NOSIGNATURE
  289. Clumps-neoforge-1.21.1-19.0.0.1.jar |Clumps |clumps |19.0.0.1 |Manifest: NOSIGNATURE
  290. CobbleDollars-neoforge-2.0.0+Beta-5.1+1.21.1.jar |CobbleDollars |cobbledollars |2.0.0+Beta-5.1+1.21.|Manifest: NOSIGNATURE
  291. cobblegengalore-1.21.1-0.2.2.jar |Cobblegen Galore |cobblegengalore |1.21.1-0.2.2 |Manifest: NOSIGNATURE
  292. Cobblemon-neoforge-1.6.1+1.21.1.jar |Cobblemon |cobblemon |1.6.1+1.21.1 |Manifest: NOSIGNATURE
  293. cobblemon-capturexp-1.6-neoforge-1.1.1.jar |Cobblemon Capture XP |capture_xp |1.6-neoforge-1.1.1 |Manifest: NOSIGNATURE
  294. fightorflight-neoforge-0.8.2.jar |Cobblemon Fight or Flight |fightorflight |0.8.2 |Manifest: NOSIGNATURE
  295. CobblemonMoveInspector-neoforge-1.2.0.jar |Cobblemon Move Inspector |cobblemon_move_inspector |1.2.0 |Manifest: NOSIGNATURE
  296. cobblemon-spawn-notification-1.6-neoforge-1.3.7.ja|Cobblemon Spawn Notification |spawn_notification |1.6-neoforge-1.3.7 |Manifest: NOSIGNATURE
  297. Cobblemon_MegaShowdown-10.0.6-release-neoforge.jar|Cobblemon: Mega Showdown |mega_showdown |10.0.6-release-neofo|Manifest: NOSIGNATURE
  298. cobblemonintegrations-neoforge-1.21.1-1.1.3.jar |CobblemonIntegrations |cobblemonintegrations |1.1.3 |Manifest: NOSIGNATURE
  299. collective-1.21.1-8.3.jar |Collective |collective |8.3 |Manifest: NOSIGNATURE
  300. comfortable-campfires-1.1.2+1.21.1.jar |Comfortable Campfires |comfortable_campfires |1.1.2+1.21.1 |Manifest: NOSIGNATURE
  301. comforts-neoforge-9.0.4+1.21.1.jar |Comforts |comforts |9.0.4+1.21.1 |Manifest: NOSIGNATURE
  302. c2me-neoforge-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  303. c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar |Concurrent Chunk Management En|c2me_base |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  304. c2me-client-uncapvd-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me_client_uncapvd |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  305. c2me-fixes-chunkio-threading-issues-mc1.21.1-0.3.0|Concurrent Chunk Management En|c2me_fixes_chunkio_threading_i|0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  306. c2me-fixes-general-threading-issues-mc1.21.1-0.3.0|Concurrent Chunk Management En|c2me_fixes_general_threading_i|0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  307. c2me-fixes-worldgen-threading-issues-mc1.21.1-0.3.|Concurrent Chunk Management En|c2me_fixes_worldgen_threading_|0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  308. c2me-fixes-worldgen-vanilla-bugs-mc1.21.1-0.3.0+al|Concurrent Chunk Management En|c2me_fixes_worldgen_vanilla_bu|0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  309. c2me-notickvd-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me_notickvd |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  310. c2me-opts-chunkio-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me_opts_chunkio |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  311. c2me-opts-dfc-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me_opts_dfc |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  312. c2me-opts-worldgen-general-mc1.21.1-0.3.0+alpha.0.|Concurrent Chunk Management En|c2me_opts_worldgen_general |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  313. c2me-opts-math-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me_opts_math |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  314. c2me-opts-allocs-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me_opts_allocs |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  315. c2me-opts-natives-math-mc1.21.1-0.3.0+alpha.0.72.j|Concurrent Chunk Management En|c2me_opts_natives_math |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  316. c2me-opts-scheduling-mc1.21.1-0.3.0+alpha.0.72.jar|Concurrent Chunk Management En|c2me_opts_scheduling |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  317. c2me-opts-worldgen-vanilla-mc1.21.1-0.3.0+alpha.0.|Concurrent Chunk Management En|c2me_opts_worldgen_vanilla |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  318. c2me-rewrites-chunkio-mc1.21.1-0.3.0+alpha.0.72.ja|Concurrent Chunk Management En|c2me_rewrites_chunkio |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  319. c2me-rewrites-chunk-serializer-mc1.21.1-0.3.0+alph|Concurrent Chunk Management En|c2me_rewrites_chunk_serializer|0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  320. c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.|Concurrent Chunk Management En|c2me_rewrites_chunk_system |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  321. c2me-server-utils-mc1.21.1-0.3.0+alpha.0.72.jar |Concurrent Chunk Management En|c2me_server_utils |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  322. c2me-threading-lighting-mc1.21.1-0.3.0+alpha.0.72.|Concurrent Chunk Management En|c2me_threading_lighting |0.3.0+alpha.0.72+1.2|Manifest: NOSIGNATURE
  323. configured-neoforge-1.21.1-2.6.0.jar |Configured |configured |2.6.0 |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
  324. Controlling-neoforge-1.21.1-19.0.5.jar |Controlling |controlling |19.0.5 |Manifest: NOSIGNATURE
  325. cosmeticarmorreworked-1.21.1-v1-neoforge.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.21.1-v1-neoforge |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
  326. craft_smitting_tamplate-1.3.3-neoforge-1.21.1.jar |Craft Smitting Tamplate |craft_smitting_tamplate |1.3.3 |Manifest: NOSIGNATURE
  327. CreativeCore_NEOFORGE_v2.13.7_mc1.21.1.jar |CreativeCore |creativecore |2.13.7 |Manifest: NOSIGNATURE
  328. curios-neoforge-9.5.1+1.21.1.jar |Curios API |curios |9.5.1+1.21.1 |Manifest: NOSIGNATURE
  329. elytraslot-neoforge-9.0.2+1.21.1.jar |Elytra Slot |elytraslot |9.0.2+1.21.1 |Manifest: NOSIGNATURE
  330. enchdesc-neoforge-1.21.1-21.1.7.jar |EnchantmentDescriptions |enchdesc |21.1.7 |Manifest: NOSIGNATURE
  331. ends_delight-2.5.1+neoforge.1.21.1.jar |End's Delight |ends_delight |2.5.1+neoforge.1.21.|Manifest: NOSIGNATURE
  332. entityculling-neoforge-1.8.2-mc1.21.jar |EntityCulling |entityculling |1.8.2 |Manifest: NOSIGNATURE
  333. Essential (neoforge_1.21.1).jar |Essential |essential |1.3.8.4 |Manifest: NOSIGNATURE
  334. expandability-neoforge-12.0.0.jar |ExpandAbility |expandability |12.0.0 |Manifest: NOSIGNATURE
  335. expandeddelight-0.1.3.2.jar |Expanded Delight |expandeddelight |0.1.3.2 |Manifest: NOSIGNATURE
  336. ExplorersCompass-1.21.1-3.0.3-neoforge.jar |Explorer's Compass |explorerscompass |1.21.1-3.0.3-neoforg|Manifest: NOSIGNATURE
  337. FarmersDelight-1.21.1-1.2.8.jar |Farmer's Delight |farmersdelight |1.2.8 |Manifest: NOSIGNATURE
  338. fastleafdecay-35.jar |FastLeafDecay |fastleafdecay |35 |Manifest: NOSIGNATURE
  339. ferritecore-7.0.2-neoforge.jar |Ferrite Core |ferritecore |7.0.2 |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
  340. fabric-api-base-0.4.42+d1308ded19.jar |Forgified Fabric API Base |fabric_api_base |0.4.42+d1308ded19 |Manifest: NOSIGNATURE
  341. fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar |Forgified Fabric BlockView API|fabric_block_view_api_v2 |1.0.10+9afaaf8c19 |Manifest: NOSIGNATURE
  342. fabric-renderer-api-v1-3.4.0+acb05a3919.jar |Forgified Fabric Renderer API |fabric_renderer_api_v1 |3.4.0+acb05a3919 |Manifest: NOSIGNATURE
  343. fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19 |Manifest: NOSIGNATURE
  344. fzzy_config-0.7.1+1.21+neoforge.jar |Fzzy Config |fzzy_config |0.7.1+1.21+neoforge |Manifest: NOSIGNATURE
  345. geckolib-neoforge-1.21.1-4.7.6.jar |GeckoLib 4 |geckolib |4.7.6 |Manifest: NOSIGNATURE
  346. gravestonecurioscompat-1.21.1-NeoForge-2.1.0.jar |Gravestone Curios Compatibilit|gravestonecurioscompat |2.1.0 |Manifest: NOSIGNATURE
  347. gravestone-neoforge-1.21.1-1.0.32.jar |Gravestone Mod |gravestone |1.21.1-1.0.32 |Manifest: NOSIGNATURE
  348. guardvillagers-2.3.2-1.21.1.jar |Guard Villagers |guardvillagers |2.3.2 |Manifest: NOSIGNATURE
  349. healingcampfire-1.21.1-6.2.jar |Healing Campfire |healingcampfire |6.2 |Manifest: NOSIGNATURE
  350. Iceberg-1.21.1-neoforge-1.3.2.jar |Iceberg |iceberg |1.3.2 |Manifest: NOSIGNATURE
  351. iris-neoforge-1.8.12+mc1.21.1.jar |Iris |iris |1.8.12-snapshot+mc1.|Manifest: NOSIGNATURE
  352. ironchest-1.21-neoforge-16.0.7.jar |Iron Chests |ironchest |1.21-neoforge-16.0.7|Manifest: NOSIGNATURE
  353. ironfurnaces-neoforge-1.21.1-4.2.6.jar |Iron Furnaces |ironfurnaces |4.2.6 |Manifest: NOSIGNATURE
  354. Jade-1.21.1-NeoForge-15.10.2.jar |Jade |jade |15.10.2+neoforge |Manifest: NOSIGNATURE
  355. jrftl-1.21-neoforge-1.8.0.jar |JRFTL |jrftl |1.8.0 |Manifest: NOSIGNATURE
  356. jei-1.21.1-neoforge-19.21.2.313.jar |Just Enough Items |jei |19.21.2.313 |Manifest: NOSIGNATURE
  357. JustEnoughResources-NeoForge-1.21.1-1.6.0.17.jar |Just Enough Resources |jeresources |1.6.0.17 |Manifest: NOSIGNATURE
  358. thedarkcolour.kffmod-5.9.0.jar |Kotlin For Forge |kotlinforforge |5.9.0 |Manifest: NOSIGNATURE
  359. kuma-api-neoforge-21.0.5+1.21.jar |KumaAPI |kuma_api |21.0.5 |Manifest: NOSIGNATURE
  360. LegendaryTooltips-1.21.1-neoforge-1.5.5.jar |Legendary Tooltips |legendarytooltips |1.5.5 |Manifest: NOSIGNATURE
  361. libjf-3.17.4+forge.jar |LibJF |libjf |3.17.4+forge |Manifest: NOSIGNATURE
  362. libjf-base-3.17.4+forge.jar |LibJF Base |libjf_base |3.17.4+forge |Manifest: NOSIGNATURE
  363. libjf-config-commands-3.17.4+forge.jar |LibJF Config Commands |libjf_config_commands |3.17.4+forge |Manifest: NOSIGNATURE
  364. libjf-config-core-v2-3.17.4+forge.jar |LibJF Config Core |libjf_config_core_v2 |3.17.4+forge |Manifest: NOSIGNATURE
  365. libjf-config-ui-tiny-3.17.4+forge.jar |LibJF Config UI: Tiny |libjf_config_ui_tiny |3.17.4+forge |Manifest: NOSIGNATURE
  366. libjf-config-network-v0-3.17.4+forge.jar |LibJF Config: Network |libjf_config_network_v0 |3.17.4+forge |Manifest: NOSIGNATURE
  367. libjf-data-v0-3.17.4+forge.jar |LibJF Data |libjf_data_v0 |3.17.4+forge |Manifest: NOSIGNATURE
  368. libjf-data-manipulation-v0-3.17.4+forge.jar |LibJF Data Manipulation |libjf_data_manipulation_v0 |3.17.4+forge |Manifest: NOSIGNATURE
  369. libjf-mainhttp-v0-3.17.4+forge.jar |LibJF MainHTTP |libjf_mainhttp_v0 |3.17.4+forge |Manifest: NOSIGNATURE
  370. libjf-resource-pack-entry-widgets-v0-3.17.4+forge.|LibJF Resource Pack Entry Widg|libjf_resource_pack_entry_widg|3.17.4+forge |Manifest: NOSIGNATURE
  371. libjf-translate-v1-3.17.4+forge.jar |LibJF Translate |libjf_translate_v1 |3.17.4+forge |Manifest: NOSIGNATURE
  372. libjf-unsafe-v0-3.17.4+forge.jar |LibJF Unsafe |libjf_unsafe_v0 |3.17.4+forge |Manifest: NOSIGNATURE
  373. libjf-web-v1-3.17.4+forge.jar |LibJF Web |libjf_web_v1 |3.17.4+forge |Manifest: NOSIGNATURE
  374. lithostitched-neoforge-1.21.1-1.4.11.jar |Lithostitched |lithostitched |1.4.11 |Manifest: NOSIGNATURE
  375. lootr-neoforge-1.21-1.10.35.91.jar |Lootr |lootr |1.21-1.10.35.91 |Manifest: NOSIGNATURE
  376. mcw-bridges-3.1.1-mc1.21.1neoforge.jar |Macaw's Bridges |mcwbridges |3.1.1 |Manifest: NOSIGNATURE
  377. mcw-doors-1.1.2-mc1.21.1neoforge.jar |Macaw's Doors |mcwdoors |1.1.2 |Manifest: NOSIGNATURE
  378. mcw-fences-1.2.0-1.21.1neoforge.jar |Macaw's Fences and Walls |mcwfences |1.2.0 |Manifest: NOSIGNATURE
  379. mcw-furniture-3.3.0-mc1.21.1neoforge.jar |Macaw's Furniture |mcwfurnitures |3.3.0 |Manifest: NOSIGNATURE
  380. mcw-roofs-2.3.2-mc1.21.1neoforge.jar |Macaw's Roofs |mcwroofs |2.3.2 |Manifest: NOSIGNATURE
  381. mcw-stairs-1.0.1-1.21.1neoforge.jar |Macaw's Stairs and Balconies |mcwstairs |1.0.1 |Manifest: NOSIGNATURE
  382. mcw-windows-2.4.0-1.21.1neoforge.jar |Macaw's Windows |mcwwindows |2.4.0 |Manifest: NOSIGNATURE
  383. midnightlib-1.7.5-neoforge+1.21.1.jar |MidnightLib |midnightlib |1.7.5 |Manifest: NOSIGNATURE
  384. client-1.21.1-20240808.144430-srg.jar |Minecraft |minecraft |1.21.1 |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
  385. mobcontrol-1.21.1-1.5.8.jar |Mob Control |mobcontrol |1.5.8 |Manifest: NOSIGNATURE
  386. mobsunscreen-4.0.0-NeoForge.jar |Mob Sunscreen |mobsunscreen |4.0.0-NeoForge |Manifest: NOSIGNATURE
  387. modernfix-neoforge-5.24.3+mc1.21.1.jar |ModernFix |modernfix |5.24.3+mc1.21.1 |Manifest: NOSIGNATURE
  388. moonlight-1.21-2.20.3-neoforge.jar |Moonlight Lib |moonlight |1.21-2.20.3 |Manifest: NOSIGNATURE
  389. MouseTweaks-neoforge-mc1.21-2.26.1.jar |Mouse Tweaks |mousetweaks |2.26.1 |Manifest: NOSIGNATURE
  390. muscript-encapsulated-3.17.4+forge.jar |MuScript (encapsulated) |muscript |3.17.4+forge |Manifest: NOSIGNATURE
  391. MyNethersDelight-1.21.1-1.8.jar |My Nether's Delight |mynethersdelight |1.8 |Manifest: NOSIGNATURE
  392. MythsAndLegends-neoforge-1.7.2-Hotfix.jar |MythsAndLegends |mythsandlegends |1.7.2 |Manifest: NOSIGNATURE
  393. NaturesCompass-1.21.1-3.0.3-neoforge.jar |Nature's Compass |naturescompass |1.21.1-3.0.2-neoforg|Manifest: NOSIGNATURE
  394. neoforge-21.1.193-universal.jar |NeoForge |neoforge |21.1.193 |Manifest: NOSIGNATURE
  395. nohostilesaroundcampfire-1.21.1-7.2.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |7.2 |Manifest: NOSIGNATURE
  396. ParCool-1.21.1-3.4.1.1-NF.jar |ParCool! |parcool |3.4.1.1 |Manifest: NOSIGNATURE
  397. Patchouli-1.21-88-NEOFORGE.jar |Patchouli |patchouli |1.21-88-NEOFORGE |Manifest: NOSIGNATURE
  398. Paxi-1.21.1-NeoForge-5.1.3.jar |Paxi |paxi |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE
  399. Placebo-1.21.1-9.9.0.jar |Placebo |placebo |9.9.0 |Manifest: NOSIGNATURE
  400. player-animation-lib-forge-2.0.1+1.21.1.jar |Player Animator |playeranimator |2.0.1+1.21.1 |Manifest: NOSIGNATURE
  401. playerxp-neoforge-1.0.0+1.21.1.jar |PlayerXP |playerxp |1.0.0+1.21.1 |Manifest: NOSIGNATURE
  402. polymorph-neoforge-1.1.0+1.21.1.jar |Polymorph |polymorph |1.1.0+1.21.1 |Manifest: NOSIGNATURE
  403. prickle-neoforge-1.21.1-21.1.8.jar |PrickleMC |prickle |21.1.8 |Manifest: NOSIGNATURE
  404. Prism-1.21.1-neoforge-1.0.11.jar |Prism |prism |1.0.11 |Manifest: NOSIGNATURE
  405. puzzle-neoforge-2.0.1.1+1.21.jar |Puzzle |puzzle |2.0.1.1 |Manifest: NOSIGNATURE
  406. rctmod-neoforge-1.21.1-0.16.6-beta.jar |Radical Cobblemon Trainers |rctmod |0.16.6-beta |Manifest: NOSIGNATURE
  407. rctapi-neoforge-1.21.1-0.13.7-beta.jar |Radical Cobblemon Trainers API|rctapi |0.13.7-beta |Manifest: NOSIGNATURE
  408. reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar |Reese's Sodium Options |reeses_sodium_options |1.8.3+mc1.21.4 |Manifest: NOSIGNATURE
  409. respackopts-4.11.3+forge.jar |Resource Pack Options |respackopts |4.11.3+forge |Manifest: NOSIGNATURE
  410. SafePastures-1.1.0+1.21.1.jar |Safe Pastures |safepastures_neoforge |1.1.0+1.21.1 |Manifest: NOSIGNATURE
  411. Searchables-neoforge-1.21.1-1.0.2.jar |Searchables |searchables |1.0.2 |Manifest: NOSIGNATURE
  412. inventorysorter-1.21-24.0.20.jar |Simple Inventory Sorter |inventorysorter |24.0.20 |Manifest: NOSIGNATURE
  413. SimpleTMs-neoforge-2.1.2.jar |SimpleTMs |simpletms |2.1.2 |Manifest: NOSIGNATURE
  414. simplyswords-neoforge-1.61.3-1.21.1.jar |Simply Swords |simplyswords |1.61.3-1.21.1 |Manifest: NOSIGNATURE
  415. sodium-neoforge-0.6.13+mc1.21.1.jar |Sodium |sodium |0.6.13+mc1.21.1 |Manifest: NOSIGNATURE
  416. sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar |Sodium Dynamic Lights |sodiumdynamiclights |1.0.9 |Manifest: NOSIGNATURE
  417. sodium-extra-neoforge-0.6.0+mc1.21.1.jar |Sodium Extra |sodium_extra |0.6.0+mc1.21.1 |Manifest: NOSIGNATURE
  418. sodiumextras-neoforge-1.0.8-1.21.1.jar |Sodium Extras |sodiumextras |1.0.7 |Manifest: NOSIGNATURE
  419. sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar |Sodium Options API |sodiumoptionsapi |1.0.10 |Manifest: NOSIGNATURE
  420. sophisticatedbackpacks-1.21.1-3.24.18.1284.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.24.18 |Manifest: NOSIGNATURE
  421. sophisticatedcore-1.21.1-1.3.55.1037.jar |Sophisticated Core |sophisticatedcore |1.3.55 |Manifest: NOSIGNATURE
  422. spectrelib-neoforge-0.17.2+1.21.jar |SpectreLib |spectrelib |0.17.2+1.21 |Manifest: NOSIGNATURE
  423. supplementaries-1.21-3.3.5-neoforge.jar |Supplementaries |supplementaries |1.21-3.3.5 |Manifest: NOSIGNATURE
  424. TRansition-1.0.3-1.21-neoforge-SNAPSHOT.jar |TRansition |transition |1.0.3 |Manifest: NOSIGNATURE
  425. trashslot-neoforge-1.21.1-21.1.4.jar |TrashSlot |trashslot |21.1.4 |Manifest: NOSIGNATURE
  426. TRender-1.0.5-1.21-neoforge-SNAPSHOT.jar |TRender |trender |1.0.5 |Manifest: NOSIGNATURE
  427. underground_village-1.5.4.jar |underground_village |underground_village |1.5.4 |Manifest: NOSIGNATURE
  428. villagespawnpoint-1.21.1-4.6.jar |Village Spawn Point |villagespawnpoint |4.6 |Manifest: NOSIGNATURE
  429. villagernames-1.21.1-8.2.jar |Villager Names |villagernames |8.2 |Manifest: NOSIGNATURE
  430. waystones-neoforge-1.21.1-21.1.20.jar |Waystones |waystones |21.1.20 |Manifest: NOSIGNATURE
  431. Xaeros_Minimap_25.2.10_NeoForge_1.21.jar |Xaero's Minimap |xaerominimap |25.2.10 |Manifest: NOSIGNATURE
  432. XaerosWorldMap_1.39.12_NeoForge_1.21.jar |Xaero's World Map |xaeroworldmap |1.39.12 |Manifest: NOSIGNATURE
  433. YungsApi-1.21.1-NeoForge-5.1.6.jar |YUNG's API |yungsapi |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE
  434. zombievillagersfromspawner-1.21.1-3.9.jar |Zombie Villagers From Spawner |zombievillagersfromspawner |3.9 |Manifest: NOSIGNATURE
  435. Crash Report UUID: 64041057-4a84-45c9-9e05-bf80e812bda1
  436. FML: 4.0.41
  437. NeoForge: 21.1.193
Advertisement
Add Comment
Please, Sign In to add comment