Budschie / BudschieMorphMod

This is a port of the morph mod to forge 1.16.5
MIT License
11 stars 9 forks source link

Incompatibility with Corail Tombstone #69

Open Evilteen18 opened 2 years ago

Evilteen18 commented 2 years ago

Incompatibility with Corail Tombstone i try many thing to get it to work and wonder if you can make a fix for it i love to have both mods on my modpack

Evilteen18 commented 2 years ago

this is what it says everytime it crashes Error loading class: de/maxhenkel/gravestone/events/DeathEvents (java.lang.ClassNotFoundException: de.maxhenkel.gravestone.events.DeathEvents) Error loading class: de/maxhenkel/corpse/events/DeathEvents (java.lang.ClassNotFoundException: de.maxhenkel.corpse.events.DeathEvents)

Budschie commented 2 years ago

I'm not sure if this has something to do with my mod, as my mod doesn't seem to appear in the error part of the log you've shown me. Basically, the error above says that Java can't find the class (a class is essentially a bunch of code put together in one unit) "DeathEvents" from the package de.maxhenkel.corpse.events; so this probably isn't an issue of mine.

Evilteen18 commented 2 years ago

thank you i try again i wanted to have this mod in my modpack if i get the crash log if it crashes again

Evilteen18 commented 2 years ago

---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3

Time: 3/21/22, 6:42 PM Description: Initializing game

java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType at net.minecraft.client.gui.font.glyphs.EmptyGlyph.(EmptyGlyph.java:10) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:classloading} at net.minecraft.client.gui.font.FontSet.(FontSet.java:27) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:classloading} at net.minecraft.client.gui.font.FontManager.(FontManager.java:48) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.FontResourceManagerAccess,pl:mixin:A} at net.minecraft.client.Minecraft.(Minecraft.java:472) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:classloading,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:45) ~[fmlloader-1.18.1-39.1.2.jar%2323!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.gui.font.glyphs.EmptyGlyph.(EmptyGlyph.java:10) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:classloading} at net.minecraft.client.gui.font.FontSet.(FontSet.java:27) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:classloading} at net.minecraft.client.gui.font.FontManager.(FontManager.java:48) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.FontResourceManagerAccess,pl:mixin:A} at net.minecraft.client.Minecraft.(Minecraft.java:472) ~[client-1.18.1-20211210.034407-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,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.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.746:Microsoft Corporation CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.546:Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation DEVOBJ.dll:Device Information Set DLL:10.0.19041.1566 (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.1202 (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.1 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.546 (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.1566 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.1566 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:MMDevice API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:MSCTF Server DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.2202.4 (WinBuild.160101.0800):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll PROPSYS.dll:Microsoft Property System:7.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (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.1 (WinBuild.160101.0800):Microsoft Corporation SETUPAPI.DLL:Windows Setup API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.19041.964 (WinBuild.160101.0800):Microsoft Corporation UMPDC.dll USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (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.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.19041.1 (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.546 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.1566 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.1081 (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.546 (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.746 (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.1415 (WinBuild.160101.0800):Microsoft Corporation cfgmgr32.dll:Configuration Manager DLL:10.0.19041.1151 (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.1320 (WinBuild.160101.0800):Microsoft Corporation cryptnet.dll:Crypto Network Related API:10.0.19041.906 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.789 (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.1566 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:Microsoft Desktop Window Manager API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.1503 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.1566 (WinBuild.160101.0800):Microsoft Corporation glfw.dll icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.19041.906 (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 jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jna3572528132045805600.dll:JNA native library:6.1.1: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.546 (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 Color Matching System DLL: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.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (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.1566 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation nvoglv64.dll:NVIDIA Compatible OpenGL ICD:30.0.15.1179:NVIDIA Corporation nvspcap64.dll:NVIDIA Game Proxy:3.25.0.84:NVIDIA Corporation opengl32.dll:OpenGL Client DLL:10.0.19041.1566 (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.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (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.1 (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.1566 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Microsoft UxTheme Library:10.0.19041.1 (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 win32u.dll:Win32u:10.0.19041.1586 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (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.1-20211210.034407-srg.jar%23277!/:?] {re:classloading,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:45) ~[fmlloader-1.18.1-39.1.2.jar%2323!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

-- System Details -- Details: Minecraft Version: 1.18.1 Minecraft Version ID: 1.18.1 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: 2524830792 bytes (2407 MiB) / 5309988864 bytes (5064 MiB) up to 12884901888 bytes (12288 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3600 6-Core Processor
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0 Microarchitecture: Zen 2 Frequency (GHz): 3.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 1660 SUPER Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x21c4 Graphics card #0 versionInfo: DriverVersion=30.0.15.1179 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 29133.76 Virtual memory used (MB): 21361.01 Swap memory total (MB): 12800.00 Swap memory used (MB): 599.02 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m Launched Version: forge-39.1.2 Backend library: LWJGL version 3.2.2 SNAPSHOT Backend API: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 511.79, 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 3600 6-Core Processor ModLauncher: 9.1.3+9.1.3+main.9b69c82a ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 javafml@null Mod List: BetterDungeons-Forge-1.18.1-1.0.1.jar |YUNG's Better Dungeons |betterdungeons |1.18.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE OreClumps-forge-1.18.1-0.1.0.jar |OreClumps |oreclumps |0.1.0 |COMMON_SET|Manifest: NOSIGNATURE mcw-windows-2.0.2-mc1.18.1.jar |Macaw's Windows |mcwwindows |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE NyfsQuiver-1.18.1-0.6.4.jar |Nyf's Quiver |nyfsquiver |1.18.1-0.6.3 |COMMON_SET|Manifest: NOSIGNATURE modnametooltip-1.18.1-1.18.0.jar |Mod Name Tooltip |modnametooltip |1.18.0 |COMMON_SET|Manifest: NOSIGNATURE nyfsquiversexpanded-1.18.1-0.1.0.jar |Nyfs Quivers Expanded |nyfsquiversexpanded |0.1.0 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.18.1-8.0.1.0-build.0059.jar |ForgeEndertech |forgeendertech |08.0.1.0 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.18.1-Forge-26.jar |YUNG's API |yungsapi |1.18.1-Forge-26 |COMMON_SET|Manifest: NOSIGNATURE WitherSkeletonTweaks-1.18.1-7.1.0.jar |Wither Skeleton Tweaks |wstweaks |7.1.0 |COMMON_SET|Manifest: NOSIGNATURE Shrink-1.18.1-1.3.0.jar |Shrink |shrink |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE guardvillagers-1.18.1.4.0.jar |Guard Villagers |guardvillagers |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE ore_tree-0.2.5.1.jar |Ore Tree |ore_tree |0.2.5.1 |COMMON_SET|Manifest: NOSIGNATURE ChanceCubes-1.18.1-5.0.2.447.jar |Chance Cubes |chancecubes |1.18.1-5.0.2.447 |COMMON_SET|Manifest: NOSIGNATURE Customized-Dungeon-Loot-1.17.x-(v.2.1.0).jar |Customized Dungeon Loot |cdl |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE Apotheosis-1.18.1-5.3.3.jar |Apotheosis |apotheosis |5.3.3 |COMMON_SET|Manifest: NOSIGNATURE elementalamulets-1.18.1-0.7.1b.jar |Elemental Amulets |elementalamulets |1.18.1-0.7.1 |COMMON_SET|Manifest: NOSIGNATURE ironagefurniture-1.18.1-0.2.0.3.jar |Iron Age Furniture |ironagefurniture |1.18.1-0.2.0.3 |COMMON_SET|Manifest: NOSIGNATURE Corail-Spawners-1.18.1-020.jar |Corail Spawners |corail_spawners |1.18-020 |COMMON_SET|Manifest: NOSIGNATURE balm-2.4.3+0.jar |Balm |balm |2.4.3+0 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughResources-1.18.1-0.14.0.157.jar |Just Enough Resources |jeresources |0.14.0.157 |COMMON_SET|Manifest: NOSIGNATURE Paraglider-1.18-1.5.0.0.jar |Paraglider |paraglider |1.5.0.0 |COMMON_SET|Manifest: NOSIGNATURE ninjaphenix-container-library-1.3.0+1.18-forge.jar|NinjaPhenix's Container Librar|ninjaphenix_container_lib |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-6.2.57-forge.jar |Cloth Config v4 API |cloth_config |6.2.57 |COMMON_SET|Manifest: NOSIGNATURE soundphysics-forge-1.18.1-1.0.5.jar |Sound Physics Remastered |sound_physics_remastered |1.18.1-1.0.5 |COMMON_SET|Manifest: NOSIGNATURE shetiphiancore-1.18-3.10.4.jar |ShetiPhian-Core |shetiphiancore |3.10.4 |COMMON_SET|Manifest: NOSIGNATURE easy_piglins-1.18.1-1.0.0.jar |Easy Piglins |easy_piglins |1.18.1-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE structure_gel-1.18.1-2.1.3.jar |Structure Gel API |structure_gel |2.1.3 |COMMON_SET|Manifest: NOSIGNATURE TinySkeletons-v3.1.0-1.18.1-Forge.jar |Tiny Skeletons |tinyskeletons |3.1.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a castle_in_the_sky-1.18.1-0.4.0.jar |Castle in the sky |castle_in_the_sky |1.18.1 |COMMON_SET|Manifest: NOSIGNATURE torchmaster-18.0.3-beta.jar |Torchmaster |torchmaster |18.0.3-beta |COMMON_SET|Manifest: NOSIGNATURE BetterCompatibilityChecker-1.1.12-build.24+mc1.18.|Better Compatibility Checker |bcc |1.1.12-build.24+mc1.|COMMON_SET|Manifest: NOSIGNATURE ironfurnaces-1.18.1-3.1.4.jar |Iron Furnaces |ironfurnaces |3.1.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-trapdoors-1.0.5-mc1.18.1.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE calemicore-1.0.12.jar |Calemi Core |calemicore |1.0.12 |COMMON_SET|Manifest: NOSIGNATURE silent-gear-1.18.1-2.9.1.jar |Silent Gear |silentgear |2.9.1 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642corelib-1.0.16b-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.16b |COMMON_SET|Manifest: NOSIGNATURE Botania-1.18.1-429.jar |Botania |botania |1.18.1-429 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.18.1-5.0.6.2.jar |Curios API |curios |1.18.1-5.0.6.2 |COMMON_SET|Manifest: NOSIGNATURE alwaysdroplootforge-1.18.0.3-FINAL.jar |Always Drop Loot[Forge] |alwaysdroplootforge |0.3-FINAL |COMMON_SET|Manifest: NOSIGNATURE advancednetherite-1.10.2-1.18.1.jar |Advanced Netherite |advancednetherite |1.10.2 |COMMON_SET|Manifest: NOSIGNATURE YungsExtras-Forge-1.18.1-1.0.jar |YUNG's Extras |yungsextras |1.18.1-1.0 |COMMON_SET|Manifest: NOSIGNATURE angelring-1.18-1.5.0.jar |Angel Ring |angelring |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE tombstone-7.4.1-1.18.jar |Corail Tombstone |tombstone |7.4.1 |COMMON_SET|Manifest: NOSIGNATURE NaturesAura-35.5.jar |Nature's Aura |naturesaura |35.5 |COMMON_SET|Manifest: NOSIGNATURE constructionwand-1.18.1-2.6.jar |Construction Wand |constructionwand |1.18.1-2.6 |COMMON_SET|Manifest: NOSIGNATURE alwaysawitherskull_1.18.1-1.5.jar |Always a Wither Skull |alwaysawitherskull |1.5 |COMMON_SET|Manifest: NOSIGNATURE mcw-roofs-2.1.1-mc1.18.1.jar |Macaw's Roofs |mcwroofs |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE furniture-7.0.0-pre28-1.18.1.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre28 |COMMON_SET|Manifest: NOSIGNATURE globalxp-1.18.1-1.9.1.jar |Global XP |globalxp |1.9.1 |COMMON_SET|Manifest: NOSIGNATURE BetterShieldsMC1.18.1-1.0.jar |Better Shields |bettershields |1.0 |COMMON_SET|Manifest: NOSIGNATURE FastLeafDecay-27.2.jar |FastLeafDecay |fastleafdecay |27.2 |COMMON_SET|Manifest: NOSIGNATURE BetterMineshafts-Forge-1.18.1-1.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.1-1.0 |COMMON_SET|Manifest: NOSIGNATURE geckolib-1.18-forge-3.0.11.jar |GeckoLib |geckolib3 |3.0.11 |COMMON_SET|Manifest: NOSIGNATURE DarkPaintings-Forge-1.18.1-9.0.3.jar |DarkPaintings |darkpaintings |9.0.3 |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 DripSounds-1.18-0.3.0.jar |Drip Sounds |waterdripsound |0.3.0 |COMMON_SET|Manifest: NOSIGNATURE gun-mod-1.1.3-1.18.1.jar |MrCrayfish's Gun Mod |cgm |1.1.3 |ERROR |Manifest: NOSIGNATURE bmorph-1.18.1-2.0.1.jar |Budschie's Morph Mod |bmorph |1.18.1-2.0.1 |COMMON_SET|Manifest: NOSIGNATURE jei-1.18.1-9.4.1.112.jar |Just Enough Items |jei |9.4.1.112 |COMMON_SET|Manifest: NOSIGNATURE LibraryFerret-Forge-1.18.1-1.0.3.jar |Library ferret |libraryferret |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE goblintraders-1.7.0-1.18.1.jar |Goblin Traders |goblintraders |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE RingsOfAscension-1.18-1.0.0.jar |Rings of Ascension |ringsofascension |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE NaturesCompass-1.18.1-1.9.5-forge.jar |Nature's Compass |naturescompass |1.18.1-1.9.5-forge |COMMON_SET|Manifest: NOSIGNATURE SereneSeasons-1.18.1-6.0.0.10-universal.jar |Serene Seasons |sereneseasons |1.18.1-6.0.0.10 |COMMON_SET|Manifest: NOSIGNATURE LibX-1.18.1-3.1.18.jar |LibX |libx |1.18.1-3.1.18 |COMMON_SET|Manifest: NOSIGNATURE compactmachines-4.1.0.jar |Compact Machines 4 |compactmachines |4.1.0 |COMMON_SET|Manifest: NOSIGNATURE AdHooks-1.18.1-7.0.0.1-build.0050.jar |Advanced Hook Launchers |adhooks |07.0.0.1 |COMMON_SET|Manifest: NOSIGNATURE farmingforblockheads-forge-1.18.1-9.0.3.jar |Farming for Blockheads |farmingforblockheads |9.0.3 |COMMON_SET|Manifest: NOSIGNATURE JEITweaker-1.18.1-3.0.0.4.jar |JEI Tweaker |jeitweaker |3.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE CraftTweaker-forge-1.18.1-9.0.81.jar |CraftTweaker |crafttweaker |9.0.81 |COMMON_SET|Manifest: NOSIGNATURE DungeonsArise-1.18.1-2.1.49d-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49d-1.18.1 |COMMON_SET|Manifest: NOSIGNATURE client-1.18.1-20211210.034407-srg.jar |Minecraft |minecraft |1.18.1 |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f Flopper-1.18.1-1.1.2.jar |Flopper |flopper |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE theoneprobe-1.18-5.0.4.jar |The One Probe |theoneprobe |1.18-5.0.4 |COMMON_SET|Manifest: NOSIGNATURE appliedenergistics2-10.0.1.jar |Applied Energistics 2 |ae2 |10.0.1 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.18.1-1.1.0.77.jar |TerraBlender |terrablender |1.18.1-1.1.0.77 |COMMON_SET|Manifest: NOSIGNATURE MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |COMMON_SET|Manifest: NOSIGNATURE ImmersiveEngineering-1.18.1-7.1.0-145.jar |Immersive Engineering |immersiveengineering |1.18.1-7.1.0-145 |ERROR |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 RingOfGrowth-Forge-1.18.1-1.4.5.jar |Ring of Growth |ring_of_growth |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE AdLods-1.18.1-5.0.0.2-build.0069.jar |Large Ore Deposits |adlods |05.0.0.2 |COMMON_SET|Manifest: NOSIGNATURE betterfpsdist-1.18.1-1.4.jar |betterfpsdist mod |betterfpsdist |1.18.1-1.4 |COMMON_SET|Manifest: NOSIGNATURE mmlib-1.0.0-1.18.1.jar |Mysterious Mountain Lib |mmlib |1.0.0-1.18.1 |COMMON_SET|Manifest: NOSIGNATURE dimdungeons-1.13.4-forge-1.18.1.jar |Dimensional Dungeons |dimdungeons |1.13.4 |COMMON_SET|Manifest: NOSIGNATURE pipez-1.18.1-1.0.1.jar |Pipez |pipez |1.18.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.18-0.6.1.jar |Flywheel |flywheel |1.18-0.6.1.63 |COMMON_SET|Manifest: NOSIGNATURE Mantle-1.18.1-1.8.37.jar |Mantle |mantle |1.8.37 |COMMON_SET|Manifest: NOSIGNATURE itemcollectors-1.1.4-mc1.18.jar |Item Collectors |itemcollectors |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE Croptopia-1.18-FORGE-1.8.1.jar |Croptopia |croptopia |1.8.1 |COMMON_SET|Manifest: NOSIGNATURE baubley-heart-canisters-1.18-1.0.0.jar |Baubley Heart Canisters |bhc |1.18-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |COMMON_SET|Manifest: NOSIGNATURE [1.18.1] SecurityCraft v1.9.0.2-beta1.jar |SecurityCraft |securitycraft |1.9.0.2-beta1 |COMMON_SET|Manifest: NOSIGNATURE sit-1.18-1.3.1.jar |Sit |sit |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE harvest-1.18.1-1.1.jar |Harvest |harvest |1.1 |COMMON_SET|Manifest: NOSIGNATURE foxes-1.2+forge.jar |Shadew's Foxes |shwfox |1.2+forge |COMMON_SET|Manifest: NOSIGNATURE cagedmobs-1.18.1-1.5.1.jar |Caged Mobs |cagedmobs |1.18.1-1.5.1 |COMMON_SET|Manifest: NOSIGNATURE lootr-1.18-0.1.15.50.jar |Lootr |lootr |0.1.15.50 |COMMON_SET|Manifest: NOSIGNATURE connectedglass-1.1.1-mc1.18.jar |Connected Glass |connectedglass |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE occultism-1.18.1-1.26.9.jar |Occultism |occultism |1.18.1-1.26.9 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v3.2.1-1.18.1-Forge.jar |Puzzles Lib |puzzleslib |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 extremeSoundMuffler-3.24_Forge-1.18.1.jar |Extreme Sound Muffler |extremesoundmuffler |3.24_forge-1.18.1 |COMMON_SET|Manifest: NOSIGNATURE CosmeticArmorReworked-1.18.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.1-v1a |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 lootbagmod-1.18-4.2.0.jar |Loot Bag Mod |lootbagmod |1.18-4.2.0 |COMMON_SET|Manifest: NOSIGNATURE xptome-1.18.1-2.1.4.jar |XP Tome |xpbook |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE hexerei-0.1.14.jar |Hexerei |hexerei |0.1.14 |COMMON_SET|Manifest: NOSIGNATURE CyclopsCore-1.18.1-1.13.2.jar |Cyclops Core |cyclopscore |1.13.2 |COMMON_SET|Manifest: NOSIGNATURE TreeChop-1.18.1-0.15.7.jar |HT's TreeChop |treechop |0.15.7 |COMMON_SET|Manifest: NOSIGNATURE blue_skies-1.18.1-1.3.4.jar |Blue Skies |blue_skies |1.3.4 |ERROR |Manifest: NOSIGNATURE DoggyTalents-1.18.1-2.4.8.jar |Doggy Talents 2 |doggytalents |2.4.8 |COMMON_SET|Manifest: NOSIGNATURE glassential-forge-1.18-1.2.2.jar |Glassential |glassential |1.18-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE villagernames_1.18.1-3.5.jar |Villager Names |villagernames |3.5 |COMMON_SET|Manifest: NOSIGNATURE cookingforblockheads-forge-1.18.1-11.1.0.jar |CookingForBlockheads |cookingforblockheads |11.1.0 |ERROR |Manifest: NOSIGNATURE Controlling-forge-1.18.1-9.0+15.jar |Controlling |controlling |9.0+15 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.18.1-6.1.1.jar |Placebo |placebo |6.1.1 |COMMON_SET|Manifest: NOSIGNATURE citadel-1.10.10-1.18.jar |Citadel |citadel |1.10.10 |COMMON_SET|Manifest: NOSIGNATURE untamedwilds-1.18.1-2.0.0.jar |Untamed Wilds |untamedwilds |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedbackpacks-1.18.1-3.15.15.550.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.1-3.15.15.550 |COMMON_SET|Manifest: NOSIGNATURE PatinaPipeworks-1.18.1-1.0.6-universal.jar |Patina Pipeworks |patinapipeworks |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE mcw-doors-1.0.6-mc1.18.1.jar |Macaw's Doors |mcwdoors |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE sworddisplay-1.18.1-1.1.0.jar |Sword Displays |sworddisplay |1.18.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE FpsReducer2-forge-1.18.2-2.0.jar |FPS Reducer |fpsreducer |1.18.2-2.0 |COMMON_SET|Manifest: NOSIGNATURE Beyond-Earth-1.18.1-6.0d.jar |Beyond Earth |beyond_earth |6.0c |ERROR |Manifest: NOSIGNATURE dragonmounts-1.18.1-1.1.jar |Dragon Mounts: Legacy |dragonmounts |1.18.1-1.1 |ERROR |Manifest: NOSIGNATURE MmmMmmMmmMmm-1.18-1.5.1.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.0 |COMMON_SET|Manifest: NOSIGNATURE mob_grinding_utils-1.18.1-0.4.33.jar |Mob Grinding Utils |mob_grinding_utils |1.18.1-0.4.33 |COMMON_SET|Manifest: NOSIGNATURE konkrete_forge_1.3.3_MC_1.18-1.18.1.jar |Konkrete |konkrete |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-2.0.2-mc1.18.1.jar |Macaw's Bridges |mcwbridges |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.18.1-1.0.3.jar |Farmer's Delight |farmersdelight |1.18.1-1.0.3 |COMMON_SET|Manifest: NOSIGNATURE corn_delight-1.0.6-1.18.1.jar |Corn Delight |corn_delight |1.0.6-1.18.1 |COMMON_SET|Manifest: NOSIGNATURE DustrialDecor-1.3.2-1.18.jar |'Dustrial Decor |dustrial_decor |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE endertanks-1.18-1.11.3.jar |EnderTanks |endertanks |1.11.3 |COMMON_SET|Manifest: NOSIGNATURE signpost-1.18.1-2.00.5.jar |Signpost |signpost |1.18.1-2.00.5 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.0.3-mc1.18.1.jar |Macaw's Fences and Walls |mcwfences |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE orebushes-1.18.1-3.3.jar |Ore Bushes |orebushes |3.3 |COMMON_SET|Manifest: NOSIGNATURE medievalmusic-1.18-1.2.jar |medievalmusic mod |medievalmusic |1.18-1.2 |COMMON_SET|Manifest: NOSIGNATURE dungeons_enhanced-1.18.1-3.0.jar |Dungeons Enhanced |dungeons_enhanced |3.0 |COMMON_SET|Manifest: NOSIGNATURE Goblins_Dungeons_1.0.7.jar |Goblins & Dungeons |goblinsanddungeons |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.18.1-65.jar |Patchouli |patchouli |1.18.1-65 |COMMON_SET|Manifest: NOSIGNATURE collective-1.18.1-4.7.jar |Collective |collective |4.7 |COMMON_SET|Manifest: NOSIGNATURE OreExcavation-1.10.160.jar |OreExcavation |oreexcavation |1.10.160 |COMMON_SET|Manifest: NOSIGNATURE DrawersTooltip-1.18.1-forge-4.1.0.jar |Drawers Tooltip |drawerstooltip |4.1.0 |COMMON_SET|Manifest: NOSIGNATURE libnonymous-2.0.5.jar |libnonymous |libnonymous |2.0.5 |COMMON_SET|Manifest: NOSIGNATURE BetterStrongholds-Forge-1.18.1-1.0.2.jar |YUNG's Better Strongholds |betterstrongholds |1.18.1-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE starterkit_1.18.1-3.2.jar |Starter Kit |starterkit |3.2 |COMMON_SET|Manifest: NOSIGNATURE solarenergy-1.18.1-0.4.0.3.jar |Solar Energy |solarenergy |0.4.0.3 |ERROR |Manifest: NOSIGNATURE architectury-3.7.33.jar |Architectury |architectury |3.7.33 |COMMON_SET|Manifest: NOSIGNATURE ftb-library-forge-1801.3.5-build.109.jar |FTB Library |ftblibrary |1801.3.5-build.109 |COMMON_SET|Manifest: NOSIGNATURE ftb-teams-forge-1801.2.5-build.48.jar |FTB Teams |ftbteams |1801.2.5-build.48 |COMMON_SET|Manifest: NOSIGNATURE framework-0.2.3-1.18.1.jar |Framework |framework |0.2.3 |COMMON_SET|Manifest: NOSIGNATURE Cyclic-1.18.1-1.6.15.jar |Cyclic |cyclic |1.18.1-1.6.15 |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 BetterAdvancements-1.18.1-0.1.2.122.jar |Better Advancements |betteradvancements |0.1.2.122 |COMMON_SET|Manifest: NOSIGNATURE Amplified Nether 1.0.1 ~ Forge.jar |Amplified Nether + Seed Fix |seedfix |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE rhino-forge-1801.1.8-build.102.jar |Rhino |rhino |1801.1.8-build.102 |COMMON_SET|Manifest: NOSIGNATURE Cucumber-1.18.1-5.0.3.jar |Cucumber Library |cucumber |5.0.3 |COMMON_SET|Manifest: NOSIGNATURE Animal Tamer 1.11.3 -1.18.1.jar |Animal Tamer |rabbit_tamer |1.0 |COMMON_SET|Manifest: NOSIGNATURE trashslot-forge-1.18.1-11.0.2.jar |TrashSlot |trashslot |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE minecraft-comes-alive-7.1.0-forge.jar |Minecraft Comes Alive |mca |7.1.0 |COMMON_SET|Manifest: NOSIGNATURE AwesomeDungeonEnd-Forge-1.18.1-1.0.0.jar |Awesome Dungeon End |awesomedungeonend |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE item-filters-forge-1801.2.6-build.16.jar |Item Filters |itemfilters |1801.2.6-build.16 |COMMON_SET|Manifest: NOSIGNATURE create-mc1.18.1_v0.4f.jar |Create |create |0.4f |ERROR |Manifest: NOSIGNATURE waystones-forge-1.18.1-9.0.4.jar |Waystones |waystones |9.0.4 |ERROR |Manifest: NOSIGNATURE WeaponThrow-1.18-5.6.jar |Weapon Throw |weaponthrow |1.18-5.6 |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.18.1-8.0.0+5.jar |Clumps |clumps |8.0.0+5 |COMMON_SET|Manifest: NOSIGNATURE journeymap-1.18.1-5.8.0.jar |Journeymap |journeymap |5.8.0 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-1.18.1-5.0.0.2.jar |Comforts |comforts |1.18.1-5.0.0.2 |COMMON_SET|Manifest: NOSIGNATURE FruitTrees-1.18.1-forge-4.1.3.jar |Fruit Trees |fruittrees |4.1.3 |COMMON_SET|Manifest: NOSIGNATURE Kiwi-1.18-forge-5.2.5.jar |Kiwi |kiwi |5.2.5 |COMMON_SET|Manifest: NOSIGNATURE forge-1.18.1-39.1.2-universal.jar |Forge |forge |39.1.2 |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 replanter-forge-1.3.jar |Replanter |replanter |1.3 |COMMON_SET|Manifest: NOSIGNATURE Bibliotheca-1.18.1-1.7.2.jar |Bibliotheca |bibliotheca |1.7.2 |COMMON_SET|Manifest: NOSIGNATURE appleskin-forge-mc1.18-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.18 |COMMON_SET|Manifest: NOSIGNATURE Aquaculture-1.18.1-2.3.3.jar |Aquaculture 2 |aquaculture |1.18.1-2.3.3 |COMMON_SET|Manifest: NOSIGNATURE ITank-1.18.1-1.7.1.jar |ITank |itank |1.7.1 |COMMON_SET|Manifest: NOSIGNATURE goprone-1.18.1-1.6.0.jar |GoProne |goprone |1.18.1-1.6.0 |COMMON_SET|Manifest: NOSIGNATURE artifacts-1.18.1-4.0.3.jar |Artifacts |artifacts |1.18.1-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE configured-1.5.3-1.18.1.jar |Configured |configured |1.5.3 |COMMON_SET|Manifest: NOSIGNATURE DungeonCrawl-1.18.1-2.3.7.jar |Dungeon Crawl |dungeoncrawl |2.3.7 |COMMON_SET|Manifest: NOSIGNATURE bonsaitrees3-3.0.4.jar |Bonsai Trees 3 |bonsaitrees3 |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE calemieconomy-1.0.0.jar |Calemi's Economy |calemieconomy |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE mcjtylib-1.18-6.0.10.jar |McJtyLib |mcjtylib |1.18-6.0.10 |COMMON_SET|Manifest: NOSIGNATURE rftoolsbase-1.18-3.0.6.jar |RFToolsBase |rftoolsbase |1.18-3.0.6 |COMMON_SET|Manifest: NOSIGNATURE rftoolspower-1.18-4.0.3.jar |RFToolsPower |rftoolspower |1.18-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE rftoolsbuilder-1.18-4.0.7.jar |RFToolsBuilder |rftoolsbuilder |1.18-4.0.7 |COMMON_SET|Manifest: NOSIGNATURE rftoolsstorage-1.18-3.0.6.jar |RFToolsStorage |rftoolsstorage |1.18-3.0.6 |COMMON_SET|Manifest: NOSIGNATURE rftoolscontrol-1.18-5.0.1.jar |RFToolsControl |rftoolscontrol |1.18-5.0.1 |COMMON_SET|Manifest: NOSIGNATURE ftb-chunks-forge-1801.3.4-build.127.jar |FTB Chunks |ftbchunks |1801.3.4-build.127 |COMMON_SET|Manifest: NOSIGNATURE kubejs-forge-1801.4.3-build.310.jar |KubeJS |kubejs |1801.4.3-build.310 |COMMON_SET|Manifest: NOSIGNATURE ftb-quests-forge-1801.3.7-build.97.jar |FTB Quests |ftbquests |1801.3.7-build.97 |COMMON_SET|Manifest: NOSIGNATURE kubejs-immersive-engineering-1801.2.0-build.31.jar|KubeJS Immersive Engineering |kubejs_immersive_engineering |1801.2.0-build.31 |COMMON_SET|Manifest: NOSIGNATURE kubejs-ui-forge-1801.1.6-build.11.jar |KubeJS UI |kubejs_ui |1801.1.6-build.11 |COMMON_SET|Manifest: NOSIGNATURE probejs-2.2.0-build.57.jar |ProbeJS |probejs |2.2.0-build.57 |COMMON_SET|Manifest: NOSIGNATURE scuba_gear-1.18.1-1.0.4.jar |Scuba Gear |scuba_gear |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE chococraft-1.18.1-0.2.3.jar |Chococraft 4 |chococraft |0.2.3 |COMMON_SET|Manifest: NOSIGNATURE selene-1.18-1.13.2.jar |Selene |selene |1.18-1.13.2 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.18.1-1.2.3.jar |Supplementaries |supplementaries |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE MysticalAgriculture-1.18.1-5.0.3.jar |Mystical Agriculture |mysticalagriculture |5.0.3 |COMMON_SET|Manifest: NOSIGNATURE TConstruct-1.18.1-3.4.2.60.jar |Tinkers' Construct |tconstruct |3.4.2.60 |COMMON_SET|Manifest: NOSIGNATURE tinker_rapier-1.0.0-1.18.1.jar |Tinkers' Rapier |tinker_rapier |1.0.0-1.18.1 |COMMON_SET|Manifest: NOSIGNATURE rftoolsutility-1.18-4.0.10.jar |RFToolsUtility |rftoolsutility |1.18-4.0.10 |COMMON_SET|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.18.1-9.0.13.jar |EnchantmentDescriptions |enchdesc |9.0.13 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 nohostilesaroundcampfire_1.18.1-3.9.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |3.9 |COMMON_SET|Manifest: NOSIGNATURE ToolBelt-1.18-1.18.0.jar |Tool Belt |toolbelt |1.18.0 |COMMON_SET|Manifest: NOSIGNATURE silent-lib-1.18.1-6.1.0.jar |Silent Lib |silentlib |6.1.0 |COMMON_SET|Manifest: NOSIGNATURE easy_villagers-1.18.1-1.0.2.jar |Easy Villagers |easy_villagers |1.18.1-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE Craftable Saddles [1.18 All]-1.4.jar |Craftable Saddles |craftable_saddles |1.4 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.18.1-1.0.40.jar |Iceberg |iceberg |1.0.40 |COMMON_SET|Manifest: NOSIGNATURE Quark-3.1-340.jar |Quark |quark |3.1-340 |ERROR |Manifest: NOSIGNATURE LegendaryTooltips-1.18.1-1.2.4.jar |Legendary Tooltips |legendarytooltips |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE malum-1.18.1-1.2.2.jar |Malum |malum |1.18.1-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE Beyond-Earth-Giselle-Addon-1.18.1-1.12.jar |Beyond Earth: Giselle Addon |beyond_earth_giselle_addon |1.12 |COMMON_SET|Manifest: NOSIGNATURE reskillable-3.0.4.jar |Reskillable Reborn |reskillable |3.0.3 |COMMON_SET|Manifest: NOSIGNATURE StorageDrawers-1.18.1-10.1.1.jar |Storage Drawers |storagedrawers |10.1.1 |COMMONSET|Manifest: NOSIGNATURE InventoryHud[1.18].forge-3.4.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.4 |COMMON_SET|Manifest: NOSIGNATURE fancymenu_forge_2.6.4_MC_1.18-1.18.1.jar |FancyMenu |fancymenu |2.6.4 |COMMON_SET|Manifest: NOSIGNATURE HunterIllager-1.18.1-3.1.6.jar |Hunter Illager |hunterillager |1.18.1-3.1.6 |COMMON_SET|Manifest: NOSIGNATURE creeperoverhaul-1.18.1-0.3.0-forge.jar |Creeper Overhaul |creeperoverhaul |0.3.0 |COMMON_SET|Manifest: NOSIGNATURE SoL-Carrot-1.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |COMMON_SET|Manifest: NOSIGNATURE ArmorSoundTweak-5.0.0-forge.jar |Armor Sound Tweak |armorsoundtweak |5.0.0 |COMMON_SET|Manifest: 42:2c:5e:4c:e2:f5:d1:07:7f:aa:29:ae:31:88:80:0c:b1:a6:87:6b:6a:2d:0f:67:57:e4:5a:4a:26:73:31:ac juicebar-0.8.1b.jar |MK's Juice Bar |juicebar |0.8.1b |COMMON_SET|Manifest: NOSIGNATURE expandability-5.0.0-forge.jar |ExpandAbility |expandability |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE superores-2.1.2.jar |SuperOres |superores |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE healingcampfire_1.18.1-3.4.jar |Healing Campfire |healingcampfire |3.4 |COMMON_SET|Manifest: NOSIGNATURE drinkbeer-v2.3.5 for 1.18.1.jar |Drink Beer |drinkbeer |2.3.5 |COMMON_SET|Manifest: NOSIGNATURE createaddition-1.18.1-20220125a.jar |Create Crafts & Additions |createaddition |1.18.1-20220125a |COMMON_SET|Manifest: NOSIGNATURE Flywheel Backend: Uninitialized Crash Report UUID: 8e23717e-7a6c-492d-a12e-49bb0d6a6b4b FML: 39.1 Forge: net.minecraftforge:39.1.2