Every Compat (Wood Good)

Every Compat (Wood Good)

3M Downloads

[🐞]: Crash at start with MSTV+ (More Crafting Table Variants)

Sinogard opened this issue · 6 comments

commented

Before Continuing:

  • Always check you are using the latest version of the mods and its dependencies
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version

1.21.1

Loader

Fabric

EveryCompat Version

1.21-2.7.2

Moonlight Lib Version

1.21-2.15.10

Issue with mods

More crafting Table Variants 1.2.8

Issue Detail

crash at start

OPTIONAL: Latest.log | Crash-report Attachment

latest.log

OPTIONAL: To Produce

No response

commented

I need the crash report

commented

Hmm it would appear this is a common problem... Not sure if its multimc or minecraft that just does log the entire thing into the file... Ill copy and paste the relevant crash log here in a few hours.

commented

No worries. you can use mclo.gs and provide the link here so i don't have to download the file. You are correct. it's a common problem because Modules are outdated to support mods that are updated to 1.21.

I'll await.

commented
Missing Log Portion [ModLoadingScreen (IPC client)] Calling entrypoint container for mod 'wthit' [06:51:03] [Render thread/INFO]: [WTHIT] Initializing plugin betternether:plugin at org.betterx.betternether.integrations.wthit.WailaPlugin [06:51:03] [Render thread/INFO]: Registering Waila-/Wthit-Plugin. [06:51:03] [Render thread/INFO]: [WTHIT] Initializing plugin polymer:core at eu.pb4.polymer.core.impl.client.compat.WthitCompatibility [06:51:03] [Render thread/INFO]: [WTHIT] Initializing plugin waystones:plugin at net.blay09.mods.waystones.compat.WTHITIntegration [06:51:03] [Render thread/INFO]: [WTHIT] Initializing common plugin waila:core at mcp.mobius.waila.plugin.core.CoreCommonPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing client plugin waila:core at mcp.mobius.waila.plugin.core.CoreClientPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing common plugin waila:vanilla at mcp.mobius.waila.plugin.vanilla.VanillaCommonPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing client plugin waila:vanilla at mcp.mobius.waila.plugin.vanilla.VanillaClientPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing common plugin waila:harvest at mcp.mobius.waila.plugin.harvest.HarvestCommonPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing client plugin waila:harvest at mcp.mobius.waila.plugin.harvest.HarvestClientPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing common plugin waila:fabric at mcp.mobius.waila.plugin.fabric.FabricCommonPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing client plugin waila:fabric at mcp.mobius.waila.plugin.fabric.FabricClientPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing plugin waystones:wthit at net.blay09.mods.waystones.compat.WTHITIntegration [06:51:03] [Render thread/INFO]: [WTHIT] Initializing common plugin waila:extra at mcp.mobius.waila.plugin.extra.ExtraPlugin [06:51:03] [Render thread/INFO]: [WTHIT] Initializing client plugin waila:extra at mcp.mobius.waila.plugin.extra.ExtraPlugin [06:51:03] [Render thread/ERROR]: [WTHIT] Found plugins registered via legacy platform-dependant method: [06:51:03] [Render thread/ERROR]: [WTHIT] [waystones:wthit] [06:51:03] [Render thread/INFO]: [WTHIT] Plugin config reloaded ---- Minecraft Crash Report ---- // You're mean.

Time: 2024-11-04 06:51:03
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'everycomp' at 'net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at knot//net.minecraft.class_310.(class_310.java:477)
at knot//net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.NoClassDefFoundError: io/github/lieonlion/lolmct/bock/MoreCraftingTableBlock
at knot//net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.lambda$onInitialize$18(EveryCompatFabric.java:61)
at knot//net.mehvahdjukaar.every_compat.EveryCompat.addModule(EveryCompat.java:190)
at knot//net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.onInitialize(EveryCompatFabric.java:61)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
... 12 more
Caused by: java.lang.ClassNotFoundException: io.github.lieonlion.lolmct.bock.MoreCraftingTableBlock
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
... 16 more

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

-- Head --
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at knot//net.minecraft.class_310.(class_310.java:477)

-- Initialization --
Details:
Modules:
ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
CRYPT32.dll:Crypto API32:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
DBGHELP.DLL:Windows Image Helper:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
DNSAPI.dll:DNS Client API DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
GDI32.dll:GDI Client DLL:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
MpOav.dll:IOfficeAntiVirus Module:4.18.24090.11 (26d75470953920f90fd0438874501e9d9a31e621):Microsoft Corporation
NSI.dll:NSI User-mode interface DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
Ole32.dll:Microsoft OLE for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
POWRPROF.dll:Power Profile Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
SHCORE.dll:SHCORE:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
SHELL32.dll:Windows Shell Common Dll:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.36.32532.0:Microsoft Corporation
VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
WINHTTP.dll:Windows HTTP Services:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
apphelp.dll:Application Compatibility Client Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
awt.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
combase.dll:Microsoft COM for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
dxcore.dll:DXCore:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
extnet.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
gdi32full.dll:GDI Client DLL:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
instrument.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
java.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
javaw.exe:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
jemalloc.dll
jimage.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
jli.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
jna423178149387576512.dll
jna7975339742891361471.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
jsvml.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
jvm.dll:Java HotSpot(TM) 64-Bit server VM:21.0.4.0:Oracle Corporation
kernel.appcore.dll:AppModel API Host:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
libgcc_s_seh-1.dll
libstdc++-6.dll
libwinpthread-1.dll:POSIX WinThreads for Windows:1, 0, 0, 0:MingW-W64 Project. All rights reserved.
lwjgl.dll
management.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
management_ext.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
msvcp140.dll:Microsoft® C Runtime Library:14.36.32532.0:Microsoft Corporation
msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
msvcrt.dll:Windows NT CRT DLL:7.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
ncrypt.dll:Windows NCrypt Router:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
net.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
nio.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
ntdll.dll:NT Layer DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
perfos.dll:Windows System Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
pfclient.dll:SysMain Client:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
profapi.dll:User Profile Basic API:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
sqlite-3.44.1.0-0acc3df1-3c13-491a-93c6-833b336d39a5-sqlitejdbc.dll
sunmscapi.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
vcruntime140_1.dll:Microsoft® C Runtime Library:14.36.32532.0:Microsoft Corporation
verify.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
win32u.dll:Win32u:10.0.26100.2033 (WinBuild.160101.0800):Microsoft Corporation
windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.1457 (WinBuild.160101.0800):Microsoft Corporation
winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
wshbth.dll:Windows Sockets Helper DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:Java(TM) Platform SE binary:21.0.4.0:Oracle Corporation
Stacktrace:
at knot//net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.4, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 5997045016 bytes (5719 MiB) / 8388608000 bytes (8000 MiB) up to 33554432000 bytes (32000 MiB)
CPUs: 32
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 9 5950X 16-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.40
Number of physical packages: 1
Number of physical CPUs: 16
Number of logical CPUs: 32
Graphics card #0 name: Radeon RX550/550 Series
Graphics card #0 vendor: Advanced Micro Devices, Inc.
Graphics card #0 VRAM (MiB): 4096.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 31.0.21912.14
Graphics card #1 name: NVIDIA GeForce RTX 4080
Graphics card #1 vendor: NVIDIA
Graphics card #1 VRAM (MiB): 16376.00
Graphics card #1 deviceId: VideoController2
Graphics card #1 versionInfo: 32.0.15.6094
Memory slot #0 capacity (MiB): 32768.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 32768.00
Memory slot #1 clockSpeed (GHz): 2.67
Memory slot #1 type: DDR4
Memory slot #2 capacity (MiB): 32768.00
Memory slot #2 clockSpeed (GHz): 2.67
Memory slot #2 type: DDR4
Memory slot #3 capacity (MiB): 32768.00
Memory slot #3 clockSpeed (GHz): 2.67
Memory slot #3 type: DDR4
Virtual memory max (MiB): 139182.23
Virtual memory used (MiB): 36579.06
Swap memory total (MiB): 8192.00
Swap memory used (MiB): 0.00
Space in storage for jna.tmpdir (MiB):
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB):
Space in storage for io.netty.native.workdir (MiB):
Space in storage for java.io.tmpdir (MiB): available: 1600149.50, total: 1906967.00
Space in storage for workdir (MiB): available: 6400763.00, total: 7630860.00
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8000m -Xmx32000m
Fabric Mods:
accessories: Accessories 1.0.0-beta.34+1.21
io_wispforest_endec: endec 0.1.8
io_wispforest_endec_gson: gson 0.1.5
io_wispforest_endec_netty: netty 0.1.4
alloy_forgery: Alloy Forgery 2.4.1+1.21
allthetrims: AllTheTrims 4.0.2
mixinsquared: MixinSquared 0.2.0-beta.6
appleskin: AppleSkin 3.0.5+mc1.21
architectury: Architectury 13.0.6
armorstands: Armor Stands 2.0.0
ash_api: Ash API 21.0.2-beta
athena: Athena 4.0.1
autorun: AutoRun 0.6.0
badpackets: Bad Packets 0.8.1
balm-fabric: Balm 21.0.19
kuma_api: KumaAPI 21.0.5-SNAPSHOT
basic-storage: Basic Storage 1.0.2+1.21
bclib: BCLib 21.0.13
bee_info: MoreBeeInfo 1.3
betterend: Better End 21.0.11
betterf3: BetterF3 11.0.1
bettergrass: BetterGrassify 1.1.1+fabric.1.21.1
betternether: Better Nether 21.0.11
betterstats: Better Statistics Screen 3.13.2+fabric-1.21
betterthirdperson: Better Third Person 1.9.0
blockhighlight: Custom Block Highlight 2.5
blockus: Blockus 2.9.4+1.21.1
terraform-wood-api-v1: Terraform Wood API (v1) 11.0.0-alpha.1
bridgingmod: Bridging Mod 2.4.0+1.21
c2me: Concurrent Chunk Management Engine 0.3.0+alpha.0.222+1.21.1
c2me-base: Concurrent Chunk Management Engine (Base) 0.3.0+alpha.0.222+1.21.1
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.0+alpha.0.222+1.21.1
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.0+alpha.0.222+1.21.1
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.0+alpha.0.222+1.21.1
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.0+alpha.0.222+1.21.1
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.0+alpha.0.222+1.21.1
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.0+alpha.0.222+1.21.1
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.0+alpha.0.222+1.21.1
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.3.0+alpha.0.222+1.21.1
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.0+alpha.0.222+1.21.1
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.0+alpha.0.222+1.21.1
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.0+alpha.0.222+1.21.1
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.0+alpha.0.222+1.21.1
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.0+alpha.0.222+1.21.1
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.0+alpha.0.222+1.21.1
c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.0+alpha.0.222+1.21.1
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.0+alpha.0.222+1.21.1
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.0+alpha.0.222+1.21.1
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.0+alpha.0.222+1.21.1
com_ibm_async_asyncutil: asyncutil 0.1.0
io_reactivex_rxjava3_rxjava: rxjava 3.1.8
net_objecthunter_exp4j: exp4j 0.4.8
org_jctools_jctools-core: jctools-core 4.0.5
org_reactivestreams_reactive-streams: reactive-streams 1.0.4
chatplus: ChatPlus 2.0.2
com_alphacephei_vosk: vosk 0.3.45
chipped: Chipped 4.0.2
chunky: Chunky 1.4.16
clientsort: ClientSort 0.9.0
cloth-config: Cloth Config v15 15.0.140
cloth-basic-math: cloth-basic-math 0.6.1
concentration: Concentration 2.0.1
cratedelight: Crate Delight 24.9.3-1.21-fabric
ctov: ChoiceTheorem's Overhauled Village 3.5.2
dark-loading-screen: Dark Loading Screen 1.6.14
dramaticdoors: Dramatic Doors (NeoQuiFab) 1.21-3.2.4
ducky-updater-rework: Ducky Updater: ReWork 2024.7.1
com_zaxxer_hikaricp: HikariCP 5.1.0
io_ktor_ktor-client-cio-jvm: ktor-client-cio-jvm 2.3.7
io_ktor_ktor-client-content-negotiation-jvm: ktor-client-content-negotiation-jvm 2.3.7
io_ktor_ktor-client-core-jvm: ktor-client-core-jvm 2.3.7
io_ktor_ktor-events-jvm: ktor-events-jvm 2.3.7
io_ktor_ktor-http-cio-jvm: ktor-http-cio-jvm 2.3.7
io_ktor_ktor-http-jvm: ktor-http-jvm 2.3.7
io_ktor_ktor-io-jvm: ktor-io-jvm 2.3.7
io_ktor_ktor-network-jvm: ktor-network-jvm 2.3.7
io_ktor_ktor-network-tls-jvm: ktor-network-tls-jvm 2.3.7
io_ktor_ktor-serialization-jvm: ktor-serialization-jvm 2.3.7
io_ktor_ktor-serialization-kotlinx-json-jvm: ktor-serialization-kotlinx-json-jvm 2.3.7
io_ktor_ktor-serialization-kotlinx-jvm: ktor-serialization-kotlinx-jvm 2.3.7
io_ktor_ktor-utils-jvm: ktor-utils-jvm 2.3.7
modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
net_lingala_zip4j_zip4j: zip4j 2.11.5
org_xerial_sqlite-jdbc: sqlite-jdbc 3.44.1.0
easymagic: Easy Magic 21.1.0
easyshulkerboxes: Easy Shulker Boxes 21.1.0
iteminteractions: Item Interactions 21.1.0
emi: EMI 1.1.17+1.21.1+fabric
entity_model_features: Entity Model Features 2.2.5
entity_texture_features: Entity Texture Features 6.2.4
org_apache_httpcomponents_httpmime: httpmime 4.5.10
everycomp: Every Compat 1.21-2.7.2
fabric-api: Fabric API 0.107.0+1.21.1
fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.69+b559734419
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.30+be1ed2d719
fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.17+b559734419
fabric-convention-tags-v1: Fabric Convention Tags 2.1.1+7f945d5b19
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.9.1+7fd4837519
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.2.0+e49211d819
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.22+16c4ae2519
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.6+6823f7cd19
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.4.0+0f6c53cd19
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.13+6508971219
fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.3+60c3209b19
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.87+b559734419
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.1+95bead5f19
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+1daea21519
fabric-language-kotlin: Fabric Language Kotlin 1.12.3+kotlin.2.0.21
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.21
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.21
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.21
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.21
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.4
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.4
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
fabricloader: Fabric Loader 0.16.9
mixinextras: MixinExtras 0.4.1
fallingleaves: Falling Leaves 1.16.2
fallingtree: FallingTree 1.21.0.8
farmersdelight: Farmer's Delight 1.21-2.1.9+refabricated
mm: Manningham Mills 2.3
porting_lib_base: Porting Lib Base 3.1.0-beta+fdrf.1+1.21
porting_lib_accessors: Porting Lib Accessors 3.1.0-beta+fdrf.1+1.21
porting_lib_asm: Porting Lib ASM 3.1.0-beta+fdrf.1+1.21
porting_lib_attributes: Porting Lib Attributes 3.1.0-beta+fdrf.1+1.21
porting_lib_blocks: Porting Lib Blocks 3.1.0-beta+fdrf.1+1.21
porting_lib_common: Porting Lib Common 3.1.0-beta+fdrf.1+1.21
porting_lib_core: Porting Lib Core 3.1.0-beta+fdrf.1+1.21
porting_lib_entity: Porting Lib Entity 3.1.0-beta+fdrf.1+1.21
porting_lib_extensions: Porting Lib Extensions 3.1.0-beta+fdrf.1+1.21
porting_lib_fluids: Porting Lib Fluids 3.1.0-beta+fdrf.1+1.21
porting_lib_gametest: Porting Lib GameTest 3.1.0-beta+fdrf.1+1.21
porting_lib_gui_utils: Porting Lib Gui Utils 3.1.0-beta+fdrf.1+1.21
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 3.1.0-beta+fdrf.1+1.21
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_transfer: Porting Lib Transfer 3.1.0-beta+fdrf.1+1.21
porting_lib_config: Porting Lib Config 3.1.0-beta+fdrf.1+1.21
porting_lib_item_abilities: Porting Lib Item Abilities 3.1.0-beta+fdrf.1+1.21
porting_lib_level_events: Porting Lib Level Events 3.1.0-beta+fdrf.1+1.21
porting_lib_lazy_registration: Porting Lib Lazy Register 3.1.0-beta+fdrf.1+1.21
porting_lib_loot: Porting Lib Loot 3.1.0-beta+fdrf.1+1.21
porting_lib_conditions: Porting Lib Conditions 3.1.0-beta+fdrf.1+1.21
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 3.1.0-beta+fdrf.1+1.21
ferritecore: FerriteCore 7.0.0
forgeconfigapiport: Forge Config API Port 21.1.1
com_electronwill_night-config_core: core 3.8.0
com_electronwill_night-config_toml: toml 3.8.0
freecam: Freecam (Modrinth Edition) 1.3.0+mc1.21
friendsandfoes: Friends & Foes 3.0.5
frozenlib: FrozenLib 1.9.1-mc1.21.1
geckolib: GeckoLib 4 4.6.6
globalpacks: Global Data- & Resourcepacks 21.0.0
handcrafted: Handcrafted 4.0.2
inventoryhud: Inventory HUD + 3.4.26
iris: Iris 1.8.0-beta.4+mc1.21.1
io_github_douira_glsl-transformer: glsl-transformer 2.0.1
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
items_displayed: Items Displayed 1.2.2
java: Java HotSpot(TM) 64-Bit Server VM 21
justhammers: Just Hammers 21.0.3
lavender: Lavender 0.1.13+1.21
lavender-md: lavender-md 0.1.2+1.21
lavender-md-owo-ui: lavender-md-owo-ui 0.1.2+1.21
lithostitched: Lithostitched 1.2.5a
lolmblv: More Barrel Variants 1.7.0
lolmcbv: More Chiseled Bookshelf Variants 1.6.2
lolmcgt: More Cartography Tables 1.7.0
lolmcmv: More Composter Variants 1.7.0
lolmct: More Crafting Tables 1.2.8
lolmcv: More Chest Variants 1.5.6
lolmft: More Fletching Tables 1.7.0
lolmgv: More Grindstone Variants 1.0.4
lolmlmv: More Loom Variants 1.1.0
lolmlv: More Lectern Variants 1.8.0
lolmst: More Smithing Tables 1.2.0
mcwfences: Macaw's Fences and Walls 1.1.2
mcwfurnitures: Macaw's Furniture 3.3.0
mcwlights: Macaw's Lights and Lamps 1.1.1
mcwpaths: Macaw's Paths and Pavings 1.0.5
milkevsessentials: Milkevs Essentials 1.11.0+1.21
playerabilitylib: Pal 1.10.0
minecraft: Minecraft 1.21.1
mod-loading-screen: Mod Loading Screen 1.0.4
com_formdev_flatlaf: flatlaf 3.0
net_lenni0451_reflect: Reflect 1.0.2
modernfix: ModernFix 5.19.1+mc1.21
modmenu: Mod Menu 11.0.2
moonlight: Moonlight Lib 1.21-2.15.10
moredelight: More Delight 24.9.10-1.21-fabric
morediscs: More Music Discs 1.21.1-34-fabric
moremobvariants: More Mob Variants 1.3.1.1
moreoverlays: MoreOverlays 1.23.0.1-fabric
mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.3
mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v2
mr_dungeons_andtavernsdeserttempleoverhaul: Dungeons and Taverns Desert Temple Overhaul 1-v1.1
mr_dungeons_andtavernsendcastlestandalone: Dungeons and Taverns End Castle Standalone 1-v1
mr_dungeons_andtavernsjungletempleoverhaul: Dungeons and Taverns Jungle Temple Overhaul 1-v1.1
mr_dungeons_andtavernsnetherfortressoverhaul: Dungeons and Taverns Nether Fortress Overhaul 1-v2.1
mr_dungeons_andtavernsoceanmonumentoverhaul: Dungeons and Taverns Ocean Monument Overhaul 1-v1.1
mr_dungeons_andtavernspillageroutpostoverhaul: Dungeons and Taverns Pillager Outpost Overhaul 1-v2.2
mr_dungeons_andtavernsstrongholdrework: Dungeons and Taverns Stronghold Rework 1-v2.1
mr_dungeons_andtavernsswamphutoverhaul: Dungeons and Taverns Swamp Hut Overhaul 1-v2
mr_dungeons_andtavernswoodlandmansionoverhaul: Dungeons and Taverns Woodland Mansion Overhaul 1-v1.1
mr_extended_woldheight512: Extended World Height (Y=512) 1.1
mr_many_morebanners: Many More Banners 0.2.3
mr_reinforced_deepslate: Available Reinforced Deepslate ???????? 1.2
mr_remove_terralithintromessage: Remove Terralith Intro Message 1.1
mr_scorched: Scorched 1.1.4a
mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2d
mstv-base: More Stick Variants (MStV) 1.2.3
mstv-masv: More Armor Stand Variants (MStV+) 1.1.2
mstv-mtoolv: More Tool Variants (MStV+) 1.0.3
mythicmetals: Mythic Metals 0.20.1+1.21
additionalentityattributes: Additional Entity Attributes 1.8.0+1.21
mythicmetals_decorations: Mythic Metals Decorations 0.7.2+1.21
nemos-campfires: Nemo's Campfires 1.2.1-1.21.1
no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
noexpensive: NoExpensive 1.21-1.9.2
openpartiesandclaims: Open Parties and Claims 0.23.2
owo: o?o 0.12.12+1.21
io_wispforest_endec_jankson: jankson 0.1.3
placeholder-api: Placeholder API 2.4.1+1.21
pneumonocore: PneumonoCore 1.1.6
polymer-bundled: Polymer 0.9.16+1.21.1
polymer-blocks: Polymer (Textured Blocks) 0.9.16+1.21.1
polymer-common: Polymer (Common) 0.9.16+1.21.1
packet_tweaker: Packet Tweaker 0.5.5+1.21
polymer-core: Polymer (Core) 0.9.16+1.21.1
polymer-networking: Polymer (Networking) 0.9.16+1.21.1
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.16+1.21.1
polymer-resource-pack: Polymer (Resource Pack) 0.9.16+1.21.1
polymer-virtual-entity: Polymer (Virtual Entity) 0.9.16+1.21.1
puzzleslib: Puzzles Lib 21.1.18
quad: Quad 1.3.0-beta.5
quad-lolmbhv: More Beehive Variants 1.1.1
quad-lolmcrv: More Crafter Variants 1.0.0
quad-lolmjnv: More Jukebox/Noteblock Variants 1.0.2
randomblockplacement: RandomBlockPlacement 1.0.0-1.21
reinfbarrel: Reinforced Barrels 2.6.0+1.21.1
reinfcore: Reinforced Core 4.0.2+1.21.1
reinfchest: Reinforced Chests 3.1.0+1.21.1
reinfshulker: Reinforced Shulker Boxes 3.2.0+1.21.1
replaymod: Replay Mod 1.21-2.6.19
resourcefullib: Resourceful Lib 3.0.11
com_teamresourceful_bytecodecs: bytecodecs 1.1.2
com_teamresourceful_yabn: yabn 1.0.3
reusable-vault-blocks: Reusable Vault Blocks 1.0.1
rrls: Remove Reloading Screen 5.0.7+mc1.21-fabric
shulkerboxtooltip: Shulker Box Tooltip 5.0.4+1.21
skinlayers3d: 3d-Skin-Layers 1.6.7
slotcycler: Slot Cycler 21.1.1
hotbarslotcycling: Hotbar Slot Cycling 21.1.1
sodium: Sodium 0.6.0-beta.4+mc1.21.1
stack-to-nearby-chests: Stack to Nearby Chests 0.5.8
libgui: LibGui 11.0.0+1.21
jankson: Jankson 8.0.0+j1.2.3
blue_endless_jankson: jankson 1.2.3
libninepatch: LibNinePatch 1.2.0
stackable: Stackable 1.2.2
storagedelight: Storage Delight 24.9.11-1.21-fabric
structurify: Structurify 1.0.7
tcdcommons: TCD Commons API 3.12.3+fabric-1.21
tclayer: Accessories Trinkets Compat Layer 3.10.0+beta.11
cardinal-components-base: Cardinal Components API (base) 6.1.0
cardinal-components-entity: Cardinal Components API (entities) 6.1.0
tectonic: Tectonic 2.4.1a
terralith: Terralith 2.5.5
things: Things 0.4.2+1.21
trade_cycling: Trade Cycling 1.21.1-1.0.14
tradingpost: Trading Post 21.1.0
trimmable_tools: Trimmable Tools 2.0.3
universal-graves: Universal Graves 3.4.4+1.21
common-protection-api: Common Protection API 1.0.0
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
predicate-api: Predicate API 0.5.1+1.21
server_translations_api: Server Translations API 2.3.1+1.21-pre2
sgui: sgui 1.6.0+1.21
universal_shops: Universal Shops 1.7.1+1.21
common-economy-api: Common Economy API 1.1.1
usefulbackpacks: Useful Backpacks ${version}
uteamcore: U Team Core 5.6.0.318
vcinteraction: Voice Chat Interaction 1.21.1-1.0.8
visibletraders: Visible Traders 0.0.5
visuality: Visuality 0.7.7+1.21
voicechat: Simple Voice Chat 1.21.1-2.5.22
waveycapes: WaveyCapes 1.4.9
waystones: Waystones 21.1.4
wilderwild: Wilder Wild 3.0.4-mc1.21.1
worldedit: WorldEdit 7.3.6+6892-3d660b8
wover: WorldWeaver 21.0.13
wover-biome: WorldWeaver - Biome API 21.0.13
wover-block: WorldWeaver - Block and Item API 21.0.13
wover-common: WorldWeaver - Common API 21.0.13
wover-core: WorldWeaver - Core API 21.0.13
wover-datagen: WorldWeaver - Datagen API 21.0.13
wover-events: WorldWeaver - Events API 21.0.13
wover-feature: WorldWeaver - Feature API 21.0.13
wover-generator: WorldWeaver - World Generator API 21.0.13
wover-item: WorldWeaver - Item API 21.0.13
wover-math: WorldWeaver - Math API 21.0.13
wover-preset: WorldWeaver - World Preset API 21.0.13
wover-recipe: WorldWeaver - Recipe API 21.0.13
wover-structure: WorldWeaver - Structure API 21.0.13
wover-surface: WorldWeaver - Surface API 21.0.13
wover-tag: WorldWeaver - Tag API 21.0.13
wover-ui: WorldWeaver - UI API 21.0.13
wunderlib: WunderLib 21.0.8
wthit: wthit 12.4.1
xaerominimap: Xaero's Minimap 24.4.0
xaeroplus: XaeroPlus 2.23.2
com_github_ben-manes_caffeine_caffeine: caffeine 3.1.8
net_lenni0451_lambdaevents: LambdaEvents 2.4.2
xaeroworldmap: Xaero's World Map 1.39.0
yeetusexperimentus: Yeetus Experimentus 87.0.0
yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
com_twelvemonkeys_common_common-image: common-image 3.10.0
com_twelvemonkeys_common_common-io: common-io 3.10.0
com_twelvemonkeys_common_common-lang: common-lang 3.10.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
you_died: You Died 4.0.0.19
zoomify: Zoomify 2.14.0+1.21
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
Launched Version: 1.21.1
Backend library: LWJGL version 3.3.3-snapshot
Backend API: Unknown
Window size:
GFLW Platform:
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: Cp1252
File encoding: UTF-8
CPU:
#@!@# Game crashed! Crash report saved to: #@!@# E:\MultiMC\instances\Sincraft S2.1.0.minecraft\crash-reports\crash-2024-11-04_06.51.03-client.txt
[ModLoadingScreen (IPC client)] Error in IPC client
java.io.EOFException
at java.base/java.io.DataInputStream.readUnsignedByte(DataInputStream.java:297)
at java.base/java.io.DataInputStream.readByte(DataInputStream.java:275)
at io.github.gaming32.modloadingscreen.ActualLoadingScreen.main(ActualLoadingScreen.java:512)
Process exited with exit code -1 (0xffffffffffffffff).
Please note that usually neither the exit code, nor its description are enough to diagnose issues!
Always upload the entire log and not just the exit code.

commented

ok the crash-report are found in ~/.minecraft/crash-report/.... You already know where is the ~/logs is

just something to keep in mind. and I know what's the problem. The module will be updated in the next version.

commented

omg... i didnt realize it kept them in separate places. well ill keep that in mind.