Jump to content

Server keeps crashing (1.16.5)


Recommended Posts

Hey, so I bought a dedicated ZAP machine and I copied and pasted the server files (opened up the jar files and copied and pasted the contents along with the jars). I use the pterodactyl panel and after watching a tutorial, the person just inserted the jars which then opened them up automatically. For me, it doesn't work like that. I tried pretty much everything. The forge version is set to recommended, java 17 and, as mentioned in the title, 1.16.5 minecraft. Any help or ideas? Console log:

[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx3072M -Dterminal.jline=false -Dterminal.ansi=true -jar forge-1.16.5-36.2.20.jar
[06:12:38] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.20, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[06:12:38] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 17.0.2 by Oracle Corporation
Exception in thread "main" java.lang.IllegalAccessError: class cpw.mods.modlauncher.SecureJarHandler (in unnamed module @0x6b06aa9b) cannot access class sun.security.util.ManifestEntryVerifier (in module java.base) because module java.base does not export sun.security.util to unnamed module @0x6b06aa9b
        at cpw.mods.modlauncher.SecureJarHandler.lambda$static$1(SecureJarHandler.java:41)
        at cpw.mods.modlauncher.api.LamdbaExceptionUtils.uncheck(LamdbaExceptionUtils.java:95)
        at cpw.mods.modlauncher.SecureJarHandler.<clinit>(SecureJarHandler.java:41)
        at cpw.mods.modlauncher.Launcher.lambda$new$6(Launcher.java:55)
        at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
        at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:52)
        at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:47)
        at cpw.mods.modlauncher.Environment.computePropertyIfAbsent(Environment.java:62)
        at cpw.mods.modlauncher.Launcher.<init>(Launcher.java:55)
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx3072M -Dterminal.jline=false -Dterminal.ansi=true -jar forge-1.16.5-36.2.20.jar
[06:12:41] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.20, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[06:12:41] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 17.0.2 by Oracle Corporation
Exception in thread "main" java.lang.IllegalAccessError: class cpw.mods.modlauncher.SecureJarHandler (in unnamed module @0x6b06aa9b) cannot access class sun.security.util.ManifestEntryVerifier (in module java.base) because module java.base does not export sun.security.util to unnamed module @0x6b06aa9b
        at cpw.mods.modlauncher.SecureJarHandler.lambda$static$1(SecureJarHandler.java:41)
        at cpw.mods.modlauncher.api.LamdbaExceptionUtils.uncheck(LamdbaExceptionUtils.java:95)
        at cpw.mods.modlauncher.SecureJarHandler.<clinit>(SecureJarHandler.java:41)
        at cpw.mods.modlauncher.Launcher.lambda$new$6(Launcher.java:55)
        at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
        at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:52)
        at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:47)
        at cpw.mods.modlauncher.Environment.computePropertyIfAbsent(Environment.java:62)
        at cpw.mods.modlauncher.Launcher.<init>(Launcher.java:55)
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.

Latest log:

[10Apr2022 06:12:41.646] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.20, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[10Apr2022 06:12:41.653] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 17.0.2 by Oracle Corporation

Debug log:

[10Apr2022 06:12:41.646] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.20, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[10Apr2022 06:12:41.653] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 17.0.2 by Oracle Corporation
[10Apr2022 06:12:41.677] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
 

Link to comment
Share on other sites

@diesieben07 Okay, I downgraded to Java 8, but now it shows me this error in the console. Weird because I have 3gb RAM on the machine and 10GB of disk space:

container@pterodactyl~ java -version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-b07)
OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)
container@pterodactyl~ java -Xms128M -Xmx3072M -Dterminal.jline=false -Dterminal.ansi=true -jar forge-1.16.5-36.2.20.jar
[07:02:08] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.20, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[07:02:08] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_312 by Oracle Corporation
[07:02:09] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[07:02:09] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/home/container/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER
[07:02:13] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, .]
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000007b6400000, 161480704, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 161480704 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /home/container/hs_err_pid1.log
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.

File log:

 

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 161480704 bytes for committing reserved memory.
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
#   JVM is running with Zero Based Compressed Oops mode in which the Java heap is
#     placed in the first 32GB address space. The Java Heap base address is the
#     maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
#     to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (os_linux.cpp:2795), pid=1, tid=0x00007f68d45f5700
#
# JRE version: OpenJDK Runtime Environment (8.0_312-b07) (build 1.8.0_312-b07)
# Java VM: OpenJDK 64-Bit Server VM (25.312-b07 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /home/container/core or core.1
#

---------------  T H R E A D  ---------------

Current thread (0x00007f68e413f000):  VMThread [stack: 0x00007f68d44f6000,0x00007f68d45f6000] [id=37]

Stack: [0x00007f68d44f6000,0x00007f68d45f6000],  sp=0x00007f68d45f3eb0,  free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xad9eda]  VMError::report_and_die()+0x1da
V  [libjvm.so+0x4f2049]  report_vm_out_of_memory(char const*, int, unsigned long, VMErrorType, char const*)+0x99
V  [libjvm.so+0x938643]  os::Linux::commit_memory_impl(char*, unsigned long, bool)+0x113
V  [libjvm.so+0x938869]  os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0x29
V  [libjvm.so+0x92cc1a]  os::commit_memory(char*, unsigned long, unsigned long, bool)+0x2a
V  [libjvm.so+0x9a09db]  PSVirtualSpace::expand_by(unsigned long)+0x6b
V  [libjvm.so+0x9a1c98]  PSYoungGen::resize_generation(unsigned long, unsigned long)+0xb8
V  [libjvm.so+0x9a0dd2]  PSYoungGen::resize(unsigned long, unsigned long)+0x22
V  [libjvm.so+0x99e302]  PSScavenge::invoke_no_policy()+0x1062
V  [libjvm.so+0x99eae3]  PSScavenge::invoke()+0x43
V  [libjvm.so+0x9585ed]  ParallelScavengeHeap::failed_mem_allocate(unsigned long)+0x6d
V  [libjvm.so+0xadbe07]  VM_ParallelGCFailedAllocation::doit()+0x97
V  [libjvm.so+0xae36a2]  VM_Operation::evaluate()+0x52
V  [libjvm.so+0xae135b]  VMThread::evaluate_operation(VM_Operation*)+0x9b
V  [libjvm.so+0xae268e]  VMThread::loop()+0x1fe
V  [libjvm.so+0xae2b43]  VMThread::run()+0x83
V  [libjvm.so+0x9389d2]  java_start(Thread*)+0x132

VM_Operation (0x00007f68ce719850): ParallelGCFailedAllocation, mode: safepoint, requested by thread 0x00007f68e4999800


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007f68e5875800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=56, stack(0x00007f68c7cff000,0x00007f68c7e00000)]
  0x00007f68e549c800 JavaThread "Worker-Bootstrap-3" daemon [_thread_blocked, id=55, stack(0x00007f68cc86f000,0x00007f68cc970000)]
  0x00007f68e549b000 JavaThread "Worker-Bootstrap-2" daemon [_thread_blocked, id=54, stack(0x00007f68cda6b000,0x00007f68cdb6c000)]
  0x00007f68e549a000 JavaThread "Worker-Bootstrap-1" daemon [_thread_blocked, id=53, stack(0x00007f68cef86000,0x00007f68cf087000)]
  0x00007f68e4d2a800 JavaThread "pool-2-thread-1" daemon [_thread_blocked, id=52, stack(0x00007f68cddeb000,0x00007f68cdeec000)]
  0x00007f68e49a1000 JavaThread "Thread-2" daemon [_thread_in_native, id=51, stack(0x00007f68ce519000,0x00007f68ce61a000)]
  0x00007f68e4999800 JavaThread "Thread-1" daemon [_thread_blocked, id=50, stack(0x00007f68ce61a000,0x00007f68ce71b000)]
  0x00007f68e418f000 JavaThread "Service Thread" daemon [_thread_blocked, id=44, stack(0x00007f68cfbfc000,0x00007f68cfcfd000)]
  0x00007f68e4189800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=43, stack(0x00007f68cfcfe000,0x00007f68cfdfe000)]
  0x00007f68e4187800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=42, stack(0x00007f68cfdff000,0x00007f68cfeff000)]
  0x00007f68e4185000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=41, stack(0x00007f68cff00000,0x00007f68d0000000)]
  0x00007f68e417f000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=40, stack(0x00007f68d407f000,0x00007f68d4180000)]
  0x00007f68e414d000 JavaThread "Finalizer" daemon [_thread_blocked, id=39, stack(0x00007f68d42f3000,0x00007f68d43f4000)]
  0x00007f68e4148800 JavaThread "Reference Handler" daemon [_thread_blocked, id=38, stack(0x00007f68d43f4000,0x00007f68d44f5000)]
  0x00007f68e400a000 JavaThread "main" [_thread_blocked, id=32, stack(0x00007f68eaf27000,0x00007f68eb027000)]

Other Threads:
=>0x00007f68e413f000 VMThread [stack: 0x00007f68d44f6000,0x00007f68d45f6000] [id=37]
  0x00007f68e4191800 WatcherThread [stack: 0x00007f68cfafc000,0x00007f68cfbfc000] [id=45]

VM state:at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x00007f68e4007760] Threads_lock - owner thread: 0x00007f68e413f000
[0x00007f68e4007c60] Heap_lock - owner thread: 0x00007f68e4999800

heap address: 0x0000000700000000, size: 3072 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap:
 PSYoungGen      total 849408K, used 3377K [0x0000000780000000, 0x00000007b6400000, 0x00000007c0000000)
  eden space 809984K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007b1700000)
  from space 39424K, 8% used [0x00000007b1700000,0x00000007b1a4c760,0x00000007b3d80000)
  to   space 25600K, 0% used [0x00000007b4b00000,0x00000007b4b00000,0x00000007b6400000)
 ParOldGen       total 207360K, used 148343K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 71% used [0x0000000700000000,0x00000007090ddee0,0x000000070ca80000)
 Metaspace       used 55650K, capacity 61283K, committed 61480K, reserved 1101824K
  class space    used 8426K, capacity 9997K, committed 10032K, reserved 1048576K

Card table byte_map: [0x00007f68e9ee5000,0x00007f68ea4e6000] byte_map_base: 0x00007f68e66e5000

Marking Bits: (ParMarkBitMap*) 0x00007f68ec154860
 Begin Bits: [0x00007f68b2000000, 0x00007f68b5000000)
 End Bits:   [0x00007f68b5000000, 0x00007f68b8000000)

Polling page: 0x00007f68ec5b7000

CodeCache: size=245760Kb used=20606Kb max_used=20614Kb free=225153Kb
 bounds [0x00007f68d5000000, 0x00007f68d6440000, 0x00007f68e4000000]
 total_blobs=7636 nmethods=6878 adapters=671
 compilation: enabled

Compilation events (10 events):
Event: 35.163 Thread 0x00007f68e4189800 8403       3       sun.security.provider.DigestBase::engineReset (33 bytes)
Event: 35.164 Thread 0x00007f68e4189800 nmethod 8403 0x00007f68d642d0d0 code [0x00007f68d642d260, 0x00007f68d642d608]
Event: 35.245 Thread 0x00007f68e4185000 8406       4       java.util.ArrayDeque::pollFirst (42 bytes)
Event: 35.247 Thread 0x00007f68e4185000 nmethod 8406 0x00007f68d6416290 code [0x00007f68d64163e0, 0x00007f68d64164b8]
Event: 35.250 Thread 0x00007f68e4187800 8407       4       org.apache.logging.log4j.core.filter.CompositeFilter::filter (71 bytes)
Event: 35.256 Thread 0x00007f68e4187800 nmethod 8407 0x00007f68d642c650 code [0x00007f68d642c7e0, 0x00007f68d642cb08]
Event: 35.256 Thread 0x00007f68e4189800 8408       3       net.minecraftforge.fml.loading.RuntimeDistCleaner$$Lambda$478/2034975583::test (8 bytes)
Event: 35.257 Thread 0x00007f68e4189800 nmethod 8408 0x00007f68d6436d50 code [0x00007f68d6436ee0, 0x00007f68d64373a8]
Event: 35.325 Thread 0x00007f68e4189800 8409       3       org.apache.logging.log4j.core.Logger$PrivateConfig::filter (77 bytes)
Event: 35.325 Thread 0x00007f68e4189800 nmethod 8409 0x00007f68d6436510 code [0x00007f68d64366a0, 0x00007f68d6436bf8]

GC Heap History (10 events):
Event: 27.734 GC heap after
Heap after GC invocations=19 (full 3):
 PSYoungGen      total 570880K, used 1568K [0x0000000780000000, 0x00000007a6180000, 0x00000007c0000000)
  eden space 526336K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a0200000)
  from space 44544K, 3% used [0x00000007a2d00000,0x00000007a2e88010,0x00000007a5880000)
  to   space 44032K, 0% used [0x00000007a0200000,0x00000007a0200000,0x00000007a2d00000)
 ParOldGen       total 207360K, used 135867K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 65% used [0x0000000700000000,0x00000007084aecd0,0x000000070ca80000)
 Metaspace       used 51410K, capacity 56545K, committed 56744K, reserved 1097728K
  class space    used 7732K, capacity 9101K, committed 9136K, reserved 1048576K
}
Event: 29.637 GC heap before
{Heap before GC invocations=20 (full 3):
 PSYoungGen      total 570880K, used 527904K [0x0000000780000000, 0x00000007a6180000, 0x00000007c0000000)
  eden space 526336K, 100% used [0x0000000780000000,0x00000007a0200000,0x00000007a0200000)
  from space 44544K, 3% used [0x00000007a2d00000,0x00000007a2e88010,0x00000007a5880000)
  to   space 44032K, 0% used [0x00000007a0200000,0x00000007a0200000,0x00000007a2d00000)
 ParOldGen       total 207360K, used 135867K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 65% used [0x0000000700000000,0x00000007084aecd0,0x000000070ca80000)
 Metaspace       used 52167K, capacity 57497K, committed 57640K, reserved 1097728K
  class space    used 7847K, capacity 9244K, committed 9264K, reserved 1048576K
Event: 29.724 GC heap after
Heap after GC invocations=20 (full 3):
 PSYoungGen      total 570368K, used 7086K [0x0000000780000000, 0x00000007adf00000, 0x00000007c0000000)
  eden space 526336K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a0200000)
  from space 44032K, 16% used [0x00000007a0200000,0x00000007a08eb920,0x00000007a2d00000)
  to   space 42496K, 0% used [0x00000007ab580000,0x00000007ab580000,0x00000007adf00000)
 ParOldGen       total 207360K, used 137287K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 66% used [0x0000000700000000,0x0000000708611cf0,0x000000070ca80000)
 Metaspace       used 52167K, capacity 57497K, committed 57640K, reserved 1097728K
  class space    used 7847K, capacity 9244K, committed 9264K, reserved 1048576K
}
Event: 31.236 GC heap before
{Heap before GC invocations=21 (full 3):
 PSYoungGen      total 570368K, used 533422K [0x0000000780000000, 0x00000007adf00000, 0x00000007c0000000)
  eden space 526336K, 100% used [0x0000000780000000,0x00000007a0200000,0x00000007a0200000)
  from space 44032K, 16% used [0x00000007a0200000,0x00000007a08eb920,0x00000007a2d00000)
  to   space 42496K, 0% used [0x00000007ab580000,0x00000007ab580000,0x00000007adf00000)
 ParOldGen       total 207360K, used 137287K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 66% used [0x0000000700000000,0x0000000708611cf0,0x000000070ca80000)
 Metaspace       used 53129K, capacity 58555K, committed 58664K, reserved 1097728K
  class space    used 8029K, capacity 9493K, committed 9520K, reserved 1048576K
Event: 31.316 GC heap after
Heap after GC invocations=21 (full 3):
 PSYoungGen      total 698880K, used 4128K [0x0000000780000000, 0x00000007ad880000, 0x00000007c0000000)
  eden space 663040K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a8780000)
  from space 35840K, 11% used [0x00000007ab580000,0x00000007ab988000,0x00000007ad880000)
  to   space 41472K, 0% used [0x00000007a8780000,0x00000007a8780000,0x00000007ab000000)
 ParOldGen       total 207360K, used 143979K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 69% used [0x0000000700000000,0x0000000708c9ad50,0x000000070ca80000)
 Metaspace       used 53129K, capacity 58555K, committed 58664K, reserved 1097728K
  class space    used 8029K, capacity 9493K, committed 9520K, reserved 1048576K
}
Event: 32.514 GC heap before
{Heap before GC invocations=22 (full 3):
 PSYoungGen      total 698880K, used 667168K [0x0000000780000000, 0x00000007ad880000, 0x00000007c0000000)
  eden space 663040K, 100% used [0x0000000780000000,0x00000007a8780000,0x00000007a8780000)
  from space 35840K, 11% used [0x00000007ab580000,0x00000007ab988000,0x00000007ad880000)
  to   space 41472K, 0% used [0x00000007a8780000,0x00000007a8780000,0x00000007ab000000)
 ParOldGen       total 207360K, used 143979K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 69% used [0x0000000700000000,0x0000000708c9ad50,0x000000070ca80000)
 Metaspace       used 53868K, capacity 59399K, committed 59688K, reserved 1099776K
  class space    used 8162K, capacity 9679K, committed 9776K, reserved 1048576K
Event: 32.540 GC heap after
Heap after GC invocations=22 (full 3):
 PSYoungGen      total 704512K, used 1243K [0x0000000780000000, 0x00000007b7280000, 0x00000007c0000000)
  eden space 663040K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007a8780000)
  from space 41472K, 2% used [0x00000007a8780000,0x00000007a88b6e98,0x00000007ab000000)
  to   space 40448K, 0% used [0x00000007b4b00000,0x00000007b4b00000,0x00000007b7280000)
 ParOldGen       total 207360K, used 147411K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 71% used [0x0000000700000000,0x0000000708ff4d50,0x000000070ca80000)
 Metaspace       used 53868K, capacity 59399K, committed 59688K, reserved 1099776K
  class space    used 8162K, capacity 9679K, committed 9776K, reserved 1048576K
}
Event: 33.346 GC heap before
{Heap before GC invocations=23 (full 3):
 PSYoungGen      total 704512K, used 664283K [0x0000000780000000, 0x00000007b7280000, 0x00000007c0000000)
  eden space 663040K, 100% used [0x0000000780000000,0x00000007a8780000,0x00000007a8780000)
  from space 41472K, 2% used [0x00000007a8780000,0x00000007a88b6e98,0x00000007ab000000)
  to   space 40448K, 0% used [0x00000007b4b00000,0x00000007b4b00000,0x00000007b7280000)
 ParOldGen       total 207360K, used 147411K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 71% used [0x0000000700000000,0x0000000708ff4d50,0x000000070ca80000)
 Metaspace       used 54425K, capacity 59943K, committed 60072K, reserved 1099776K
  class space    used 8263K, capacity 9799K, committed 9904K, reserved 1048576K
Event: 33.359 GC heap after
Heap after GC invocations=23 (full 3):
 PSYoungGen      total 835584K, used 756K [0x0000000780000000, 0x00000007b6400000, 0x00000007c0000000)
  eden space 809984K, 0% used [0x0000000780000000,0x0000000780000000,0x00000007b1700000)
  from space 25600K, 2% used [0x00000007b4b00000,0x00000007b4bbd1f0,0x00000007b6400000)
  to   space 39424K, 0% used [0x00000007b1700000,0x00000007b1700000,0x00000007b3d80000)
 ParOldGen       total 207360K, used 147961K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 71% used [0x0000000700000000,0x000000070907e560,0x000000070ca80000)
 Metaspace       used 54425K, capacity 59943K, committed 60072K, reserved 1099776K
  class space    used 8263K, capacity 9799K, committed 9904K, reserved 1048576K
}
Event: 35.346 GC heap before
{Heap before GC invocations=24 (full 3):
 PSYoungGen      total 835584K, used 810740K [0x0000000780000000, 0x00000007b6400000, 0x00000007c0000000)
  eden space 809984K, 100% used [0x0000000780000000,0x00000007b1700000,0x00000007b1700000)
  from space 25600K, 2% used [0x00000007b4b00000,0x00000007b4bbd1f0,0x00000007b6400000)
  to   space 39424K, 0% used [0x00000007b1700000,0x00000007b1700000,0x00000007b3d80000)
 ParOldGen       total 207360K, used 147961K [0x0000000700000000, 0x000000070ca80000, 0x0000000780000000)
  object space 207360K, 71% used [0x0000000700000000,0x000000070907e560,0x000000070ca80000)
 Metaspace       used 55650K, capacity 61283K, committed 61480K, reserved 1101824K
  class space    used 8426K, capacity 9997K, committed 10032K, reserved 1048576K

Deoptimization events (10 events):
Event: 34.414 Thread 0x00007f68e400a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f68d579849c method=sun.nio.cs.UTF_8$Decoder.decodeArrayLoop(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult; @ 110
Event: 34.543 Thread 0x00007f68e400a000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f68d612fb68 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 34.543 Thread 0x00007f68e400a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f68d548093c method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 34
Event: 34.543 Thread 0x00007f68e400a000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f68d612fb68 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 34.543 Thread 0x00007f68e400a000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f68d612fb68 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 34.543 Thread 0x00007f68e400a000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f68d612fb68 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 5
Event: 34.665 Thread 0x00007f68e400a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f68d6415714 method=com.google.gson.stream.JsonReader.doPeek()I @ 106
Event: 34.666 Thread 0x00007f68e400a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f68d5e9d014 method=com.google.gson.internal.LinkedTreeMap.find(Ljava/lang/Object;Z)Lcom/google/gson/internal/LinkedTreeMap$Node; @ 16
Event: 34.745 Thread 0x00007f68e400a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f68d5811bec method=org.apache.logging.log4j.core.filter.CompositeFilter.filter(Lorg/apache/logging/log4j/core/Logger;Lorg/apache/logging/log4j/Level;Lorg/apache/logging/log4j/Marker;Ljava/lang
Event: 35.151 Thread 0x00007f68e400a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f68d602f0b8 method=java.lang.Class.searchMethods([Ljava/lang/reflect/Method;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method; @ 43

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 29.749 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_237128_a_(Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec;> (0x0000000780e90a28) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 620]
Event: 29.753 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_237106_a_(Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec;> (0x0000000780eb2990) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 620]
Event: 30.757 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_216134_b(Lnet/minecraft/loot/LootContext;Ljava/util/function/Consumer;)Z> (0x000000078d251dd8) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 620]
Event: 30.758 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_216136_a(Lnet/minecraft/loot/LootContext;Ljava/util/function/Consumer;)Z> (0x000000078d2543f0) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 620]
Event: 32.414 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$dispatchStable$8(Ljava/util/function/Function;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;> (0x00000007a731cb78) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interprete
Event: 32.414 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$dispatchStable$9(Ljava/util/function/Function;Ljava/lang/Object;)Lcom/mojang/serialization/DataResult;> (0x00000007a731fe80) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interprete
Event: 32.717 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_236850_a_(Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec;> (0x0000000789fa2c68) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 620]
Event: 32.936 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_210297_lambda$static$0(Lnet/minecraft/dispenser/IBlockSource;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;> (0x0000000795c33ca8) thrown at [/home/openjdk/jdk8u/hotspot/src/s
Event: 33.454 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_211371_a()Lnet/minecraft/command/arguments/IRangeArgument$IntRange;> (0x0000000787cd0ed0) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 620]
Event: 33.455 Thread 0x00007f68e400a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_243493_b()Lnet/minecraft/command/arguments/IRangeArgument$FloatRange;> (0x0000000787cddd30) thrown at [/home/openjdk/jdk8u/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 620]

Events (10 events):
Event: 35.327 loading class net/minecraftforge/fml/network/NetworkEvent
Event: 35.327 loading class net/minecraftforge/fml/network/NetworkEvent done
Event: 35.327 loading class net/minecraftforge/fml/network/simple/SimpleChannel
Event: 35.327 loading class net/minecraftforge/fml/network/simple/SimpleChannel done
Event: 35.328 loading class net/jodah/typetools/TypeResolver
Event: 35.328 loading class net/jodah/typetools/TypeResolver done
Event: 35.335 loading class net/jodah/typetools/TypeResolver$AccessMaker
Event: 35.335 loading class net/jodah/typetools/TypeResolver$AccessMaker done
Event: 35.336 loading class sun/misc/FloatingDecimal$ASCIIToBinaryBuffer
Event: 35.343 Executing VM operation: ParallelGCFailedAllocation


Dynamic libraries:
700000000-70ca80000 rw-p 00000000 00:00 0 
70ca80000-780000000 ---p 00000000 00:00 0 
780000000-7b6400000 rw-p 00000000 00:00 0 
7bfe00000-7c0000000 ---p 00000000 00:00 0 
7c0000000-7c09cc000 rw-p 00000000 00:00 0 
7c09cc000-800000000 ---p 00000000 00:00 0 
555d49fa3000-555d49fa4000 r-xp 00000000 08:01 2892486                    /usr/local/openjdk-8/bin/java
555d4a1a3000-555d4a1a4000 r--p 00000000 08:01 2892486                    /usr/local/openjdk-8/bin/java
555d4a1a4000-555d4a1a5000 rw-p 00001000 08:01 2892486                    /usr/local/openjdk-8/bin/java
555d4aa42000-555d4aa63000 rw-p 00000000 00:00 0                          [heap]
7f6874000000-7f6874035000 rw-p 00000000 00:00 0 
7f6874035000-7f6878000000 ---p 00000000 00:00 0 
7f6878000000-7f6878021000 rw-p 00000000 00:00 0 
7f6878021000-7f687c000000 ---p 00000000 00:00 0 
7f687c000000-7f687c0b0000 rw-p 00000000 00:00 0 
7f687c0b0000-7f6880000000 ---p 00000000 00:00 0 
7f6880000000-7f688002f000 rw-p 00000000 00:00 0 
7f688002f000-7f6884000000 ---p 00000000 00:00 0 
7f6884000000-7f6884021000 rw-p 00000000 00:00 0 
7f6884021000-7f6888000000 ---p 00000000 00:00 0 
7f6888000000-7f6888021000 rw-p 00000000 00:00 0 
7f6888021000-7f688c000000 ---p 00000000 00:00 0 
7f688c000000-7f688c021000 rw-p 00000000 00:00 0 
7f688c021000-7f6890000000 ---p 00000000 00:00 0 
7f6890000000-7f6890087000 rw-p 00000000 00:00 0 
7f6890087000-7f6894000000 ---p 00000000 00:00 0 
7f6894000000-7f6894b97000 rw-p 00000000 00:00 0 
7f6894b97000-7f6898000000 ---p 00000000 00:00 0 
7f6898000000-7f6898021000 rw-p 00000000 00:00 0 
7f6898021000-7f689c000000 ---p 00000000 00:00 0 
7f689c000000-7f689d7e2000 rw-p 00000000 00:00 0 
7f689d7e2000-7f68a0000000 ---p 00000000 00:00 0 
7f68a0000000-7f68a1a33000 rw-p 00000000 00:00 0 
7f68a1a33000-7f68a4000000 ---p 00000000 00:00 0 
7f68a4000000-7f68a4021000 rw-p 00000000 00:00 0 
7f68a4021000-7f68a8000000 ---p 00000000 00:00 0 
7f68a8000000-7f68a8021000 rw-p 00000000 00:00 0 
7f68a8021000-7f68ac000000 ---p 00000000 00:00 0 
7f68ac000000-7f68ac021000 rw-p 00000000 00:00 0 
7f68ac021000-7f68b0000000 ---p 00000000 00:00 0 
7f68b2000000-7f68b8000000 rw-p 00000000 00:00 0 
7f68b8000000-7f68b8021000 rw-p 00000000 00:00 0 
7f68b8021000-7f68bc000000 ---p 00000000 00:00 0 
7f68bc000000-7f68bc31f000 rw-p 00000000 00:00 0 
7f68bc31f000-7f68c0000000 ---p 00000000 00:00 0 
7f68c0000000-7f68c0021000 rw-p 00000000 00:00 0 
7f68c0021000-7f68c4000000 ---p 00000000 00:00 0 
7f68c7aff000-7f68c7b3f000 rw-p 00000000 00:00 0 
7f68c7b3f000-7f68c7cff000 ---p 00000000 00:00 0 
7f68c7cff000-7f68c7d02000 ---p 00000000 00:00 0 
7f68c7d02000-7f68c8000000 rw-p 00000000 00:00 0 
7f68c8000000-7f68c8026000 rw-p 00000000 00:00 0 
7f68c8026000-7f68cc000000 ---p 00000000 00:00 0 
7f68cc06f000-7f68cc26f000 rw-p 00000000 00:00 0 
7f68cc26f000-7f68cc46f000 rw-p 00000000 00:00 0 
7f68cc46f000-7f68cc66f000 rw-p 00000000 00:00 0 
7f68cc66f000-7f68cc86f000 rw-p 00000000 00:00 0 
7f68cc86f000-7f68cc872000 ---p 00000000 00:00 0 
7f68cc872000-7f68ccb70000 rw-p 00000000 00:00 0 
7f68ccb70000-7f68ccd70000 rw-p 00000000 00:00 0 
7f68ccd70000-7f68ccf70000 rw-p 00000000 00:00 0 
7f68ccf70000-7f68cd170000 rw-p 00000000 00:00 0 
7f68cd170000-7f68cd370000 rw-p 00000000 00:00 0 
7f68cd370000-7f68cd56e000 rw-p 00000000 00:00 0 
7f68cd56e000-7f68cd570000 ---p 00000000 00:00 0 
7f68cd570000-7f68cd770000 rw-p 00000000 00:00 0 
7f68cd770000-7f68cd970000 rw-p 00000000 00:00 0 
7f68cda6b000-7f68cda6e000 ---p 00000000 00:00 0 
7f68cda6e000-7f68cdb6c000 rw-p 00000000 00:00 0 
7f68cdb6c000-7f68cdbcc000 r--s 00766000 08:01 795625                     /home/container/libraries/net/minecraft/server/1.16.5-20210115.111550/server-1.16.5-20210115.111550-srg.jar
7f68cdbcc000-7f68cdbeb000 r--s 003e6000 08:01 1320704                    /home/container/libraries/net/minecraftforge/forge/1.16.5-36.2.20/forge-1.16.5-36.2.20-server.jar
7f68cdbeb000-7f68cddeb000 rw-p 00000000 00:00 0 
7f68cddeb000-7f68cddee000 ---p 00000000 00:00 0 
7f68cddee000-7f68ce0ec000 rw-p 00000000 00:00 0 
7f68ce0ec000-7f68ce2ec000 rw-p 00000000 00:00 0 
7f68ce2ec000-7f68ce319000 r--s 00231000 08:01 1320705                    /home/container/libraries/net/minecraftforge/forge/1.16.5-36.2.20/forge-1.16.5-36.2.20-universal.jar
7f68ce319000-7f68ce519000 rw-p 00000000 00:00 0 
7f68ce519000-7f68ce51c000 ---p 00000000 00:00 0 
7f68ce51c000-7f68ce61a000 rw-p 00000000 00:00 0 
7f68ce61a000-7f68ce61d000 ---p 00000000 00:00 0 
7f68ce61d000-7f68ce71b000 rw-p 00000000 00:00 0 
7f68ce71b000-7f68ce721000 r--s 0003d000 08:01 3014913                    /usr/local/openjdk-8/jre/lib/ext/sunjce_provider.jar
7f68ce721000-7f68ce724000 r--p 00000000 08:01 2886432                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f68ce724000-7f68ce735000 r-xp 00003000 08:01 2886432                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f68ce735000-7f68ce739000 r--p 00014000 08:01 2886432                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f68ce739000-7f68ce73a000 r--p 00017000 08:01 2886432                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f68ce73a000-7f68ce73b000 rw-p 00018000 08:01 2886432                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f68ce73b000-7f68ce76e000 r-xp 00000000 08:01 3014885                    /usr/local/openjdk-8/jre/lib/amd64/libsunec.so
7f68ce76e000-7f68ce96e000 ---p 00033000 08:01 3014885                    /usr/local/openjdk-8/jre/lib/amd64/libsunec.so
7f68ce96e000-7f68ce973000 r--p 00033000 08:01 3014885                    /usr/local/openjdk-8/jre/lib/amd64/libsunec.so
7f68ce973000-7f68ce975000 rw-p 00038000 08:01 3014885                    /usr/local/openjdk-8/jre/lib/amd64/libsunec.so
7f68ce975000-7f68ceb86000 rw-p 00000000 00:00 0 
7f68ceb86000-7f68ced86000 rw-p 00000000 00:00 0 
7f68ced86000-7f68cef86000 rw-p 00000000 00:00 0 
7f68cef86000-7f68cef89000 ---p 00000000 00:00 0 
7f68cef89000-7f68cf287000 rw-p 00000000 00:00 0 
7f68cf287000-7f68cf290000 r-xp 00000000 08:01 3014877                    /usr/local/openjdk-8/jre/lib/amd64/libmanagement.so
7f68cf290000-7f68cf48f000 ---p 00009000 08:01 3014877                    /usr/local/openjdk-8/jre/lib/amd64/libmanagement.so
7f68cf48f000-7f68cf490000 r--p 00008000 08:01 3014877                    /usr/local/openjdk-8/jre/lib/amd64/libmanagement.so
7f68cf490000-7f68cf491000 rw-p 00009000 08:01 3014877                    /usr/local/openjdk-8/jre/lib/amd64/libmanagement.so
7f68cf491000-7f68cf6ce000 r--s 01c19000 08:01 795620                     /home/container/libraries/net/minecraft/server/1.16.5-20210115.111550/server-1.16.5-20210115.111550-extra.jar
7f68cf6ce000-7f68cf6e7000 r-xp 00000000 08:01 3014879                    /usr/local/openjdk-8/jre/lib/amd64/libnet.so
7f68cf6e7000-7f68cf8e6000 ---p 00019000 08:01 3014879                    /usr/local/openjdk-8/jre/lib/amd64/libnet.so
7f68cf8e6000-7f68cf8e7000 r--p 00018000 08:01 3014879                    /usr/local/openjdk-8/jre/lib/amd64/libnet.so
7f68cf8e7000-7f68cf8e8000 rw-p 00019000 08:01 3014879                    /usr/local/openjdk-8/jre/lib/amd64/libnet.so
7f68cf8e8000-7f68cf8f9000 r-xp 00000000 08:01 3014880                    /usr/local/openjdk-8/jre/lib/amd64/libnio.so
7f68cf8f9000-7f68cfaf9000 ---p 00011000 08:01 3014880                    /usr/local/openjdk-8/jre/lib/amd64/libnio.so
7f68cfaf9000-7f68cfafa000 r--p 00011000 08:01 3014880                    /usr/local/openjdk-8/jre/lib/amd64/libnio.so
7f68cfafa000-7f68cfafb000 rw-p 00012000 08:01 3014880                    /usr/local/openjdk-8/jre/lib/amd64/libnio.so
7f68cfafb000-7f68cfafc000 ---p 00000000 00:00 0 
7f68cfafc000-7f68cfbfc000 rw-p 00000000 00:00 0 
7f68cfbfc000-7f68cfbff000 ---p 00000000 00:00 0 
7f68cfbff000-7f68cfcfd000 rw-p 00000000 00:00 0 
7f68cfcfd000-7f68cfcfe000 ---p 00000000 00:00 0 
7f68cfcfe000-7f68cfd01000 ---p 00000000 00:00 0 
7f68cfd01000-7f68cfdfe000 rw-p 00000000 00:00 0 
7f68cfdfe000-7f68cfdff000 ---p 00000000 00:00 0 
7f68cfdff000-7f68cfe02000 ---p 00000000 00:00 0 
7f68cfe02000-7f68cfeff000 rw-p 00000000 00:00 0 
7f68cfeff000-7f68cff00000 ---p 00000000 00:00 0 
7f68cff00000-7f68cff03000 ---p 00000000 00:00 0 
7f68cff03000-7f68d0000000 rw-p 00000000 00:00 0 
7f68d0000000-7f68d0022000 rw-p 00000000 00:00 0 
7f68d0022000-7f68d4000000 ---p 00000000 00:00 0 
7f68d4001000-7f68d4003000 r--s 00010000 08:01 3014915                    /usr/local/openjdk-8/jre/lib/ext/zipfs.jar
7f68d4003000-7f68d4007000 r--s 00041000 08:01 3014914                    /usr/local/openjdk-8/jre/lib/ext/sunpkcs11.jar
7f68d4007000-7f68d4022000 r--s 001d6000 08:01 3014911                    /usr/local/openjdk-8/jre/lib/ext/nashorn.jar
7f68d4022000-7f68d4040000 r--s 001fa000 08:01 1320718                    /home/container/libraries/net/minecraftforge/nashorn-core-compat/15.1.1.1/nashorn-core-compat-15.1.1.1.jar
7f68d4040000-7f68d4054000 r--s 000f2000 08:01 1451241                    /home/container/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar
7f68d4054000-7f68d4057000 r--s 00011000 08:01 1320735                    /home/container/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
7f68d4057000-7f68d4079000 r--s 00193000 08:01 1320785                    /home/container/libraries/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0.jar
7f68d4079000-7f68d407f000 r--s 00044000 08:01 1320782                    /home/container/libraries/org/apache/logging/log4j/log4j-api/2.15.0/log4j-api-2.15.0.jar
7f68d407f000-7f68d4082000 ---p 00000000 00:00 0 
7f68d4082000-7f68d4180000 rw-p 00000000 00:00 0 
7f68d4180000-7f68d42f3000 r--p 00000000 08:01 2886846                    /usr/lib/locale/C.UTF-8/LC_COLLATE
7f68d42f3000-7f68d42f6000 ---p 00000000 00:00 0 
7f68d42f6000-7f68d43f4000 rw-p 00000000 00:00 0 
7f68d43f4000-7f68d43f7000 ---p 00000000 00:00 0 
7f68d43f7000-7f68d44f5000 rw-p 00000000 00:00 0 
7f68d44f5000-7f68d44f6000 ---p 00000000 00:00 0 
7f68d44f6000-7f68d5000000 rw-p 00000000 00:00 0 
7f68d5000000-7f68d6440000 rwxp 00000000 00:00 0 
7f68d6440000-7f68e4000000 ---p 00000000 00:00 0 
7f68e4000000-7f68e58d5000 rw-p 00000000 00:00 0 
7f68e58d5000-7f68e8000000 ---p 00000000 00:00 0 
7f68e8000000-7f68e8002000 r--s 00008000 08:01 3014912                    /usr/local/openjdk-8/jre/lib/ext/sunec.jar
7f68e8002000-7f68e8003000 r--s 00003000 08:01 1320728                    /home/container/libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar
7f68e8003000-7f68e8005000 r--s 00004000 08:01 1320788                    /home/container/libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.15.0/log4j-slf4j18-impl-2.15.0.jar
7f68e8005000-7f68e8006000 r--s 00003000 08:01 795606                     /home/container/libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar
7f68e8006000-7f68e8009000 r--s 0000c000 08:01 1320792                    /home/container/libraries/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar
7f68e8009000-7f68e8012000 r--s 000aa000 08:01 1451130                    /home/container/libraries/org/jline/jline/3.12.1/jline-3.12.1.jar
7f68e8012000-7f68e8013000 r--s 00007000 08:01 795501                     /home/container/libraries/com/electronwill/night-config/toml/3.6.3/toml-3.6.3.jar
7f68e8013000-7f68e8018000 r--s 0002c000 08:01 795498                     /home/container/libraries/com/electronwill/night-config/core/3.6.3/core-3.6.3.jar
7f68e8018000-7f68e8019000 r--s 00000000 08:01 1320724                    /home/container/libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar
7f68e8019000-7f68e801b000 r--s 00005000 08:01 1320698                    /home/container/libraries/net/minecraftforge/coremods/4.0.6/coremods-4.0.6.jar
7f68e801b000-7f68e801c000 r--s 00004000 08:01 1320709                    /home/container/libraries/net/minecraftforge/forgespi/3.2.0/forgespi-3.2.0.jar
7f68e801c000-7f68e801e000 r--s 00009000 08:01 1320701                    /home/container/libraries/net/minecraftforge/eventbus/4.0.0/eventbus-4.0.0.jar
7f68e801e000-7f68e8024000 r--s 0004d000 08:01 1320744                    /home/container/libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar
7f68e8024000-7f68e8026000 r--s 00011000 08:01 795629                     /home/container/libraries/net/minecraftforge/accesstransformers/3.0.1/accesstransformers-3.0.1.jar
7f68e8026000-7f68e8027000 r--s 00000000 08:01 795559                     /home/container/libraries/cpw/mods/grossjava9hacks/1.3.3/grossjava9hacks-1.3.3.jar
7f68e8027000-7f68e802a000 r--s 0001c000 08:01 795562                     /home/container/libraries/cpw/mods/modlauncher/8.0.9/modlauncher-8.0.9.jar
7f68e802a000-7f68e802c000 r--s 00007000 08:01 1451154                    /home/container/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar
7f68e802c000-7f68e802d000 r--s 00014000 08:01 1451237                    /home/container/libraries/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar
7f68e802d000-7f68e802f000 r--s 0000b000 08:01 1451234                    /home/container/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar
7f68e802f000-7f68e8031000 r--s 00010000 08:01 1451229                    /home/container/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar
7f68e8031000-7f68e8033000 r--s 0001c000 08:01 1451149                    /home/container/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar
7f68e8033000-7f68e8035000 r--s 00016000 08:01 3014928                    /usr/local/openjdk-8/jre/lib/jce.jar
7f68e8035000-7f68e8046000 r--s 001c5000 08:01 3014934                    /usr/local/openjdk-8/jre/lib/jsse.jar
7f68e8046000-7f68e8049000 r--s 00031000 08:01 795645                     /home/container/forge-1.16.5-36.2.20.jar
7f68e8049000-7f68e804f000 r--s 000d3000 08:01 3014933                    /usr/local/openjdk-8/jre/lib/jfr.jar
7f68e804f000-7f68e80a4000 r--p 00000000 08:01 2886847                    /usr/lib/locale/C.UTF-8/LC_CTYPE
7f68e80a4000-7f68e80a5000 r--p 00000000 08:01 2886854                    /usr/lib/locale/C.UTF-8/LC_NUMERIC
7f68e80a5000-7f68e80a6000 r--p 00000000 08:01 2886857                    /usr/lib/locale/C.UTF-8/LC_TIME
7f68e80a6000-7f68e80a7000 r--p 00000000 08:01 2886852                    /usr/lib/locale/C.UTF-8/LC_MONETARY
7f68e80a7000-7f68e80a8000 r--p 00000000 08:01 2886851                    /usr/lib/locale/C.UTF-8/LC_MESSAGES/SYS_LC_MESSAGES
7f68e80a8000-7f68e80a9000 r--p 00000000 08:01 2886855                    /usr/lib/locale/C.UTF-8/LC_PAPER
7f68e80a9000-7f68e80b0000 r--s 00000000 08:01 2887127                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f68e80b0000-7f68e8603000 rw-p 00000000 00:00 0 
7f68e8603000-7f68e87d4000 r--s 03cab000 08:01 3014948                    /usr/local/openjdk-8/jre/lib/rt.jar
7f68e87d4000-7f68e96e1000 rw-p 00000000 00:00 0 
7f68e96e1000-7f68e96e2000 ---p 00000000 00:00 0 
7f68e96e2000-7f68e97e2000 rw-p 00000000 00:00 0 
7f68e97e2000-7f68e97e3000 ---p 00000000 00:00 0 
7f68e97e3000-7f68e98e3000 rw-p 00000000 00:00 0 
7f68e98e3000-7f68e98e4000 ---p 00000000 00:00 0 
7f68e98e4000-7f68e99e4000 rw-p 00000000 00:00 0 
7f68e99e4000-7f68e99e5000 ---p 00000000 00:00 0 
7f68e99e5000-7f68e9b4b000 rw-p 00000000 00:00 0 
7f68e9b4b000-7f68e9ee5000 ---p 00000000 00:00 0 
7f68e9ee5000-7f68e9f4b000 rw-p 00000000 00:00 0 
7f68e9f4b000-7f68ea2e5000 ---p 00000000 00:00 0 
7f68ea2e5000-7f68ea497000 rw-p 00000000 00:00 0 
7f68ea497000-7f68ea4e5000 ---p 00000000 00:00 0 
7f68ea4e5000-7f68ea537000 rw-p 00000000 00:00 0 
7f68ea537000-7f68ea8a6000 ---p 00000000 00:00 0 
7f68ea8a6000-7f68ea8c1000 r-xp 00000000 08:01 3014888                    /usr/local/openjdk-8/jre/lib/amd64/libzip.so
7f68ea8c1000-7f68eaac0000 ---p 0001b000 08:01 3014888                    /usr/local/openjdk-8/jre/lib/amd64/libzip.so
7f68eaac0000-7f68eaac1000 r--p 0001a000 08:01 3014888                    /usr/local/openjdk-8/jre/lib/amd64/libzip.so
7f68eaac1000-7f68eaac2000 rw-p 0001b000 08:01 3014888                    /usr/local/openjdk-8/jre/lib/amd64/libzip.so
7f68eaac2000-7f68eaaca000 rw-p 00000000 00:00 0 
7f68eaaca000-7f68eaacd000 r--p 00000000 08:01 2886450                    /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f68eaacd000-7f68eaad4000 r-xp 00003000 08:01 2886450                    /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f68eaad4000-7f68eaad6000 r--p 0000a000 08:01 2886450                    /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f68eaad6000-7f68eaad7000 r--p 0000b000 08:01 2886450                    /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f68eaad7000-7f68eaad8000 rw-p 0000c000 08:01 2886450                    /lib/x86_64-linux-gnu/libnss_files-2.31.so
7f68eaad8000-7f68eaade000 rw-p 00000000 00:00 0 
7f68eaade000-7f68eaadf000 r--p 00000000 08:01 2886853                    /usr/lib/locale/C.UTF-8/LC_NAME
7f68eaadf000-7f68eaae0000 r--p 00000000 08:01 2886845                    /usr/lib/locale/C.UTF-8/LC_ADDRESS
7f68eaae0000-7f68eaae1000 r--p 00000000 08:01 2886856                    /usr/lib/locale/C.UTF-8/LC_TELEPHONE
7f68eaae1000-7f68eab09000 r-xp 00000000 08:01 3014867                    /usr/local/openjdk-8/jre/lib/amd64/libjava.so
7f68eab09000-7f68ead08000 ---p 00028000 08:01 3014867                    /usr/local/openjdk-8/jre/lib/amd64/libjava.so
7f68ead08000-7f68ead09000 r--p 00027000 08:01 3014867                    /usr/local/openjdk-8/jre/lib/amd64/libjava.so
7f68ead09000-7f68ead0b000 rw-p 00028000 08:01 3014867                    /usr/local/openjdk-8/jre/lib/amd64/libjava.so
7f68ead0b000-7f68ead19000 r-xp 00000000 08:01 3014887                    /usr/local/openjdk-8/jre/lib/amd64/libverify.so
7f68ead19000-7f68eaf18000 ---p 0000e000 08:01 3014887                    /usr/local/openjdk-8/jre/lib/amd64/libverify.so
7f68eaf18000-7f68eaf1a000 r--p 0000d000 08:01 3014887                    /usr/local/openjdk-8/jre/lib/amd64/libverify.so
7f68eaf1a000-7f68eaf1b000 rw-p 0000f000 08:01 3014887                    /usr/local/openjdk-8/jre/lib/amd64/libverify.so
7f68eaf1b000-7f68eaf1e000 r--p 00000000 08:01 2886467                    /lib/x86_64-linux-gnu/librt-2.31.so
7f68eaf1e000-7f68eaf22000 r-xp 00003000 08:01 2886467                    /lib/x86_64-linux-gnu/librt-2.31.so
7f68eaf22000-7f68eaf23000 r--p 00007000 08:01 2886467                    /lib/x86_64-linux-gnu/librt-2.31.so
7f68eaf23000-7f68eaf24000 ---p 00008000 08:01 2886467                    /lib/x86_64-linux-gnu/librt-2.31.so
7f68eaf24000-7f68eaf25000 r--p 00008000 08:01 2886467                    /lib/x86_64-linux-gnu/librt-2.31.so
7f68eaf25000-7f68eaf26000 rw-p 00009000 08:01 2886467                    /lib/x86_64-linux-gnu/librt-2.31.so
7f68eaf26000-7f68eaf27000 ---p 00000000 00:00 0 
7f68eaf27000-7f68eaf2a000 ---p 00000000 00:00 0 
7f68eaf2a000-7f68eb027000 rw-p 00000000 00:00 0 
7f68eb027000-7f68eb036000 r--p 00000000 08:01 2886439                    /lib/x86_64-linux-gnu/libm-2.31.so
7f68eb036000-7f68eb0d0000 r-xp 0000f000 08:01 2886439                    /lib/x86_64-linux-gnu/libm-2.31.so
7f68eb0d0000-7f68eb169000 r--p 000a9000 08:01 2886439                    /lib/x86_64-linux-gnu/libm-2.31.so
7f68eb169000-7f68eb16a000 r--p 00141000 08:01 2886439                    /lib/x86_64-linux-gnu/libm-2.31.so
7f68eb16a000-7f68eb16b000 rw-p 00142000 08:01 2886439                    /lib/x86_64-linux-gnu/libm-2.31.so
7f68eb16b000-7f68ebe6b000 r-xp 00000000 08:01 3014892                    /usr/local/openjdk-8/jre/lib/amd64/server/libjvm.so
7f68ebe6b000-7f68ec06a000 ---p 00d00000 08:01 3014892                    /usr/local/openjdk-8/jre/lib/amd64/server/libjvm.so
7f68ec06a000-7f68ec115000 r--p 00cff000 08:01 3014892                    /usr/local/openjdk-8/jre/lib/amd64/server/libjvm.so
7f68ec115000-7f68ec13e000 rw-p 00daa000 08:01 3014892                    /usr/local/openjdk-8/jre/lib/amd64/server/libjvm.so
7f68ec13e000-7f68ec185000 rw-p 00000000 00:00 0 
7f68ec185000-7f68ec1aa000 r--p 00000000 08:01 2886418                    /lib/x86_64-linux-gnu/libc-2.31.so
7f68ec1aa000-7f68ec2f5000 r-xp 00025000 08:01 2886418                    /lib/x86_64-linux-gnu/libc-2.31.so
7f68ec2f5000-7f68ec33f000 r--p 00170000 08:01 2886418                    /lib/x86_64-linux-gnu/libc-2.31.so
7f68ec33f000-7f68ec340000 ---p 001ba000 08:01 2886418                    /lib/x86_64-linux-gnu/libc-2.31.so
7f68ec340000-7f68ec343000 r--p 001ba000 08:01 2886418                    /lib/x86_64-linux-gnu/libc-2.31.so
7f68ec343000-7f68ec346000 rw-p 001bd000 08:01 2886418                    /lib/x86_64-linux-gnu/libc-2.31.so
7f68ec346000-7f68ec34a000 rw-p 00000000 00:00 0 
7f68ec34a000-7f68ec34b000 r--p 00000000 08:01 2886426                    /lib/x86_64-linux-gnu/libdl-2.31.so
7f68ec34b000-7f68ec34d000 r-xp 00001000 08:01 2886426                    /lib/x86_64-linux-gnu/libdl-2.31.so
7f68ec34d000-7f68ec34e000 r--p 00003000 08:01 2886426                    /lib/x86_64-linux-gnu/libdl-2.31.so
7f68ec34e000-7f68ec34f000 r--p 00003000 08:01 2886426                    /lib/x86_64-linux-gnu/libdl-2.31.so
7f68ec34f000-7f68ec350000 rw-p 00004000 08:01 2886426                    /lib/x86_64-linux-gnu/libdl-2.31.so
7f68ec350000-7f68ec366000 r-xp 00000000 08:01 3014966                    /usr/local/openjdk-8/lib/amd64/jli/libjli.so
7f68ec366000-7f68ec565000 ---p 00016000 08:01 3014966                    /usr/local/openjdk-8/lib/amd64/jli/libjli.so
7f68ec565000-7f68ec566000 r--p 00015000 08:01 3014966                    /usr/local/openjdk-8/lib/amd64/jli/libjli.so
7f68ec566000-7f68ec567000 rw-p 00016000 08:01 3014966                    /usr/local/openjdk-8/lib/amd64/jli/libjli.so
7f68ec567000-7f68ec56e000 r--p 00000000 08:01 2886463                    /lib/x86_64-linux-gnu/libpthread-2.31.so
7f68ec56e000-7f68ec57e000 r-xp 00007000 08:01 2886463                    /lib/x86_64-linux-gnu/libpthread-2.31.so
7f68ec57e000-7f68ec583000 r--p 00017000 08:01 2886463                    /lib/x86_64-linux-gnu/libpthread-2.31.so
7f68ec583000-7f68ec584000 r--p 0001b000 08:01 2886463                    /lib/x86_64-linux-gnu/libpthread-2.31.so
7f68ec584000-7f68ec585000 rw-p 0001c000 08:01 2886463                    /lib/x86_64-linux-gnu/libpthread-2.31.so
7f68ec585000-7f68ec58b000 rw-p 00000000 00:00 0 
7f68ec58b000-7f68ec58c000 r--p 00000000 08:01 2886849                    /usr/lib/locale/C.UTF-8/LC_MEASUREMENT
7f68ec58c000-7f68ec58d000 r--p 00000000 08:01 2886848                    /usr/lib/locale/C.UTF-8/LC_IDENTIFICATION
7f68ec58d000-7f68ec58e000 rw-p 00000000 00:00 0 
7f68ec58e000-7f68ec58f000 r--p 00000000 08:01 2886406                    /lib/x86_64-linux-gnu/ld-2.31.so
7f68ec58f000-7f68ec5af000 r-xp 00001000 08:01 2886406                    /lib/x86_64-linux-gnu/ld-2.31.so
7f68ec5af000-7f68ec5b7000 r--p 00021000 08:01 2886406                    /lib/x86_64-linux-gnu/ld-2.31.so
7f68ec5b7000-7f68ec5b8000 ---p 00000000 00:00 0 
7f68ec5b8000-7f68ec5b9000 r--p 00029000 08:01 2886406                    /lib/x86_64-linux-gnu/ld-2.31.so
7f68ec5b9000-7f68ec5ba000 rw-p 0002a000 08:01 2886406                    /lib/x86_64-linux-gnu/ld-2.31.so
7f68ec5ba000-7f68ec5bb000 rw-p 00000000 00:00 0 
7ffc362dd000-7ffc362fe000 rw-p 00000000 00:00 0                          [stack]
7ffc36381000-7ffc36384000 r--p 00000000 00:00 0                          [vvar]
7ffc36384000-7ffc36386000 r-xp 00000000 00:00 0                          [vdso]

VM Arguments:
jvm_args: -Xms128M -Xmx3072M -Dterminal.jline=false -Dterminal.ansi=true 
java_command: forge-1.16.5-36.2.20.jar
java_class_path (initial): forge-1.16.5-36.2.20.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/local/openjdk-8
PATH=/usr/local/openjdk-8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Signal Handlers:
SIGSEGV: [libjvm.so+0xadad20], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xadad20], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x931cb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x931cb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x931cb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x931cb0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x933600], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x935030], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x935030], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x935030], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x935030], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

uname:Linux 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u1 (2019-07-19) x86_64
libc:glibc 2.31 NPTL 2.31 
rlimit: STACK 8192k, CORE infinity, NPROC infinity, NOFILE 1048576, AS infinity
load average:1.61 0.59 0.31

/proc/meminfo:
MemTotal:        4516184 kB
MemFree:          174924 kB
MemAvailable:      46068 kB
Buffers:            2184 kB
Cached:            76200 kB
SwapCached:            0 kB
Active:          4131328 kB
Inactive:          47664 kB
Active(anon):    4109596 kB
Inactive(anon):    25620 kB
Active(file):      21732 kB
Inactive(file):    22044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 4 kB
Writeback:             0 kB
AnonPages:       4100936 kB
Mapped:            31472 kB
Shmem:             34292 kB
Slab:              89496 kB
SReclaimable:      37072 kB
SUnreclaim:        52424 kB
KernelStack:        6096 kB
PageTables:        12640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     2258092 kB
Committed_AS:    7044688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             2000 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2723840 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      126824 kB
DirectMap2M:    12455936 kB
DirectMap1G:     6291456 kB


CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 62 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc

/proc/cpuinfo:
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 62
model name    : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
stepping    : 4
microcode    : 0x1
cpu MHz        : 2600.032
cache size    : 16384 KB
physical id    : 0
siblings    : 4
core id        : 0
cpu cores    : 4
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust smep erms xsaveopt arat umip md_clear arch_capabilities
bugs        : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips    : 5200.06
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management:

processor    : 1
vendor_id    : GenuineIntel
cpu family    : 6
model        : 62
model name    : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
stepping    : 4
microcode    : 0x1
cpu MHz        : 2600.032
cache size    : 16384 KB
physical id    : 0
siblings    : 4
core id        : 1
cpu cores    : 4
apicid        : 1
initial apicid    : 1
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust smep erms xsaveopt arat umip md_clear arch_capabilities
bugs        : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips    : 5200.06
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management:

processor    : 2
vendor_id    : GenuineIntel
cpu family    : 6
model        : 62
model name    : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
stepping    : 4
microcode    : 0x1
cpu MHz        : 2600.032
cache size    : 16384 KB
physical id    : 0
siblings    : 4
core id        : 2
cpu cores    : 4
apicid        : 2
initial apicid    : 2
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust smep erms xsaveopt arat umip md_clear arch_capabilities
bugs        : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips    : 5200.06
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management:

processor    : 3
vendor_id    : GenuineIntel
cpu family    : 6
model        : 62
model name    : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
stepping    : 4
microcode    : 0x1
cpu MHz        : 2600.032
cache size    : 16384 KB
physical id    : 0
siblings    : 4
core id        : 3
cpu cores    : 4
apicid        : 3
initial apicid    : 3
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust smep erms xsaveopt arat umip md_clear arch_capabilities
bugs        : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips    : 5200.06
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management:

Memory: 4k page, physical 4540220k(174924k free), swap 0k(0k free)

vm_info: OpenJDK 64-Bit Server VM (25.312-b07) for linux-amd64 JRE (1.8.0_312-b07), built on Oct 15 2021 05:40:24 by "openjdk" with gcc 4.4.7 20120313 (Red Hat 4.4.7-23)

time: Sun Apr 10 07:02:42 2022
timezone: EDT
elapsed time: 35.703358 seconds (0d 0h 0m 35s)  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • [22:52:45] [main/INFO]: ModLauncher running: args [--username, bruhitsmac, --version, forge-47.3.0, --gameDir, C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1, --assetsDir, C:\Users\macke\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, c0ee535912eb4c4c88e9434567848b92, --accessToken, ????????, --clientId, 153cc6-a0eddd-77716f-542e0f-c44707, --xuid, 2535410026067915, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [22:52:45] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Eclipse Adoptium; OS Windows 11 arch amd64 version 10.0 [22:52:48] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [22:52:48] [main/INFO]: Trying GL version 4.6 [22:52:48] [main/INFO]: Requested GL version 4.6 got version 4.6 [22:52:48] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/macke/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [22:52:48] [pool-2-thread-1/INFO]: GL info: AMD Radeon(TM) Graphics GL version 4.6.0 Core Profile Context 24.5.1.240502, ATI Technologies Inc. [22:52:49] [main/INFO]: Found mod file additionaladditions-6.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file aeroblender-1.20.1-1.0.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file aether-1.20.1-1.5.0-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file aether-redux-2.0.17-1.20.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file AetherVillages-1.20.1-1.0.7-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file alexscaves-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file alexsdelight-1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file alexsmobs-1.22.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file another_furniture-forge-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Apotheosis-1.20.1-7.4.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ApothicAttributes-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Aquaculture-1.20.1-2.5.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ars_nouveau-1.20.1-4.12.4-all.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file artifacts-forge-9.5.13.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ash_api-forge-3.0.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file astemirlib-1.20.1-1.25.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file athena-forge-1.20.1-3.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bagus_lib-1.20.1-5.3.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.9-all.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bbb-1.20.1-forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file betterarcheology-1.2.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file betterendcities-1.0.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file betterjukebox-1.20-1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BetterModsButton-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file biodiverse-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BiomesOPlenty-1.20.1-18.0.0.592.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file blue_skies-1.20.1-1.3.31.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file blueprint-1.20.1-7.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file blur-forge-3.1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.2.13.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BotanyPots-Forge-1.20.1-13.0.39.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file BotanyTrees-Forge-1.20.1-9.0.17.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bountiful_critters-1.2.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file buildersaddition-1.20.1-20230928a.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file bygonenether-1.3.2-1.20.x.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file call_of_yucatan-1.0.12-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file canary-mc1.20.1-0.3.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file carryon-forge-1.20.1-2.1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file caupona-1.20.1-0.4.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file chefs-delight-1.0.3-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Chipped-forge-1.20.1-3.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Chunky-1.3.146.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file citadel-2.6.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cluttered-2.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file collective-1.20.1-7.84.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file comforts-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file CompositeMaterial-Forge-1.20.1-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file configured-forge-1.20.1-2.2.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file connectedglass-1.1.12-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file constructionwand-1.20.1-2.11.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Corgilib-Forge-1.20.1-4.0.3.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file coroutil-forge-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file corpse-forge-1.20.1-1.0.14.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file crafting-on-a-stick-1.20.1-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file create-1.20.1-0.5.1.h.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file creeperoverhaul-3.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cristellib-1.1.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Critters n' Crawlers-2.2.0-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file crittersandcompanions-1.20.1-2.1.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file CullLessLeaves-Reforged-1.20.1-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file curios-forge-5.10.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Daleenys_SwampExpansion_Mod_v1.3 (1.20.1).jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DarkPaintings-Forge-1.20.1-17.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file decorative_blocks-forge-1.20.1-4.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file deep_aether-1.20.1-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DeeperCaves-1.20.1-1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file deeperdarker-forge-1.20.1-1.3.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Ding-1.20.1-Forge-1.5.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file domum_ornamentum-1.20.1-1.0.186-RELEASE-universal.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file duclib-1.20-1.1.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dungeons-and-taverns-3.0.3.f[Forge].jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dungeons-and-taverns-ancient-city-overhaul-1 [Forge].jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dungeons_plus-1.20.1-1.5.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DungeonsArise-1.20.x-2.1.58-release.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file dynamiclights-1.20.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file earth2java-forge-1.10.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file easy-villagers-forge-1.20.1-1.1.23.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file EasyMagic-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ecologics-forge-1.20.1-2.2.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file EnchantingInfuser-v8.0.3-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file endermanoverhaul-forge-1.20.1-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file EndgamePortalRings 1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file enlightend-5.0.14-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Eternal Tales [Arhery  Jewelry] [v1.6.40] [Forge 1.20.1].jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Excessive Building 1.20.1-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file expandability-9.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ExplorersCompass-1.20.1-1.3.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Explorify v1.6.2 f10-48.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Fallingleaves-1.20.1-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file FarmersStructures-1.0.3-1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Fastload-Reforged-mc1.20.1-3.4.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file fish_of_thieves-mc1.20.1-v3.0.8-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file forge-medievalend-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file FramedBlocks-9.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file friendsandfoes-forge-mc1.20.1-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ftb-essentials-forge-2001.2.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ftb-library-forge-2001.2.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ftb-ultimine-forge-2001.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file furnish-26-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file fusion-1.1.1-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Galosphere-1.20.1-1.4.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.4.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Geophilic v3.1.3 f15-48.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file glowroot1.0.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Gobber2-Forge-1.20.1-2.8.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file goblintraders-forge-1.20.1-1.9.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file GoodEnding-1.20.1-1.0.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file gottschcore-1.20.1-2.2.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file gpumemleakfix-1.20.1-1.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file guardvillagers-1.20.1-1.6.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file habitat-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hamsters-forge-1.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file handcrafted-forge-1.20.1-3.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hauntedharvest-1.20-3.1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Heads-1.20.1-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hearth_and_home-forge-1.20.1-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Hearths v1.0.1 f12-48.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Highlighter-1.20.1-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file HopoBetterMineshaft-[1.20.2-1.20.4]-1.2.2b.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file HopoBetterRuinedPortals-[1.20-1.20.2]-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file hunters_return-1.20.1-11.5.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file iceandfire-2.1.13-1.20.1-beta-5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Iceberg-1.20.1-forge-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file iChunUtil-1.20.1-Forge-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file idas_forge-1.10.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ImmediatelyFast-Forge-1.2.21+1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file immersive_weathering-1.20.1-2.0.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Incendium_1.20.x_v5.3.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file insects_recrafted_162.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file integrated_api-1.5.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file integrated_stronghold-1.1.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file integrated_villages-1.0.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file inventorypets-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file inventorysorter-1.20.1-23.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ironfurnaces-1.20.1-4.1.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file ItemsDisplayedForge-v1.3.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Jade-1.20.1-forge-11.11.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Jadens-Nether-Expansion-2.0.2-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.104.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Jellyfishing-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file L_Enders_Cataclysm-2.07 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-API-forge-1.2.15-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-bakery-forge-1.1.15.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-beachparty-forge-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-bloomingnature-forge-1.0.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-brewery-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-candlelight-forge-1.2.13.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-farm_and_charm-forge-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-furniture-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-herbalbrews-forge-1.0.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-meadow-forge-1.3.19.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-vinery-forge-1.4.28.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file letsdo-wildernature-forge-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lionfishapi-1.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lootintegrations-1.20.1-3.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lootr-forge-1.20-0.7.34.89.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lost_aether_content-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file lukis-grand-capitals-1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Luminous Beast V1.1 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Luminous Tag V1.0 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Luminous V1.4.6 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file LuminousMonsters V1.2.4 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file LuminousNether V1.2 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file LuminousOverworld V1.1 - Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-doors-1.1.1forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-fences-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-paintings-1.0.5-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-trapdoors-1.1.3-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mcw-windows-2.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file medieval_buildings-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mes-1.3.1-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file midnightlib-forge-1.4.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file miners_delight-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mns-1.0.1-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file modernfix-forge-5.19.4+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file MonsterPlus-Forge1.20.1-v1.1.6.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file moonlight-1.20-2.13.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file moremobvariants-forge+1.20.1-1.3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file morevillagers-forge-1.20.1-5.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20.1-2.25.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mowziesmobs-1.6.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mvs-4.1.4-1.20-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file mysticsbiomes-1.20.1-3.4.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Nameless Trinkets-1.20.1-1.7.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file naturalist-forge-4.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file NaturesCompass-1.20.1-1.11.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file nether-s-exoticism-1.20.1-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file nightlights-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file notenoughcrashes-4.4.7+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file nyfsspiders-forge-1.20.1-2.1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file oculus-mc1.20.1-1.7.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Oh-The-Biomes-Weve-Gone-Forge-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Oh-The-Trees-Youll-Grow-forge-1.20.1-1.3.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file okzoomer-forge-1.20-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Paintings-forge-1.20.1-11.0.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Paraglider-forge-20.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Patchouli-1.20.1-84-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file phantasm-0.4.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Placebo-1.20.1-8.6.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file plushies-1.4.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file polymorph-forge-0.49.5+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file PuzzlesLib-v8.1.24-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Quark-4.0-460.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Raided-1.20.1-0.1.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file randomium-1.20-1.32.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Rats-1.20.1-8.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file realmrpg_quests-0.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file recrafted_creatures-1.4.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file refurbished_furniture-forge-1.20.1-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file RegionsUnexploredForge-0.5.6+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file repurposed_structures-7.1.15+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Ribbits-1.20.1-Forge-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file right-click-harvest-3.2.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file seafarer-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file silent-lib-1.20.1-8.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file simplyswords-forge-1.56.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.20.11.1115.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sophisticatedcore-1.20.1-0.6.33.711.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sophisticatedstorage-1.20.1-0.10.44.904.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file sound-physics-remastered-forge-1.20.1-1.4.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file spawn-1.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file spelunkers_charm-3.6.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file spelunkery-1.20.1-0.3.13-forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file stalwart-dungeons-1.20.1-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Structory_1.20.x_v1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Structory_Towers_1.20.x_v1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file structure_gel-1.20.1-2.16.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file structureessentials-1.20.1-3.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file supermartijn642configlib-1.1.8-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file supermartijn642corelib-1.1.17a-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file supplementaries-1.20-2.8.17.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file swampier_swamps-1.20-4.0.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file takesapillage-1.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Terralith_1.20.x_v2.5.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file The_Graveyard_3.1_(FORGE)_for_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file The_Undergarden-1.20.1-0.8.14.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file thedawnera-1.20.1-0.58.94.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file TheOuterEnd-1.0.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file tidal-towns-1.3.3_1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Tide-forge-1.20.1-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Tips-Forge-1.20.1-12.1.8.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file transparent-forge-8.0.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file TravelersTitles-1.20-Forge-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file treasure-bags-1.20.1-1.9.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file treasure2-1.20.1-3.10.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Twigs-1.20.1-3.1.0.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file twilightforest-1.20.1-4.3.2508-universal.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file unearthed_journey-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file untamedwilds-1.20.1-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file unusualfishmod-1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file unusualprehistory-1.5.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file valhelsia_core-forge-1.20.1-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file valhelsia_furniture-forge-1.20.1-1.1.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file valhelsia_structures-forge-1.20.1-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file variantsandventures-forge-mc1.20.1-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file verdantvibes-1.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file villagernames-1.20.1-8.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file VillagersPlus_3.1_(FORGE)_for_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file vintagedelight-0.1.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file visuality-forge-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file VisualWorkbench-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file waystones-forge-1.20-14.1.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file weather2-1.20.1-2.8.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Wesley's Roguelike Dungeons 1.20.1-2.3.2.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file what_gecko-1.20.1-1.0.3.9.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file whatareyouvotingfor2023-1.20.1-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Xaeros_Minimap_24.5.0_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file XaerosWorldMap_1.39.0_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterDesertTemples-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterDungeons-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterEndIsland-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterJungleTemples-1.20-Forge-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterMineshafts-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsBetterWitchHuts-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsCaveBiomes-1.20.1-Forge-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file YungsExtras-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/INFO]: Found mod file Zeta-1.0-24.jar of type MOD with provider {mods folder locator at C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods} [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.0\fmlcore-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.0\javafmllanguage-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.0\lowcodelanguage-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/WARN]: Mod file C:\Users\macke\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.0\mclanguage-1.20.1-47.3.0.jar is missing mods.toml file [22:52:49] [main/INFO]: Found mod file fmlcore-1.20.1-47.3.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file mclanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:49] [main/INFO]: Found mod file forge-1.20.1-47.3.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@14bf57b2 [22:52:50] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: geckolib. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\geckolib-forge-1.20.1-4.4.9.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\aeroblender-1.20.1-1.0.1-neoforge.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\curios-forge-5.10.0+1.20.1.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\resourcefullib-forge-1.20.1-2.1.29.jar [22:52:50] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: expandability. Using Mod File: C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1\mods\expandability-9.0.4.jar [22:52:50] [main/INFO]: Found 19 dependencies adding them to mods collection [22:52:50] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.9.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file kuma-api-forge-20.1.8+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file caffeine-3.1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file cumulus_menus-1.20.1-1.0.1-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file satin-forge-1.20.1+1.15.0-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file mixinsquared-forge-0.1.2-beta.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file nitrogen_internals-1.20.1-1.0.11-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file MixinSquared-0.1.2-beta.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file puzzlesaccessapi-forge-8.0.7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file flywheel-forge-1.20.1-0.6.11-13.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file Reflect-1.3.4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:50] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@17f3eefb [22:52:57] [main/INFO]: Compatibility level set to JAVA_17 [22:52:57] [main/ERROR]: Mixin config hamsters.mixins.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config bbb.mixins.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config mixins.satin.client.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config furniture-common.mixins.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config mixins.recrafted_creatures.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config mixins.duclib.json does not specify "minVersion" property [22:52:57] [main/ERROR]: Mixin config okzoomer.mixins.json does not specify "minVersion" property [22:52:57] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector] [22:52:57] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.3.0, --gameDir, C:\Users\macke\curseforge\minecraft\Instances\kenzie's 1.20.1, --assetsDir, C:\Users\macke\curseforge\minecraft\Install\assets, --uuid, c0ee535912eb4c4c88e9434567848b92, --username, bruhitsmac, --assetIndex, 5, --accessToken, ????????, --clientId, 153cc6-a0eddd-77716f-542e0f-c44707, --xuid, 2535410026067915, --userType, msa, --versionType, release, --width, 1024, --height, 768] [22:52:57] [main/WARN]: Reference map 'hamsters.refmap.json' for hamsters.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:57] [main/INFO]: Loaded configuration file for ModernFix 5.19.4+mc1.20.1: 84 options available, 0 override(s) found [22:52:57] [main/INFO]: Applying Nashorn fix [22:52:57] [main/INFO]: Applied Forge config corruption patch [22:52:57] [main/WARN]: Reference map 'handcrafted-forge-1.20.1-forge-refmap.json' for handcrafted.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'morevillagers-forge-forge-refmap.json' for morevillagers.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'graveyard-FORGE-forge-refmap.json' for graveyard-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'untamedwilds.refmap.json' for mixins.untamedwilds.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/INFO]: Loaded configuration file for Canary: 116 options available, 0 override(s) found [22:52:58] [main/INFO]: Loading 304 mods:     - additionaladditions 6.0.1     - aeroblender 1.20.1-1.0.1-neoforge     - aether 0.0NONE         |-- cumulus_menus 0.0NONE         |-- mixinextras 0.2.0-beta.9         \-- nitrogen_internals 0.0NONE     - aether_redux 2.0.17     - aether_villages 1.0.7     - alexscaves 1.1.5     - alexsdelight 1.5     - alexsmobs 1.22.9     - another_furniture 1.20.1-3.0.1     - apotheosis 7.4.3     - aquaculture 2.5.2     - architectury 9.2.14     - ars_nouveau 4.12.4     - artifacts 9.5.13     - ash_api 3.0.2+1.20.1     - astemirlib 1.25     - athena 3.1.2     - attributeslib 1.3.7     - bagus_lib 1.20.1-5.3.0     - bakery 1.1.15     - balm 7.3.9         \-- kuma_api 20.1.8     - bbb 1.20.1-1.0.1     - beachparty 1.1.5     - betterarcheology 1.2.1-1.20.1     - betterdeserttemples 1.20-Forge-3.0.3     - betterdungeons 1.20-Forge-4.0.4     - betterendcities 1.0.0-1.20.1     - betterendisland 1.20-Forge-2.0.6     - betterfortresses 1.20-Forge-2.0.6     - betterjukebox 1.20-1.3     - betterjungletemples 1.20-Forge-2.0.5     - bettermineshafts 1.20-Forge-4.0.4     - bettermodsbutton 8.0.2     - betteroceanmonuments 1.20-Forge-3.0.4     - betterwitchhuts 1.20-Forge-3.0.3     - biodiverse 1.0.0     - biomesoplenty 18.0.0.592     - biomeswevegone 1.3.1     - bloomingnature 1.0.9     - blue_skies 1.3.31     - blueprint 7.1.0     - blur 3.1.1         \-- satin 1.20.1+1.15.0-SNAPSHOT     - bookshelf 20.2.13     - botanypots 13.0.39     - botanytrees 9.0.17     - bountiful_critters 1.2.2     - brewery 1.1.9     - buildersaddition 1.20.1-20230928a     - bygonenether 1.3.2     - call_of_yucutan 1.0.12     - canary 0.3.3     - candlelight 1.2.13     - carryon 2.1.2.7     - cataclysm 2.07     - caupona 1.20.1-0.4.9     - cavesanddepths 1.2.7     - chefsdelight 1.0.3-forge-1.20.1     - chipped 3.0.6     - chunky 1.3.146     - citadel 2.6.0     - cloth_config 11.1.136     - clumps 12.0.0.4     - cnc 2.2.0     - collective 7.84     - comforts 6.4.0+1.20.1         \-- spectrelib 0.13.15+1.20.1     - composite_material 1.1.0     - configured 2.2.3     - connectedglass 1.1.12     - constructionwand 1.20.1-2.11     - controlling 12.0.2     - corgilib 4.0.3.2     - coroutil 1.20.1-1.3.7     - corpse 1.20.1-1.0.14     - crafting_on_a_stick 1.1.5     - create 0.5.1.h         \-- flywheel 0.6.11-13     - creeperoverhaul 3.0.2     - cristellib 1.1.5     - crittersandcompanions 1.20.1-2.1.7     - culllessleaves 1.20.1-1.0.5     - cupboard 1.20.1-2.7     - curios 5.10.0+1.20.1     - darkpaintings 17.0.4     - dawnera 0.58.94     - decorative_blocks 4.1.3     - deep_aether 1.20.1-1.0.4     - deeperdarker 1.3.2     - ding 1.5.0     - display 1.3.4     - doapi 1.2.15         \-- terraform 7.0.1     - domum_ornamentum 1.20.1-1.0.186-RELEASE     - duclib 1.1.4     - dungeons_arise 2.1.58-1.20.x     - dungeons_arise_seven_seas 1.0.2     - dungeons_plus 1.5.0     - dynamiclights 1.20.1.2     - earthtojavamobs 1.10.1     - easy_villagers 1.20.1-1.1.23     - easymagic 8.0.1     - ecologics 2.2.0     - enchantinginfuser 8.0.3     - endermanoverhaul 1.0.4     - endgame_portal_rings 1.0.0     - enlightened_end 5.0.14     - eternal_tales 1.6.40     - excessive_building 1.20.1-3.0.1     - expandability 9.0.4     - explorerscompass 1.20.1-1.3.3-forge     - explorify 1.6.2     - fallingleaves 2.1.0     - farm_and_charm 1.0.3     - farmers_structures 1.0.0     - farmersdelight 1.20.1-1.2.4     - fastload 3.4.0     - ferritecore 6.0.1     - fishofthieves 3.0.8     - forge 47.3.0     - framedblocks 9.3.1     - framework 0.7.8     - friendsandfoes 3.0.3     - ftbessentials 2001.2.2     - ftblibrary 2001.2.4     - ftbultimine 2001.1.5     - furnish 26     - furniture 1.0.2     - fusion 1.1.1     - galosphere 1.20.1-1.4.1     - geckolib 4.4.9     - geophilic 3.1.3     - glowroot 1.0.8     - gobber2 2.8.9     - goblintraders 1.9.3     - goodending 1.20.1-1.0.1     - gottschcore 2.2.0     - gpumemleakfix 1.20.1-1.8     - graveyard 3.1     - guardvillagers 1.20.1-1.6.7     - habitat 1.3.1     - hamsters 1.20.1-1.0.3     - handcrafted 3.0.6     - hauntedharvest 1.20-3.1.20     - heads 1.1.2     - hearth_and_home 1.20.1-2.0.1     - hearths 1.0.1     - herbalbrews 1.0.8     - highlighter 1.1.9     - hopo 1.2.2     - hoporp 1.3.7     - hunters_return 1.20.1-11.5.0     - iceandfire 2.1.13-1.20.1     - iceberg 1.1.21     - ichunutil 1.0.0     - idas 1.10.1+1.20.1     - immediatelyfast 1.2.21+1.20.4     - immersive_weathering 1.20.1-2.0.3     - incendium 5.3.5     - insects_recrafted 1.6.2     - integrated_api 1.5.1+1.20.1-forge     - integrated_stronghold 1.1.1+1.20.1-forge     - integrated_villages 1.0.1+1.20.1-forge     - inventorypets 2.1.3     - inventorysorter 23.0.1     - ironfurnaces 4.1.6     - jade 11.11.1+forge     - jei 15.20.0.104     - jellyfishing 2.0.0     - lionfishapi 1.9     - lootintegrations 1.20.1-3.7     - lootr 0.7.34.87     - lost_aether_content 1.2.3     - luminous_beasts 1.1     - luminous_monsters 1.2.4     - luminous_nether 1.2.0     - luminoustag 1.0.0     - luminousworld 1.4.6     - luphieclutteredmod 2.1     - mcwdoors 1.1.1     - mcwfences 1.1.2     - mcwpaintings 1.0.5     - mcwtrpdoors 1.1.3     - mcwwindows 2.3.0     - meadow 1.3.19         \-- mixinsquared 0.1.2-beta.5     - medieval_buildings 1.0.2     - medievalend 1.0.1     - mes 1.3.1-1.20-forge     - midnightlib 1.4.2     - minecraft 1.20.1     - miners_delight 1.20.1-1.2.3     - mns 1.0.1-1.20-forge     - modernfix 5.19.4+mc1.20.1     - monsterplus 1.0     - moonlight 1.20-2.13.3     - morecropsbydaleeny 1.1.1     - moremobvariants 1.3.0.1     - morevillagers 5.0.0     - mousetweaks 2.25.1     - mowziesmobs 1.6.4     - mr_dungeons_andtaverns 3.0.3.f     - mr_dungeons_andtavernsancientcityoverhaul 1     - mr_lukis_grandcapitals 1.0     - mr_tidal_towns 1.3.3     - mvs 4.1.4-1.20-forge     - mysticsbiomes 3.4.2     - nameless_trinkets 1.20.1-1.7.8     - naturalist 4.0.3     - naturescompass 1.20.1-1.11.2-forge     - netherexp 2.0.2     - nethers_exoticism 1.2.8     - nightlights 1.1     - notenoughcrashes 4.4.7+1.20.1     - nyfsspiders 2.1.1     - oculus 1.7.0     - ohthetreesyoullgrow 1.20.1-1.3.1     - okzoomer 3.0.1     - outer_end 1.0.8     - paintings 11.0.0.2     - paraglider 20.1.3     - patchouli 1.20.1-84-FORGE     - phantasm 0.4.1     - placebo 8.6.2     - plushies 1.4.0     - polymorph 0.49.5+1.20.1     - puzzleslib 8.1.24         \-- puzzlesaccessapi 8.0.7     - quark 4.0-460     - raided 0.1.4     - randomium 1.20-1.32     - rats 1.20.1-8.1.2     - realmrpg_quests 0.1.1     - recrafted_creatures 1.4.5-1.20.1     - refurbished_furniture 1.0.6     - regions_unexplored 0.5.6     - repurposed_structures 7.1.15+1.20.1-forge     - resourcefulconfig 2.1.2     - resourcefullib 2.1.29     - ribbits 1.20.1-Forge-3.0.0     - rightclickharvest 3.2.3+1.20.1-forge     - seafarer 1.0.1     - searchables 1.0.3     - silentlib 8.0.0     - simplyswords 1.56.0-1.20.1     - sophisticatedbackpacks 3.20.11.1115     - sophisticatedcore 0.6.33.711     - sophisticatedstorage 0.10.44.904     - sound_physics_remastered 1.20.1-1.4.5     - spawn 1.20.1-1.0.2     - spelunkers_charm 3.6.0     - spelunkery 1.20.1-0.3.13     - stalwart_dungeons 1.2.8     - structory 1.3.5     - structory_towers 1.0.7     - structure_gel 2.16.2     - structureessentials 1.20.1-3.4     - supermartijn642configlib 1.1.8     - supermartijn642corelib 1.1.17+a     - supplementaries 1.20-2.8.17     - swampier_swamps 1.20-4.0.0     - t_and_t 0.0NONE     - takesapillage 1.0.3     - terrablender 3.0.1.7     - terralith 2.5.4     - tide 1.3.3     - tipsmod 12.1.8     - transparent 8.0.1+1.20.1     - travelerstitles 1.20-Forge-4.0.2     - treasure2 3.10.3     - treasurebags 1.9.0     - twigs 1.20.1-3.1.1     - twilightforest 4.3.2508     - undergarden 0.8.14     - unearthed_journey 1.0.1     - untamedwilds 4.0.4     - unusualfishmod 1.0.7     - unusualprehistory 1.5.0.3     - valhelsia_core 1.1.2     - valhelsia_furniture 1.1.3     - valhelsia_structures 1.20.1-1.1.2     - variantsandventures 1.0.6     - verdantvibes 1.0.3-1.20.1     - villagernames 8.1     - villagersplus 3.1     - vinery 1.4.28     - vintagedelight 0.1.4     - visuality 2.0.2     - visualworkbench 8.0.0     - waystones 14.1.5     - weather2 1.20.1-2.8.3     - what_gecko 1.0.0     - whatareyouvotingfor 1.2.5     - wildernature 1.0.3     - wrd 2.0.0     - xaerominimap 24.5.0     - xaeroworldmap 1.39.0     - yungsapi 1.20-Forge-4.0.6     - yungscavebiomes 1.20.1-Forge-2.0.1     - yungsextras 1.20-Forge-4.0.3     - zeta 1.0-24 [22:52:58] [main/WARN]: Reference map 'mns-forge-refmap.json' for mns-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'cristellib-forge-refmap.json' for cristellib.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'naturalist-forge-forge-refmap.json' for naturalist.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'netherexp-forge-refmap.json' for netherexp.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'mixins.call_of_yucutan.refmap.json' for mixins.call_of_yucutan.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'betterjukebox-forge-refmap.json' for betterjukebox-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'randomium-forge-refmap.json' for randomium.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'simplyswords-forge-refmap.json' for simplyswords.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'mes-forge-refmap.json' for mes-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'wildernature.forge.mixins.refmap.json' for wildernature.forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:52:58] [main/WARN]: Reference map 'mvs-forge-refmap.json' for mvs-forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:53:00] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:00] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/GreenAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock was not found aether_redux.mixins.json:common.block.GreenAercloudBlockMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/OrangeTreeBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock was not found aether_redux.mixins.json:common.block.OrangeTreeMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/PurpleAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock was not found aether_redux.mixins.json:common.block.PurpleAercloudBlockMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/GenesisMusic (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.GenesisMusic) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.GenesisMusic was not found aether_redux.mixins.json:client.audio.GoTVMusicMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer was not found aether_redux.mixins.json:client.render.MimicRendererMixin [22:53:01] [main/WARN]: Error loading class: net/builderdog/ancient_aether/client/renderer/entity/FestiveSwetRenderer (java.lang.ClassNotFoundException: net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer) [22:53:01] [main/WARN]: @Mixin target net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer was not found aether_redux.mixins.json:client.render.SwetRendererMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/protect_your_moa/client/renderer/entity/layers/MoaArmorLayer (java.lang.ClassNotFoundException: com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaArmorLayer) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaArmorLayer was not found aether_redux.mixins.json:client.render.layer.MoaArmorLayerMixin [22:53:01] [main/WARN]: Error loading class: com/aetherteam/protect_your_moa/client/renderer/entity/layers/MoaChestLayer (java.lang.ClassNotFoundException: com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaChestLayer) [22:53:01] [main/WARN]: @Mixin target com.aetherteam.protect_your_moa.client.renderer.entity.layers.MoaChestLayer was not found aether_redux.mixins.json:client.render.layer.MoaChestLayerMixin [22:53:01] [main/INFO]: Loaded config for: structureessentials.json [22:53:02] [main/WARN]: Error loading class: com/illusivesoulworks/diet/common/DietApiImpl (java.lang.ClassNotFoundException: com.illusivesoulworks.diet.common.DietApiImpl) [22:53:02] [main/WARN]: @Mixin target com.illusivesoulworks.diet.common.DietApiImpl was not found caupona.mixins.json:DietApiImplMixin [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:02] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [22:53:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/compile/pipeline/BlockOcclusionCache (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache) [22:53:02] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache was not found cull-less-leaves.mixins.json:sodiumcompat.BlockOcclusionCacheMixin [22:53:02] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/gui/SodiumGameOptionPages (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages) [22:53:02] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages was not found cull-less-leaves.mixins.json:sodiumcompat.SodiumGameOptionPagesMixin [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#isTreasureOnly() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:53:02] [main/INFO]: Replaced 1 calls to Enchantment#isTradeable() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:53:03] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:53:03] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:53:03] [main/WARN]: Error loading class: net/builderdog/ancient_aether/client/renderer/entity/FestiveSwetRenderer (java.lang.ClassNotFoundException: net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer) [22:53:03] [main/WARN]: Error loading class: net/builderdog/ancient_aether/client/renderer/entity/FestiveSwetRenderer (java.lang.ClassNotFoundException: net.builderdog.ancient_aether.client.renderer.entity.FestiveSwetRenderer) [22:53:03] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). [22:53:04] [main/WARN]: Invalid registry value type detected for PerfOS counters. Should be REG_DWORD. Ignoring: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance\Disable Performance Counters. [22:53:05] [main/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Z)V [22:53:05] [main/INFO]:   BeforeConstant found INTEGER constant: value = 0, intValue = null [22:53:05] [main/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 0 [22:53:05] [main/INFO]:       BeforeConstant found Insn [ICONST_0]  [22:53:05] [main/INFO]:   BeforeConstant found INTEGER constant: value = 60, intValue = null [22:53:05] [main/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 1 [22:53:05] [main/INFO]:       BeforeConstant found IntInsn 60 [22:53:05] [main/WARN]: @Inject(@At("INVOKE")) Shift.BY=1 on crittersandcompanions.mixins.json:LivingEntityMixin::handler$com000$onDie exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [22:53:06] [main/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [22:53:06] [main/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [22:53:06] [pool-4-thread-1/INFO]: ModernFix reached bootstrap stage (22.99 s after launch) [22:53:06] [pool-4-thread-1/WARN]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [22:53:06] [pool-4-thread-1/WARN]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [22:53:06] [pool-4-thread-1/INFO]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from com.abdelaziz.canary.mixin.ai.pathing.BlockStateBaseMixin [22:53:06] [pool-4-thread-1/INFO]: Injecting BlockStateBase cache population hook into getPathNodeType from com.abdelaziz.canary.mixin.ai.pathing.BlockStateBaseMixin [22:53:06] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [22:53:07] [pool-4-thread-1/WARN]: This is the stupidest thing I've ever made in Minecraft modding history... [22:53:07] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in org/violetmoon/quark/content/experimental/module/GameNerfsModule [22:53:08] [pool-4-thread-1/INFO]: Vanilla bootstrap took 1877 milliseconds [22:53:08] [pool-4-thread-1/INFO]: Replaced 5 calls to Enchantment#getMaxLevel() in org/violetmoon/quark/content/tools/module/AncientTomesModule [22:53:08] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:08] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:53:09] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [22:53:09] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in com/mrcrayfish/goblintraders/Hooks [22:53:11] [pool-4-thread-1/WARN]: @Final field f_26027_:Lnet/minecraft/world/entity/ai/targeting/TargetingConditions; in guardvillagers.mixins.json:DefendVillageGoalGolemMixin should be final [22:53:11] [pool-4-thread-1/WARN]: Method overwrite conflict for scheduleRandomTick in corgilib-common.mixins.json:chunk.MixinChunkAccess, previously written by dev.corgitaco.ohthetreesyoullgrow.mixin.chunk.MixinChunkAccess. Skipping method. [22:53:11] [pool-4-thread-1/WARN]: Method overwrite conflict for getScheduledRandomTicks in corgilib-common.mixins.json:chunk.MixinChunkAccess, previously written by dev.corgitaco.ohthetreesyoullgrow.mixin.chunk.MixinChunkAccess. Skipping method. [22:53:11] [pool-4-thread-1/WARN]: @Inject(@At("INVOKE_ASSIGN")) Shift.BY=2 on refurbished_furniture.common.mixins.json:LevelChunkMixin::handler$egc000$refurbishedFurniture$AfterRemoveBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [22:53:11] [pool-4-thread-1/INFO]: Patching FishingHook#catchingFish [22:53:12] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:12] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:53:12] [pool-4-thread-1/WARN]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. [22:53:13] [Render thread/WARN]: Error loading class: net/caffeinemc/mods/sodium/api/memory/MemoryIntrinsics (java.lang.ClassNotFoundException: net.caffeinemc.mods.sodium.api.memory.MemoryIntrinsics)  
    • Hi, I need some assistance with my Minecraft curseforge modpack crashing upon starting a new world. I had the same mods installed for Forge 47.2.0 and I kept crashing joining an existing world and when I tried to make a new one, so I updated forge and redownloaded everything, but it is still crashing. I currently have 311 mods installed and need some help reading my crash log to see what could be the problem. Whether that's a specific mod, dependency, or something missing. Log is posted below. Thank you!    
    • Minecraft Crash Report pls help  ---- Minecraft Crash Report ---- WARNING: coremods are present:   EntityCullingEarlyLoader (entityculling-1.12.2-1.6.3.jar)   llibrary (llibrary-core-1.0.11-1.12.2.jar)   FTBUltimineASM (ftb-ultimine-1202.3.5.jar)   SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)   SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar)   MixinBooter (!mixinbooter-9.4.jar)   ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)   Quark Plugin (Quark-r1.6-179.jar)   ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)   iceandfire (iceandfire-1.9.1-1.12.2.jar)   CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)   LootrCore (lootr-1.12.2-0.6.2.jar) Contact their authors BEFORE contacting forge // I'm sorry, Dave. Time: 10/8/24 1:15 AM Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen     at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)     at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)     at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.lang.reflect.Method.invoke(Method.java:498)     at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)     at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)     at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)     at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)     at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)     at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)     at com.google.common.eventbus.EventBus.post(EventBus.java:217)     at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.lang.reflect.Method.invoke(Method.java:498)     at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)     at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)     at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)     at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)     at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)     at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)     at com.google.common.eventbus.EventBus.post(EventBus.java:217)     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)     at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)     at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)     at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)     at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen     at java.lang.Class.getDeclaredMethods0(Native Method)     at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)     at java.lang.Class.privateGetPublicMethods(Class.java:2902)     at java.lang.Class.getMethods(Class.java:1615)     at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)     at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)     ... 31 more Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)     at java.lang.ClassLoader.loadClass(ClassLoader.java:418)     at java.lang.ClassLoader.loadClass(ClassLoader.java:351)     ... 37 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@3a022576 from coremod FMLCorePlugin     at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)     at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)     ... 39 more Caused by: java.lang.RuntimeException: Attempted to load class blk for invalid side SERVER     at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)     at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)     ... 41 more No Mixin Metadata is found in the Stacktrace. A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.12.2     Operating System: Linux (amd64) version 3.10.0-1160.118.1.el7.x86_64     Java Version: 1.8.0_282, AdoptOpenJDK     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK     Memory: 2299996568 bytes (2193 MB) / 2791833600 bytes (2662 MB) up to 4358406144 bytes (4156 MB)     JVM Flags: 9 total; -Xms2337M -Xmx4675M -XX:MaxMetaspaceSize=825M -XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:-OmitStackTraceInFastThrow -XX:+AlwaysPreTouch -XX:+OptimizeStringConcat     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0     FML: MCP 9.42 Powered by Forge 14.23.5.2859 59 mods loaded, 59 mods active     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored     | State | ID                            | Version           | Source                                                  | Signature                                |     |:----- |:----------------------------- |:----------------- |:------------------------------------------------------- |:---------------------------------------- |     | LC    | minecraft                     | 1.12.2            | minecraft.jar                                           | None                                     |     | LC    | mcp                           | 9.42              | minecraft.jar                                           | None                                     |     | LC    | FML                           | 8.0.99.99         | server.jar                                              | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LC    | forge                         | 14.23.5.2859      | server.jar                                              | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LC    | mixinbooter                   | 9.4               | minecraft.jar                                           | None                                     |     | LC    | aiimprovements                | 0.0.1.3           | AIImprovements-1.12-0.0.1b3.jar                         | None                                     |     | LC    | placebo                       | 1.6.0             | Placebo-1.12.2-1.6.1.jar                                | None                                     |     | LC    | apotheosis                    | 1.12.4            | Apotheosis-1.12.2-1.12.5.jar                            | None                                     |     | LC    | aquaculture                   | 1.6.8             | Aquaculture-1.12.2-1.6.8.jar                            | None                                     |     | LC    | baubles                       | 1.5.2             | Baubles-1.12-1.5.2.jar                                  | None                                     |     | LC    | artifacts                     | 1.12.2-1.2.4      | artifacts-1.12.2-1.2.4.jar                              | None                                     |     | LC    | attributefix                  | 1.0.12            | AttributeFix-Forge-1.12.2-1.0.12.jar                    | None                                     |     | LC    | jei                           | 4.16.1.301        | jei_1.12.2-4.16.1.301.jar                               | None                                     |     | LC    | quark                         | r1.6-179          | Quark-r1.6-179.jar                                      | None                                     |     | LC    | autoreglib                    | 1.3-32            | AutoRegLib-1.3-32.jar                                   | None                                     |     | LC    | bettermineshafts              | 1.12.2-2.2.1      | BetterMineshaftsForge-1.12.2-2.2.1.jar                  | None                                     |     | LC    | bookshelf                     | 2.3.590           | Bookshelf-1.12.2-2.3.590.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |     | LC    | bookworm                      | 1.12.2-2.5.2.1    | bookworm-1.12.2-2.5.2.1.jar                             | None                                     |     | LC    | carryon                       | 1.12.3            | carryon-1.12.2-1.12.7.23.jar                            | None                                     |     | LC    | clumps                        | 3.1.2             | Clumps-3.1.2.jar                                        | None                                     |     | LC    | cosmeticarmorreworked         | 1.12.2-v5a        | CosmeticArmorReworked-1.12.2-v5a.jar                    | aaaf83332a11df02406e9f266b1b65c1306f0f76 |     | LC    | customnpcs                    | 1.12              | CustomNPCs_1.12.2-(05Jul20).jar                         | None                                     |     | LC    | darkutils                     | 1.8.230           | DarkUtils-1.12.2-1.8.230.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |     | LC    | fantasticlib                  | 1.12.2.047        | FantasticLib-1.12.2.047.jar                             | None                                     |     | LC    | fastleafdecay                 | v14               | FastLeafDecay-v14.jar                                   | None                                     |     | LC    | ftbultimine                   | 1202.3.5          | ftb-ultimine-1202.3.5.jar                               | None                                     |     | LC    | cfm                           | 6.3.0             | furniture-6.3.2-1.12.2.jar                              | None                                     |     | LE    | ibeeditor                     | 1.0.0-alpha5      | IBEEditor-1.12.2-1.0.0-alpha5.jar                       | None                                     |     | L     | llibrary                      | 1.7.20            | llibrary-1.7.20-1.12.2.jar                              | None                                     |     | L     | iceandfire                    | 1.9.1             | iceandfire-1.9.1-1.12.2.jar                             | None                                     |     | L     | ironchest                     | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar                         | None                                     |     | L     | ironfurnaces                  | 1.3.5             | ironfurnaces-1.3.5.jar                                  | None                                     |     | L     | lootr                         | 0.6.2             | lootr-1.12.2-0.6.2.jar                                  | None                                     |     | L     | mcwfences                     | 1.0.0             | mcw-fences-1.0.0-mc1.12.2.jar                           | None                                     |     | L     | testdummy                     | 1.12              | MmmMmmMmmMmm-1.12-1.14.jar                              | None                                     |     | L     | mowziesmobs                   | 1.5.8             | mowziesmobs-1.5.8.jar                                   | None                                     |     | L     | paraglider                    | 1.0.1.5           | Paraglider-1.12.2-1.0.1.5.jar                           | None                                     |     | L     | patchouli                     | 1.0-23.6          | Patchouli-1.0-23.6.jar                                  | None                                     |     | L     | corerm                        | 1.3.3             | RikMuldsCore_1.3.3.jar                                  | None                                     |     | L     | setbonus                      | 1.12.2.020        | SetBonus-1.12.2.020.jar                                 | None                                     |     | L     | somanyenchantments            | 0.5.5             | SoManyEnchantments-0.5.5.jar                            | None                                     |     | L     | spartanshields                | 1.5.5             | SpartanShields-1.12.2-1.5.5.jar                         | None                                     |     | L     | spartanweaponry               | 1.6.0             | SpartanWeaponry-1.12.2-1.6.0.jar                        | None                                     |     | L     | stg                           | 1.12.2-1.2.3      | stg-1.12.2-1.2.3.jar                                    | None                                     |     | L     | supermartijn642configlib      | 1.1.6             | supermartijn642configlib-1.1.8-forge-mc1.12.jar         | None                                     |     | L     | camping                       | 2.4.3             | TheCampingMod_2.4.3.jar                                 | None                                     |     | L     | twilightforest                | 3.11.1021         | twilightforest-1.12.2-3.11.1021-universal.jar           | None                                     |     | L     | uteamcore                     | 2.2.5.305         | u_team_core-forge-1.12.2-2.2.5.305.jar                  | None                                     |     | L     | uniquebase                    | 1.0.1             | Unique Enchantments Base-1.12.2-1.1.4.jar               | None                                     |     | L     | uniqueebattle                 | 1.0.1             | Unique Enchantments Battle-1.12.2-1.1.6.jar             | None                                     |     | L     | uniqueeutil                   | 1.0.1             | Unique Enchantments Utils-1.12.2-1.5.1.jar              | None                                     |     | L     | uniquee                       | 2.0.1             | Unique Enchantments-1.12.2-2.1.4.jar                    | None                                     |     | L     | usefulbackpacks               | 1.5.4.85          | useful_backpacks-1.12.2-1.5.4.85.jar                    | None                                     |     | L     | variedcommodities             | 1.12.2            | VariedCommodities_1.12.2-(31Mar23).jar                  | None                                     |     | L     | wizardanimalsbeta10           | 1.0.0             | WizardAnimalsBeta1.0.jar                                | None                                     |     | L     | worldedit                     | 6.1.10            | worldedit-forge-mc1.12.2-6.1.10-dist.jar                | None                                     |     | L     | zawa                          | 1.12.2-2.1.3      | zawa-1.12.2-2.1.3.jar                                   | None                                     |     | L     | craftableenchantedgoldenapple | 1.0.0             | zaynens_craftable_enchanted_golden_apple_mod_1.12.2.jar | None                                     |     | L     | betteranimalsplus             | 9.0.1             | betteranimalsplus-1.12.2-9.0.1.jar                      | None                                     |     Loaded coremods (and transformers):  EntityCullingEarlyLoader (entityculling-1.12.2-1.6.3.jar)    llibrary (llibrary-core-1.0.11-1.12.2.jar)   net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer   net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher FTBUltimineASM (ftb-ultimine-1202.3.5.jar)    SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)   com.Shultrea.Rin.Transformer.SMEASM SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar)    MixinBooter (!mixinbooter-9.4.jar)    ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)   com.tictim.paraglider.asm.TransformerModelBiped Quark Plugin (Quark-r1.6-179.jar)   vazkii.quark.base.asm.ClassTransformer ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)   shadows.ApotheosisTransformer iceandfire (iceandfire-1.9.1-1.12.2.jar)   com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)   team.chisel.ctm.client.asm.CTMTransformer LootrCore (lootr-1.12.2-0.6.2.jar)        Profiler Position: N/A (disabled)     Is Modded: Definitely; Server brand changed to 'fml,forge'     Type: Dedicated Server (map_server.txt)
    • [01:30:06] [main/INFO]: ModLauncher running: args [--username, AkadieL, --version, forge-47.2.0, --gameDir, C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized, --assetsDir, C:\Users\Administrator\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, b68ea54ae6484a0e8acb115f88c9aea5, --accessToken, ????????, --clientId, 28d704-b58c91-549ecf-a85a34-9fb39c, --xuid, 2533275030291833, --userType, msa, --versionType, release, --width, 1024, --height, 768, --launchTarget, forgeclient, --fml.forgeVersion, 47.2.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [01:30:06] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Eclipse Adoptium; OS Windows 10 arch amd64 version 10.0 [01:30:07] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [01:30:07] [main/INFO]: Trying GL version 4.6 [01:30:07] [main/INFO]: Requested GL version 4.6 got version 4.6 [01:30:07] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Administrator/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [01:30:07] [pool-2-thread-1/INFO]: GL info: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation [01:30:08] [main/INFO]: Found mod file AdvancementPlaques-1.20.1-forge-1.5.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file AI-Improvements-1.20-0.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file AirHop-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file alexscaves-1.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file alexsmobs-1.22.7.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file AmbientSounds_FORGE_v6.0.2_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file AnvilNeverTooExpensive-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Aquaculture-1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file aquaculture_delight_1.0.0_forge_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file aquamirae-6.API15.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file astemirlib-1.20.1-1.25.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file AxesAreWeapons-1.7.3-forge-1.20.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.6-all.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file bellsandwhistles-0.4.3-1.20.x.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file BetterAdvancements-1.20.1-0.3.2.161.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file betterarcheology-1.1.9-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file BetterPingDisplay-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file BetterTridents-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file biomespawnpoint-1.20.1-2.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file blockui-1.20.1-1.0.156-RELEASE.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file blue_skies-1.20.1-1.3.31.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.2.13.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file caelus-forge-3.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file canary-mc1.20.1-0.3.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file catalogue-forge-1.20.1-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Chimes-v2.0.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Choup's Drakvyrn Mod for 1.20.1 (v2.4.0).jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Chunk-Pregenerator-1.20-4.4.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file chunkloaders-1.2.8a-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file citadel-2.5.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file clickadv-1.20.1-3.8.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file cloth-config-11.1.118-forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file collective-1.20.1-7.64.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file comforts-forge-6.3.5+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file cookingforblockheads-forge-1.20.1-16.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file CorgiLib-forge-1.20.1-4.0.1.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file corn_delight-1.0.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file coroutil-forge-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file cosmeticarmorreworked-1.20.1-v1a.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file CrabbersDelight-1.20.1-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file CraftTweaker-forge-1.20.1-14.0.40.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file create-1.20.1-0.5.1.f.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file createaddition-1.20.1-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file CreativeCore_FORGE_v2.11.30_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file creeperoverhaul-3.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file ctov-forge-3.4.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file cuisinedelight-1.1.14.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file cupboard-1.20.1-2.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file curios-forge-5.9.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file customcameraview-forge-1.20.1-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file DamageVignette-2.0.2-forge+mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file deathbackup-1.20.1-3.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file deeperdarker-forge-1.20.1-1.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file dimensionviewer-1.20-1.4.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Disenchanting-forge-1.20.1-2.2.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file DoggyTalentsNext-1.20.1-1.18.18.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file domum_ornamentum-1.20.1-1.0.186-RELEASE-universal.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file doubledoors-1.20.1-5.7.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file dummmmmmy-1.20-1.8.17b.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file DungeonsArise-1.20.x-2.1.58-release.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file EasierSleeping-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file easy-villagers-forge-1.20.1-1.1.23.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file easy_mob_farm_1.20.1-7.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file easy_npc-forge-1.20.1-5.6.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file easynetheritev1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file EasyShulkerBoxes-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file elytraslot-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file embeddium-0.3.31+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file embeddiumplus-1.20.1-v1.2.13.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file EnchantingInfuser-v8.0.3-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.20.1-17.0.16.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file endersdelight-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Enhanced_Celestials-forge-1.20.1-5.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file entityculling-forge-1.6.6-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file EquipmentCompare-1.20.1-forge-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file ExplorersCompass-1.20.1-1.3.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Fallingleaves-1.20.1-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file FallingTree-1.20.1-4.3.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file fancymenu_forge_3.2.3_MC_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Fantastic Remastered Structures 1.20+1.20.6-0.5 For+fab.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file farmingforblockheads-forge-1.20.1-14.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file farsight-1.20.1-3.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file FastFurnace-1.20.1-8.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file FastLeafDecay-32.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file fastpaintings-1.20-1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file fish_of_thieves-mc1.20.1-v3.0.7-forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file fixexperiencebug-1.20-46.2.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file FriendlyFire-Forge-1.20.1-18.0.7.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file FriendlyGriefing-1.20-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file friendsandfoes-forge-mc1.20.1-2.0.10.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.4.7.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file GeckoLibOculusCompat-Forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file goblintraders-forge-1.20.1-1.9.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file guccivuitton-1.20.1-0.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file handcrafted-forge-1.20.1-3.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file highlight-forge-1.20-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Highlighter-1.20.1-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file hitindication-1.20.1-1.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Iceberg-1.20.1-forge-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file IllagerInvasion-v8.0.5-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Incendium_1.20.x_v5.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file inventoryessentials-forge-1.20.1-8.2.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file inventoryhud.forge.1.20.1-3.4.26.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file inventorysorter-1.20.1-23.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file ItemPhysicLite_FORGE_v1.6.4_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Jade-1.20.1-forge-11.7.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file jei-1.20.1-forge-15.3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file JustEnoughResources-1.20.1-1.4.0.247.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file konkrete_forge_1.8.0_MC_1.20-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file lradd-1.20.1-0.2.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file lucky-block-forge-1.20.1-13.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file lukis-grand-capitals-1.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file MaxEnchantX-1.20.X-1.3-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file mcw-bridges-3.0.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file mcw-doors-1.1.1forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file mcw-lights-1.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file melody_forge_1.0.3_MC_1.20.1-1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file modnametooltip-1.20.1-1.20.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file moonlight-1.20-2.12.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20-2.25.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file mysterious_mountain_lib-1.4.7-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file nethersdelight-1.20.1-4.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file obscure_api-15.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file oceansdelight-1.0.2-1.20.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file oculus-mc1.20.1-1.6.15a.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file okzoomer-forge-1.20-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Placebo-1.20.1-8.6.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file puzzledungeon-forge-1.20.1-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file PuzzlesLib-v8.1.20-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file PuzzlesLib-v8.1.24-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Quark-4.0-436.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file RegionsUnexploredForge-0.5.3.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.25.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file sliceanddice-forge-3.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file supermartijn642configlib-1.1.8-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file supermartijn642corelib-1.1.17-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file tact-1.0.9+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file tacz-1.20.1-1.0.3-all.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Terralith_1.20_v2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file The_Undergarden-1.20.1-0.8.14.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file tlc_forge-1.0.3-R-1.20.X.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file torchmaster-20.1.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file ToughAsNails-1.20.1-9.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file travelersbackpack-forge-1.20.1-9.1.15.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file TravelersTitles-1.20-Forge-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file undergarden_delight_1.0.0_forge_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file UniversalEnchants-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file waystones-forge-1.20-14.1.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file WitherSkeletonTweaks-1.20.1-9.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file worldedit-mod-7.2.15.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file wso16-forge-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Xaeros_Minimap_24.2.0_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file xaeros_waystones_compability-1.0.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file XaerosWorldMap_1.37.8_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterDesertTemples-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterDungeons-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterJungleTemples-1.20-Forge-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterMineshafts-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterStrongholds-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBetterWitchHuts-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsBridges-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file YungsExtras-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/INFO]: Found mod file Zeta-1.0-13.jar of type MOD with provider {mods folder locator at C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods} [01:30:08] [main/WARN]: Mod file C:\Users\Administrator\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.2.0\fmlcore-1.20.1-47.2.0.jar is missing mods.toml file [01:30:08] [main/WARN]: Mod file C:\Users\Administrator\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.2.0\javafmllanguage-1.20.1-47.2.0.jar is missing mods.toml file [01:30:08] [main/WARN]: Mod file C:\Users\Administrator\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.2.0\lowcodelanguage-1.20.1-47.2.0.jar is missing mods.toml file [01:30:08] [main/WARN]: Mod file C:\Users\Administrator\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.2.0\mclanguage-1.20.1-47.2.0.jar is missing mods.toml file [01:30:08] [main/INFO]: Found mod file fmlcore-1.20.1-47.2.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@78c1a023 [01:30:08] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.2.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@78c1a023 [01:30:08] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.2.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@78c1a023 [01:30:08] [main/INFO]: Found mod file mclanguage-1.20.1-47.2.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@78c1a023 [01:30:08] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@78c1a023 [01:30:08] [main/INFO]: Found mod file forge-1.20.1-47.2.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@78c1a023 [01:30:08] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [01:30:08] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [01:30:08] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [01:30:08] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized\mods\resourcefullib-forge-1.20.1-2.1.25.jar [01:30:08] [main/INFO]: Found 23 dependencies adding them to mods collection [01:30:08] [main/INFO]: Found mod file jctools-core-4.0.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file MixinExtras-0.3.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file mixinextras-forge-0.3.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file kuma-api-forge-20.1.8+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file puzzlesapi-forge-8.1.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file MinecraftForgeAPI-1.20.1-1.0.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file luaj-core-3.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file mixinsquared-forge-0.1.2-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file Registrate-MC1.20-1.3.11.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file animated-gif-lib-for-java-animated-gif-lib-1.7.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file l2library-2.4.14-slim.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file puzzlesaccessapi-forge-8.0.7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file l2serial-1.2.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file flywheel-forge-1.20.1-0.6.10-7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file luaj-jse-3.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file commons-math3-3.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file MixinSquared-0.1.2-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:08] [main/INFO]: Found mod file japng-0.5.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@150ede8b [01:30:09] [main/ERROR]: Missing or unsupported mandatory dependencies:     Mod ID: 'structure_gel', Requested by: 'blue_skies', Expected range: '[2.13.0,]', Actual version: '[MISSING]'     Mod ID: 'kotlinforforge', Requested by: 'sliceanddice', Expected range: '[4.3.0,)', Actual version: '[MISSING]'     Mod ID: 'searchables', Requested by: 'controlling', Expected range: '[1.0,)', Actual version: '[MISSING]' [01:30:11] [main/INFO]: Compatibility level set to JAVA_17 [01:30:11] [main/ERROR]: Mixin config geckoanimfix.forge.mixins.json does not specify "minVersion" property [01:30:11] [main/ERROR]: Mixin config okzoomer.mixins.json does not specify "minVersion" property [01:30:11] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.2.0, --gameDir, C:\Users\Administrator\curseforge\minecraft\Instances\Alex's Caves Optimized, --assetsDir, C:\Users\Administrator\curseforge\minecraft\Install\assets, --uuid, b68ea54ae6484a0e8acb115f88c9aea5, --username, AkadieL, --assetIndex, 5, --accessToken, ????????, --clientId, 28d704-b58c91-549ecf-a85a34-9fb39c, --xuid, 2533275030291833, --userType, msa, --versionType, release, --width, 1024, --height, 768] [01:30:11] [main/INFO]: Loaded configuration file for Embeddium: 44 options available, 0 override(s) found [01:30:11] [main/INFO]: Searching for graphics cards... [01:30:11] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=NVIDIA, name=NVIDIA GeForce RTX 3060, version=DriverVersion=32.0.15.6094] [01:30:11] [main/WARN]: Embeddium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS] [01:30:11] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver. [01:30:11] [main/WARN]: Reference map 'handcrafted-forge-1.20.1-forge-refmap.json' for handcrafted.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'cuisinedelight.refmap.json' for cuisinedelight.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'AxesAreWeapons-forge-refmap.json' for axesareweapons.forge.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map '${refmap_target}refmap.json' for corgilib.forge.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'fastpaintings-forge-refmap.json' for fastpaintings-forge.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'guccivuitton.refmap.json' for guccivuitton.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/INFO]: Loaded configuration file for Canary: 116 options available, 0 override(s) found [01:30:11] [main/INFO]: Loading 2 mods:     - forge 47.2.0     - minecraft 1.20.1 [01:30:11] [main/WARN]: Reference map 'Aquamirae.refmap.json' for aquamirae.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'cookingforblockheads.refmap.json' for cookingforblockheads.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'LesRaisinsAddon_1201.refmap.json' for lradd.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:11] [main/WARN]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message [01:30:12] [main/WARN]: Error loading class: dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev.latvian.mods.kubejs.recipe.RecipesEventJS) [01:30:12] [main/WARN]: @Mixin target dev.latvian.mods.kubejs.recipe.RecipesEventJS was not found sliceanddice.mixins.json:RecipeEventJSMixin [01:30:12] [main/WARN]: Error loading class: dev/emi/emi/screen/EmiScreenManager (java.lang.ClassNotFoundException: dev.emi.emi.screen.EmiScreenManager) [01:30:12] [main/WARN]: Error loading class: me/shedaniel/rei/impl/client/gui/ScreenOverlayImpl (java.lang.ClassNotFoundException: me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl) [01:30:12] [main/WARN]: Error loading class: noobanidus/mods/lootr/config/ConfigManager (java.lang.ClassNotFoundException: noobanidus.mods.lootr.config.ConfigManager) [01:30:12] [main/ERROR]: Could not find embeddium mod, there is likely a dependency error. Skipping mixin application. [01:30:12] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.6). [01:30:13] [pool-4-thread-1/WARN]: This is the stupidest thing I've ever made in Minecraft modding history...           Even if I check the log list, I don't know what the problem is. especially. [01:30:09] [Main/ERROR]: No mandatory dependency or not supported: Mode ID: 'structure_gel', requester: 'blue_skys', expected range: '[2.13.0,], actual version: '[missing]' Mode ID: 'kotlinforge', Requestor: 'slice and die', Expected range: '[4.3.0,]', Actual version: '[missing]' Mode ID: 'Searchable', Requestor: 'In Control', Expected Range: '[1.0,]', Actual Version: '[Omitted]'   I've been looking for things I need in this area, but Minecraft is still annoying.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.