Advertisement
Guest User

Untitled

a guest
Feb 19th, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.85 KB | None | 0 0
  1. // Uh... Did I do that?
  2.  
  3. Time: 2024-02-19 09:16:18
  4. Description: Initializing game
  5.  
  6. org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  7. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  8. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  9. at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  10. at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  11. at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.8.jar:10.0.8+10.0.8+main.0ef7e830] {}
  12. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] {}
  13. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] {}
  14. at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] {}
  15. at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {}
  16. at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
  17. at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}
  18. at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
  19. at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}
  20. at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
  21. at net.minecraft.client.Minecraft.<init>(Minecraft.java:512) ~[client-1.19.2-20220805.130853-srg.jar%23673!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  22. at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23673!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  23. at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23673!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.3.8.jar%23101!/:?] {}
  29. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
  30. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
  31. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
  32. at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
  33. at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
  34. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
  35. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
  36. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
  37. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector getSkyAngle(Lnet/minecraft/client/multiplayer/ClientLevel;FLcom/llamalad7/mixinextras/sugar/ref/LocalFloatRef;)F in forge-badoptimizations.mixins.json:MixinWorldRenderer failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap forge-BadOptimizations-common-refmap.json
  38. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.5.jar%2397!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  39. at com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:79) ~[MixinExtras-0.3.5.jar%23734!/:?] {re:classloading}
  40. at com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:84) ~[MixinExtras-0.3.5.jar%23734!/:?] {re:classloading}
  41. at com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.postInject(WrapperInjectionInfo.java:78) ~[MixinExtras-0.3.5.jar%23734!/:?] {re:classloading}
  42. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  43. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  44. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  45. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  46. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  47. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  48. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  49. ... 29 more
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Thread: Render thread
  57. Suspected Mods: NONE
  58. Stacktrace:
  59. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  60. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  61. at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  62. at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
  63. at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.8.jar:10.0.8+10.0.8+main.0ef7e830] {}
  64. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] {}
  65. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] {}
  66. at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] {}
  67. at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {}
  68. at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
  69. at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}
  70. at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
  71. at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}
  72. at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
  73. at net.minecraft.client.Minecraft.<init>(Minecraft.java:512) ~[client-1.19.2-20220805.130853-srg.jar%23673!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  74. Mixins in Heaven:
  75. net.minecraft.client.Minecraft:
  76. io.github.mortuusars.exposure.mixin.MinecraftMixin (exposure-common.mixins.json)
  77. fuzs.resourcepackoverrides.mixin.client.MinecraftMixin (resourcepackoverrides.common.mixins.json)
  78. io.socol.betterthirdperson.mixin.MinecraftMixin (betterthirdperson.mixins.json)
  79. net.coderbot.iris.mixin.MixinMinecraft_PipelineManagement (mixins.oculus.json)
  80. net.raphimc.immediatelyfast.injection.mixins.core.MixinMinecraftClient (immediatelyfast-common.mixins.json)
  81. net.raphimc.immediatelyfast.injection.mixins.hud_batching.MixinMinecraftClient (immediatelyfast-common.mixins.json)
  82. com.hypherionmc.craterlib.mixin.events.client.MinecraftMixin (craterlib.mixins.json)
  83. org.embeddedt.modernfix.common.mixin.bugfix.concurrency.MinecraftMixin (modernfix-common.mixins.json)
  84. com.jozufozu.flywheel.mixin.PausedPartialTickAccessor (flywheel.mixins.json)
  85. forge.me.thosea.badoptimizations.mixin.MixinClient (forge-badoptimizations.mixins.json)
  86. net.dark_roleplay.gdarp.mixin.ClientPackFinderMixin (globaldataandresourcepacks.mixins.json)
  87. shcm.shsupercm.fabric.citresewn.mixin.citenchantment.MinecraftClientMixin (citresewn.mixins.json)
  88. traben.entity_model_features.mixin.MixinResourceReload (entity_model_features-common.mixins.json)
  89. com.railwayteam.railways.mixin.conductor_possession.MixinMinecraft (railways-common.mixins.json)
  90. traben.entity_model_features.mixin.accessor.MinecraftClientAccessor (entity_model_features-common.mixins.json)
  91. org.embeddedt.modernfix.common.mixin.perf.blast_search_trees.MinecraftMixin (modernfix-common.mixins.json)
  92. de.cheaterpaul.fallingleaves.mixin.MinecraftClientMixin (fallingleaves.mixins.json)
  93. org.embeddedt.modernfix.forge.mixin.feature.measure_time.MinecraftMixin_Forge (modernfix-forge.mixins.json)
  94. dev.architectury.mixin.forge.MixinMinecraft (architectury.mixins.json)
  95. org.embeddedt.modernfix.common.mixin.feature.measure_time.MinecraftMixin (modernfix-common.mixins.json)
  96. io.github.thecsdev.tcdcommons.client.mixin.MixinMinecraftClient (tcdcommons.client.mixins.json)
  97. net.blay09.mods.balm.mixin.MinecraftMixin (balm.mixins.json)
  98. org.anti_ad.mc.ipnext.mixin.MixinMinecraftClient (mixins.ipnext.json)
  99. de.keksuccino.konkrete.mixin.client.MixinMinecraft (konkrete.mixin.json)
  100. org.embeddedt.modernfix.common.mixin.perf.dedicated_reload_executor.MinecraftMixin (modernfix-common.mixins.json)
  101. com.anthonyhilyard.iceberg.mixin.MinecraftMixin (iceberg.mixins.json)
  102. com.simibubi.create.foundation.mixin.WindowResizeMixin (create.mixins.json)
  103. org.embeddedt.modernfix.common.mixin.bugfix.world_leaks.MinecraftMixin (modernfix-common.mixins.json)
  104. me.jellysquid.mods.sodium.mixin.core.MixinMinecraftClient (rubidium.mixins.json)
  105. net.darkhax.bookshelf.mixin.client.AccessorMinecraft (bookshelf.common.mixins.json)
  106. traben.entity_texture_features.mixin.reloading.MixinMinecraftClient (entity_texture_features-common.mixins.json)
  107. tschipp.carryon.mixin.MinecraftMixin (carryon.mixins.json)
  108. vazkii.quark.mixin.client.MinecraftMixin (quark.mixins.json)
  109. -- Initialization --
  110. Details:
  111. Modules:
  112. ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  113. COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
  114. CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  115. CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  116. CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  117. CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  118. CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.2506:Microsoft Corporation
  119. DBGHELP.DLL:Windows Image Helper:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  120. DEVOBJ.dll:Device Information Set DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  121. DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  122. GDI32.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  123. GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  124. IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation
  125. IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  126. IntelControlLib.dll:Intel Graphics Control Lib Runtime:1.0.134:
  127. KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  128. KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  129. MMDevApi.dll:MMDevice API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  130. MSCTF.dll:MSCTF Server DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  131. MessageBus.dll:NVIDIA Message Bus::NVIDIA Corporation
  132. MpOav.dll:IOfficeAntiVirus Module:4.18.23110.3 (9ebb3643d539a6fc4659898b1df3124d5da4c0a9):Microsoft Corporation
  133. NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  134. NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  135. OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  136. Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  137. Oleacc.dll:Active Accessibility Core Component:7.2.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  138. OpenAL.dll:Main implementation library:1.21.1:
  139. POWRPROF.dll:Power Profile Helper DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  140. PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  141. Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  142. RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  143. SETUPAPI.dll:Windows Setup API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  144. SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  145. SHELL32.dll:Windows Shell Common Dll:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation
  146. UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  147. USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  148. USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  149. VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  150. VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  151. WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  152. WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  153. WINSTA.dll:Winstation Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  154. WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  155. WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  156. WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  157. amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  158. apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  159. bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  160. bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  161. cfgmgr32.dll:Configuration Manager DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  162. clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
  163. combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  164. cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  165. d3d11.dll:Direct3D 11 Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  166. dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  167. dcomp.dll:Microsoft DirectComposition Library:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  168. dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  169. dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  170. dinput8.dll:Microsoft DirectInput:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  171. directxdatabasehelper.dll:DirectXDatabaseHelper:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  172. drvstore.dll:Driver Store API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  173. dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  174. dxcore.dll:DXCore:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  175. dxgi.dll:DirectX Graphics Infrastructure:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  176. fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  177. gdi32full.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  178. glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
  179. gpapi.dll:Group Policy Client API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  180. icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  181. igc64.dll:Intel Graphics Shader Compiler for Intel(R) Graphics Accelerator:31.0.101.4146:Intel Corporation
  182. igd10iumd64.dll:User Mode Driver for Intel(R) Graphics Technology:31.0.101.4146:Intel Corporation
  183. igd10um64xe.DLL:User Mode Driver for Intel(R) Graphics Technology:31.0.101.4146:Intel Corporation
  184. igdgmm64.dll:User Mode Driver for Intel(R) Graphics Technology:31.0.101.4146:Intel Corporation
  185. imagehlp.dll:Windows NT Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  186. inputhost.dll:InputHost:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  187. java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  188. javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft
  189. jemalloc.dll
  190. jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  191. jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  192. jna13878061373189867987.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)
  193. jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  194. jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft
  195. kernel.appcore.dll:AppModel API Host:10.0.22621.2715 (WinBuild.160101.0800):Microsoft Corporation
  196. lwjgl.dll
  197. lwjgl_opengl.dll
  198. lwjgl_stb.dll
  199. management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  200. management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  201. mc-sec-plugin-x64.dll:McAfee Antivirus Core Plugin:1.1.2569.0:McAfee, LLC
  202. msasn1.dll:ASN.1 Runtime APIs:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  203. mscms.dll:Microsoft Color Matching System DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  204. msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  205. msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  206. msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  207. mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  208. napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  209. ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  210. net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  211. nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  212. nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  213. ntdll.dll:NT Layer DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  214. ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  215. nvapi64.dll:NVIDIA NVAPI Library, Version 546.26 :31.0.15.4626:NVIDIA Corporation
  216. nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 546.26 :31.0.15.4626:NVIDIA Corporation
  217. nvldumdx.dll:NVIDIA Driver Loader, Version 546.26 :31.0.15.4626:NVIDIA Corporation
  218. nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.4626:NVIDIA Corporation
  219. nvspcap64.dll:NVIDIA Game Proxy:3.24.0.123:NVIDIA Corporation
  220. nvwgf2umx.dll:NVIDIA D3D10 Driver, Version 546.26 :31.0.15.4626:NVIDIA Corporation
  221. opengl32.dll:OpenGL Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  222. perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  223. pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  224. pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  225. profapi.dll:User Profile Basic API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  226. rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  227. rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  228. sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  229. shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  230. sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  231. textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  232. ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  233. uxtheme.dll:Microsoft UxTheme Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  234. vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  235. verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  236. win32u.dll:Win32u:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  237. windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  238. winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  239. wintrust.dll:Microsoft Trust Verification APIs:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
  240. wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  241. wldp.dll:Windows Lockdown Policy:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  242. wshbth.dll:Windows Sockets Helper DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
  243. wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  244. xinput1_4.dll:Microsoft Common Controller API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  245. zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
  246. Stacktrace:
  247. at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23673!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  248. at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23673!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  249. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  250. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  251. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  252. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  253. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.3.8.jar%23101!/:?] {}
  254. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
  255. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
  256. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
  257. at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
  258. at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
  259. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
  260. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
  261. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
  262.  
  263. Mixins in Heaven:
  264. net.minecraft.client.main.Main:
  265. com.jozufozu.flywheel.mixin.ClientMainMixin (flywheel.mixins.json)
  266.  
  267. -- System Details --
  268. Details:
  269. Minecraft Version: 1.19.2
  270. Minecraft Version ID: 1.19.2
  271. Operating System: Windows 10 (amd64) version 10.0
  272. Java Version: 17.0.8, Microsoft
  273. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  274. Memory: 577491408 bytes (550 MiB) / 1652555776 bytes (1576 MiB) up to 4294967296 bytes (4096 MiB)
  275. CPUs: 20
  276. Processor Vendor: GenuineIntel
  277. Processor Name: 12th Gen Intel(R) Core(TM) i7-12700H
  278. Identifier: Intel64 Family 6 Model 154 Stepping 3
  279. Microarchitecture: unknown
  280. Frequency (GHz): 2.69
  281. Number of physical packages: 1
  282. Number of physical CPUs: 14
  283. Number of logical CPUs: 20
  284. Graphics card #0 name: Intel(R) Iris(R) Xe Graphics
  285. Graphics card #0 vendor: Intel Corporation (0x8086)
  286. Graphics card #0 VRAM (MB): 1024.00
  287. Graphics card #0 deviceId: 0x46a6
  288. Graphics card #0 versionInfo: DriverVersion=31.0.101.4146
  289. Graphics card #1 name: NVIDIA GeForce RTX 3070 Ti Laptop GPU
  290. Graphics card #1 vendor: NVIDIA (0x10de)
  291. Graphics card #1 VRAM (MB): 4095.00
  292. Graphics card #1 deviceId: 0x24a0
  293. Graphics card #1 versionInfo: DriverVersion=31.0.15.4626
  294. Memory slot #0 capacity (MB): 8192.00
  295. Memory slot #0 clockSpeed (GHz): 4.80
  296. Memory slot #0 type: Unknown
  297. Memory slot #1 capacity (MB): 8192.00
  298. Memory slot #1 clockSpeed (GHz): 4.80
  299. Memory slot #1 type: Unknown
  300. Virtual memory max (MB): 29363.26
  301. Virtual memory used (MB): 22845.52
  302. Swap memory total (MB): 13312.00
  303. Swap memory used (MB): 1043.74
  304. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
  305. Loaded Shaderpack: (off)
  306. Launched Version: forge-43.3.8
  307. Backend library: LWJGL version 3.3.1 build 7
  308. Backend API: NVIDIA GeForce RTX 3070 Ti Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 546.26, NVIDIA Corporation
  309. Window size: <not initialized>
  310. GL Caps: Using framebuffer using OpenGL 3.2
  311. GL debug messages:
  312. Using VBOs: Yes
  313. Is Modded: Definitely; Client brand changed to 'forge'
  314. Type: Client (map_client.txt)
  315. CPU: 20x 12th Gen Intel(R) Core(TM) i7-12700H
  316. ModLauncher: 10.0.8+10.0.8+main.0ef7e830
  317. ModLauncher launch target: forgeclient
  318. ModLauncher naming: srg
  319. ModLauncher services:
  320. mixin-0.8.5.jar mixin PLUGINSERVICE
  321. eventbus-6.0.3.jar eventbus PLUGINSERVICE
  322. fmlloader-1.19.2-43.3.8.jar slf4jfixer PLUGINSERVICE
  323. fmlloader-1.19.2-43.3.8.jar object_holder_definalize PLUGINSERVICE
  324. fmlloader-1.19.2-43.3.8.jar runtime_enum_extender PLUGINSERVICE
  325. fmlloader-1.19.2-43.3.8.jar capability_token_subclass PLUGINSERVICE
  326. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  327. fmlloader-1.19.2-43.3.8.jar runtimedistcleaner PLUGINSERVICE
  328. modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
  329. modlauncher-10.0.8.jar redirector TRANSFORMATIONSERVICE
  330. modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
  331. FML Language Providers:
  332. minecraft@1.0
  333. javafml@null
  334. kotlinforforge@3.12.0
  335. lowcodefml@null
  336. Mod List:
  337. YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |COMMON_SET|Manifest: NOSIGNATURE
  338. EasyAnvils-v4.0.11-1.19.2-Forge.jar |Easy Anvils |easyanvils |4.0.11 |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
  339. supermartijn642configlib-1.1.8-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
  340. simplemagnets-1.1.10-forge-mc1.19.jar |Simple Magnets |simplemagnets |1.1.10 |ERROR |Manifest: NOSIGNATURE
  341. nerb-1.19.2-0.3-FORGE.jar |Not Enough Recipe Book |nerb |0.3 |COMMON_SET|Manifest: NOSIGNATURE
  342. mcw-windows-2.2.1-mc1.19.2forge.jar |Macaw's Windows |mcwwindows |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE
  343. rubidium-mc1.19.2-0.6.2c.jar |Rubidium |rubidium |0.6.2c |COMMON_SET|Manifest: NOSIGNATURE
  344. CTM-1.19.2-1.1.6+8.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+8 |COMMON_SET|Manifest: NOSIGNATURE
  345. modernfix-forge-5.13.0+mc1.19.2.jar |ModernFix |modernfix |5.13.0+mc1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  346. YungsApi-1.19.2-Forge-3.8.10.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.10 |COMMON_SET|Manifest: NOSIGNATURE
  347. ResourcePackOverrides-v4.0.4-1.19.2-Forge.jar |Resource Pack Overrides |resourcepackoverrides |4.0.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
  348. guardvillagers-1.19.2-1.5.9.jar |Guard Villagers |guardvillagers |1.19.2-1.5.9 |COMMON_SET|Manifest: NOSIGNATURE
  349. DarkUtilities-Forge-1.19.2-13.1.9.jar |DarkUtilities |darkutils |13.1.9 |COMMON_SET|Manifest: NOSIGNATURE
  350. clickadv-1.19.2-3.6.jar |clickadv mod |clickadv |1.19.2-3.6 |COMMON_SET|Manifest: NOSIGNATURE
  351. balm-forge-1.19.2-4.6.0.jar |Balm |balm |4.6.0 |COMMON_SET|Manifest: NOSIGNATURE
  352. exposure-1.19.2-1.3.1-forge.jar |Exposure |exposure |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
  353. YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
  354. QualityCrops-1.19.2-1.3.3.jar |Quality Crops |qualitycrops |1.19.2-1.3.3 |COMMON_SET|Manifest: NOSIGNATURE
  355. LeavesBeGone-v4.0.1-1.19.2-Forge.jar |Leaves Be Gone |leavesbegone |4.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
  356. corpse-1.19.2-1.0.9.jar |Corpse |corpse |1.19.2-1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
  357. ToolStats-Forge-1.19.2-12.1.5.jar |ToolStats |toolstats |12.1.5 |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
  358. mcw-trapdoors-1.1.2-mc1.19.2forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
  359. supermartijn642corelib-1.1.17-forge-mc1.19.2.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE
  360. YungsBridges-1.19.2-Forge-3.1.0.jar |YUNG's Bridges |yungsbridges |1.19.2-Forge-3.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  361. resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |COMMON_SET|Manifest: NOSIGNATURE
  362. Highlighter-1.19.1-1.1.4.jar |Highlighter |highlighter |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
  363. spark-1.10.37-forge.jar |spark |spark |1.10.37 |COMMON_SET|Manifest: NOSIGNATURE
  364. cluttered-2.1.1-1.19.2.jar |Cluttered |luphieclutteredmod |2.1 |COMMON_SET|Manifest: NOSIGNATURE
  365. curios-forge-1.19.2-5.1.6.1.jar |Curios API |curios |1.19.2-5.1.6.1 |COMMON_SET|Manifest: NOSIGNATURE
  366. oculus-mc1.19.2-1.6.9.jar |Oculus |oculus |1.6.9 |COMMON_SET|Manifest: NOSIGNATURE
  367. Searchables-forge-1.19.2-1.0.2.jar |Searchables |searchables |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  368. fairyDragons1.2.jar |dragonmod |dragonmod |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  369. Cobblemon-forge-1.3.2+1.19.2.jar |Cobblemon |cobblemon |1.3.1+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  370. YungsExtras-1.19.2-Forge-3.1.0.jar |YUNG's Extras |yungsextras |1.19.2-Forge-3.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  371. FramedBlocks-6.8.6.jar |FramedBlocks |framedblocks |6.8.6 |COMMON_SET|Manifest: NOSIGNATURE
  372. fightorflight-0.4.13.jar |Cobblemon Fight or Flight |fightorflight |0.4.13 |COMMON_SET|Manifest: NOSIGNATURE
  373. YSNS-FFQ-1.0.2.jar |You Shall Not Spawn! |ysns |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  374. soulfired-1.19.2-3.2.1.0-forge.jar |Soul fire'd |soulfired |3.2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  375. cumulus_menus-1.19.2-1.0.0-forge.jar |Cumulus |cumulus_menus |1.19.2-1.0.0-forge |COMMON_SET|Manifest: NOSIGNATURE
  376. mcw-roofs-2.3.0-mc1.19.2forge.jar |Macaw's Roofs |mcwroofs |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
  377. cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |ERROR |Manifest: NOSIGNATURE
  378. mcw-furniture-3.2.2-mc1.19.2forge.jar |Macaw's Furniture |mcwfurnitures |3.2.2 |COMMON_SET|Manifest: NOSIGNATURE
  379. Chimes-v2.0.1-1.19.2.jar |Chimes |chimes |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  380. YungsBetterEndIsland-1.19.2-Forge-1.0.jar |YUNG's Better End Island |betterendisland |1.19.2-Forge-1.0 |COMMON_SET|Manifest: NOSIGNATURE
  381. nitrogen_internals-1.19.2-1.0.2-forge.jar |Nitrogen |nitrogen_internals |1.19.2-1.0.2-forge |COMMON_SET|Manifest: NOSIGNATURE
  382. KryptonReforged-0.2.1.jar |Krypton Reforged |krypton |0.2.1 |COMMON_SET|Manifest: NOSIGNATURE
  383. YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.1 |COMMON_SET|Manifest: NOSIGNATURE
  384. DarkPaintings-Forge-1.19.2-13.1.5.jar |DarkPaintings |darkpaintings |13.1.5 |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
  385. mcw-lights-1.0.6-mc1.19.2forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
  386. YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar |YUNG's Better Jungle Temples |betterjungletemples |1.19.2-Forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  387. elytraslot-forge-6.1.1+1.19.2.jar |Elytra Slot |elytraslot |6.1.1+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  388. QuarkOddities-1.18.jar |Quark Oddities |quarkoddities |1.18 |COMMON_SET|Manifest: NOSIGNATURE
  389. StylishEffects-v4.3.4-1.19.2-Forge.jar |Stylish Effects |stylisheffects |4.3.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
  390. doubledoors-1.19.2-5.2.jar |Double Doors |doubledoors |5.2 |COMMON_SET|Manifest: NOSIGNATURE
  391. cozy-1.1.0-forge.jar |Cozy |cozy |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  392. AttributeFix-Forge-1.19.2-17.2.7.jar |AttributeFix |attributefix |17.2.7 |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
  393. goblintraders-1.8.0-1.19.2.jar |Goblin Traders |goblintraders |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
  394. caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |COMMON_SET|Manifest: NOSIGNATURE
  395. Fallingleaves-1.19.1-1.3.1.jar |Falling Leaves |fallingleaves |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
  396. TravelersBackpack-1.19.2-8.2.38.jar |Traveler's Backpack |travelersbackpack |8.2.38 |COMMON_SET|Manifest: NOSIGNATURE
  397. NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |COMMON_SET|Manifest: NOSIGNATURE
  398. EpheroLib-1.19.2-FORGE-1.0.0.jar |EpheroLib |epherolib |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  399. SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
  400. neruina-1.3.0-forge+1.18.2-1.20.1.jar |Neruina |neruina |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
  401. CraterLib-Forge-1.19.2-1.1.1.jar |CraterLib |craterlib |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  402. starlight-1.1.1+forge.cf5b10b.jar |Starlight |starlight |1.1.1+forge.a3aea74 |COMMON_SET|Manifest: NOSIGNATURE
  403. catalogue-1.7.0-1.19.2.jar |Catalogue |catalogue |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
  404. forge-1.19.2-43.3.8-universal.jar |Forge |forge |43.3.8 |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
  405. Log-Begone-Forge-1.19-1.0.6.jar |Log Begone |logbegone |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
  406. mcw-paths-1.0.4forge-mc1.19.2.jar |Macaw's Paths and Pavings |mcwpaths |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
  407. client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |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
  408. smoothchunk-1.19.2-3.5.jar |Smoothchunk mod |smoothchunk |1.19.2-3.5 |COMMON_SET|Manifest: NOSIGNATURE
  409. trade-cycling-forge-1.19.2-1.0.5.jar |Trade Cycling |trade_cycling |1.19.2-1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
  410. TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |2.0.1.136 |COMMON_SET|Manifest: NOSIGNATURE
  411. MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |COMMON_SET|Manifest: NOSIGNATURE
  412. Necronomicon-Forge-1.4.2.jar |Necronomicon |necronomicon |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
  413. commonality-1.19.2-4.2.1.jar |Commonality |commonality |4.2.1 |COMMON_SET|Manifest: NOSIGNATURE
  414. NoChatReports-FORGE-1.19.2-v1.5.1.jar |No Chat Reports |nochatreports |1.19.2-v1.5.1 |COMMON_SET|Manifest: NOSIGNATURE
  415. grindenc-forge-1.20.x-v1.2.jar |Grindstone Enchantments |grindenc |1.2 |COMMON_SET|Manifest: NOSIGNATURE
  416. spectrelib-forge-0.12.8+1.19.2.jar |SpectreLib |spectrelib |0.12.8+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  417. fastpaintings-1.19-1.1.3.jar |Fast Paintings |fastpaintings |1.19-1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
  418. e4mc-4.0.1+1.19.4-forge.jar |e4mc |e4mc_minecraft |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  419. domum_ornamentum-1.19-1.0.141-BETA-universal.jar |Domum Ornamentum |domum_ornamentum |1.19-1.0.141-BETA |COMMON_SET|Manifest: NOSIGNATURE
  420. astikorcarts-1.19.2-1.1.2.jar |AstikorCarts |astikorcarts |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
  421. betterfpsdist-1.19.2-4.1.jar |betterfpsdist mod |betterfpsdist |1.19.2-4.1 |COMMON_SET|Manifest: NOSIGNATURE
  422. kffmod-3.12.0.jar |Kotlin For Forge |kotlinforforge |3.12.0 |COMMON_SET|Manifest: NOSIGNATURE
  423. truly_custom_horse_tack-1.19.2-1.1.1.jar |Truly Custom Horse Tack |truly_custom_horse_tack |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  424. BrewinAndChewin-1.19-2.0.jar |Brewin' and Chewin' |brewinandchewin |1.19-2.0 |COMMON_SET|Manifest: NOSIGNATURE
  425. notenoughanimations-forge-1.7.1-mc1.19.2.jar |NotEnoughAnimations |notenoughanimations |1.7.1 |COMMON_SET|Manifest: NOSIGNATURE
  426. flywheel-forge-1.19.2-0.6.8.a.jar |Flywheel |flywheel |0.6.8.a |ERROR |Manifest: NOSIGNATURE
  427. itemcollectors-1.1.9-forge-mc1.19.jar |Item Collectors |itemcollectors |1.1.9 |ERROR |Manifest: NOSIGNATURE
  428. Croptopia-1.19.2-FORGE-2.2.2.jar |Croptopia |croptopia |2.2.2 |COMMON_SET|Manifest: NOSIGNATURE
  429. polymorph-forge-0.46.5+1.19.2.jar |Polymorph |polymorph |0.46.5+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  430. mixininheaven-mc1.17.1-1.20-v0.0.1-hotfix.jar |MixinInHeaven |mixininheaven |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
  431. AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |COMMON_SET|Manifest: NOSIGNATURE
  432. LeaveMyBarsAlone-v4.0.0-1.19.2-Forge.jar |Leave My Bars Alone |leavemybarsalone |4.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
  433. global_packs-forge-1.19.2-1.14.5_forge.jar |Global Packs |globaldataandresourcepacks |1.14.5_forge |COMMON_SET|Manifest: NOSIGNATURE
  434. structurize-1.19.2-1.0.689-RELEASE.jar |Structurize |structurize |1.19.2-1.0.689-RELEA|ERROR |Manifest: NOSIGNATURE
  435. ImmediatelyFast-Forge-1.2.10+1.19.2.jar |ImmediatelyFast |immediatelyfast |1.2.10+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  436. appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |COMMON_SET|Manifest: NOSIGNATURE
  437. moremobvariants-forge+1.19.2-1.2.0.jar |More Mob Variants |moremobvariants |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
  438. lootr-1.19-0.4.25.67.jar |Lootr |lootr |0.4.25.67 |COMMON_SET|Manifest: NOSIGNATURE
  439. PuzzlesLib-v4.4.3-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.3 |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
  440. Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar |Oh The Biomes You'll Go |byg |2.0.1.6 |COMMON_SET|Manifest: NOSIGNATURE
  441. CorgiLib-forge-1.19.2-1.0.0.34.jar |CorgiLib |corgilib |1.0.0.34 |COMMON_SET|Manifest: NOSIGNATURE
  442. mavapi-1.1.1-mc1.19.2.jar |More Axolotl Variants API |mavapi |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  443. rebind_narrator-forge-1.19.2-2.0.1.jar |Rebind Narrator |rebind_narrator |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  444. deuf-1.19.2-1.3.jar |DEUF - Duplicate Entity UUID F|deuf |1.19.2-1.3 |COMMON_SET|Manifest: NOSIGNATURE
  445. TreeChop-1.19.2-forge-0.18.6.jar |HT's TreeChop |treechop |0.18.6 |COMMON_SET|Manifest: NOSIGNATURE
  446. YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  447. netherportalfix-forge-1.19-10.0.1.jar |NetherPortalFix |netherportalfix |10.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  448. beautify-1.4.3.jar |Beautify |beautify |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE
  449. recipeessentials-1.19.2-3.2.jar |recipeessentials mod |recipeessentials |1.19.2-3.2 |COMMON_SET|Manifest: NOSIGNATURE
  450. aether-1.19.2-1.2.0-forge.jar |The Aether |aether |1.19.2-1.2.0-forge |ERROR |Manifest: NOSIGNATURE
  451. towntalk-1.19.2-1.0.1.jar |TownTalk |towntalk |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  452. naturalist-forge-4.0.3-1.19.2.jar |Naturalist |naturalist |4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
  453. YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  454. dimensionalsycnfixes-1.19.2-0.0.1.jar |DimensionalSycnFixes |dimensionalsycnfixes |1.19.2-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  455. connectivity-1.19.2-4.6.jar |Connectivity Mod |connectivity |1.19.2-4.6 |COMMON_SET|Manifest: NOSIGNATURE
  456. Incendium_1.19.3_v5.1.6.jar |Incendium |incendium |5.1.6 |COMMON_SET|Manifest: NOSIGNATURE
  457. immersive_aircraft-0.7.1+1.19.2-forge.jar |Immersive Aircraft |immersive_aircraft |0.7.1+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  458. gpumemleakfix-1.19.2-1.6.jar |Gpu memory leak fix |gpumemleakfix |1.19.2-1.6 |COMMON_SET|Manifest: NOSIGNATURE
  459. HorseExpert-v4.0.0-1.19.2-Forge.jar |Horse Expert |horseexpert |4.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
  460. Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |COMMON_SET|Manifest: NOSIGNATURE
  461. jumpoverfences-forge-1.19.2-1.1.1.jar |Jump Over Fences |jumpoverfences |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  462. citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE
  463. alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |COMMON_SET|Manifest: NOSIGNATURE
  464. untamedwilds-1.19.2-3.0.4.jar |Untamed Wilds |untamedwilds |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
  465. lootintegrations-1.19.2-3.4.jar |Lootintegrations mod |lootintegrations |1.19.2-3.4 |COMMON_SET|Manifest: NOSIGNATURE
  466. finsandtails-1.19.2-1.0.1.jar |Fins and Tails |finsandtails |1.19.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  467. mixinextras-forge-0.2.0.jar |MixinExtras |mixinextras |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
  468. Item_Obliterator-FORGE-MC1.19.2-1.6.2.jar |Item Obliterator |item_obliterator |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE
  469. Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |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
  470. twigs-forge-1.19.2-3.0.1.jar |Twigs |twigs |1.19.2-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  471. trowels-1.19.2-1.1.0.jar |Trowels |trowels |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  472. mcw-doors-1.1.0forge-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  473. Steam_Rails-1.5.3+forge-mc1.19.2.jar |Create: Steam 'n' Rails |railways |1.5.3+forge-mc1.19.2|ERROR |Manifest: NOSIGNATURE
  474. carryon-forge-1.19.2-2.1.1.22.jar |Carry On |carryon |2.1.1.22 |ERROR |Manifest: NOSIGNATURE
  475. vanillazoom-1.19.2-2.3.jar |Vanilla Zoom |vanillazoom |2.3 |COMMON_SET|Manifest: NOSIGNATURE
  476. dragonfight-1.19.2-4.1.jar |dragonfight mod |dragonfight |1.19.2-4.1 |COMMON_SET|Manifest: NOSIGNATURE
  477. cobblemoninfo-forge-1.19.2-1.0.2.jar |Cobblemon Info |cobblemoninfo |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  478. twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |ERROR |Manifest: NOSIGNATURE
  479. konkrete_forge_1.8.0_MC_1.19-1.19.2.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
  480. EquipmentCompare-1.19.2-forge-1.3.2.jar |Equipment Compare |equipmentcompare |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
  481. better_climbing-forge-2.jar |Better Climbing |better_climbing |2 |COMMON_SET|Manifest: NOSIGNATURE
  482. chipped-forge-1.19.2-2.1.5.jar |Chipped |chipped |2.1.5 |COMMON_SET|Manifest: NOSIGNATURE
  483. friendsandfoes-flowerymooblooms-forge-mc1.19.2-2.0|Friends&Foes - Flowery Moobloo|flowerymooblooms |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  484. mcw-bridges-2.1.1-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  485. FarmersDelight-1.19.2-1.2.4.jar |Farmer's Delight |farmersdelight |1.19.2-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
  486. chefs-delight-1.0.2-forge-1.19.2.jar |Chefs Delight |chefsdelight |1.0.2-forge-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  487. culturaldelights-1.19.2-0.15.5.jar |Cultural Delights |culturaldelights |0.15.5 |COMMON_SET|Manifest: NOSIGNATURE
  488. entity_model_features_forge_1.19.2-1.2.3.jar |Entity Model Features |entity_model_features |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
  489. entity_texture_features_forge_1.19.2-5.2.3.jar |Entity Texture Features |entity_texture_features |5.2.3 |COMMON_SET|Manifest: NOSIGNATURE
  490. fast-ip-ping-mc1.19.4-forge-v1.0.1.jar |Fast IP Ping |fastipping |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  491. CozyHome-2.2.8-1.19.2.jar |Cozy Home |cozy_home |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  492. getittogetherdrops-forge-1.19.2-1.3.jar |Get It Together, Drops! |getittogetherdrops |1.3 |COMMON_SET|Manifest: NOSIGNATURE
  493. endrem_forge-5.2.1-R-1.19.X.jar |End Remastered |endrem |5.2.1-R-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  494. Chunky-1.3.38.jar |Chunky |chunky |1.3.38 |COMMON_SET|Manifest: NOSIGNATURE
  495. AxolotlBucketFix-1.3.0+forge-mc1.19.jar |Axolotl Bucket Fix |axolotlbucketfix |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
  496. mcw-fences-1.1.1-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  497. DiagonalWindows-v4.0.2-1.19.2-Forge.jar |Diagonal Windows |diagonalwindows |4.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
  498. CNB-1.19-1.5.4.jar |Creatures and Beasts |cnb |1.5.4 |COMMON_SET|Manifest: NOSIGNATURE
  499. geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |COMMON_SET|Manifest: NOSIGNATURE
  500. untameddelight-1.19.2-1.1.0.jar |Untamed Delight |untameddelight |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  501. Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |COMMON_SET|Manifest: NOSIGNATURE
  502. blockui-1.19.2-1.0.140-BETA.jar |UI Library Mod |blockui |1.19.2-1.0.140-BETA |ERROR |Manifest: NOSIGNATURE
  503. multipiston-1.19.2-1.2.25-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.25-ALPHA |COMMON_SET|Manifest: NOSIGNATURE
  504. collective-1.19.2-7.30.jar |Collective |collective |7.30 |COMMON_SET|Manifest: NOSIGNATURE
  505. simplehats-forge-1.19.2-0.1.6.jar |SimpleHats |simplehats |1.19.2-0.1.6 |COMMON_SET|Manifest: NOSIGNATURE
  506. realistic_horse_genetics-1.19.2-12.3.jar |Realistic Horse Genetics |horse_colors |1.19.2-12.3 |COMMON_SET|Manifest: NOSIGNATURE
  507. BetterThirdPerson-Forge-1.19-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE
  508. YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |COMMON_SET|Manifest: NOSIGNATURE
  509. resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |ERROR |Manifest: NOSIGNATURE
  510. InventoryProfilesNext-forge-1.19-1.10.9.jar |Inventory Profiles Next |inventoryprofilesnext |1.10.9 |COMMON_SET|Manifest: NOSIGNATURE
  511. BoatBreakFix-Universal-1.0.2.jar |Boat Break Fix |boatbreakfix |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  512. architectury-6.5.90-forge.jar |Architectury |architectury |6.5.90 |COMMON_SET|Manifest: NOSIGNATURE
  513. doapi-1.1.0b.jar |Lets Do Api |doapi |1.1.0b |COMMON_SET|Manifest: NOSIGNATURE
  514. letsdo-vinery-forge-1.3.12b.jar |Vinery |vinery |1.3.12 |COMMON_SET|Manifest: NOSIGNATURE
  515. animal_feeding_trough-1.0.3+1.19.2-forge.jar |Animal Feeding Trough |animal_feeding_trough |1.0.3+1.19.2-forge |COMMON_SET|Manifest: NOSIGNATURE
  516. letsdo-candlelight-forge-1.1.9.jar |Candlelight Dinner |candlelight |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
  517. letsdo-bakery-forge-1.0.6.jar |Bakery |bakery |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
  518. letsdo-meadow-forge-1.2.4.jar |Meadow |meadow |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
  519. cupboard-1.19.2-2.3.jar |Cupboard utilities |cupboard |1.19.2-2.3 |COMMON_SET|Manifest: NOSIGNATURE
  520. trashcans-1.0.18-forge-mc1.19.jar |Trash Cans |trashcans |1.0.18 |COMMON_SET|Manifest: NOSIGNATURE
  521. bwncr-forge-1.19.2-3.14.1.jar |Bad Wither No Cookie Reloaded |bwncr |3.14.1 |COMMON_SET|Manifest: NOSIGNATURE
  522. mavm-1.2.4-mc1.19.2.jar |More Axolotl Variants Mod |mavm |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
  523. letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar |Let Me Despawn |letmedespawn |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
  524. yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar |Yeetus Experimentus |yeetusexperimentus |1.0.1-build.2+mc1.19|COMMON_SET|Manifest: NOSIGNATURE
  525. TradingPost-v4.2.0-1.19.2-Forge.jar |Trading Post |tradingpost |4.2.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
  526. BetterAdvancements-1.19.2-0.2.2.142.jar |Better Advancements |betteradvancements |0.2.2.142 |COMMON_SET|Manifest: NOSIGNATURE
  527. BHMenu-Forge-1.19.2-2.4.1.jar |BHMenu |bhmenu |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE
  528. BedBenefits-Forge-1.19.2-9.2.5.jar |BedBenefits |bedbenefits |9.2.5 |COMMON_SET|Manifest: NOSIGNATURE
  529. betteranimalmodels-1.19-5.6.0-forge.jar |Cyber's Better Animal Models |betteranimalmodels |1.19-5.6.0 |COMMON_SET|Manifest: NOSIGNATURE
  530. compact_storage_forge-5.0.1-1.19.2.jar |Compact Storage |compact_storage |5.0.1-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  531. oculus-flywheel-compat-1.19.2-0.2.1.jar |Oculus Flywheel Compat |irisflw |1.19.2-0.2.1 |COMMON_SET|Manifest: NOSIGNATURE
  532. item-filters-forge-1902.2.9-build.51.jar |Item Filters |itemfilters |1902.2.9-build.51 |COMMON_SET|Manifest: NOSIGNATURE
  533. EasyMagic-v4.3.3-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.3 |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
  534. amwplushies-forge-1.19.2-3.0.2.jar |A Man With Plushies |a_man_with_plushies |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  535. callablehorses-1.19.2-1.2.2.3.jar |Callable Horses |callablehorses |1.2.2.3 |COMMON_SET|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
  536. Ping-Wheel-1.7.1-forge-1.19.2.jar |Ping Wheel |pingwheel |1.7.1 |ERROR |Manifest: NOSIGNATURE
  537. Structory_Towers_1.19.3_v1.0.2.jar |Structory: Towers |structorytowers |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
  538. create-1.19.2-0.5.0.i.jar |Create |create |0.5.0.i |ERROR |Manifest: NOSIGNATURE
  539. createdeco-1.3.3-1.19.2.jar |Create Deco |createdeco |1.3.3-1.19.2 |ERROR |Manifest: NOSIGNATURE
  540. extendedgears-2.1.0-1.19.2-0.5.1.c-forge.jar |Extended Cogwheels |extendedgears |2.1.0-1.19.2-0.5.1.c|ERROR |Manifest: NOSIGNATURE
  541. waystones-forge-1.19.2-11.4.2.jar |Waystones |waystones |11.4.2 |COMMON_SET|Manifest: NOSIGNATURE
  542. Structory_1.19.3_v1.3.1a.jar |Structory |structory |1.3.1a |COMMON_SET|Manifest: NOSIGNATURE
  543. Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |COMMON_SET|Manifest: NOSIGNATURE
  544. journeymap-1.19.2-5.9.7-forge.jar |Journeymap |journeymap |5.9.7 |COMMON_SET|Manifest: NOSIGNATURE
  545. horseinboat-forge-1.1.3.jar |HorseInBoat |horseinboat |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
  546. comforts-forge-6.0.7+1.19.2.jar |Comforts |comforts |6.0.7+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  547. artifacts-1.19.2-5.0.5.jar |Artifacts |artifacts |1.19.2-5.0.5 |COMMON_SET|Manifest: NOSIGNATURE
  548. alternate-current-mc1.19-1.7.0.jar |Alternate Current |alternate_current |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
  549. PermanentSponges-v4.0.0-1.19.2-Forge.jar |Permanent Sponges |permanentsponges |4.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
  550. everycomp-1.19.2-2.5.18.jar |Every Compat |everycomp |1.19.2-2.5.18 |ERROR |Manifest: NOSIGNATURE
  551. YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |COMMON_SET|Manifest: NOSIGNATURE
  552. ExplorersCompass-1.19.2-1.3.0-forge.jar |Explorer's Compass |explorerscompass |1.19.2-1.3.0-forge |COMMON_SET|Manifest: NOSIGNATURE
  553. farsight-1.19.2-3.6.jar |Farsight mod |farsight_view |1.19.2-3.6 |COMMON_SET|Manifest: NOSIGNATURE
  554. QualitysDelight-1.19.2-1.5.3.jar |Quality's Delight |qualitysdelight |1.19.2-1.5.3 |COMMON_SET|Manifest: NOSIGNATURE
  555. oceansdelight-1.0.2-1.19.2.jar |Ocean's Delight |oceansdelight |1.0.2-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  556. Terralith_1.19.3_v2.3.12.jar |Terralith |terralith |2.3.12 |COMMON_SET|Manifest: NOSIGNATURE
  557. inventorypets-1.19.2-2.0.20.jar |Inventory Pets |inventorypets |2.0.20 |COMMON_SET|Manifest: NOSIGNATURE
  558. watut-forge-1.19.2-1.0.14.jar |What Are They Up To |watut |1.19.2-1.0.14 |COMMON_SET|Manifest: NOSIGNATURE
  559. frozenup-1.19.2-2.1.2-forge.jar |Frozen Up |frozenup |2.1.2-forge |COMMON_SET|Manifest: NOSIGNATURE
  560. toofast-1.19-0.2.2.4.jar |Too Fast |toofast |0.2.2.4 |COMMON_SET|Manifest: NOSIGNATURE
  561. xercamusic-1.19.2-1.1.0.jar |Xerca's Music Maker Mod |xercamusic |1.19.2-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
  562. friendsandfoes-forge-mc1.19.2-2.0.9.jar |Friends&Foes |friendsandfoes |2.0.9 |COMMON_SET|Manifest: NOSIGNATURE
  563. simplyswords-forge-1.47.0-1.19.2.jar |Simply Swords |simplyswords |1.47.0-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  564. libIPN-forge-1.19-4.0.1.jar |libIPN |libipn |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  565. EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |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
  566. moonlight-1.19.2-2.3.6-forge.jar |Moonlight Library |moonlight |1.19.2-2.3.6 |COMMON_SET|Manifest: NOSIGNATURE
  567. endermanoverhaul-forge-1.19.2-0.0.1.jar |Enderman Overhaul |endermanoverhaul |0.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  568. MagnumTorch-v4.2.3-1.19.2-Forge.jar |Magnum Torch |magnumtorch |4.2.3 |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
  569. nightlights_1.19.2_1.1.jar |Night Lights |nightlights |1.1 |COMMON_SET|Manifest: NOSIGNATURE
  570. mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  571. Jade-1.19.1-forge-8.9.1.jar |Jade |jade |8.9.1 |COMMON_SET|Manifest: NOSIGNATURE
  572. another_furniture-forge-1.19.2-2.1.4.jar |Another Furniture |another_furniture |1.19.2-2.1.4 |COMMON_SET|Manifest: NOSIGNATURE
  573. friendsandfoes-beekeeperhut-forge-mc1.19.2-2.0.0.j|Friends&Foes - Beekeeper Hut |beekeeperhut |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  574. CullLessLeaves-Reforged-1.0.5.jar |Cull Less Leaves Reforged |culllessleaves |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
  575. highlight-1.0.0-forge.jar |Highlight |highlight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  576. betterstats-2.2.2+1.19.2.jar |Better Statistics Screen |betterstats |2.2.2+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  577. tcdcommons-2.2+1.19.2.jar |TCD Commons API |tcdcommons |2.2+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  578. BarteringStation-v4.0.3-1.19.2-Forge.jar |Bartering Station |barteringstation |4.0.3 |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
  579. plushies-1.2-1.19.2.jar |Plushie Mod |plushies |1.2 |COMMON_SET|Manifest: NOSIGNATURE
  580. Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
  581. CIT Reforged 1.19.jar |CIT Resewn |citresewn |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
  582. Quark-3.4-418.jar |Quark |quark |3.4-418 |ERROR |Manifest: NOSIGNATURE
  583. create-stuff-additions1.19.2_v2.0.4a.jar |Create Stuff & Additions |create_sa |2.0.4. |COMMON_SET|Manifest: NOSIGNATURE
  584. PigPen-Forge-1.19.2-11.1.2.jar |PigPen |pigpen |11.1.2 |COMMON_SET|Manifest: NOSIGNATURE
  585. DiagonalFences-v4.2.6-1.19.2-Forge.jar |Diagonal Fences |diagonalfences |4.2.6 |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
  586. Cobblepedia-forge-0.4.4+1.19.2.jar |Cobblepedia |cobblepedia |0.4.4+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  587. betterchunkloading-1.19.2-2.5.jar |betterchunkloading mod |betterchunkloading |1.19.2-2.5 |COMMON_SET|Manifest: NOSIGNATURE
  588. coroutil-forge-1.19.2-1.3.6.jar |CoroUtil |coroutil |1.19.2-1.3.6 |COMMON_SET|Manifest: NOSIGNATURE
  589. minecolonies-1.19.2-1.1.465-RELEASE.jar |MineColonies |minecolonies |1.19.2-1.1.465-RELEA|ERROR |Manifest: NOSIGNATURE
  590. JadeColonies-1.19.2-1.0.1.jar |JadeColonies |jadecolonies |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
  591. mvs-4.1.1-1.19.2-forge.jar |Moog's Voyager Structures |mvs |4.1.1-1.19.2-forge |COMMON_SET|Manifest: NOSIGNATURE
  592. creeperoverhaul-2.0.9-forge.jar |Creeper Overhaul |creeperoverhaul |2.0.9 |COMMON_SET|Manifest: NOSIGNATURE
  593. automobility-0.4.2+1.19.2-forge.jar |Automobility |automobility |0.4.2+1.19.2-forge |COMMON_SET|Manifest: NOSIGNATURE
  594. alexsdelight-1.4.1.jar |Alex's Delight |alexsdelight |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE
  595. ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |COMMON_SET|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
  596. apexcore-1.19.2-7.3.1.jar |ApexCore |apexcore |7.3.1 |ERROR |Manifest: NOSIGNATURE
  597. fantasyfurniture-1.19.2-6.7.0.jar |Fantasy's Furniture |fantasyfurniture |6.7.0 |COMMON_SET|Manifest: NOSIGNATURE
  598. betterlily-1.1.2.jar |Better Lily Pads |betterlily |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
  599. async-locator-forge-1.19.2-1.3.0.jar |Async Locator |asynclocator |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
  600. charmofundying-forge-6.2.1+1.19.2.jar |Charm of Undying |charmofundying |6.2.1+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  601. bushierflowers-0.0.2-1.19.2.jar |Bushier Flowers |bushierflowers |0.0.2-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  602. PacketFixer-forge-1.19.2-1.2.6.jar |Packet Fixer |packetfixer |1.2.6 |COMMON_SET|Manifest: NOSIGNATURE
  603. BadOptimizations-2.0.0.jar |BadOptimizations |badoptimizations |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  604. expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE
  605. OverflowingBars-v4.0.1-1.19.2-Forge.jar |Overflowing Bars |overflowingbars |4.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
  606. healingcampfire-1.19.2-5.3.jar |Healing Campfire |healingcampfire |5.3 |COMMON_SET|Manifest: NOSIGNATURE
  607. Crash Report UUID: a5a0d45f-355a-4650-84f3-bf819e083b07
  608. FML: 43.3
  609. Forge: net.minecraftforge:43.3.8
  610. Flywheel Backend: Uninitialized
  611. FramedBlocks BlockEntity Warning: Not applicable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement