Facebook
From Subtle Tamarin, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 186
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 2023-04-17 05:22:49
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Registry Object not present: emendatusenigmatica:enigmatic_hammer
  8.         at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
  9.         at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19.2-43.2.8-universal.jar%23884!/:?] {re:mixin,re:classloading}
  10.         at com.ridanisaurus.emendatusenigmatica.datagen.LangGen.addTranslations(LangGen.java:50) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  11.         at com.ridanisaurus.emendatusenigmatica.datagen.base.EELangProvider.m_213708_(EELangProvider.java:65) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  12.         at net.minecraft.data.DataGenerator.m_123917_(DataGenerator.java:57) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading}
  13.         at com.ridanisaurus.emendatusenigmatica.EmendatusEnigmatica.generate(EmendatusEnigmatica.java:121) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  14.         at com.ridanisaurus.emendatusenigmatica.datagen.base.GeneratedPack.<init>(GeneratedPack.java:50) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  15.         at com.ridanisaurus.emendatusenigmatica.datagen.base.EEPackFinder.lambda$loadPacks$0(EEPackFinder.java:48) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  16.         at net.minecraft.server.packs.repository.Pack.m_10430_(Pack.java:35) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading}
  17.         at com.ridanisaurus.emendatusenigmatica.datagen.base.EEPackFinder.m_7686_(EEPackFinder.java:47) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  18.         at net.minecraft.server.packs.repository.PackRepository.m_10526_(PackRepository.java:47) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  19.         at net.minecraft.server.packs.repository.PackRepository.m_10506_(PackRepository.java:39) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  20.         at net.minecraft.client.Minecraft.<init>(Minecraft.java:469) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,pl:mixin:A,pl:runtimedistcleaner:A}
  21.         at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  22.         at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  23.         at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  24.         at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  25.         at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  26.         at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  27.         at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.8.jar%2395!/:?] {}
  28.         at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {}
  29.         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {}
  30.         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {}
  31.         at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {}
  32.         at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {}
  33.         at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {}
  34.         at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {}
  35.         at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- Head --
  42. Thread: Render thread
  43. Stacktrace:
  44.         at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin}
  45.         at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19.2-43.2.8-universal.jar%23884!/:?] {re:mixin,re:classloading}
  46.         at com.ridanisaurus.emendatusenigmatica.datagen.LangGen.addTranslations(LangGen.java:50) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  47.         at com.ridanisaurus.emendatusenigmatica.datagen.base.EELangProvider.m_213708_(EELangProvider.java:65) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  48.         at net.minecraft.data.DataGenerator.m_123917_(DataGenerator.java:57) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading}
  49.         at com.ridanisaurus.emendatusenigmatica.EmendatusEnigmatica.generate(EmendatusEnigmatica.java:121) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  50.         at com.ridanisaurus.emendatusenigmatica.datagen.base.GeneratedPack.<init>(GeneratedPack.java:50) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  51.         at com.ridanisaurus.emendatusenigmatica.datagen.base.EEPackFinder.lambda$loadPacks$0(EEPackFinder.java:48) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  52.         at net.minecraft.server.packs.repository.Pack.m_10430_(Pack.java:35) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading}
  53.         at com.ridanisaurus.emendatusenigmatica.datagen.base.EEPackFinder.m_7686_(EEPackFinder.java:47) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23633!/:2.1.4-build.58+mc1.19.2] {re:classloading}
  54.         at net.minecraft.server.packs.repository.PackRepository.m_10526_(PackRepository.java:47) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  55.         at net.minecraft.server.packs.repository.PackRepository.m_10506_(PackRepository.java:39) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  56.         at net.minecraft.client.Minecraft.<init>(Minecraft.java:469) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,pl:mixin:A,pl:runtimedistcleaner:A}
  57. -- Initialization --
  58. Details:
  59.         Modules:
  60.                 ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  61.                 AppXDeploymentClient.dll:AppX Deployment Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  62.                 COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
  63.                 CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  64.                 CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  65.                 CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  66.                 CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  67.                 CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.608:Microsoft Corporation
  68.                 DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  69.                 DEVOBJ.dll:Device Information Set DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  70.                 DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  71.                 DWMAPI.DLL:Microsoft Desktop Window Manager API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  72.                 GDI32.dll:GDI Client DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  73.                 GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  74.                 IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  75.                 IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  76.                 KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
  77.                 KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
  78.                 MSASN1.dll:ASN.1 Runtime APIs:10.0.22621.819 (WinBuild.160101.0800):Microsoft Corporation
  79.                 MSCTF.dll:MSCTF Server DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  80.                 MpOav.dll:IOfficeAntiVirus Module:4.18.2303.8 (WinBuild.160101.0800):Microsoft Corporation
  81.                 NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  82.                 NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  83.                 OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  84.                 POWRPROF.dll:Power Profile Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  85.                 PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  86.                 Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  87.                 RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  88.                 SETUPAPI.dll:Windows Setup API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  89.                 SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  90.                 SHELL32.dll:Windows Shell Common Dll:10.0.22621.755 (WinBuild.160101.0800):Microsoft Corporation
  91.                 UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  92.                 USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  93.                 USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  94.                 VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  95.                 VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  96.                 WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  97.                 WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  98.                 WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
  99.                 WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  100.                 WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  101.                 WindowsCodecs.dll:Microsoft Windows Codecs Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  102.                 amdihk64.dll:Radeon Settings: Host Service:2,00,00,1788:Advanced Micro Devices, Inc.
  103.                 amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  104.                 apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  105.                 aticfx64.dll:aticfx64.dll:8.17.10.1698:Advanced Micro Devices, Inc.
  106.                 atig6pxx.dll:atiglpxx.dll:8.14.01.6564:Advanced Micro Devices, Inc.
  107.                 atio6axx.dll:AMD OpenGL Driver:23.03.230121_8e1c912:Advanced Micro Devices, Inc
  108.                 atiu9p64.dll:atiu9pag.dll:8.14.01.6564:Advanced Micro Devices, Inc.
  109.                 atiumd64.dll:atiumd64.dll:9.14.10.01525:Advanced Micro Devices, Inc.
  110.                 atiumd6a.dll:Radeon Video Acceleration Universal Driver:8.14.10.0772:Advanced Micro Devices, Inc.
  111.                 awt.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  112.                 bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  113.                 bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  114.                 cfgmgr32.dll:Configuration Manager DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  115.                 clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
  116.                 combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  117.                 d3d9.dll:Direct3D 9 Runtime:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  118.                 dataexchange.dll:Data exchange:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  119.                 dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  120.                 dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  121.                 dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  122.                 dinput8.dll:Microsoft DirectInput:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  123.                 directxdatabasehelper.dll:DirectXDatabaseHelper:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
  124.                 dxcore.dll:DXCore:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  125.                 fastprox.dll:WMI Custom Marshaller:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  126.                 fontmanager.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  127.                 freetype.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  128.                 fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  129.                 gdi32full.dll:GDI Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  130.                 glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
  131.                 icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  132.                 inputhost.dll:InputHost:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  133.                 java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  134.                 javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft
  135.                 jemalloc.dll
  136.                 jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  137.                 jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  138.                 jna7262840554537910646.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)
  139.                 jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  140.                 jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft
  141.                 kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  142.                 lwjgl.dll
  143.                 lwjgl_opengl.dll
  144.                 lwjgl_stb.dll
  145.                 management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  146.                 management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  147.                 mscms.dll:Microsoft Color Matching System DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  148.                 msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  149.                 msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  150.                 msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  151.                 mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  152.                 napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  153.                 ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  154.                 net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  155.                 nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  156.                 nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  157.                 ntdll.dll:NT Layer DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
  158.                 ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  159.                 opengl32.dll:OpenGL Client DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  160.                 perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  161.                 pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  162.                 pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  163.                 profapi.dll:User Profile Basic API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  164.                 rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  165.                 rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  166.                 sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  167.                 shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  168.                 sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  169.                 textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
  170.                 twinapi.appcore.dll:twinapi.appcore:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  171.                 ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  172.                 uxtheme.dll:Microsoft UxTheme Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  173.                 vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
  174.                 verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  175.                 wbemcomn.dll:WMI:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  176.                 wbemprox.dll:WMI:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  177.                 wbemsvc.dll:WMI:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  178.                 win32u.dll:Win32u:10.0.22621.1555 (WinBuild.160101.0800):Microsoft Corporation
  179.                 windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
  180.                 winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  181.                 wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  182.                 wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  183.                 xinput1_4.dll:Microsoft Common Controller API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
  184.                 zip.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
  185. Stacktrace:
  186.         at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  187.         at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23879!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  188.         at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  189.         at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  190.         at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  191.         at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  192.         at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.8.jar%2395!/:?] {}
  193.         at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {}
  194.         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {}
  195.         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {}
  196.         at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {}
  197.         at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {}
  198.         at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {}
  199.         at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {}
  200.         at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
  201.  
  202.  
  203. -- System Details --
  204. Details:
  205.         Minecraft Version: 1.19.2
  206.         Minecraft Version ID: 1.19.2
  207.         Operating System: Windows 10 (amd64) version 10.0
  208.         Java Version: 17.0.3, Microsoft
  209.         Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  210.         Memory: 2382543488 bytes (2272 MiB) / 4143972352 bytes (3952 MiB) up to 7415529472 bytes (7072 MiB)
  211.         CPUs: 8
  212.         Processor Vendor: AuthenticAMD
  213.         Processor Name: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx  
  214.         Identifier: AuthenticAMD Family 23 Model 24 Stepping 1
  215.         Microarchitecture: Zen / Zen+
  216.         Frequency (GHz): 2.10
  217.         Number of physical packages: 1
  218.         Number of physical CPUs: 4
  219.         Number of logical CPUs: 8
  220.         Graphics card #0 name: AMD Radeon(TM) Vega 8 Graphics
  221.         Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
  222.         Graphics card #0 VRAM (MB): 2048.00
  223.         Graphics card #0 deviceId: 0x15d8
  224.         Graphics card #0 versionInfo: DriverVersion=31.0.14037.1007
  225.         Graphics card #1 name: Radeon RX 560X Series
  226.         Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002)
  227.         Graphics card #1 VRAM (MB): 4095.00
  228.         Graphics card #1 deviceId: 0x67ef
  229.         Graphics card #1 versionInfo: DriverVersion=31.0.14037.1007
  230.         Memory slot #0 capacity (MB): 8192.00
  231.         Memory slot #0 clockSpeed (GHz): 2.67
  232.         Memory slot #0 type: DDR4
  233.         Memory slot #1 capacity (MB): 8192.00
  234.         Memory slot #1 clockSpeed (GHz): 2.67
  235.         Memory slot #1 type: DDR4
  236.         Virtual memory max (MB): 20930.64
  237.         Virtual memory used (MB): 12778.18
  238.         Swap memory total (MB): 6656.00
  239.         Swap memory used (MB): 53.74
  240.         JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx7072m -Xms256m
  241.         Loaded Shaderpack: ComplementaryReimagined_r1.2.2.zip
  242.                 Profile: Custom (+16 options changed by user)
  243.         Launched Version: forge-43.2.8
  244.         Backend library: LWJGL version 3.3.1 build 7
  245.         Backend API: Radeon RX 560X Series GL version 3.2.0 Core Profile Context 23.3.1.230305, ATI Technologies Inc.
  246.         Window size: <not initialized>
  247.         GL Caps: Using framebuffer using OpenGL 3.2
  248.         GL debug messages:
  249.         Using VBOs: Yes
  250.         Is Modded: Definitely; Client brand changed to 'forge'
  251.         Type: Client (map_client.txt)
  252.         CPU: 8x AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx
  253.         ModLauncher: 10.0.8+10.0.8+main.0ef7e830
  254.         ModLauncher launch target: forgeclient
  255.         ModLauncher naming: srg
  256.         ModLauncher services:
  257.                 mixin-0.8.5.jar mixin PLUGINSERVICE
  258.                 eventbus-6.0.3.jar eventbus PLUGINSERVICE
  259.                 fmlloader-1.19.2-43.2.8.jar slf4jfixer PLUGINSERVICE
  260.                 fmlloader-1.19.2-43.2.8.jar object_holder_definalize PLUGINSERVICE
  261.                 fmlloader-1.19.2-43.2.8.jar runtime_enum_extender PLUGINSERVICE
  262.                 fmlloader-1.19.2-43.2.8.jar capability_token_subclass PLUGINSERVICE
  263.                 accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  264.                 fmlloader-1.19.2-43.2.8.jar runtimedistcleaner PLUGINSERVICE
  265.                 modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
  266.                 modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
  267.         FML Language Providers:
  268.                 [email protected]
  269.                 javafml@null
  270.                 [email protected]
  271.                 lowcodefml@null
  272.         Mod List:
  273.                 saturn-mc1.19.2-0.0.1.jar                         |Saturn                        |saturn                        |0.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  274.                 adaptive_performance_tweaks_core_1.19.2-6.7.0.jar |APTweaks: Core                |adaptive_performance_tweaks_co|6.7.0               |COMMON_SET|Manifest: NOSIGNATURE
  275.                 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
  276.                 habitat-1.2.2.jar                                 |Habitat                       |habitat                       |1.2.2               |COMMON_SET|Manifest: NOSIGNATURE
  277.                 entangledfix-1.0.jar                              |Entangled Fix                 |entangledfix                  |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
  278.                 supermartijn642configlib-1.1.6b-forge-mc1.19.jar  |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.6b              |COMMON_SET|Manifest: NOSIGNATURE
  279.                 infernal-expansion-1.19.2-2.5.3.jar               |Infernal Expansion            |infernalexp                   |2.5.1               |COMMON_SET|Manifest: NOSIGNATURE
  280.                 riverredux-0.3.0+forge.jar                        |RiverRedux                    |riverredux                    |0.3.0               |COMMON_SET|Manifest: NOSIGNATURE
  281.                 botarium-forge-1.19.2-1.8.2.jar                   |Botarium                      |botarium                      |1.8.2               |COMMON_SET|Manifest: NOSIGNATURE
  282.                 WorldDataLoader-1.19-1.0.jar                      |World Data Loader             |worlddataloader               |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
  283.                 paragon-forge-3.0.2-1.19x.jar                     |Paragon                       |paragon                       |3.0.2               |COMMON_SET|Manifest: NOSIGNATURE
  284.                 Entity_Collision_FPS_Fix-forge-1.19-2.0.0.0.jar   |Entity Collision FPS Fix      |entitycollisionfpsfix         |2.0.0.0             |COMMON_SET|Manifest: NOSIGNATURE
  285.                 valhelsia_furniture-forge-1.19.2-1.1.0.jar        |Valhelsia Furniture           |valhelsia_furniture           |1.19.2-1.1.0        |COMMON_SET|Manifest: NOSIGNATURE
  286.                 rubidium-0.6.2a.jar                               |Rubidium                      |rubidium                      |0.6.2a              |COMMON_SET|Manifest: NOSIGNATURE
  287.                 CTM-1.19.2-1.1.6+8.jar                            |ConnectedTexturesMod          |ctm                           |1.19.2-1.1.6+8      |COMMON_SET|Manifest: NOSIGNATURE
  288.                 modernfix-mc1.19.2-3.3.0.jar                      |ModernFix                     |modernfix                     |3.3.0               |COMMON_SET|Manifest: NOSIGNATURE
  289.                 VillagersPlus_1.2_(FORGE)_for_1.19.2.jar          |Villagers Plus                |villagersplus                 |1.2                 |COMMON_SET|Manifest: NOSIGNATURE
  290.                 Powah-4.0.8.jar                                   |Powah                         |powah                         |4.0.8               |COMMON_SET|Manifest: NOSIGNATURE
  291.                 YungsApi-1.19.2-Forge-3.8.9.jar                   |YUNG's API                    |yungsapi                      |1.19.2-Forge-3.8.9  |COMMON_SET|Manifest: NOSIGNATURE
  292.                 MaxHealthFix-Forge-1.19.2-8.0.1.jar               |MaxHealthFix                  |maxhealthfix                  |8.0.1               |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
  293.                 BotanyPotsTiers-Forge-1.19.2-3.3.2.jar            |BotanyPotsTiers               |botanypotstiers               |3.3.2               |COMMON_SET|Manifest: NOSIGNATURE
  294.                 vinery-1.19.2-1.1.7.jar                           |Vinery                        |vinery                        |1.1.7               |COMMON_SET|Manifest: NOSIGNATURE
  295.                 guardvillagers-1.19.2-1.5.5.jar                   |Guard Villagers               |guardvillagers                |1.19.2-1.5.5        |COMMON_SET|Manifest: NOSIGNATURE
  296.                 Apotheosis-1.19.2-6.1.5.jar                       |Apotheosis                    |apotheosis                    |6.1.5               |COMMON_SET|Manifest: NOSIGNATURE
  297.                 balm-forge-1.19.2-4.5.7.jar                       |Balm                          |balm                          |4.5.7               |COMMON_SET|Manifest: NOSIGNATURE
  298.                 SnowRealMagic-1.19.2-forge-6.5.0.jar              |Snow! Real Magic!             |snowrealmagic                 |6.5.0               |COMMON_SET|Manifest: NOSIGNATURE
  299.                 whatareyouvotingfor2022-1.19.2-1.9.jar            |What Are You Voting For?      |whatareyouvotingfor           |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
  300.                 JustEnoughResources-1.19.2-1.2.2.200.jar          |Just Enough Resources         |jeresources                   |1.2.2.200           |COMMON_SET|Manifest: NOSIGNATURE
  301.                 chat_heads-0.10.8-forge-1.19.2.jar                |Chat Heads                    |chat_heads                    |0.10.8              |COMMON_SET|Manifest: NOSIGNATURE
  302.                 YungsBetterNetherFortresses-1.19.2-Forge-1.0.5.jar|YUNG's Better Nether Fortresse|betterfortresses              |1.19.2-Forge-1.0.5  |COMMON_SET|Manifest: NOSIGNATURE
  303.                 Paraglider-1.19.2-1.7.0.5.jar                     |Paraglider                    |paraglider                    |1.7.0.5             |COMMON_SET|Manifest: NOSIGNATURE
  304.                 cloth-config-8.2.88-forge.jar                     |Cloth Config v8 API           |cloth_config                  |8.2.88              |COMMON_SET|Manifest: NOSIGNATURE
  305.                 soundphysics-forge-1.19.2-1.0.18.jar              |Sound Physics Remastered      |sound_physics_remastered      |1.19.2-1.0.18       |COMMON_SET|Manifest: NOSIGNATURE
  306.                 ctov-3.1.8.jar                                    |ChoiceTheorem's Overhauled Vil|ctov                          |3.1.8               |COMMON_SET|Manifest: NOSIGNATURE
  307.                 geophilic‐1.19-2.0.0.jar                          |Geophilic                     |geophilic                     |1.19-2.0.0          |COMMON_SET|Manifest: NOSIGNATURE
  308.                 AdvancementPlaques-1.19.2-1.4.7.jar               |Advancement Plaques           |advancementplaques            |1.4.7               |COMMON_SET|Manifest: NOSIGNATURE
  309.                 structure_gel-1.19.2-2.7.2.jar                    |Structure Gel API             |structure_gel                 |2.7.2               |ERROR     |Manifest: NOSIGNATURE
  310.                 TaxOceanVillager+M.1.19+ForM-1.1.2.jar            |Tax' Ocean Villager           |taxov                         |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
  311.                 handcrafted-forge-1.19.2-2.0.6.jar                |Handcrafted                   |handcrafted                   |2.0.6               |COMMON_SET|Manifest: NOSIGNATURE
  312.                 repurposed_structures_forge-6.3.21+1.19.2.jar     |Repurposed Structures         |repurposed_structures         |6.3.21+1.19.2       |COMMON_SET|Manifest: NOSIGNATURE
  313.                 morevillagers-forge-1.19-4.0.3.jar                |More Villagers                |morevillagers                 |4.0.3               |COMMON_SET|Manifest: NOSIGNATURE
  314.                 Thatched-forge-1.19.2-1.2.0.jar                   |Thatched                      |thatched                      |1.2.0               |COMMON_SET|Manifest: NOSIGNATURE
  315.                 dungeons_plus-1.19.2-1.3.1.jar                    |Dungeons Plus                 |dungeons_plus                 |1.3.1               |COMMON_SET|Manifest: NOSIGNATURE
  316.                 sleep_tight-1.19.2-1.0.15.jar                     |Sleep Tight                   |sleep_tight                   |1.19.2-1.0.15       |COMMON_SET|Manifest: NOSIGNATURE
  317.                 heyberryshutup-1.19-0.2.0.3.jar                   |Hey Berry! SHUT UP            |heyberryshutup                |1.19-0.2.0.3        |COMMON_SET|Manifest: NOSIGNATURE
  318.                 Modpack Configuration Checker-1.19.x-v1.9.5.jar   |Modpack Config Checker        |concheckrmd                   |1.19.x-v1.9.5       |COMMON_SET|Manifest: NOSIGNATURE
  319.                 supermartijn642corelib-1.1.7-forge-mc1.19.jar     |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.7               |COMMON_SET|Manifest: NOSIGNATURE
  320.                 (1.19.2)+1.0.6+Sanity+And+Insanity.jar            |Sanity & Insanity             |sanity_and_insanity           |1.0.6               |COMMON_SET|Manifest: NOSIGNATURE
  321.                 YungsBridges-1.19.2-Forge-3.1.0.jar               |YUNG's Bridges                |yungsbridges                  |1.19.2-Forge-3.1.0  |COMMON_SET|Manifest: NOSIGNATURE
  322.                 Botania-1.19.2-438-FORGE.jar                      |Botania                       |botania                       |1.19.2-438-FORGE    |COMMON_SET|Manifest: NOSIGNATURE
  323.                 resourcefulconfig-forge-1.19.2-1.0.20.jar         |Resourcefulconfig             |resourcefulconfig             |1.0.20              |COMMON_SET|Manifest: NOSIGNATURE
  324.                 DarkerDepths-1.19.2-1.0.0.jar                     |Darker Depths                 |darkerdepths                  |1.19-1.0.7          |COMMON_SET|Manifest: NOSIGNATURE
  325.                 Highlighter-1.19.1-1.1.4.jar                      |Highlighter                   |highlighter                   |1.1.4               |COMMON_SET|Manifest: NOSIGNATURE
  326.                 Philips-ruins1.19.2-5.4.jar                       |Philip's ruins                |philipsruins                  |5.4                 |COMMON_SET|Manifest: NOSIGNATURE
  327.                 curios-forge-1.19.2-5.1.3.0.jar                   |Curios API                    |curios                        |1.19.2-5.1.3.0      |COMMON_SET|Manifest: NOSIGNATURE
  328.                 lightspeed-1.19.2-1.0.3.jar                       |Lightspeed                    |lightspeed                    |1.19.2-1.0.3        |COMMON_SET|Manifest: NOSIGNATURE
  329.                 corail_woodcutter-1.19.2-2.5.2.jar                |Corail Woodcutter             |corail_woodcutter             |2.5.2               |COMMON_SET|Manifest: NOSIGNATURE
  330.                 solsweetpotato-1.19.2-2.0.0.jar                   |Spice of Life: Sweet Potato Ed|solsweetpotato                |1.19.2-2.0.0        |COMMON_SET|Manifest: NOSIGNATURE
  331.                 oculus-mc1.19.2-1.2.8a.jar                        |Oculus                        |oculus                        |1.2.8a              |COMMON_SET|Manifest: NOSIGNATURE
  332.                 ragnagoblin-1.19.2-1.2-beta.jar                   |Ragna Goblin                  |ragnagoblin                   |1.19.2-1.2-beta     |COMMON_SET|Manifest: NOSIGNATURE
  333.                 FramedBlocks-6.8.3.jar                            |FramedBlocks                  |framedblocks                  |6.8.3               |COMMON_SET|Manifest: NOSIGNATURE
  334.                 YungsExtras-1.19.2-Forge-3.1.0.jar                |YUNG's Extras                 |yungsextras                   |1.19.2-Forge-3.1.0  |COMMON_SET|Manifest: NOSIGNATURE
  335.                 overweightfarming-1.19.2-2.0.1-forge.jar          |Overweight Farming            |overweight_farming            |1.19.2-2.0.0-forge  |COMMON_SET|Manifest: NOSIGNATURE
  336.                 abundant_atmosphere-1.19.2-1.0.2.jar              |Abundant Atmosphere           |abundant_atmosphere           |1.0.2-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  337.                 pluto-mc1.19.2-0.0.9.jar                          |Pluto                         |pluto                         |0.0.9               |COMMON_SET|Manifest: NOSIGNATURE
  338.                 constructionwand-1.19.2-2.10.jar                  |Construction Wand             |constructionwand              |1.19.2-2.10         |COMMON_SET|Manifest: NOSIGNATURE
  339.                 mutantmore-1.19.2-early-access-1.0.7.jar          |Mutant More                   |mutantmore                    |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
  340.                 Chimes-1.1.4-1.19.jar                             |Chimes                        |chimes                        |1.1.4               |COMMON_SET|Manifest: NOSIGNATURE
  341.                 the_bumblezone_forge-6.7.10-beta4+1.19.2.jar      |The Bumblezone                |the_bumblezone                |6.7.10-beta4+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
  342.                 JadeAddons-1.19.2-forge-3.4.0.jar                 |Jade Addons                   |jadeaddons                    |3.4.0               |COMMON_SET|Manifest: NOSIGNATURE
  343.                 windswept-1.19.2-2.2.2.jar                        |Windswept                     |windswept                     |2.2.2               |COMMON_SET|Manifest: NOSIGNATURE
  344.                 bettas-forge-1.19.2-1.1.0.jar                     |Bettas                        |bettas                        |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  345.                 CodeChickenLib-1.19.2-4.3.1.481-universal.jar     |CodeChicken Lib               |codechickenlib                |4.3.1.481           |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  346.                 YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar      |YUNG's Better Mineshafts      |bettermineshafts              |1.19.2-Forge-3.2.0  |COMMON_SET|Manifest: NOSIGNATURE
  347.                 EnchantingInfuser-v4.2.2-1.19.2-Forge.jar         |Enchanting Infuser            |enchantinginfuser             |4.2.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
  348.                 sliceanddice-2.0.3.jar                            |Create Slice & Dice           |sliceanddice                  |2.0.3               |COMMON_SET|Manifest: NOSIGNATURE
  349.                 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
  350.                 NekosEnchantedBooks-1.19-1.8.0.jar                |Neko's Enchanted Books        |nebs                          |1.8.0               |COMMON_SET|Manifest: NOSIGNATURE
  351.                 dungeons_libraries-1.19.2-3.0.9-beta.jar          |Dungeons Libraries            |dungeons_libraries            |1.19.2-3.0.9-beta   |COMMON_SET|Manifest: NOSIGNATURE
  352.                 vitalize-forge-1.19.2-1.1.1.jar                   |Vitalize                      |vitalize                      |1.1.1               |COMMON_SET|Manifest: NOSIGNATURE
  353.                 randombonemealflowers-1.19.2-4.1.jar              |Random Bone Meal Flowers      |randombonemealflowers         |4.1                 |COMMON_SET|Manifest: NOSIGNATURE
  354.                 dungeons_gear-1.19.2-5.0.4-beta.jar               |Dungeons Gear                 |dungeons_gear                 |1.19.2-5.0.4-beta   |COMMON_SET|Manifest: NOSIGNATURE
  355.                 dangerousstonecutter-forge-mc1.19-1.7.2.jar       |Dangerous Stone Cutter        |dangerousstonecutter          |1.7.2               |COMMON_SET|Manifest: NOSIGNATURE
  356.                 SmartBrainLib-forge-1.19.2-1.9.jar                |SmartBrainLib                 |smartbrainlib                 |1.9                 |COMMON_SET|Manifest: NOSIGNATURE
  357.                 TES-forge-1.19.2-1.1.jar                          |TES                           |tslatentitystatus             |1.1                 |COMMON_SET|Manifest: NOSIGNATURE
  358.                 Kiwi-1.19.1-forge-8.3.4.jar                       |Kiwi                          |kiwi                          |8.3.4               |COMMON_SET|Manifest: NOSIGNATURE
  359.                 JustEnoughAdvancements-1.19-4.0.2.jar             |Just Enough Advancements      |jea                           |1.19-4.0.2          |COMMON_SET|Manifest: NOSIGNATURE
  360.                 coralreef-forge-1.19-1.0.2.jar                    |Coral Reef                    |coralreef                     |1.19-1.0.2          |COMMON_SET|Manifest: NOSIGNATURE
  361.                 cgm-1.3.4-1.19.2.jar                              |MrCrayfish's Gun Mod          |cgm                           |1.3.4               |COMMON_SET|Manifest: NOSIGNATURE
  362.                 rechiseled-1.0.12a-forge-mc1.19.jar               |Rechiseled                    |rechiseled                    |1.0.12a             |COMMON_SET|Manifest: NOSIGNATURE
  363.                 mining_helmet-1.19-2.1.1.jar                      |Mining Helmet                 |mining_helmet                 |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
  364.                 jei-1.19.2-forge-11.6.0.1013.jar                  |Just Enough Items             |jei                           |11.6.0.1013         |COMMON_SET|Manifest: NOSIGNATURE
  365.                 AttributeFix-Forge-1.19.2-17.2.6.jar              |AttributeFix                  |attributefix                  |17.2.6              |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
  366.                 MobsPropertiesRandomness-4.2.0-mc1.19.2.jar       |Mobs Properties Randomness    |mobspropertiesrandomness      |4.2.0               |COMMON_SET|Manifest: NOSIGNATURE
  367.                 goblintraders-1.8.0-1.19.2.jar                    |Goblin Traders                |goblintraders                 |1.8.0               |COMMON_SET|Manifest: NOSIGNATURE
  368.                 Mekanism-1.19.2-10.3.8.477.jar                    |Mekanism                      |mekanism                      |10.3.8              |COMMON_SET|Manifest: NOSIGNATURE
  369.                 seals-1.19.2-3.0.3.jar                            |Seals                         |seals                         |3.0.3               |COMMON_SET|Manifest: NOSIGNATURE
  370.                 caelus-forge-1.19.2-3.0.0.6.jar                   |Caelus API                    |caelus                        |1.19.2-3.0.0.6      |COMMON_SET|Manifest: NOSIGNATURE
  371.                 shutupexperimentalsettings-1.0.5.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
  372.                 integrated_api_forge-1.2.7+1.19.2.jar             |Integrated API                |integrated_api                |1.2.7+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  373.                 NaturesCompass-1.19.2-1.10.0-forge.jar            |Nature's Compass              |naturescompass                |1.19.2-1.10.0-forge |COMMON_SET|Manifest: NOSIGNATURE
  374.                 LibX-1.19.2-4.2.8.jar                             |LibX                          |libx                          |1.19.2-4.2.8        |COMMON_SET|Manifest: NOSIGNATURE
  375.                 BotanyPots-Forge-1.19.2-9.0.31.jar                |BotanyPots                    |botanypots                    |9.0.31              |COMMON_SET|Manifest: NOSIGNATURE
  376.                 starlight-1.1.1+forge.cf5b10b.jar                 |Starlight                     |starlight                     |1.1.1+forge.a3aea74 |COMMON_SET|Manifest: NOSIGNATURE
  377.                 BeeFix-1.19-1.0.7.jar                             |Bee Fix                       |beefix                        |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
  378.                 OreBerries-Replanted-1.19.2-0.2.1.jar             |Oreberries Replanted          |oreberriesreplanted           |0.2.1               |COMMON_SET|Manifest: NOSIGNATURE
  379.                 memoryleakfix-forge-1.17+-1.0.0.jar               |Memory Leak Fix               |memoryleakfix                 |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  380.                 forge-1.19.2-43.2.8-universal.jar                 |Forge                         |forge                         |43.2.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
  381.                 silent-gear-1.19.2-3.2.2.jar                      |Silent Gear                   |silentgear                    |3.2.2               |COMMON_SET|Manifest: NOSIGNATURE
  382.                 Villager Comfort-1.19.2-1.0.0.jar                 |Villager Comfort              |villagercomfort               |1.19.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE
  383.                 extractinator-forge-1.19.2-2.0.1.jar              |Extractinator                 |extractinator                 |2.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  384.                 Zombie Friends 1.18-1.19-1.0.3.jar                |Zombie Friends                |zombiefriends                 |1.0.3               |COMMON_SET|Manifest: NOSIGNATURE
  385.                 Log-Begone-Forge-1.19-1.0.5.jar                   |Log Begone                    |logbegone                     |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
  386.                 ImmersiveFX 1.0.0 1.19.2.jar                      |§3ImmersiveFX                 |dsurround                     |5.1                 |COMMON_SET|Manifest: NOSIGNATURE
  387.                 idas_forge-1.7.0+1.19.2.jar                       |Integrated Dungeons and Struct|idas                          |1.7.0+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  388.                 ferdinandsflowers-2.01-1.19.2.jar                 |Ferdinand's Flowers           |ferdinandsflowers             |2.01-1.19.2         |COMMON_SET|Manifest: NOSIGNATURE
  389.                 tectonic-mod-mc1.19.2-v1.1.9b.jar                 |Tectonic                      |tectonic                      |1.1.9b              |COMMON_SET|Manifest: NOSIGNATURE
  390.                 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
  391.                 EE_Thermal_Addon-1.0.0-build.7+mc1.19.2.jar       |EE:Thermal                    |ee_thermal_addon              |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  392.                 cofh_core-1.19.2-10.2.1.40.jar                    |CoFH Core                     |cofh_core                     |10.2.1              |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  393.                 thermal_core-1.19.2-10.2.0.5.jar                  |Thermal Series                |thermal                       |10.2.0.5            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  394.                 thermal_foundation-1.19.2-10.2.0.47.jar           |Thermal Foundation            |thermal_foundation            |10.2.0.47           |COMMON_SET|Manifest: NOSIGNATURE
  395.                 EE_Ars_Nouveau_Addon-1.0.0-build.4+mc1.19.2.jar   |EE:Ars Nouveau                |ee_ars_nouveau_addon          |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  396.                 TerraBlender-forge-1.19.2-2.0.1.136.jar           |TerraBlender                  |terrablender                  |2.0.1.136           |COMMON_SET|Manifest: NOSIGNATURE
  397.                 MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |COMMON_SET|Manifest: NOSIGNATURE
  398.                 EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar   |Emendatus Enigmatica          |emendatusenigmatica           |1.19.2-2.1.4        |COMMON_SET|Manifest: NOSIGNATURE
  399.                 HeardMentality-Forge-1.19.2-8.0.1.jar             |HeardMentality                |herdmentality                 |8.0.1               |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
  400.                 spectrelib-forge-0.11.0+1.19.jar                  |SpectreLib                    |spectrelib                    |0.11.0+1.19         |COMMON_SET|Manifest: NOSIGNATURE
  401.                 Ding-1.19.2-Forge-1.4.0.jar                       |Ding                          |ding                          |1.4.0               |COMMON_SET|Manifest: NOSIGNATURE
  402.                 Ksyxis-Forge1.17-1.1.jar                          |Ksyxis                        |ksyxis                        |1.1                 |COMMON_SET|Manifest: NOSIGNATURE
  403.                 mmt-UP0.3b-1.19.2-morematerials.jar               |More Materials                |mmt                           |0.2a-1.19.2-moremate|COMMON_SET|Manifest: NOSIGNATURE
  404.                 kffmod-3.11.0.jar                                 |Kotlin For Forge              |kotlinforforge                |3.11.0              |COMMON_SET|Manifest: NOSIGNATURE
  405.                 betterfpsdist-1.19.2-1.8.jar                      |betterfpsdist mod             |betterfpsdist                 |1.19.2-1.8          |COMMON_SET|Manifest: NOSIGNATURE
  406.                 pipez-1.19.2-1.0.1.jar                            |Pipez                         |pipez                         |1.19.2-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE
  407.                 BrewinAndChewin-1.19-2.0.jar                      |Brewin' and Chewin'           |brewinandchewin               |1.19-2.0            |COMMON_SET|Manifest: NOSIGNATURE
  408.                 flywheel-forge-1.19.2-0.6.8.a.jar                 |Flywheel                      |flywheel                      |0.6.8.a             |COMMON_SET|Manifest: NOSIGNATURE
  409.                 alloyed-1.19.2-v1.5.jar                           |Create: Alloyed               |alloyed                       |1.19.2              |COMMON_SET|Manifest: NOSIGNATURE
  410.                 FarmersRespite-1.19-2.0.jar                       |Farmer's Respite              |farmersrespite                |1.19-2.0            |COMMON_SET|Manifest: NOSIGNATURE
  411.                 ecologics-forge-1.19.2-2.1.11.jar                 |Ecologics                     |ecologics                     |2.1.11              |COMMON_SET|Manifest: NOSIGNATURE
  412.                 integrated_stronghold_forge-1.0.1+1.19.2.jar      |Integrated Stronghold         |integrated_stronghold         |1.0.1+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  413.                 baubley-heart-canisters-1.19.2-2.0.0.jar          |Baubley Heart Canisters       |bhc                           |1.19.2-2.0.0        |COMMON_SET|Manifest: NOSIGNATURE
  414.                 subterrestrial-forge-1.19.2-2.0.0.jar             |Subterrestrial                |subterrestrial                |2.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  415.                 polymorph-forge-0.46.1+1.19.2.jar                 |Polymorph                     |polymorph                     |0.46.1+1.19.2       |COMMON_SET|Manifest: NOSIGNATURE
  416.                 AutoRegLib-1.8.2-55.jar                           |AutoRegLib                    |autoreglib                    |1.8.2-55            |COMMON_SET|Manifest: NOSIGNATURE
  417.                 JustEnoughProfessions-forge-1.19.2-2.0.2.jar      |Just Enough Professions (JEP) |justenoughprofessions         |2.0.2               |COMMON_SET|Manifest: NOSIGNATURE
  418.                 almostunified-forge-1.19.2-0.3.8.jar              |AlmostUnified                 |almostunified                 |1.19.2-0.3.8        |COMMON_SET|Manifest: NOSIGNATURE
  419.                 entityculling-forge-1.6.1-mc1.19.2.jar            |EntityCulling                 |entityculling                 |1.6.1               |COMMON_SET|Manifest: NOSIGNATURE
  420.                 effective_fg-1.3.4.jar                            |Effective (Forge)             |effective_fg                  |1.3.4               |COMMON_SET|Manifest: NOSIGNATURE
  421.                 global_packs-forge-1.19.2-1.14.2_forge.jar        |Global Packs                  |globaldataandresourcepacks    |1.14.2_forge        |COMMON_SET|Manifest: NOSIGNATURE
  422.                 clear-skies-forge-mc119-2.0.95.jar                |Clear Skies                   |clear_skies                   |2.0.95              |COMMON_SET|Manifest: NOSIGNATURE
  423.                 FastFurnace-1.19.2-7.0.0.jar                      |FastFurnace                   |fastfurnace                   |7.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  424.                 appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |COMMON_SET|Manifest: NOSIGNATURE
  425.                 moremobvariants-forge_1.19.2-1.1.0.jar            |More Mob Variants             |moremobvariants               |1.1.0               |COMMON_SET|Manifest: NOSIGNATURE
  426.                 lootr-1.19-0.4.23.60.jar                          |Lootr                         |lootr                         |0.3.22.59           |COMMON_SET|Manifest: NOSIGNATURE
  427.                 Visuality-1.0+forge-mc1.19.jar                    |Visuality: Reforged           |visuality                     |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
  428.                 occultism-1.19.2-1.74.0.jar                       |Occultism                     |occultism                     |1.19.2-1.74.0       |COMMON_SET|Manifest: NOSIGNATURE
  429.                 PuzzlesLib-v4.3.12-1.19.2-Forge.jar               |Puzzles Lib                   |puzzleslib                    |4.3.12              |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
  430.                 Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go       |byg                           |2.0.0.13            |COMMON_SET|Manifest: NOSIGNATURE
  431.                 Aquaculture-1.19.2-2.4.8.jar                      |Aquaculture 2                 |aquaculture                   |1.19.2-2.4.8        |COMMON_SET|Manifest: NOSIGNATURE
  432.                 Smooth Swapping-1.19.2-1.0.2.jar                  |Smooth Swapping               |smoothswapping                |1.19.2-1.0.2        |COMMON_SET|Manifest: NOSIGNATURE
  433.                 goated-1.19.2-1.3.1.jar                           |You've Goat to be kidding me  |goated                        |1.19.2-1.3.1        |COMMON_SET|Manifest: NOSIGNATURE
  434.                 extremesoundmuffler-3.37-forge-1.19.2.jar         |Extreme Sound Muffler         |extremesoundmuffler           |3.37-forge-1.19.2   |COMMON_SET|Manifest: NOSIGNATURE
  435.                 End's Phantasm - BETAv1.2.10.5 - 1.19.2.jar       |End's Phantasm                |phantasm                      |1.2.10.5            |COMMON_SET|Manifest: NOSIGNATURE
  436.                 SilentCompat-forge-1.19.2-1.1.1.jar               |Silent Compat                 |silentcompat                  |1.1.1               |COMMON_SET|Manifest: NOSIGNATURE
  437.                 TreeChop-1.19.2-forge-0.17.8a.jar                 |HT's TreeChop                 |treechop                      |0.17.8a             |COMMON_SET|Manifest: NOSIGNATURE
  438.                 SkyVillages-1.0.1-1.19-forge-release.jar          |Sky Villages                  |skyvillages                   |1.0.1-1.19-forge    |COMMON_SET|Manifest: NOSIGNATURE
  439.                 notenoughcrashes-4.2.1+1.19.2-forge.jar           |Not Enough Crashes            |notenoughcrashes              |4.2.1+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  440.                 blue_skies-1.19.2-1.3.20.jar                      |Blue Skies                    |blue_skies                    |1.3.20              |COMMON_SET|Manifest: NOSIGNATURE
  441.                 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
  442.                 v_slab_compat-1.19.2-1.4.jar                      |Vertical Slabs Compat         |v_slab_compat                 |1.19.2-1.4          |COMMON_SET|Manifest: NOSIGNATURE
  443.                 netherportalfix-forge-1.19-10.0.1.jar             |NetherPortalFix               |netherportalfix               |10.0.1              |COMMON_SET|Manifest: NOSIGNATURE
  444.                 beautify-1.4.3.jar                                |Beautify                      |beautify                      |1.4.3               |COMMON_SET|Manifest: NOSIGNATURE
  445.                 Galosphere-1.19.2-1.2.3-Forge.jar                 |Galosphere                    |galosphere                    |1.19.2-1.2.3        |COMMON_SET|Manifest: NOSIGNATURE
  446.                 HealthOverlay-1.19.2-7.2.1.jar                    |Health Overlay                |healthoverlay                 |7.2.1               |COMMON_SET|Manifest: NOSIGNATURE
  447.                 YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar  |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.19.2-Forge-2.1.0  |COMMON_SET|Manifest: NOSIGNATURE
  448.                 connectivity-1.19.2-3.4.jar                       |Connectivity Mod              |connectivity                  |1.19.2-3.4          |COMMON_SET|Manifest: NOSIGNATURE
  449.                 Tips-Forge-1.19.2-8.0.27.jar                      |Tips                          |tipsmod                       |8.0.27              |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
  450.                 immersive_aircraft-0.4.2+1.19.2-forge.jar         |Immersive Aircraft            |immersive_aircraft            |0.4.2+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  451.                 sophisticatedcore-1.19.2-0.5.49.245.jar           |Sophisticated Core            |sophisticatedcore             |1.19.2-0.5.49.245   |COMMON_SET|Manifest: NOSIGNATURE
  452.                 InsaneLib-1.7.5-mc1.19.2.jar                      |InsaneLib                     |insanelib                     |1.7.5               |COMMON_SET|Manifest: NOSIGNATURE
  453.                 structureessentials-1.19.3-2.5.jar                |Structure Essentials mod      |structureessentials           |1.19.3-2.5          |COMMON_SET|Manifest: NOSIGNATURE
  454.                 villagernames-1.19.2-5.2.jar                      |Villager Names                |villagernames                 |5.2                 |COMMON_SET|Manifest: NOSIGNATURE
  455.                 piglinproliferation-1.19.2-1.0.3.jar              |Piglin Proliferation          |piglinproliferation           |1.19.2-1.0.3        |COMMON_SET|Manifest: NOSIGNATURE
  456.                 XaerosWorldMap_1.29.5_Forge_1.19.1.jar            |Xaero's World Map             |xaeroworldmap                 |1.29.5              |COMMON_SET|Manifest: NOSIGNATURE
  457.                 Controlling-forge-1.19.2-10.0+7.jar               |Controlling                   |controlling                   |10.0+7              |COMMON_SET|Manifest: NOSIGNATURE
  458.                 EnhancedVisuals_FORGE_v1.5.9_mc1.19.2.jar         |EnhancedVisuals               |enhancedvisuals               |1.5.9               |COMMON_SET|Manifest: NOSIGNATURE
  459.                 citadel-2.1.3-1.19.jar                            |Citadel                       |citadel                       |2.1.3               |COMMON_SET|Manifest: NOSIGNATURE
  460.                 alexsmobs-1.21.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.21.1              |COMMON_SET|Manifest: NOSIGNATURE
  461.                 domesticationinnovation-1.6.1-1.19.2.jar          |Domestication Innovation      |domesticationinnovation       |1.6.1               |COMMON_SET|Manifest: NOSIGNATURE
  462.                 all_bark_all_bite-1.19.2-0.9.3.jar                |All Bark, All Bite            |all_bark_all_bite             |1.19.2-0.9.3        |COMMON_SET|Manifest: NOSIGNATURE
  463.                 Prism-1.19.1-1.0.2.jar                            |Prism                         |prism                         |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
  464.                 Placebo-1.19.2-7.1.7.jar                          |Placebo                       |placebo                       |7.1.7               |COMMON_SET|Manifest: NOSIGNATURE
  465.                 lootintegrations-1.19-3.0.jar                     |Lootintegrations mod          |lootintegrations              |1.19-3.0            |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-beta.6.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.6        |COMMON_SET|Manifest: NOSIGNATURE
  468.                 Bookshelf-Forge-1.19.2-16.2.18.jar                |Bookshelf                     |bookshelf                     |16.2.18             |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
  469.                 itemzoom-1.19-2.7.0.jar                           |Item Zoom                     |itemzoom                      |2.7.0               |COMMON_SET|Manifest: NOSIGNATURE
  470.                 MemorySweep-1.19.3-0.8.jar                        |MemorySweep                   |memorysweep                   |1.19.3-0.8          |COMMON_SET|Manifest: NOSIGNATURE
  471.                 sophisticatedbackpacks-1.19.2-3.18.44.815.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.19.2-3.18.44.815  |COMMON_SET|Manifest: NOSIGNATURE
  472.                 create_dragon_lib-1.19.2-1.1.2.jar                |Create: Dragon Lib            |create_dragon_lib             |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
  473.                 relics-1.19.2-0.4.4.1.jar                         |Relics                        |relics                        |0.4.4.1             |COMMON_SET|Manifest: NOSIGNATURE
  474.                 cryingghasts-1.19.2-3.1.jar                       |Crying Ghasts                 |cryingghasts                  |3.1                 |COMMON_SET|Manifest: NOSIGNATURE
  475.                 jeed-1.19.2-1.18.jar                              |Just Enough Effect Description|jeed                          |1.19.2-1.18         |COMMON_SET|Manifest: NOSIGNATURE
  476.                 takesapillage-1.0.3-1.19.2.jar                    |It Takes A Pillage            |takesapillage                 |1.0.3               |COMMON_SET|Manifest: NOSIGNATURE
  477.                 bygonenether-1.2.2-1.19.2.jar                     |Bygone Nether                 |bygonenether                  |1.2.2               |COMMON_SET|Manifest: NOSIGNATURE
  478.                 FpsReducer2-forge-1.19.2-2.1.jar                  |FPS Reducer                   |fpsreducer                    |1.19.2-2.1          |COMMON_SET|Manifest: NOSIGNATURE
  479.                 ShieldExpansion-1.19.2-1.1.6.jar                  |Shield Expansion              |shieldexp                     |1.1.6               |COMMON_SET|Manifest: NOSIGNATURE
  480.                 dummmmmmy-1.19.2-1.7.1.jar                        |MmmMmmMmmmmm                  |dummmmmmy                     |1.19.2-1.7.1        |COMMON_SET|Manifest: NOSIGNATURE
  481.                 EquipmentCompare-1.19.2-forge-1.3.2.jar           |Equipment Compare             |equipmentcompare              |1.3.2               |COMMON_SET|Manifest: NOSIGNATURE
  482.                 EnemyExpansion1.13-1.19.2.jar                     |Enemy Expansion               |enemyexpansion                |1.13.0              |COMMON_SET|Manifest: NOSIGNATURE
  483.                 chipped-forge-1.19.2-2.1.4.jar                    |Chipped                       |chipped                       |2.1.4               |COMMON_SET|Manifest: NOSIGNATURE
  484.                 FarmersDelight-1.19-1.2.0.jar                     |Farmer's Delight              |farmersdelight                |1.19-1.2.0          |COMMON_SET|Manifest: NOSIGNATURE
  485.                 chefs-delight-1.0.1-forge-1.19.2.jar              |Chefs Delight                 |chefsdelight                  |1.0.1-forge-1.19.2  |COMMON_SET|Manifest: NOSIGNATURE
  486.                 culturaldelights-1.19.2-0.15.1.jar                |Cultural Delights             |culturaldelights              |1.19.2-0.15.1       |COMMON_SET|Manifest: NOSIGNATURE
  487.                 endsdelight-1.19.2-1.0.jar                        |End's Delight                 |ends_delight                  |1.19.2-1.0          |COMMON_SET|Manifest: NOSIGNATURE
  488.                 entity_model_features_forge_1.19.2-0.2.5.jar      |Entity Model Features         |entity_model_features         |0.2.5               |COMMON_SET|Manifest: NOSIGNATURE
  489.                 ItShallNotTick-1.0.11-build.35.jar                |It Shall Not Tick             |itshallnottick                |1.0.11-build.35     |COMMON_SET|Manifest: NOSIGNATURE
  490.                 entity_texture_features_forge_1.19.2-4.3.3.jar    |Entity Texture Features       |entity_texture_features       |4.3.3               |COMMON_SET|Manifest: NOSIGNATURE
  491.                 DustrialDecor-1.3.3-1.19.2.jar                    |'Dustrial Decor               |dustrial_decor                |1.3.2               |COMMON_SET|Manifest: NOSIGNATURE
  492.                 entangled-1.3.13-forge-mc1.19.jar                 |Entangled                     |entangled                     |1.3.13              |COMMON_SET|Manifest: NOSIGNATURE
  493.                 AmbientSounds_FORGE_v5.2.13_mc1.19.2.jar          |Ambient Sounds                |ambientsounds                 |5.2.13              |COMMON_SET|Manifest: NOSIGNATURE
  494.                 netherportalspread-1.19.2-7.5.jar                 |Nether Portal Spread          |netherportalspread            |7.5                 |COMMON_SET|Manifest: NOSIGNATURE
  495.                 cant_sleep_clowns_will_eat_me-1.19.2-1.1.0.0.jar  |Can't Sleep Clowns Will Eat Me|cant_sleep_clowns_will_eat_me |1.1.0.0             |COMMON_SET|Manifest: NOSIGNATURE
  496.                 musicdr-3.0.0-hotfix.jar                          |Music Duration Reducer        |musicdr                       |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE
  497.                 endrem_forge-5.2.1-R-1.19.X.jar                   |End Remastered                |endrem                        |5.2.1-R-1.19.2      |COMMON_SET|Manifest: NOSIGNATURE
  498.                 EE_Occultism_Addon-1.0.0-build.4+mc1.19.2.jar     |EE:Occultism                  |ee_occultism_addon            |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  499.                 memorysettings-1.19.2-2.2.jar                     |memorysettings mod            |memorysettings                |1.19.2-2.2          |COMMON_SET|Manifest: NOSIGNATURE
  500.                 L_Enders_Cataclysm-0.83-1.19.2.jar                |Cataclysm Mod                 |cataclysm                     |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
  501.                 Patchouli-1.19.2-77.jar                           |Patchouli                     |patchouli                     |1.19.2-77           |COMMON_SET|Manifest: NOSIGNATURE
  502.                 ars_nouveau-1.19.2-3.13.2.jar                     |Ars Nouveau                   |ars_nouveau                   |3.13.2              |COMMON_SET|Manifest: NOSIGNATURE
  503.                 starbunclemania-1.19.2-1.0.6.jar                  |Starbunclemania               |starbunclemania               |1.19.2-1.0.6        |COMMON_SET|Manifest: NOSIGNATURE
  504.                 collective-1.19.2-6.53.jar                        |Collective                    |collective                    |6.53                |COMMON_SET|Manifest: NOSIGNATURE
  505.                 spyglass_improvements-1.4+mc1.19+forge.jar        |Spyglass Improvements         |spyglass_improvements         |1.4+mc1.19.x        |COMMON_SET|Manifest: NOSIGNATURE
  506.                 thermal_expansion-1.19.2-10.2.0.21.jar            |Thermal Expansion             |thermal_expansion             |10.2.0.21           |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  507.                 BetterThirdPerson-Forge-1.19-1.9.0.jar            |Better Third Person           |betterthirdperson             |1.9.0               |COMMON_SET|Manifest: NOSIGNATURE
  508.                 EnigmaticLegacy-2.26.5.jar                        |Enigmatic Legacy              |enigmaticlegacy               |2.26.5              |COMMON_SET|Manifest: NOSIGNATURE
  509.                 resourcefullib-forge-1.19.2-1.1.24.jar            |Resourceful Lib               |resourcefullib                |1.1.24              |COMMON_SET|Manifest: NOSIGNATURE
  510.                 coalexplosion-forge-1.19.2-1.6.2.jar              |Coal Explosion                |coalexplosion                 |1.6.2               |COMMON_SET|Manifest: NOSIGNATURE
  511.                 spirit-forge-1.19.2-2.2.4.jar                     |Spirit                        |spirit                        |2.2.4               |COMMON_SET|Manifest: NOSIGNATURE
  512.                 deeperdarker-forge-1.1.6-forge.jar                |Deeper and Darker             |deeperdarker                  |1.1.6               |COMMON_SET|Manifest: NOSIGNATURE
  513.                 architectury-6.5.77-forge.jar                     |Architectury                  |architectury                  |6.5.77              |COMMON_SET|Manifest: NOSIGNATURE
  514.                 AI-Improvements-1.19.2-0.5.2.jar                  |AI-Improvements               |aiimprovements                |0.5.2               |COMMON_SET|Manifest: NOSIGNATURE
  515.                 create_crystal_clear-0.1.2e-1.19.2.jar            |Create: Crystal Clear         |create_crystal_clear          |1.19.2 - 0.1.1e     |COMMON_SET|Manifest: NOSIGNATURE
  516.                 cherishedworlds-forge-6.0.4+1.19.4.jar            |Cherished Worlds              |cherishedworlds               |6.0.4+1.19.4        |COMMON_SET|Manifest: NOSIGNATURE
  517.                 mobstrength-1.1.1.jar                             |Mob Strength                  |mobstrength                   |1.1.1               |COMMON_SET|Manifest: NOSIGNATURE
  518.                 light-overlay-7.0.1-forge.jar                     |Light Overlay                 |lightoverlay                  |7.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  519.                 cryingportals-1.19.2-2.3.jar                      |Crying Portals                |cryingportals                 |2.3                 |COMMON_SET|Manifest: NOSIGNATURE
  520.                 Clear-Water-2.0.jar                               |Clear Water                   |clearwater                    |2.0                 |COMMON_SET|Manifest: NOSIGNATURE
  521.                 framework-0.4.2-1.19.2.jar                        |Framework                     |framework                     |0.4.2               |COMMON_SET|Manifest: NOSIGNATURE
  522.                 EnchantWithMob-1.19.2-7.4.1.jar                   |Enchant With Mob              |enchantwithmob                |1.19.2-7.4.1        |COMMON_SET|Manifest: NOSIGNATURE
  523.                 sullysmod-2.3.1-beta.jar                          |Sully's Mod                   |sullysmod                     |2.3.1-beta          |COMMON_SET|Manifest: NOSIGNATURE
  524.                 geckolib-forge-1.19-3.1.40.jar                    |GeckoLib                      |geckolib3                     |3.1.40              |COMMON_SET|Manifest: NOSIGNATURE
  525.                 Feywild-1.19.2-3.1.2.jar                          |Feywild                       |feywild                       |1.19.2-3.1.2        |COMMON_SET|Manifest: NOSIGNATURE
  526.                 crittersandcompanions-1.19.2-1.1.2.jar            |Critters and Companions       |crittersandcompanions         |1.19.2-1.1.2        |COMMON_SET|Manifest: NOSIGNATURE
  527.                 adaptive_performance_tweaks_items_1.19.2-6.6.0.jar|APTweaks: Items               |adaptive_performance_tweaks_it|6.6.0               |COMMON_SET|Manifest: NOSIGNATURE
  528.                 letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar        |Let Me Despawn                |letmedespawn                  |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE
  529.                 yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar     |Yeetus Experimentus           |yeetusexperimentus            |1.0.1-build.2+mc1.19|COMMON_SET|Manifest: NOSIGNATURE
  530.                 toomanyglyphs-1.19.2-2.2.45.12185.jar             |Too Many Glyphs               |toomanyglyphs                 |2.2.45.12185        |COMMON_SET|Manifest: NOSIGNATURE
  531.                 GameMenuModOption-1.19-1.18.jar                   |Game Menu Mod Option          |gamemenumodoption             |1.18                |COMMON_SET|Manifest: NOSIGNATURE
  532.                 BetterAdvancements-1.19.2-0.2.2.142.jar           |Better Advancements           |betteradvancements            |0.2.2.142           |COMMON_SET|Manifest: NOSIGNATURE
  533.                 FixMySpawnR-forge-1.19.2-1.1.2.jar                |Fix My SpawnR                 |fixmyspawnr                   |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
  534.                 Festive_Delight_1.0_1.19.2.jar                    |Festive Delight               |festive_delight               |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  535.                 trashslot-forge-1.19-12.0.2.jar                   |TrashSlot                     |trashslot                     |12.0.2              |COMMON_SET|Manifest: NOSIGNATURE
  536.                 craftingstation-1.19.2-6.0.1.jar                  |Crafting Station              |craftingstation               |1.19.2-6.0.1        |COMMON_SET|Manifest: NOSIGNATURE
  537.                 Reaper-1.0.4.jar                                  |Reaper                        |reaper                        |1.0.4               |COMMON_SET|Manifest: NOSIGNATURE
  538.                 oculus-flywheel-compat-1.19.2-0.1.8-BETA.jar      |Oculus Flywheel Compat        |irisflw                       |1.19.2-0.1.8-BETA   |COMMON_SET|Manifest: NOSIGNATURE
  539.                 DeathKnell-Forge-1.19.2-6.0.3.jar                 |DeathKnell                    |deathknell                    |6.0.3               |COMMON_SET|Manifest: NOSIGNATURE
  540.                 redstonepen-1.19.2-forge-1.2.20.jar               |Redstone Pen                  |redstonepen                   |1.2.20              |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  541.                 the-conjurer-1.19.2-1.1.5.jar                     |The Conjurer                  |conjurer_illager              |1.1.5               |COMMON_SET|Manifest: NOSIGNATURE
  542.                 dungeons_mobs-1.19.2-4.0.6-beta.jar               |Dungeons Mobs                 |dungeons_mobs                 |1.19.2-4.0.6-beta   |COMMON_SET|Manifest: NOSIGNATURE
  543.                 Tiny-Coal-Forge-1.19.2-1.0.1.jar                  |Tiny Coal                     |tinycoal                      |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  544.                 scannable-MC1.19.2-forge-1.7.7+dc5ea09.jar        |Scannable                     |scannable                     |1.7.7+dc5ea09       |COMMON_SET|Manifest: NOSIGNATURE
  545.                 Portfolio-1.19.2-1.0.0-forge.jar                  |Portfolio                     |portfolio                     |1.19.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE
  546.                 ensorcellation-1.19.2-4.2.0.14.jar                |Ensorcellation                |ensorcellation                |4.2.0.14            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  547.                 create-1.19.2-0.5.0.i.jar                         |Create                        |create                        |0.5.0.i             |COMMON_SET|Manifest: NOSIGNATURE
  548.                 createdeco-1.3.0-1.19.2.jar                       |Create Deco                   |createdeco                    |1.3.0-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  549.                 Delightful-1.19.2-3.2.4.jar                       |Delightful                    |delightful                    |3.2.4               |COMMON_SET|Manifest: NOSIGNATURE
  550.                 ars_creo-1.19.2-3.1.3.jar                         |Ars Creo                      |ars_creo                      |3.1.3               |COMMON_SET|Manifest: NOSIGNATURE
  551.                 waystones-forge-1.19.2-11.3.1.jar                 |Waystones                     |waystones                     |11.3.1              |COMMON_SET|Manifest: NOSIGNATURE
  552.                 MerchantMarkers-1.19.2-1.3.0.jar                  |Merchant Markers              |merchantmarkers               |1.3.0               |COMMON_SET|Manifest: NOSIGNATURE
  553.                 FastSuite-1.19.2-4.1.0.jar                        |Fast Suite                    |fastsuite                     |4.1.0               |COMMON_SET|Manifest: NOSIGNATURE
  554.                 Clumps-forge-1.19.2-9.0.0+14.jar                  |Clumps                        |clumps                        |9.0.0+14            |COMMON_SET|Manifest: NOSIGNATURE
  555.                 numismaticoverhaul-1.19.2-1.0.4.jar               |Numismatic Overhaul Reforged  |numismaticoverhaul            |1.0.4               |COMMON_SET|Manifest: NOSIGNATURE
  556.                 faction_craft-1.19.2-1.2.4.jar                    |Faction Craft                 |faction_craft                 |1.19.2-1.2.4        |COMMON_SET|Manifest: NOSIGNATURE
  557.                 alternate-current-mc1.19-1.5.0.jar                |Alternate Current             |alternate_current             |1.5.0               |COMMON_SET|Manifest: NOSIGNATURE
  558.                 artifacts-1.19.2-5.0.2.jar                        |Artifacts                     |artifacts                     |1.19.2-5.0.2        |COMMON_SET|Manifest: NOSIGNATURE
  559.                 configured-2.1.1-1.19.2.jar                       |Configured                    |configured                    |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
  560.                 ItemBorders-1.19.1-1.2.0.jar                      |Item Borders                  |itemborders                   |1.2.0               |COMMON_SET|Manifest: NOSIGNATURE
  561.                 Decorative Blocks-forge-1.19.2-3.0.0.jar          |Decorative Blocks             |decorative_blocks             |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  562.                 charginggadgets-1.9.0.jar                         |Charging Gadgets              |charginggadgets               |1.9.0               |COMMON_SET|Manifest: NOSIGNATURE
  563.                 lazydfu-1.19-1.0.2.jar                            |LazyDFU                       |lazydfu                       |0.1.3               |COMMON_SET|Manifest: NOSIGNATURE
  564.                 everycomp-1.19.2-2.3.3.jar                        |Every Compat                  |everycomp                     |1.19.2-2.3.3        |COMMON_SET|Manifest: NOSIGNATURE
  565.                 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
  566.                 HopoBetterUnderwaterRuins-[1.19-1.19.3]-1.1.1.jar |HopoBetterUnderwaterRuins     |hopour                        |1.1.1               |COMMON_SET|Manifest: NOSIGNATURE
  567.                 netherdepthsupgrade-2.0.3-1.19.2.jar              |Nether Depths Upgrade         |netherdepthsupgrade           |2.0.3-1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  568.                 Continents_1.19.3_v1.1.2.jar                      |Continents                    |continents                    |1.1.2               |COMMON_SET|Manifest: NOSIGNATURE
  569.                 blueprint-1.19.2-6.1.2.jar                        |Blueprint                     |blueprint                     |6.1.2               |COMMON_SET|Manifest: NOSIGNATURE
  570.                 boatload-1.19.2-4.2.1.jar                         |Boatload                      |boatload                      |4.2.1               |COMMON_SET|Manifest: NOSIGNATURE
  571.                 environmental-1.19.2-3.0.0.jar                    |Environmental                 |environmental                 |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  572.                 savage_and_ravage-1.19.2-5.0.4.jar                |Savage & Ravage               |savage_and_ravage             |5.0.4               |COMMON_SET|Manifest: NOSIGNATURE
  573.                 clayworks-1.19.2-2.0.1.jar                        |Clayworks                     |clayworks                     |2.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  574.                 upgrade_aquatic-1.19.2-5.0.0.jar                  |Upgrade Aquatic               |upgrade_aquatic               |5.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  575.                 neapolitan-1.19.2-4.0.2.jar                       |Neapolitan                    |neapolitan                    |4.0.2               |COMMON_SET|Manifest: NOSIGNATURE
  576.                 respiteful-1.19.2-1.1.0-patch.1.jar               |Respiteful                    |respiteful                    |1.1.0-patch.1       |COMMON_SET|Manifest: NOSIGNATURE
  577.                 autumnity-1.19.2-4.0.0.jar                        |Autumnity                     |autumnity                     |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  578.                 create_central_kitchen-1.19.2-for-create-0.5.0.i-1|Create: Central Kitchen       |create_central_kitchen        |1.3.2               |COMMON_SET|Manifest: NOSIGNATURE
  579.                 incubation-1.19-3.0.0.jar                         |Incubation                    |incubation                    |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  580.                 buzzier_bees-1.19-5.0.1.jar                       |Buzzier Bees                  |buzzier_bees                  |5.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  581.                 berry_good-1.19.2-6.0.1.jar                       |Berry Good                    |berry_good                    |6.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  582.                 randomium-1.19.2-1.19.jar                         |Randomium                     |randomium                     |1.19.2-1.19         |COMMON_SET|Manifest: NOSIGNATURE
  583.                 json-entity-models-1.19.2-0.2.0.jar               |JSON Entity Models            |jsonentitymodels              |0.2.0               |COMMON_SET|Manifest: NOSIGNATURE
  584.                 EnderStorage-1.19.2-2.10.1.181-universal.jar      |EnderStorage                  |enderstorage                  |2.10.1.181          |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  585.                 AkashicTome-1.6-23.jar                            |Akashic Tome                  |akashictome                   |1.6-23              |COMMON_SET|Manifest: NOSIGNATURE
  586.                 EE_Mekanism_Addon-1.0.1-build.11+mc1.19.2.jar     |EE:Mekanism                   |ee_mekanism_addon             |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  587.                 TravelersTitles-1.19.2-Forge-3.1.2.jar            |Traveler's Titles             |travelerstitles               |1.19.2-Forge-3.1.2  |COMMON_SET|Manifest: NOSIGNATURE
  588.                 toofast-1.19-0.2.2.4.jar                          |Too Fast                      |toofast                       |0.2.2.4             |COMMON_SET|Manifest: NOSIGNATURE
  589.                 seasonals-1.19.2-4.0.0.jar                        |Seasonals                     |seasonals                     |1.19.2-4.0.0        |COMMON_SET|Manifest: NOSIGNATURE
  590.                 scuba_gear-1.19-1.0.5.jar                         |Scuba Gear                    |scuba_gear                    |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
  591.                 meetyourfight-1.19.2-1.2.8.jar                    |Meet Your Fight               |meetyourfight                 |1.19.2-1.2.8        |COMMON_SET|Manifest: NOSIGNATURE
  592.                 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
  593.                 moonlight-1.19.2-2.2.31-forge.jar                 |Moonlight Library             |moonlight                     |1.19.2-2.2.31       |COMMON_SET|Manifest: NOSIGNATURE
  594.                 spelunkery-1.19.2-0.2.0-forge.jar                 |Spelunkery                    |spelunkery                    |1.19.2-0.2.0        |COMMON_SET|Manifest: NOSIGNATURE
  595.                 mysticaloaktree-1.19.2-1.8.jar                    |Mystical Oak Tree             |mysticaloaktree               |1.19.2-1.8          |COMMON_SET|Manifest: NOSIGNATURE
  596.                 smarterfarmers-1.19.2-1.7.1.jar                   |Smarter Farmers               |smarterfarmers                |1.19.2-1.7.1        |COMMON_SET|Manifest: NOSIGNATURE
  597.                 moyai-1.19.2-2.0.1.jar                            |Moyai                         |moyai                         |1.19.2-2.0.1        |COMMON_SET|Manifest: NOSIGNATURE
  598.                 eccentrictome-1.19.2-1.9.1.jar                    |Eccentric Tome                |eccentrictome                 |1.19.2-1.9.1        |COMMON_SET|Manifest: NOSIGNATURE
  599.                 babyfat-forge-1.19.2-1.1.2.jar                    |Baby Fat                      |babyfat                       |1.19.2-1.1.2        |COMMON_SET|Manifest: NOSIGNATURE
  600.                 gardens-of-the-dead-forge-2.0.1.jar               |Gardens of the Dead           |gardens_of_the_dead           |2.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  601.                 silent-lib-1.19.2-7.0.3.jar                       |Silent Lib                    |silentlib                     |7.0.3               |COMMON_SET|Manifest: NOSIGNATURE
  602.                 nightlights_1.19.2_1.1.jar                        |Night Lights                  |nightlights                   |1.1                 |COMMON_SET|Manifest: NOSIGNATURE
  603.                 Jade-1.19.1-forge-8.8.1.jar                       |Jade                          |jade                          |8.8.1               |COMMON_SET|Manifest: NOSIGNATURE
  604.                 appliedenergistics2-forge-12.9.3.jar              |Applied Energistics 2         |ae2                           |12.9.3              |COMMON_SET|Manifest: NOSIGNATURE
  605.                 HopoBetterRuinedPortals-[1.19-1.19.3]-1.3.3.jar   |HopoBetterRuinedPortals       |hoporp                        |1.3.3               |COMMON_SET|Manifest: NOSIGNATURE
  606.                 CreativeCore_FORGE_v2.9.3_mc1.19.2.jar            |CreativeCore                  |creativecore                  |2.9.3               |COMMON_SET|Manifest: NOSIGNATURE
  607.                 archers_paradox-1.19.2-4.2.0.13.jar               |Archer's Paradox              |archers_paradox               |4.2.0.13            |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  608.                 NethersDelight-1.19-3.0.jar                       |Nether's Delight              |nethersdelight                |1.19-3.0            |COMMON_SET|Manifest: NOSIGNATURE
  609.                 collectorsreap-1.19-1.2.3.jar                     |Collector's Reap              |collectorsreap                |1.2.3               |COMMON_SET|Manifest: NOSIGNATURE
  610.                 smoothboot(reloaded)-mc1.19.2-0.0.2.jar           |Smooth Boot (Reloaded)        |smoothboot                    |0.0.2               |COMMON_SET|Manifest: NOSIGNATURE
  611.                 whats-that-slot-forge-1.3.1+1.19.2.jar            |What's That Slot              |whats_that_slot               |1.3.1               |COMMON_SET|Manifest: NOSIGNATURE
  612.                 atmospheric-1.19.2-5.0.0.jar                      |Atmospheric                   |atmospheric                   |5.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  613.                 peculiars-4.0.0.jar                               |Peculiars                     |peculiars                     |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  614.                 rottencreatures-forge-1.19.2-1.0.1.jar            |Rotten Creatures              |rottencreatures               |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  615.                 betterstats-2.2.2+1.19.2.jar                      |Better Statistics Screen      |betterstats                   |2.2.2+1.19.2        |COMMON_SET|Manifest: NOSIGNATURE
  616.                 tcdcommons-2.2+1.19.2.jar                         |TCD Commons API               |tcdcommons                    |2.2+1.19.2          |COMMON_SET|Manifest: NOSIGNATURE
  617.                 Iceberg-1.19.2-forge-1.1.4.jar                    |Iceberg                       |iceberg                       |1.1.4               |COMMON_SET|Manifest: NOSIGNATURE
  618.                 Quark-3.4-397.jar                                 |Quark                         |quark                         |3.4-397             |COMMON_SET|Manifest: NOSIGNATURE
  619.                 supplementaries-1.19.2-2.3.4.jar                  |Supplementaries               |supplementaries               |1.19.2-2.3.4        |COMMON_SET|Manifest: NOSIGNATURE
  620.                 reliquary-1.19.2-2.0.20.1166.jar                  |Reliquary                     |reliquary                     |1.19.2-2.0.20.1166  |COMMON_SET|Manifest: NOSIGNATURE
  621.                 LegendaryTooltips-1.19.2-forge-1.4.0.jar          |Legendary Tooltips            |legendarytooltips             |1.4.0               |COMMON_SET|Manifest: NOSIGNATURE
  622.                 FastWorkbench-1.19.2-7.1.0.jar                    |Fast Workbench                |fastbench                     |7.1.0               |COMMON_SET|Manifest: NOSIGNATURE
  623.                 abnormals_delight-1.19.2-4.0.2.jar                |Abnormals Delight             |abnormals_delight             |4.0.2               |COMMON_SET|Manifest: NOSIGNATURE
  624.                 EE_Create_Addon-1.0.1-build.5+mc1.19.2.jar        |EE:Create                     |ee_create_addon               |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE
  625.                 StorageDrawers-1.19-11.1.2.jar                    |Storage Drawers               |storagedrawers                |11.1.2              |COMMON_SET|Manifest: NOSIGNATURE
  626.                 ars_elemental-1.19.2-0.5.8.2.jar                  |Ars Elemental                 |ars_elemental                 |1.19.2-0.5.8.2      |COMMON_SET|Manifest: NOSIGNATURE
  627.                 Applied-Botanics-1.4.2.jar                        |Applied Botanics              |appbot                        |1.4.2               |COMMON_SET|Manifest: NOSIGNATURE
  628.                 sprout-1.4.4-forge.jar                            |Sprout                        |sprout                        |1.4.4               |COMMON_SET|Manifest: NOSIGNATURE
  629.                 modonomicon-1.19.2-1.30.1.jar                     |Modonomicon                   |modonomicon                   |1.19.2-1.30.1       |COMMON_SET|Manifest: NOSIGNATURE
  630.                 SandBox-1.19.2-1.0.1.jar                          |SandBox                       |sandbox                       |1.19.2-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE
  631.                 raised-forge-1.19.2-1.2.2.jar                     |Raised                        |raised                        |1.2.2               |COMMON_SET|Manifest: NOSIGNATURE
  632.                 hunterillager-1.19.2-8.0.0.jar                    |Hunter Illager                |hunterillager                 |1.19.2-8.0.0        |COMMON_SET|Manifest: NOSIGNATURE
  633.                 alexsdelight-1.4.1.jar                            |Alex's Delight                |alexsdelight                  |1.4.1               |COMMON_SET|Manifest: NOSIGNATURE
  634.                 creeperoverhaul-2.0.9-forge.jar                   |Creeper Overhaul              |creeperoverhaul               |2.0.9               |COMMON_SET|Manifest: NOSIGNATURE
  635.                 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
  636.                 Enhanced_Celestials-forge-1.19.2-2.1.0.5.jar      |Enhanced Celestials           |enhancedcelestials            |2.1.0.5             |COMMON_SET|Manifest: NOSIGNATURE
  637.                 CorgiLib-forge-1.19.2-1.0.0.32.jar                |CorgiLib                      |corgilib                      |1.0.0.32            |COMMON_SET|Manifest: NOSIGNATURE
  638.                 cave-enhancements-1.19.2-2.1.11-forge.jar         |Cave Enhancements             |cave_enhancements             |1.19.2-2.1.11-forge |COMMON_SET|Manifest: NOSIGNATURE
  639.                 screenshot_viewer-1.1.2-forge-mc1.19x.jar         |Screenshot Viewer             |screenshot_viewer             |1.1.2-forge-mc1.19x |COMMON_SET|Manifest: NOSIGNATURE
  640.                 Applied-Mekanistics-1.3.4.jar                     |Applied Mekanistics           |appmek                        |1.3.4               |COMMON_SET|Manifest: NOSIGNATURE
  641.                 expandability-forge-7.0.0.jar                     |ExpandAbility                 |expandability                 |7.0.0               |COMMON_SET|Manifest: NOSIGNATURE
  642.                 valhelsia_core-forge-1.19.2-0.5.0.jar             |Valhelsia Core                |valhelsia_core                |1.19.2-0.5.0        |COMMON_SET|Manifest: NOSIGNATURE
  643.                 valhelsia_structures-forge-1.19.2-1.0.2.jar       |Valhelsia Structures          |valhelsia_structures          |1.19.2-1.0.2        |COMMON_SET|Manifest: NOSIGNATURE
  644.                 overloadedarmorbar-1.19.3-7.1.jar                 |Overloaded Armor Bar          |overloadedarmorbar            |1.19.3-7.1          |COMMON_SET|Manifest: NOSIGNATURE
  645.                 create_enchantment_industry-1.19.2-for-create-0.5.|Create Enchantment Industry   |create_enchantment_industry   |1.1.17              |COMMON_SET|Manifest: NOSIGNATURE
  646.                 flickerfix-1.19.1-3.1.0.jar                       |FlickerFix                    |flickerfix                    |3.1.0               |COMMON_SET|Manifest: NOSIGNATURE
  647.                 createaddition-1.19.2-20230411a.jar               |Create Crafts & Additions     |createaddition                |1.19.2-20230411a    |COMMON_SET|Manifest: NOSIGNATURE
  648.                 PresenceFootsteps-1.19.2-1.6.4.1-forge.jar        |Presence Footsteps (Forge)    |presencefootsteps             |1.19.2-1.6.4.1      |COMMON_SET|Manifest: NOSIGNATURE
  649.         Crash Report UUID: 6995b4bd-1d24-42fc-828e-4185e956b400
  650.         FramedBlocks BlockEntity Warning: Not applicable
  651.         FML: 43.2
  652.         Forge: net.minecraftforge:43.2.8
  653.         Flywheel Backend: Uninitialized
  654.         Suspected Mods: Forge (forge), Minecraft (minecraft), Emendatus Enigmatica (emendatusenigmatica)