
Crashes on Vault Hunters 3rd Edition Modpack.
thicc-penguin opened this issue · 1 comments
Describe the bug
If you add MoreMcmeta and the Emissive addon, the game crashes before it even hits the main menu. Deleting the Emissive addon changes nothing.
To reproduce
Steps to reproduce the behavior:
Install Vault Hunters 3rd Edition
Install MoreMcmeta
Launch
Expected behavior
Successful launch of game
Which Minecraft versions does this bug affect?
1.18.2
Mod loader
Which mod loaders does this bug affect?
- [✔️] Forge
- Fabric
Mods list
What mods are you using?
Vault Hunters 3rd Edition
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 2025-01-05, 7:48 p.m.
Description: Initializing game
java.lang.NullPointerException: Initializing game
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {re:mixin}
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {re:mixin}
at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:564) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:591) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:689) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp$OfInt.evaluateParallel(ForEachOps.java:188) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) ~[?:?] {}
at java.util.stream.IntPipeline.forEach(IntPipeline.java:463) ~[?:?] {}
at java.util.stream.IntPipeline$Head.forEach(IntPipeline.java:620) ~[?:?] {}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureLoader.readRootMetadata(TextureLoader.java:234) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureLoader.makeTextures(TextureLoader.java:210) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureLoader.load(TextureLoader.java:106) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureCache.load(TextureCache.java:83) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.MoreMcmeta.lambda$start$5(MoreMcmeta.java:222) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:mixin,re:classloading}
at net.minecraft.server.packs.repository.Pack.m_10445_(Pack.java:124) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:classloading}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {}
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {}
at net.minecraft.server.packs.repository.PackRepository.m_10525_(PackRepository.java:110) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.client.Minecraft.(Minecraft.java:548) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ispawner-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.9.jar%2352!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67) [ForgeWrapper-prism-2024-02-29.jar:prism-2024-02-29] {}
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) [NewLaunch.jar:?] {}
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) [NewLaunch.jar:?] {}
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) [NewLaunch.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Stacktrace:
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {re:mixin}
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {re:mixin}
at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:564) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:591) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:689) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp$OfInt.evaluateParallel(ForEachOps.java:188) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) ~[?:?] {}
at java.util.stream.IntPipeline.forEach(IntPipeline.java:463) ~[?:?] {}
at java.util.stream.IntPipeline$Head.forEach(IntPipeline.java:620) ~[?:?] {}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureLoader.readRootMetadata(TextureLoader.java:234) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureLoader.makeTextures(TextureLoader.java:210) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureLoader.load(TextureLoader.java:106) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.resource.TextureCache.load(TextureCache.java:83) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:classloading}
at io.github.moremcmeta.moremcmeta.impl.client.MoreMcmeta.lambda$start$5(MoreMcmeta.java:222) ~[moremcmeta-1.18.2-4.4.7-forge.jar%23145!/:?] {re:mixin,re:classloading}
at net.minecraft.server.packs.repository.Pack.m_10445_(Pack.java:124) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:classloading}
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {}
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {}
at net.minecraft.server.packs.repository.PackRepository.m_10525_(PackRepository.java:110) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.client.Minecraft.(Minecraft.java:548) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:client.MixinMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ispawner-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
Modules:
ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
CRYPT32.dll:Crypto API32:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.5129 (WinBuild.160101.0800):Microsoft Corporation
CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.4355:Microsoft Corporation
CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation
DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
DEVOBJ.dll:Device Information Set DLL:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
GDI32.dll:GDI Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
GLU32.dll:OpenGL Utility Library DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
HID.DLL:HID User Library:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.5072 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.5072 (WinBuild.160101.0800):Microsoft Corporation
MMDevApi.dll:MMDevice API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
MSACM32.dll:Microsoft ACM Audio Filter:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
MSCTF.dll:MSCTF Server DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
MpOav.dll:IOfficeAntiVirus Module:4.18.24090.11 (26d75470953920f90fd0438874501e9d9a31e621):Microsoft Corporation
NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation
NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
Ole32.dll:Microsoft OLE for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
OpenAL.dll
PROPSYS.dll:Microsoft Property System:7.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
SAPIWrapper_x64.dll
SETUPAPI.DLL:Windows Setup API:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
SHCORE.dll:SHCORE:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
SHELL32.dll:Windows Shell Common Dll:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
UMPDC.dll
USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
WINHTTP.dll:Windows HTTP Services:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
WINSTA.dll:Winstation Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.4957 (WinBuild.160101.0800):Microsoft Corporation
WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
amsi.dll:Anti-Malware Scan Interface:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
awt.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.5007 (WinBuild.160101.0800):Microsoft Corporation
cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
combase.dll:Microsoft COM for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
cryptnet.dll:Crypto Network Related API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
dinput8.dll:Microsoft DirectInput:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
drvstore.dll:Driver Store API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
dwmapi.dll:Microsoft Desktop Window Manager API:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
dxcore.dll:DXCore:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
fastprox.dll:WMI Custom Marshaller:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
gdi32full.dll:GDI Client DLL:10.0.19041.4957 (WinBuild.160101.0800):Microsoft Corporation
glfw.dll
icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.5129 (WinBuild.160101.0800):Microsoft Corporation
imagehlp.dll:Windows NT Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
inputhost.dll:InputHost:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft
jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
jna14832710602298334710.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)
jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft
kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation
lwjgl.dll
lwjgl_opengl.dll
lwjgl_stb.dll
management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
mscms.dll:Microsoft Colour Matching System DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
msdmo.dll:DMO Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
ntdll.dll:NT Layer DLL:10.0.19041.4842 (WinBuild.160101.0800):Microsoft Corporation
ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 566.36 :32.0.15.6636:NVIDIA Corporation
nvoglv64.dll:NVIDIA Compatible OpenGL ICD:32.0.15.6636:NVIDIA Corporation
nvspcap64.dll:NVIDIA Game Proxy:3.28.0.412:NVIDIA Corporation
opengl32.dll:OpenGL Client DLL:10.0.19041.5198 (WinBuild.160101.0800):Microsoft Corporation
perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
powrprof.dll:Power Profile Helper DLL:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
profapi.dll:User Profile Basic API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
sapi.dll:Speech API:5.3.29317.00 (WinBuild.160101.0800):Microsoft Corporation
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.5198 (WinBuild.160101.0800):Microsoft Corporation
ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
uxtheme.dll:Microsoft UxTheme Library:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
wbemcomn.dll:WMI:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
wbemprox.dll:WMI:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
wbemsvc.dll:WMI:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
win32u.dll:Win32u:10.0.19041.5247 (WinBuild.160101.0800):Microsoft Corporation
windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.4522 (WinBuild.160101.0800):Microsoft Corporation
winmmbase.dll:Base Multimedia Extension API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
wintypes.dll:Windows Base Types DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
xinput1_4.dll:Microsoft Common Controller API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23207!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.9.jar%2352!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67) [ForgeWrapper-prism-2024-02-29.jar:prism-2024-02-29] {}
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) [NewLaunch.jar:?] {}
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) [NewLaunch.jar:?] {}
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) [NewLaunch.jar:?] {}
-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2391217288 bytes (2280 MiB) / 4987027456 bytes (4756 MiB) up to 6442450944 bytes (6144 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 2600 Six-Core Processor
Identifier: AuthenticAMD Family 23 Model 8 Stepping 2
Microarchitecture: Zen+
Frequency (GHz): 3.40
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: Virtual Desktop Monitor
Graphics card #0 vendor: Virtual Desktop, Inc.
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: DriverVersion=15.39.56.845
Graphics card #1 name: NVIDIA GeForce GTX 1660 Ti
Graphics card #1 vendor: NVIDIA (0x10de)
Graphics card #1 VRAM (MB): 4095.00
Graphics card #1 deviceId: 0x2182
Graphics card #1 versionInfo: DriverVersion=32.0.15.6636
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 25549.53
Virtual memory used (MB): 18016.97
Swap memory total (MB): 9216.00
Swap memory used (MB): 895.92
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx6144m
Launched Version: 1.18.2
Backend library: LWJGL version 3.2.2 SNAPSHOT
Backend API: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 566.36, NVIDIA Corporation
Window size:
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 12x AMD Ryzen 5 2600 Six-Core Processor
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
javafml@null
[email protected]
lowcodefml@null
[email protected]
Mod List:
rsrequestify-2.2.0.jar |RSRequestify |rsrequestify |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
emissive-plugin-1.18.2-2.0.4-forge.jar |MoreMcmeta Emissive Textures P|moremcmeta_emissive_plugin |1.18.2-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE
CyclopsCore-1.18.2-1.16.1.jar |Cyclops Core |cyclopscore |1.16.1 |COMMON_SET|Manifest: NOSIGNATURE
auudio_forge_1.0.3_MC_1.18-1.18.2.jar |Auudio |auudio |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
auxiliaryblocks-1.18.2-0.4.1.jar |Auxiliary Blocks |auxiliaryblocks |1.18.2-0.4.1 |COMMON_SET|Manifest: NOSIGNATURE
supermartijn642configlib-1.1.6-forge-mc1.18.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
Architects-Palette-1.18.2-1.3.2.jar |Architect's Palette |architects_palette |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
cagerium-1.18.2-1.1.6.jar |cagerium |cagerium |1.18.2-1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
mcw-windows-2.1.1-mc1.18.2forge.jar |Macaw's Windows |mcwwindows |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
torohealth-1.18-forge-2.jar |ToroHealth |torohealth |1.18-forge-2 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedcore-1.18.2-0.5.48.244.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.5.48.244 |COMMON_SET|Manifest: NOSIGNATURE
rubidium-0.5.5.jar |Rubidium |rubidium |0.5.5 |COMMON_SET|Manifest: NOSIGNATURE
InitialInventory-forge-1.18.2-6.0.8.jar |Initial Inventory |initialinventory |6.0.8 |COMMON_SET|Manifest: NOSIGNATURE
IronGenerators-2.0.2-1.18.2.jar |Iron Generators |irongenerators |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
XaerosWorldMap_1.28.7_Forge_1.18.2.jar |Xaero's World Map |xaeroworldmap |1.28.7 |COMMON_SET|Manifest: NOSIGNATURE
cookingforblockheads-forge-1.18.2-12.2.0.jar |CookingForBlockheads |cookingforblockheads |12.2.0 |COMMON_SET|Manifest: NOSIGNATURE
Controlling-forge-1.18.2-9.0+22.jar |Controlling |controlling |9.0+22 |COMMON_SET|Manifest: NOSIGNATURE
ReAuth-1.18-Forge-4.0.6.jar |ReAuth |reauth |4.0.6 |COMMON_SET|Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
Prism-1.18.2-1.0.1.jar |Prism |prism |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
Placebo-1.18.2-6.2.0.jar |Placebo |placebo |6.2.0 |COMMON_SET|Manifest: NOSIGNATURE
citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |COMMON_SET|Manifest: NOSIGNATURE
alexsmobs-1.18.6.jar |Alex's Mobs |alexsmobs |1.18.6 |COMMON_SET|Manifest: NOSIGNATURE
shulkerplus-mc1.18.2-v1.0.7-forge.jar |ShulkerPlus |shulkerplus |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
Powah-3.0.7.jar |Powah |powah |3.0.7 |COMMON_SET|Manifest: NOSIGNATURE
Bookshelf-Forge-1.18.2-13.2.51.jar |Bookshelf |bookshelf |13.2.51 |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
lootbeams-1.18.1-release-july1722.jar |LootBeams |lootbeams |1.18.1 |COMMON_SET|Manifest: NOSIGNATURE
twigs-1.1.4-patch4+1.18.2-forge.jar |Twigs |twigs |1.1.4-patch4+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE
buildinggadgets-3.13.2-build.21+mc1.18.2.jar |Building Gadgets |buildinggadgets |3.13.2-build.21+mc1.|COMMON_SET|Manifest: NOSIGNATURE
DarkUtilities-Forge-1.18.2-10.0.5.jar |DarkUtilities |darkutils |10.0.5 |COMMON_SET|Manifest: NOSIGNATURE
mcw-doors-1.0.7-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
PickUpNotifier-v3.2.1-1.18.2-Forge.jar |Pick Up Notifier |pickupnotifier |3.2.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
MekanismGenerators-1.18.2-10.2.5.465.jar |Mekanism: Generators |mekanismgenerators |10.2.5 |COMMON_SET|Manifest: NOSIGNATURE
balm-3.2.1+0.jar |Balm |balm |3.2.1+0 |COMMON_SET|Manifest: NOSIGNATURE
JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |COMMON_SET|Manifest: NOSIGNATURE
cloth-config-6.3.81-forge.jar |Cloth Config v4 API |cloth_config |6.3.81 |COMMON_SET|Manifest: NOSIGNATURE
shetiphiancore-1.18-3.10.12.jar |ShetiPhian-Core |shetiphiancore |3.10.12 |COMMON_SET|Manifest: NOSIGNATURE
MmmMmmMmmMmm-1.18.2-1.5.2.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE
refinedstorage-1.10.6.jar |Refined Storage |refinedstorage |1.10.6 |COMMON_SET|Manifest: NOSIGNATURE
konkrete_forge_1.6.0_MC_1.18-1.18.2.jar |Konkrete |konkrete |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
easy_piglins-1.18.2-1.0.4.jar |Easy Piglins |easy_piglins |1.18.2-1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
EquipmentCompare-1.18.2-forge-1.3.3.jar |Equipment Compare |equipmentcompare |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE
corpse-1.18.2-1.0.2.jar |Corpse |corpse |1.18.2-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
PackMenu-1.18.2-4.1.3.jar |PackMenu |packmenu |4.1.3 |COMMON_SET|Manifest: NOSIGNATURE
chipped-1.18.2-1.2.1-forge.jar |Chipped |chipped |1.18.2-1.2.1-forge |COMMON_SET|Manifest: NOSIGNATURE
mcw-bridges-2.0.6-mc1.18.2forge.jar |Macaw's Bridges |mcwbridges |2.0.6 |COMMON_SET|Manifest: NOSIGNATURE
torchmaster-18.1.0.jar |Torchmaster |torchmaster |18.1.0 |COMMON_SET|Manifest: NOSIGNATURE
BetterCompatibilityChecker-1.1.21-build.48+mc1.18.|Better Compatibility Checker |bcc |1.1.21-build.48+mc1.|COMMON_SET|Manifest: NOSIGNATURE
Compressium-1.4.2-build.9+mc1.18.2.jar |Compressium |compressium |1.4.2-build.9+mc1.18|COMMON_SET|Manifest: NOSIGNATURE
Ping-1.18-1.8.0.jar |Ping |ping |1.18-1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
ironfurnaces-1.18.2-3.3.3.jar |Iron Furnaces |ironfurnaces |3.3.3 |COMMON_SET|Manifest: NOSIGNATURE
mcw-trapdoors-1.0.8-mc1.18.2forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
mcw-fences-1.0.7-mc1.18.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
supermartijn642corelib-1.0.19-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.19 |COMMON_SET|Manifest: NOSIGNATURE
simplylight-1.18.2-1.4.5-build.43.jar |Simply Light |simplylight |1.18.2-1.4.5-build.4|COMMON_SET|Manifest: NOSIGNATURE
Botania-1.18.2-435.jar |Botania |botania |1.18.2-435 |COMMON_SET|Manifest: NOSIGNATURE
fairylights-5.0.0-1.18.2.jar |Fairy Lights |fairylights |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Highlighter-1.18.1-1.1.2.jar |Highlighter |highlighter |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
spark-1.10.38-forge.jar |spark |spark |1.10.38 |COMMON_SET|Manifest: NOSIGNATURE
curios-forge-1.18.2-5.0.9.0.jar |Curios API |curios |1.18.2-5.0.9.0 |COMMON_SET|Manifest: NOSIGNATURE
Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |COMMON_SET|Manifest: NOSIGNATURE
camera-1.18.2-1.0.5.jar |Camera Mod |camera |1.18.2-1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
blockcarpentry-1.18-0.3.0.jar |BlockCarpentry |blockcarpentry |1.18-0.3.0 |COMMON_SET|Manifest: NOSIGNATURE
libnonymous-2.1.0.jar |libnonymous |libnonymous |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
elevatorid-1.18.2-1.8.4.jar |Elevator Mod |elevatorid |1.18.2-1.8.4 |COMMON_SET|Manifest: NOSIGNATURE
Runelic-Forge-1.18.2-11.0.1.jar |Runelic |runelic |11.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
cfm-7.0.0-pre35-1.18.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |COMMON_SET|Manifest: NOSIGNATURE
architectury-4.10.88-forge.jar |Architectury |architectury |4.10.88 |COMMON_SET|Manifest: NOSIGNATURE
weirdinggadget-1.18.1-2.2.11.jar |The Weirding Gadget |weirdinggadget |2.2.11 |COMMON_SET|Manifest: NOSIGNATURE
mcw-furniture-3.0.2-mc1.18.2.jar |Macaw's Furniture |mcwfurnitures |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE
trashcans-1.0.15-forge-mc1.18.jar |Trash Cans |trashcans |1.0.15 |COMMON_SET|Manifest: NOSIGNATURE
polylib-forge-1801.0.2-build.13.jar |PolyLib |polylib |1801.0.2-build.13 |COMMON_SET|Manifest: NOSIGNATURE
geckolib-forge-1.18-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |COMMON_SET|Manifest: NOSIGNATURE
mcw-lights-1.0.4-mc1.18.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
moremcmeta-1.18.2-4.4.7-forge.jar |MoreMcmeta |moremcmeta |1.18.2-4.4.7 |COMMON_SET|Manifest: NOSIGNATURE
Cucumber-1.18.2-5.1.3.jar |Cucumber Library |cucumber |5.1.3 |COMMON_SET|Manifest: NOSIGNATURE
texture-plugin-forge-1.18.2-1.0.1-forge.jar |MoreMcmeta Texture Plugin |moremcmeta_texture_plugin |1.18.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
Snad-1.18.2-1.22.04.15a.jar |Snad |snad |1.18.2-1.22.04.15a |COMMON_SET|Manifest: NOSIGNATURE
jei-1.18.2-9.7.2.1001.jar |Just Enough Items |jei |9.7.2.1001 |COMMON_SET|Manifest: NOSIGNATURE
bdlib-1.19.3.7-mc1.18.2.jar |BdLib |bdlib |1.19.3.7 |COMMON_SET|Manifest: NOSIGNATURE
waystones-forge-1.18.2-10.1.0.jar |Waystones |waystones |10.1.0 |COMMON_SET|Manifest: NOSIGNATURE
Clumps-forge-1.18.2-8.0.0+17.jar |Clumps |clumps |8.0.0+17 |COMMON_SET|Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
comforts-forge-1.18.2-5.0.0.5.jar |Comforts |comforts |1.18.2-5.0.0.5 |COMMON_SET|Manifest: NOSIGNATURE
NaturesCompass-1.18.2-1.9.7-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.7-forge |COMMON_SET|Manifest: NOSIGNATURE
SimpleStorageNetwork-1.18.2-1.6.2.jar |Simple Storage Network |storagenetwork |1.18.2-1.6.2 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
framedcompactdrawers-1.18-4.1.0.jar |Framed Compacting Drawers |framedcompactdrawers |1.18-4.1.0 |COMMON_SET|Manifest: NOSIGNATURE
Decorative Blocks-forge-1.18.2-2.1.2.jar |Decorative Blocks |decorative_blocks |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
BotanyPots-Forge-1.18.2-8.0.23.jar |BotanyPots |botanypots |8.0.23 |COMMON_SET|Manifest: NOSIGNATURE
ftbbackups2-forge-1.18.2-1.0.19.jar |FTB Backups 2 |ftbbackups2 |1.0.19 |COMMON_SET|Manifest: NOSIGNATURE
mcjtylib-1.18-6.0.20.jar |McJtyLib |mcjtylib |1.18-6.0.20 |COMMON_SET|Manifest: NOSIGNATURE
rftoolsbase-1.18-3.0.11.jar |RFToolsBase |rftoolsbase |1.18-3.0.11 |COMMON_SET|Manifest: NOSIGNATURE
xnet-1.18-4.0.7.jar |XNet |xnet |1.18-4.0.7 |COMMON_SET|Manifest: NOSIGNATURE
ispawner-1.1.9-forge.jar |iSpawner |ispawner |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
everycomp-1.18.2-1.5.18.jar |Every Compat |everycomp |1.18.2-1.5.18 |COMMON_SET|Manifest: NOSIGNATURE
JEITweaker-1.18.2-3.0.0.9.jar |JEI Tweaker |jeitweaker |3.0.0.9 |COMMON_SET|Manifest: NOSIGNATURE
Terralith_v2.2.3.jar |Terralith |terralith |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
mininggadgets-1.11.1.jar |Mining Gadgets |mininggadgets |1.11.1 |COMMON_SET|Manifest: NOSIGNATURE
CraftTweaker-forge-1.18.2-9.1.207.jar |CraftTweaker |crafttweaker |9.1.207 |COMMON_SET|Manifest: NOSIGNATURE
Mekanism-1.18.2-10.2.5.465.jar |Mekanism |mekanism |10.2.5 |COMMON_SET|Manifest: NOSIGNATURE
ChunkyMcChunkFace-1.18.2-0.3.2.jar |Chunky McChunkFace |chunkymcchunkface |0.3.2 |COMMON_SET|Manifest: NOSIGNATURE
forge-1.18.2-40.2.9-universal.jar |Forge |forge |40.2.9 |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
Waddles-1.18.2-0.8.19.jar |Waddles |waddles |1.18.2-0.8.19 |COMMON_SET|Manifest: NOSIGNATURE
ColossalChests-1.18.2-1.8.3.jar |ColossalChests |colossalchests |1.8.3 |COMMON_SET|Manifest: NOSIGNATURE
selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |COMMON_SET|Manifest: NOSIGNATURE
supplementaries-1.18.2-1.5.18.jar |Supplementaries |supplementaries |1.18.2-1.5.18 |COMMON_SET|Manifest: NOSIGNATURE
drippyloadingscreen_forge_1.6.6_MC_1.18-1.18.2.jar|Drippy Loading Screen |drippyloadingscreen |1.6.6 |COMMON_SET|Manifest: NOSIGNATURE
craftingtweaks-forge-1.18.2-14.0.3.jar |CraftingTweaks |craftingtweaks |14.0.3 |COMMON_SET|Manifest: NOSIGNATURE
client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.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
cofh_core-1.18.2-9.1.2.32.jar |CoFH Core |cofh_core |9.1.2.32 |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
thermal_foundation-1.18.2-9.1.0.34.jar |Thermal Series |thermal |9.1.0.34 |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
thermal_expansion-1.18.2-9.1.0.18.jar |Thermal Expansion |thermal_expansion |9.1.0.18 |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
TerraBlender-forge-1.18.2-1.2.0.126.jar |TerraBlender |terrablender |1.2.0.126 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedbackpacksvh-1.18.2-1.0.5.13.jar |Sophisticated Backpacks Vault |sophisticatedbackpacksvh |1.18.2-1.0.5.13 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedbackpacks-1.18.2-3.18.46.821.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.18.46.821 |COMMON_SET|Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |COMMON_SET|Manifest: NOSIGNATURE
titanium-1.18.2-3.5.8-40.jar |Titanium |titanium |3.5.8 |COMMON_SET|Manifest: NOSIGNATURE
animation-plugin-forge-1.18.2-1.0.3-forge.jar |MoreMcmeta Animation Plugin |moremcmeta_animation_plugin |1.18.2-1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
vaultfaster-2.2.0.jar |vaultFaster |vaultfaster |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
Jade-1.18.2-forge-5.2.6.jar |Jade |jade |5.2.6 |COMMON_SET|Manifest: NOSIGNATURE
appliedenergistics2-forge-11.7.0.jar |Applied Energistics 2 |ae2 |11.7.0 |COMMON_SET|Manifest: NOSIGNATURE
merequester-1.18.2-1.1.2.jar |ME Requester |merequester |1.18.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
AE2-Things-1.0.5.jar |AE2 Things |ae2things |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
json-parser-plugin-forge-1.18.2-1.1.1-forge.jar |MoreMcmeta JSON Parser Plugin |moremcmeta_json_parser_plugin |1.18.2-1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
CreateTweaker-1.18.2-2.0.0.19.jar |CreateTweaker |createtweaker |2.0.0.19 |COMMON_SET|Manifest: NOSIGNATURE
kffmod-3.12.0.jar |Kotlin For Forge |kotlinforforge |3.12.0 |COMMON_SET|Manifest: NOSIGNATURE
rottencreatures-forge-1.18.2-1.0.0.jar |Rotten Creatures |rottencreatures |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
easy_villagers-1.18.2-1.0.11.jar |Easy Villagers |easy_villagers |1.18.2-1.0.11 |COMMON_SET|Manifest: NOSIGNATURE
pipez-1.18.2-1.1.5.jar |Pipez |pipez |1.18.2-1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
Iceberg-1.18.2-forge-1.0.49.jar |Iceberg |iceberg |1.0.49 |COMMON_SET|Manifest: NOSIGNATURE
flywheel-forge-1.18.2-0.6.8.a.jar |Flywheel |flywheel |0.6.8.a |COMMON_SET|Manifest: NOSIGNATURE
create-1.18.2-0.5.1.b.jar |Create |create |0.5.1.b |COMMON_SET|Manifest: NOSIGNATURE
Mantle-1.18.2-1.9.31.jar |Mantle |mantle |1.9.31 |COMMON_SET|Manifest: NOSIGNATURE
LegendaryTooltips-1.18.2-1.3.1.jar |Legendary Tooltips |legendarytooltips |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
ecologics-forge-1.18.2-1.7.11.jar |Ecologics |ecologics |1.7.11 |COMMON_SET|Manifest: NOSIGNATURE
Xaeros_Minimap_22.17.0_Forge_1.18.2.jar |Xaero's Minimap |xaerominimap |22.17.0 |COMMON_SET|Manifest: NOSIGNATURE
serverconfigupdater-2.2.jar |ServerConfig Updater |serverconfigupdater |2.2 |COMMON_SET|Manifest: NOSIGNATURE
PigPen-Forge-1.18.2-8.0.1.jar |PigPen |pigpen |8.0.1 |COMMON_SET|Manifest: NOSIGNATURE
FastWorkbench-1.18.2-6.0.2.jar |Fast Workbench |fastbench |6.0.2 |COMMON_SET|Manifest: NOSIGNATURE
polymorph-forge-1.18.2-0.49.jar |Polymorph |polymorph |1.18.2-0.49 |COMMON_SET|Manifest: NOSIGNATURE
AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |COMMON_SET|Manifest: NOSIGNATURE
AkashicTome-1.5-20.jar |Akashic Tome |akashictome |1.5-20 |COMMON_SET|Manifest: NOSIGNATURE
Quark-3.2-358.jar |Quark |quark |3.2-358 |COMMON_SET|Manifest: NOSIGNATURE
StorageDrawers-1.18.2-10.2.1.jar |Storage Drawers |storagedrawers |10.2.1 |COMMON_SET|Manifest: NOSIGNATURE
FluxNetworks-1.18.2-7.0.8.12.jar |Flux Networks |fluxnetworks |7.0.8.12 |COMMON_SET|Manifest: NOSIGNATURE
properties-parser-plugin-forge-1.18.2-1.1.5-forge.|MoreMcmeta Properties Parser P|moremcmeta_properties_parser_p|1.18.2-1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
invhud.forge.1.18.2-3.4.14.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.14 |COMMON_SET|Manifest: NOSIGNATURE
neoncraft2-2.2.jar |Neon Craft 2 |neoncraft2 |2.2 |COMMON_SET|Manifest: NOSIGNATURE
enercell-1.18.2-1.0.2.jar |Enercell |enercell |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
appleskin-forge-mc1.18.2-2.4.1.jar |AppleSkin |appleskin |2.4.1+mc1.18.2 |COMMON_SET|Manifest: NOSIGNATURE
ferritecore-4.2.2-forge.jar |Ferrite Core |ferritecore |4.2.2 |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
PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
modular-routers-1.18.2-9.1.1-93.jar |Modular Routers |modularrouters |9.1.1-93 |COMMON_SET|Manifest: NOSIGNATURE
gui-plugin-forge-1.18.2-1.0.1-forge.jar |MoreMcmeta GUI Plugin |moremcmeta_gui_plugin |1.18.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
justzoom_forge_1.0.2-1_MC_1.18.2.jar |Just Zoom |justzoom |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
refinedstorageaddons-0.8.2.jar |Refined Storage Addons |refinedstorageaddons |0.8.2 |COMMON_SET|Manifest: NOSIGNATURE
OpenLoader-Forge-1.18.2-12.0.1.jar |OpenLoader |openloader |12.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
the_vault-1.18.2-3.15.2.3663.jar |The Vault |the_vault |1.18.2-3.15.2.3663 |COMMON_SET|Manifest: NOSIGNATURE
vaultintegrations-1.18.2-1.0.14.jar |VaultIntegrations |vaultintegrations |1.18.2-1.0.14 |COMMON_SET|Manifest: NOSIGNATURE
vault_hunters_jewel_sorting-2.6.0.jar |Vault Hunters Jewel Sorting |vault_hunters_jewel_sorting |2.6.0 |COMMON_SET|Manifest: NOSIGNATURE
Crash Report UUID: 99713cd4-eaa7-435b-8d6e-29e373ceabfc
FML: 40.2
Forge: net.minecraftforge:40.2.9
Flywheel Backend: Uninitialized