1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-09-09 18:52:32
|
5 | Description: Initializing game
|
6 |
|
7 | org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
8 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
9 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
10 | at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
11 | at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
12 | at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
|
13 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
|
14 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
|
15 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
|
16 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
17 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
18 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
19 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
20 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
21 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
|
22 | at net.minecraft.client.Minecraft.<init>(Minecraft.java:487) ~[client-1.20.1-20230612.114412-srg.jar%23606!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A}
|
23 | at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-forge-47.3.7.jar:?] {re:classloading,pl:runtimedistcleaner:A}
|
24 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
25 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
26 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
27 | at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
28 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
|
29 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
|
30 | at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
|
31 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
32 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
33 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
34 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
35 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
36 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
37 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
38 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
39 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector loadModelPluginData(Ljava/util/concurrent/CompletableFuture;Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; in ebe.mixins.json:mfrapi.ModelManagerMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap ebe.refmap.json
|
40 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
41 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
42 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
43 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
44 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
45 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
46 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
47 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
48 | ... 30 more
|
49 |
|
50 |
|
51 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
52 | ---------------------------------------------------------------------------------------
|
53 |
|
54 | -- Head --
|
55 | Thread: Render thread
|
56 | Stacktrace:
|
57 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
58 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
59 | at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
60 | at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
61 | at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
|
62 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
|
63 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
|
64 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
|
65 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
66 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
67 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
68 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
69 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
70 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
|
71 | at net.minecraft.client.Minecraft.<init>(Minecraft.java:487) ~[client-1.20.1-20230612.114412-srg.jar%23606!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A}
|
72 | -- Initialization --
|
73 | Details:
|
74 | Modules:
|
75 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
76 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
77 | CRYPT32.dll:Crypto API32:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
78 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
79 | ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.4648 (WinBuild.160101.0800):Microsoft Corporation
|
80 | CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.4355:Microsoft Corporation
|
81 | CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation
|
82 | DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
83 | DEVOBJ.dll:Device Information Set DLL:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
84 | DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
85 | GDI32.dll:GDI Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
|
86 | GLU32.dll:OpenGL Utility Library DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
87 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
|
88 | IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
89 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation
|
90 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation
|
91 | MMDevApi.dll:MMDevice API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
92 | MSCTF.dll:MSCTF Server DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
93 | MpOav.dll:IOfficeAntiVirus Module:4.18.24070.5 (e798126f926dd886b32c6c109a80cc3baf14090c):Microsoft Corporation
|
94 | NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation
|
95 | NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
96 | NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
97 | OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
98 | OpenAL.dll:Main implementation library:1.21.1:
|
99 | POWRPROF.dll:Power Profile Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
100 | PROPSYS.dll:Microsoft Property System:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
101 | PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
102 | Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
103 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
104 | SETUPAPI.dll:Windows Setup API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
105 | SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
106 | SHELL32.dll:Windows Shell Common Dll:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation
|
107 | UMPDC.dll
|
108 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
109 | USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
110 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
111 | VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
112 | WINHTTP.dll:Windows HTTP Services:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
113 | WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
114 | WINSTA.dll:Winstation Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
115 | WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.4780 (WinBuild.160101.0800):Microsoft Corporation
|
116 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
117 | WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
118 | WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
119 | Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
120 | amsi.dll:Anti-Malware Scan Interface:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
121 | apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
122 | awt.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
123 | bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
124 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
125 | cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation
|
126 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
127 | combase.dll:Microsoft COM for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
128 | cryptbase.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
129 | cryptnet.dll:Crypto Network Related API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
130 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
131 | dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
132 | dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
133 | dinput8.dll:Microsoft DirectInput:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
134 | drvstore.dll:Driver Store API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
135 | dwmapi.dll:Microsoft Desktop Window Manager API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
136 | dxcore.dll:DXCore:10.0.19041.4474 (WinBuild.160101.0800):Microsoft Corporation
|
137 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
138 | gdi32full.dll:GDI Client DLL:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation
|
139 | glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
|
140 | icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.4648 (WinBuild.160101.0800):Microsoft Corporation
|
141 | imagehlp.dll:Windows NT Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
142 | inputhost.dll:InputHost:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
143 | java.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
144 | javaw.exe:OpenJDK Platform binary:**.**.**.**:Microsoft
|
145 | jemalloc.dll
|
146 | jimage.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
147 | jli.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
148 | jna4224819534621721051.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
|
149 | jsvml.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
150 | jvm.dll:OpenJDK 64-Bit server VM:**.**.**.**:Microsoft
|
151 | kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation
|
152 | lwjgl.dll
|
153 | lwjgl_opengl.dll
|
154 | lwjgl_stb.dll
|
155 | management.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
156 | management_ext.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
157 | msasn1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
158 | mscms.dll:Microsoft Color Matching System DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
159 | msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
160 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
161 | msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
162 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
163 | napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
164 | ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
165 | net.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
166 | nio.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
167 | ntdll.dll:NT Layer DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
168 | ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
169 | nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 556.12 :32.0.15.5612:NVIDIA Corporation
|
170 | nvoglv64.dll:NVIDIA Compatible OpenGL ICD:32.0.15.5612:NVIDIA Corporation
|
171 | nvspcap64.dll:NVIDIA Game Proxy:**.**.**.**:NVIDIA Corporation
|
172 | ole32.dll:Microsoft OLE for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
173 | opengl32.dll:OpenGL Client DLL:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation
|
174 | perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
175 | pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
176 | profapi.dll:User Profile Basic API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
177 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
178 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
179 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
180 | shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
181 | sunmscapi.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
182 | textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.4651 (WinBuild.160101.0800):Microsoft Corporation
|
183 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
184 | uxtheme.dll:Microsoft UxTheme Library:10.0.19041.4529 (WinBuild.160101.0800):Microsoft Corporation
|
185 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
186 | verify.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
187 | win32u.dll:Win32u:10.0.19041.4717 (WinBuild.160101.0800):Microsoft Corporation
|
188 | windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
189 | winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
190 | wintypes.dll:Windows Base Types DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
191 | wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
192 | wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
193 | xinput1_4.dll:Microsoft Common Controller API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
194 | zip.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
195 | Stacktrace:
|
196 | at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-forge-47.3.7.jar:?] {re:classloading,pl:runtimedistcleaner:A}
|
197 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
198 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
199 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
200 | at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
201 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
|
202 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
|
203 | at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
|
204 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
205 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
206 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
207 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
208 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
209 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
210 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
211 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
212 |
|
213 |
|
214 | -- System Details --
|
215 | Details:
|
216 | Minecraft Version: 1.20.1
|
217 | Minecraft Version ID: 1.20.1
|
218 | Operating System: Windows 10 (amd64) version 10.0
|
219 | Java Version: 17.0.8, Microsoft
|
220 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
221 | Memory: 1226966112 bytes (1170 MiB) / 2181038080 bytes (2080 MiB) up to 6442450944 bytes (6144 MiB)
|
222 | CPUs: 16
|
223 | Processor Vendor: AuthenticAMD
|
224 | Processor Name: AMD Ryzen 7 3700X 8-Core Processor
|
225 | Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
226 | Microarchitecture: Zen 2
|
227 | Frequency (GHz): 3.59
|
228 | Number of physical packages: 1
|
229 | Number of physical CPUs: 8
|
230 | Number of logical CPUs: 16
|
231 | Graphics card #0 name: NVIDIA GeForce RTX 3060
|
232 | Graphics card #0 vendor: NVIDIA (0x10de)
|
233 | Graphics card #0 VRAM (MB): 4095.00
|
234 | Graphics card #0 deviceId: 0x2504
|
235 | Graphics card #0 versionInfo: DriverVersion=32.0.15.5612
|
236 | Memory slot #0 capacity (MB): 8192.00
|
237 | Memory slot #0 clockSpeed (GHz): 2.40
|
238 | Memory slot #0 type: DDR4
|
239 | Memory slot #1 capacity (MB): 8192.00
|
240 | Memory slot #1 clockSpeed (GHz): 2.40
|
241 | Memory slot #1 type: DDR4
|
242 | Memory slot #2 capacity (MB): 8192.00
|
243 | Memory slot #2 clockSpeed (GHz): 2.40
|
244 | Memory slot #2 type: DDR4
|
245 | Virtual memory max (MB): 42109.21
|
246 | Virtual memory used (MB): 22761.94
|
247 | Swap memory total (MB): 17627.25
|
248 | Swap memory used (MB): 206.81
|
249 | JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
|
250 | Launched Version: 1.20.1-forge-47.3.7
|
251 | Backend library: LWJGL version 3.3.1 build 7
|
252 | Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 556.12, NVIDIA Corporation
|
253 | Window size: <not initialized>
|
254 | GL Caps: Using framebuffer using OpenGL 3.2
|
255 | GL debug messages:
|
256 | Using VBOs: Yes
|
257 | Is Modded: Definitely; Client brand changed to 'forge'
|
258 | Type: Client (map_client.txt)
|
259 | CPU: 16x AMD Ryzen 7 3700X 8-Core Processor
|
260 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30
|
261 | ModLauncher launch target: forgeclient
|
262 | ModLauncher naming: srg
|
263 | ModLauncher services:
|
264 | mixin-0.8.5.jar mixin PLUGINSERVICE
|
265 | eventbus-6.0.5.jar eventbus PLUGINSERVICE
|
266 | fmlloader-1.20.1-47.3.7.jar slf4jfixer PLUGINSERVICE
|
267 | fmlloader-1.20.1-47.3.7.jar object_holder_definalize PLUGINSERVICE
|
268 | fmlloader-1.20.1-47.3.7.jar runtime_enum_extender PLUGINSERVICE
|
269 | fmlloader-1.20.1-47.3.7.jar capability_token_subclass PLUGINSERVICE
|
270 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
|
271 | fmlloader-1.20.1-47.3.7.jar runtimedistcleaner PLUGINSERVICE
|
272 | modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
|
273 | modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
|
274 | FML Language Providers:
|
275 | minecraft@1.0
|
276 | kotlinforforge@4.11.0
|
277 | javafml@null
|
278 | __fabric_loader_bootstrap@2.6.0+0.15.0+1.20.1
|
279 | lowcodefml@null
|
280 | Mod List:
|
281 | dungeons-and-taverns-pillager-outpost-rework-1.1.j|Dungeons and Taverns Pillager |mr_dungeons_andtavernspillager|1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
282 | supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
|
283 | botarium-forge-1.20.1-2.3.4.jar |Botarium |botarium |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE
|
284 | dynamiccrosshair-7.4.4+1.20-forge.jar |Dynamic Crosshair |dynamiccrosshair |7.4.4+1.20 |COMMON_SET|Manifest: NOSIGNATURE
|
285 | fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar |Fabric Rendering Fluids (v1) |fabric_rendering_fluids_v1 |3.0.28+4ac5e37a77 |COMMON_SET|Manifest: NOSIGNATURE
|
286 | remove-terralith-intro-message-1.1.jar |Remove Terralith Intro Message|mr_remove_terralithintromessag|1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
287 | fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |COMMON_SET|Manifest: NOSIGNATURE
|
288 | gamemenuremovegfarb-forge-mc1.19.4-2.1.2.jar |Game Menu Remove GFARB |gamemenuremovegfarb |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
289 | trims-expanded-1.3.0.jar |Trims Expanded |mr_trims_expanded |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
290 | dungeons-and-taverns-ancient-city-overhaul-1.jar |Dungeons and Taverns Ancient C|mr_dungeons_andtavernsancientc|1 |COMMON_SET|Manifest: NOSIGNATURE
|
291 | seasonal_lets_do-forge-1.0.0.jar |Seasonal Let's Do |seasonal_lets_do |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
292 | fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |COMMON_SET|Manifest: NOSIGNATURE
|
293 | modernfix-forge-5.19.0+mc1.20.1.jar |ModernFix |modernfix |5.19.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
294 | fabric-command-api-v1-1.2.34+f71b366f77.jar |Fabric Command API (v1) |fabric_command_api_v1 |1.2.34+f71b366f77 |COMMON_SET|Manifest: NOSIGNATURE
|
295 | fabric-block-view-api-v2-1.0.1+0767707077.jar |Fabric BlockView API (v2) |fabric_block_view_api_v2 |1.0.1+0767707077 |COMMON_SET|Manifest: NOSIGNATURE
|
296 | fabric-command-api-v2-2.2.13+561530ec77.jar |Fabric Command API (v2) |fabric_command_api_v2 |2.2.13+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
297 | VillagersPlus_3.1_(FORGE)_for_1.20.1.jar |VillagersPlus |villagersplus |3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
298 | YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
299 | fabric-screen-api-v1-2.0.8+45a670a577.jar |Fabric Screen API (v1) |fabric_screen_api_v1 |2.0.8+45a670a577 |COMMON_SET|Manifest: NOSIGNATURE
|
300 | immersive_armors-1.6.1+1.20.1-forge.jar |Immersive Armors |immersive_armors |1.6.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
301 | chat_heads-0.12.13-forge-1.20.jar |Chat Heads |chat_heads |0.12.13 |COMMON_SET|Manifest: NOSIGNATURE
|
302 | cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |COMMON_SET|Manifest: NOSIGNATURE
|
303 | [Forge]CTOV-v3.4.5.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.5 |COMMON_SET|Manifest: NOSIGNATURE
|
304 | supplementaries-1.20-2.8.17.jar |Supplementaries |supplementaries |1.20-2.8.17 |COMMON_SET|Manifest: NOSIGNATURE
|
305 | embeddium-0.3.30+mc1.20.1.jar |Embeddium |embeddium |0.3.30+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
306 | GeophilicReforged-v1.2.0.jar |Geophilic Reforged |geophilic_reforged |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
307 | structure_gel-1.20.1-2.16.2.jar |Structure Gel API |structure_gel |2.16.2 |COMMON_SET|Manifest: NOSIGNATURE
|
308 | fabric-game-rule-api-v1-1.0.40+683d4da877.jar |Fabric Game Rule API (v1) |fabric_game_rule_api_v1 |1.0.40+683d4da877 |COMMON_SET|Manifest: NOSIGNATURE
|
309 | adastradelight-1.0.2-1.20.1.jar |Ad Astra Delight |adastradelight |1.0.2-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
310 | Explorify v1.6.1 f10-48.jar |Explorify |explorify |1.6.1 |COMMON_SET|Manifest: NOSIGNATURE
|
311 | dungeons-and-taverns-stronghold-rework-1.jar |Dungeons and Taverns Stronghol|mr_dungeons_andtavernsstrongho|1 |COMMON_SET|Manifest: NOSIGNATURE
|
312 | dungeons_plus-1.20.1-1.5.0.jar |Dungeons Plus |dungeons_plus |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE
|
313 | resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
314 | Highlighter-1.20.1-forge-1.1.9.jar |Highlighter |highlighter |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
|
315 | twilightaether-1.20.1-1.0.0.jar |Twilight Aether |twilightaether |1.20.1-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
316 | alexsmobsinteraction-3.4-all.jar |Alexs Mobs Interaction |alexsmobsinteraction |3.4 |COMMON_SET|Manifest: NOSIGNATURE
|
317 | curios-forge-5.9.0+1.20.1.jar |Curios API |curios |5.9.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
318 | dungeons-and-taverns-v4.3.jar |Dungeons and Taverns |mr_dungeons_andtaverns |1-v4.3 |COMMON_SET|Manifest: NOSIGNATURE
|
319 | Butchersdelight Foods beta 1.20.1 1.0.3.jar |ButchersDelightfoods |butchersdelightfoods |**.**.**.**.3 |COMMON_SET|Manifest: NOSIGNATURE
|
320 | noisium-forge-2.3.0+mc1.20-1.20.1.jar |Noisium |noisium |2.3.0+mc1.20-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
321 | fabric-entity-events-v1-1.6.0+6274ab9d77.jar |Fabric Entity Events (v1) |fabric_entity_events_v1 |1.6.0+6274ab9d77 |COMMON_SET|Manifest: NOSIGNATURE
|
322 | cumulus_menus-1.20.1-1.0.0-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE
|
323 | Butchersdelight beta 1.20.1 2.1.0.jar |ButchersDelight |butchersdelight |**.**.**.**.0 |COMMON_SET|Manifest: NOSIGNATURE
|
324 | emiffect-forge-1.1.2+mc1.20.1.jar |EMIffect |emiffect |1.1.2+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
325 | conditional-mixin-forge-0.6.2.jar |conditional mixin |conditional_mixin |0.6.2 |COMMON_SET|Manifest: NOSIGNATURE
|
326 | dynamic-fps-3.7.1+minecraft-1.20.0-forge.jar |Dynamic FPS |dynamic_fps |3.7.1 |COMMON_SET|Manifest: NOSIGNATURE
|
327 | fabric-rendering-data-attachment-v1-0.3.37+a6081af|Fabric Rendering Data Attachme|fabric_rendering_data_attachme|0.3.37+a6081afc77 |COMMON_SET|Manifest: NOSIGNATURE
|
328 | nitrogen_internals-1.20.1-1.0.9-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.9-neoforg|COMMON_SET|Manifest: NOSIGNATURE
|
329 | JadeAddons-1.20.1-forge-5.2.2.jar |Jade Addons |jadeaddons |5.2.2 |COMMON_SET|Manifest: NOSIGNATURE
|
330 | l2library-2.4.16-slim.jar |L2 Library |l2library |2.4.16 |COMMON_SET|Manifest: NOSIGNATURE
|
331 | DynamicTrees-1.20.1-1.3.1.jar |Dynamic Trees |dynamictrees |1.20.1-1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
332 | fabric-client-tags-api-v1-1.1.2+5d6761b877.jar |Fabric Client Tags |fabric_client_tags_api_v1 |1.1.2+5d6761b877 |COMMON_SET|Manifest: NOSIGNATURE
|
333 | fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |COMMON_SET|Manifest: NOSIGNATURE
|
334 | elytraslot-forge-6.4.3+1.20.1.jar |Elytra Slot |elytraslot |6.4.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
335 | radium-mc1.20.1-0.12.3+git.50c5c33.jar |Radium |radium |0.12.3+git.50c5c33 |COMMON_SET|Manifest: NOSIGNATURE
|
336 | Kiwi-1.20.1-Forge-11.8.20.jar |Kiwi Library |kiwi |11.8.20+forge |COMMON_SET|Manifest: NOSIGNATURE
|
337 | puffish_skills-0.13.2-1.20-forge.jar |Pufferfish's Skills |puffish_skills |0.13.2 |COMMON_SET|Manifest: NOSIGNATURE
|
338 | ctov-farmers-delight-compat-2.1.jar |CTOV - Farmer Delight Compat |mr_ctov_farmersdelightcompat |2.1 |COMMON_SET|Manifest: NOSIGNATURE
|
339 | edf-remastered-4.3.jar |Ender Dragon Fight Remastered |mr_edf_remastered |4.3 |COMMON_SET|Manifest: NOSIGNATURE
|
340 | fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar |Fabric Model Loading API (v1) |fabric_model_loading_api_v1 |1.0.3+6274ab9d77 |COMMON_SET|Manifest: NOSIGNATURE
|
341 | lithostitched-forge-1.20.1-1.1.8.jar |Lithostitched |lithostitched |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
342 | fabric-screen-handler-api-v1-1.3.30+561530ec77.jar|Fabric Screen Handler API (v1)|fabric_screen_handler_api_v1 |1.3.30+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
343 | caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
344 | alexscavesdelight-1.0.14-1.20.1.jar |Alex's Caves Delight |alexscavesdelight |1.0.14-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
345 | Paxi-1.20-Forge-4.0.jar |Paxi |paxi |1.20-Forge-4.0 |COMMON_SET|Manifest: NOSIGNATURE
|
346 | vmp-fabric-mc1.20.1-0.2.0+beta.7.101-all.jar |Very Many Players |vmp |0.2.0+beta.7.101 |COMMON_SET|Manifest: NOSIGNATURE
|
347 | fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |COMMON_SET|Manifest: NOSIGNATURE
|
348 | fabric-renderer-indigo-1.5.2+b5b2da4177.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.2+b5b2da4177 |COMMON_SET|Manifest: NOSIGNATURE
|
349 | Dungeon Now Loading-forge-1.20.1-1.5.jar |Dungeon Now Loading |dungeonnowloading |1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
350 | smarterfarmers-1.20-2.1.0.jar |Smarter Farmers |smarterfarmers |1.20-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
351 | SereneSeasons-1.20.1-9.0.0.46.jar |Serene Seasons |sereneseasons |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
352 | badpackets-forge-0.4.3.jar |Bad Packets |badpackets |0.4.3 |COMMON_SET|Manifest: NOSIGNATURE
|
353 | ToadLib-1.20-1.20.4-1.1.5.jar |ToadLib |toadlib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
354 | Palladium-1.20-1.20.4-1.0.2.jar |Palladium |palladium |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
355 | MobCaptains-v3.1.2.jar |Mob Captains |mobcaptains |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
356 | midnightlib-1.4.2-forge.jar |MidnightLib |midnightlib |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
|
357 | aether_treasure_reforging-1.20.1-1.0.0-neoforge.ja|Treasure Reforging |aether_treasure_reforging |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE
|
358 | Fantasy_Metals_forge_1.20.1-1.0.3.jar |Fantasy Metals |fantasy_metals |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
359 | cratedelight-24.09.03-1.20-forge.jar |Crate Delight |cratedelight |24.09.03-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
|
360 | memoryleakfix-forge-1.17+-1.1.5.jar |Memory Leak Fix |memoryleakfix |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
361 | Display Case-forge-1.20-1.0.8.jar |Display Case Mod |display_case |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
|
362 | dungeons-and-taverns-swamp-hut-rework-1.jar |Dungeons and Taverns Swamp Hut|mr_dungeons_andtavernsswamphut|1 |COMMON_SET|Manifest: NOSIGNATURE
|
363 | fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |COMMON_SET|Manifest: NOSIGNATURE
|
364 | puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
365 | ShieldBannerFix-Forge-1.20.1-5.0.1.jar |ShieldBannerFix |shieldbannerfix |5.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
366 | DungeonsAriseSevenSeas-1.19.2-1.0.2-forge.jar |When Dungeons Arise: Seven Sea|dungeons_arise_seven_seas |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
367 | forge-1.20.1-47.3.7-universal.jar |Forge |forge |47.3.7 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
368 | extractinator-forge-1.20.1-2.3.0.jar |Extractinator |extractinator |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
369 | AxesAreWeapons-1.7.3-forge-1.20.2.jar |Axes Are Weapons |axesareweapons |1.7.3 |COMMON_SET|Manifest: NOSIGNATURE
|
370 | DungeonsArise-1.20.1-2.1.57-release.jar |When Dungeons Arise |dungeons_arise |2.1.57-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
371 | Alex's Mobs Music Mod 1.20.1.jar |Alex's Mobs EXTRA Music |alexs_mobs_extra_music |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
372 | tectonic-forge-1.20.1-2.4.1.jar |Tectonic |tectonic |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE
|
373 | client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
374 | vanity-forge-2.1.1.jar |Vanity |vanity |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
375 | emi-1.1.13+1.20.1+forge.jar |EMI |emi |1.1.13+1.20.1+forge |COMMON_SET|Manifest: NOSIGNATURE
|
376 | TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
377 | BiomesOPlenty-1.20.1-18.0.0.598.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
378 | fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |COMMON_SET|Manifest: NOSIGNATURE
|
379 | Companion-1.20.1-forge-5.0.1.jar |Companion |companion |5.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
380 | NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |COMMON_SET|Manifest: NOSIGNATURE
|
381 | delightfulburgers-1.20.1.jar |Delightful Burgers |delightfulburgers |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
382 | justenoughbreeding-forge-1.20.x-1.4.0.jar |Just Enough Breeding |justenoughbreeding |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
|
383 | spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
384 | fabric-block-api-v1-1.0.11+0e6cb7f777.jar |Fabric Block API (v1) |fabric_block_api_v1 |1.0.11+0e6cb7f777 |COMMON_SET|Manifest: NOSIGNATURE
|
385 | fabric-resource-conditions-api-v1-2.3.8+9ad825cd77|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9ad825cd77 |COMMON_SET|Manifest: NOSIGNATURE
|
386 | animal_armor_trims-merged-1.20.1-2.0.1.jar |Animal Armor Trims |animal_armor_trims |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
387 | kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |COMMON_SET|Manifest: NOSIGNATURE
|
388 | Xaeros_Minimap_24.4.0_Forge_1.20.jar |Xaero's Minimap |xaerominimap |24.4.0 |ERROR |Manifest: NOSIGNATURE
|
389 | frightsdelight-forge-1.20.1-1.1.0-beta-1.jar |Fright's Delight |frightsdelight |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
390 | fabric-item-group-api-v1-4.0.12+c9161c2d77.jar |Fabric Item Group API (v1) |fabric_item_group_api_v1 |4.0.12+c9161c2d77 |COMMON_SET|Manifest: NOSIGNATURE
|
391 | polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
392 | entityculling-forge-1.7.0-mc1.20.1.jar |EntityCulling |entityculling |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
|
393 | spartanaether-1.20.1-1.1.1.jar |Spartan Weaponry: Aether |spartanaether |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
394 | Argentina's delight 1.20.1 (3.0 beta).jar |Argentina's Delight |argentinas_delight |1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
395 | fabric-registry-sync-v0-2.3.3+1c0ea72177.jar |Fabric Registry Sync (v0) |fabric_registry_sync_v0 |2.3.3+1c0ea72177 |COMMON_SET|Manifest: NOSIGNATURE
|
396 | ImmediatelyFast-Forge-1.2.19+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.19+1.20.4 |COMMON_SET|Manifest: NOSIGNATURE
|
397 | tlc_forge-1.0.3-R-1.20.X.jar |The Lost Castle |tlc |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
398 | oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |COMMON_SET|Manifest: NOSIGNATURE
|
399 | appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
400 | fabric-recipe-api-v1-1.0.21+514a076577.jar |Fabric Recipe API (v1) |fabric_recipe_api_v1 |1.0.21+514a076577 |COMMON_SET|Manifest: NOSIGNATURE
|
401 | moremobvariants-forge+1.20.1-1.3.0.1.jar |More Mob Variants |moremobvariants |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
402 | fabric-object-builder-api-v1-11.1.3+2174fc8477.jar|Fabric Object Builder API (v1)|fabric_object_builder_api_v1 |11.1.3+2174fc8477 |COMMON_SET|Manifest: NOSIGNATURE
|
403 | ubesdelight-forge-1.20.1-0.2.0.jar |Ube's Delight |ubesdelight |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
404 | PuzzlesLib-v8.1.22-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.22 |ERROR |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
405 | fabric-sound-api-v1-1.0.13+4f23bd8477.jar |Fabric Sound API (v1) |fabric_sound_api_v1 |1.0.13+4f23bd8477 |COMMON_SET|Manifest: NOSIGNATURE
|
406 | immersive_melodies-0.3.0+1.20.1-forge.jar |Immersive Melodies |immersive_melodies |0.3.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
407 | mavapi-1.1.4-mc1.20.1.jar |More Axolotl Variants API |mavapi |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
408 | fabric-message-api-v1-5.1.9+52cc178c77.jar |Fabric Message API (v1) |fabric_message_api_v1 |5.1.9+52cc178c77 |COMMON_SET|Manifest: NOSIGNATURE
|
409 | fruitsdelight-1.0.11.jar |Fruits Delight |fruitsdelight |1.0.11 |COMMON_SET|Manifest: NOSIGNATURE
|
410 | aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |COMMON_SET|Manifest: NOSIGNATURE
|
411 | aquamirae_delight-1.4.5-forge-1.20.1.jar |Aquamirae Delight |aquamirae_delight |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE
|
412 | cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
413 | ad_astra-forge-1.20.1-1.15.18.jar |Ad Astra |ad_astra |1.15.18 |COMMON_SET|Manifest: NOSIGNATURE
|
414 | fabric-renderer-api-v1-3.2.1+1d29b44577.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+1d29b44577 |COMMON_SET|Manifest: NOSIGNATURE
|
415 | embeddiumplus-1.20.1-v1.2.13.jar |Embeddium++ |embeddiumplus |1.2.13 |COMMON_SET|Manifest: NOSIGNATURE
|
416 | alexscaves_adventure-1.0.1-forge-1.20.1.jar |Alex's Caves: Adventure |alexscaves_adventure |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
417 | geckolib-forge-1.20.1-4.4.9.jar |GeckoLib 4 |geckolib |4.4.9 |COMMON_SET|Manifest: NOSIGNATURE
|
418 | crittersandcompanions-1.20.1-2.1.6.jar |Critters and Companions |crittersandcompanions |1.20.1-2.1.6 |COMMON_SET|Manifest: NOSIGNATURE
|
419 | fabric-item-api-v1-2.1.28+4d0bbcfa77.jar |Fabric Item API (v1) |fabric_item_api_v1 |2.1.28+4d0bbcfa77 |COMMON_SET|Manifest: NOSIGNATURE
|
420 | aether-1.20.1-1.4.2-neoforge.jar |The Aether |aether |1.20.1-1.4.2-neoforg|COMMON_SET|Manifest: NOSIGNATURE
|
421 | Aether Gravitation-1.1.4-1.20.1.jar |Aether Gravitation |gravitation |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
422 | lost_aether_content-1.20.1-1.2.3.jar |Aether: Lost Content |lost_aether_content |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
423 | deep_aether-1.20.1-1.0.4.jar |Deep Aether |deep_aether |1.20.1-1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
424 | aeroblender-1.20.1-1.0.2-rc1-neoforge.jar |AeroBlender |aeroblender |1.20.1-1.0.2-rc1-neo|COMMON_SET|Manifest: NOSIGNATURE
|
425 | ancient_aether-0.9.7.jar |Ancient Aether |ancient_aether |0.9.7 |COMMON_SET|Manifest: NOSIGNATURE
|
426 | naturalist-forge-4.0.3-1.20.1.jar |Naturalist |naturalist |4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
427 | morediscs-1.20.1-32-forge.jar |MoreDiscs |morediscs |1.20.1-32-forge |COMMON_SET|Manifest: NOSIGNATURE
|
428 | alexs_caves_plus-1.1.2.4.jar |Alexs Caves Plus |alexs_caves_plus |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
429 | vegandelight-1.2.jar |Vegan Delight |vegandelight |1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
430 | Incendium_1.20.x_v5.3.5.jar |Incendium |incendium |5.3.5 |COMMON_SET|Manifest: NOSIGNATURE
|
431 | immersive_aircraft-1.0.1+1.20.1-forge (1).jar |Immersive Aircraft |immersive_aircraft |1.0.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
432 | ore_duplication-hammer-1.1.0-forge-1.20.1.jar |Ore Duplication Hammer |ore_duplication |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
433 | EggDelight-v1.2-1.20.1.jar |Egg Delight |eggdelight |1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
434 | XaerosWorldMap_1.39.0_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.39.0 |COMMON_SET|Manifest: NOSIGNATURE
|
435 | emi_loot-0.6.6+fix3+1.20.1+forge.jar |EMI Loot |emi_loot |0.6.6+fix3+1.20.1+fo|COMMON_SET|Manifest: NOSIGNATURE
|
436 | citadel-2.6.0-1.20.1.jar |Citadel |citadel |2.6.0 |COMMON_SET|Manifest: NOSIGNATURE
|
437 | alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |COMMON_SET|Manifest: NOSIGNATURE
|
438 | fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar|Fabric Data Attachment API (v1|fabric_data_attachment_api_v1 |1.0.0+30ef839e77 |COMMON_SET|Manifest: NOSIGNATURE
|
439 | mixinextras-forge-0.2.0-beta.8.jar |MixinExtras |mixinextras |0.2.0-beta.8 |COMMON_SET|Manifest: NOSIGNATURE
|
440 | emitrades-forge-1.2.1+mc1.20.1.jar |EMI Trades |emitrades |1.2.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
441 | AetherVillages-1.20.1-1.0.6-forge.jar |Aether Villages |aether_villages |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
|
442 | villager-transportation-1.3.1.jar |Villager Transportation |mr_villager_transportation |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
443 | storagedelight-2024.07.23-1.20.1-forge.jar |Storage Delight |storagedelight |2024.07.23-1.20.1-fo|COMMON_SET|Manifest: NOSIGNATURE
|
444 | ShieldExpansion-1.20.1-1.1.7a.jar |Shield Expansion |shieldexp |1.1.7a |COMMON_SET|Manifest: NOSIGNATURE
|
445 | fabric-api-0.92.2+1.11.8+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.2+1.11.8+1.20.1|COMMON_SET|Manifest: NOSIGNATURE
|
446 | fabric-content-registries-v0-4.0.11+a670df1e77.jar|Fabric Content Registries (v0)|fabric_content_registries_v0 |4.0.11+a670df1e77 |COMMON_SET|Manifest: NOSIGNATURE
|
447 | twilightforest-1.20.1-4.3.2508-universal.jar |The Twilight Forest |twilightforest |4.3.2508 |COMMON_SET|Manifest: NOSIGNATURE
|
448 | aethercompac-1-20-1.jar |aethercompat |aethercompat |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
449 | flowerymooblooms-forge-mc1.20.1-2.0.2.jar |Friends&Foes - Flowery Moobloo|flowerymooblooms |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
450 | FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
451 | [+食品}_随意乐事casualness_delight-1.20.1-0.4n.jar |Casualness Delight |casualness_delight |1.20.1-0.4n |COMMON_SET|Manifest: NOSIGNATURE
|
452 | maturidelight-1.20.1-3.0.0.jar |MaturiDelight |maturidelight |1.20.1-3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
453 | chefs-delight-1.0.3-forge-1.20.1.jar |Chefs Delight |chefsdelight |1.0.3-forge-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
454 | cuisinedelight-1.1.14.jar |Cuisine Delight |cuisinedelight |1.1.14 |ERROR |Manifest: NOSIGNATURE
|
455 | aethersdelight-0.1.1-1.20.1.jar |Aethers Delight |aethersdelight |0.1.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
456 | ends_delight-1.20.1-2.4.jar |End's Delight |ends_delight |2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
457 | entity_model_features_forge_1.20.1-2.2.4.jar |Entity Model Features |entity_model_features |2.2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
458 | entity_texture_features_forge_1.20.1-6.2.3.jar |Entity Texture Features |entity_texture_features |6.2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
459 | fabric-api-lookup-api-v1-1.6.36+67f9824077.jar |Fabric API Lookup API (v1) |fabric_api_lookup_api_v1 |1.6.36+67f9824077 |COMMON_SET|Manifest: NOSIGNATURE
|
460 | ruined_aether_portals_lite-1.0.0.jar |Ruined Aether Portals Lite |ruined_aether_portals_lite |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
461 | spartantoolkit-1.20.1-1.5.0.jar |Spartan Weaponry Addon Toolkit|spartantoolkit |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE
|
462 | modelfix-1.15.jar |Model Gap Fix |modelfix |1.15 |COMMON_SET|Manifest: NOSIGNATURE
|
463 | trimeffects-forge-1.20.X-1.3.5.jar |TrimsEffects |trimeffects |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE
|
464 | suppsquared-1.20-1.1.14.jar |Supplementaries Squared |suppsquared |1.20-1.1.14 |COMMON_SET|Manifest: NOSIGNATURE
|
465 | collective-1.20.1-7.84.jar |Collective |collective |7.84 |COMMON_SET|Manifest: NOSIGNATURE
|
466 | simplehats-forge-1.20.1-0.3.2.jar |SimpleHats |simplehats |1.20.1-0.3.2 |COMMON_SET|Manifest: NOSIGNATURE
|
467 | aether_emissivity-1.20.1-1.0.0-neoforge.jar |Emissivity |aether_emissivity |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE
|
468 | resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |COMMON_SET|Manifest: NOSIGNATURE
|
469 | EBE-0.5-ALPHA.jar |EnlightedBlockEntities |ebe |0.5-ALPHA |COMMON_SET|Manifest: NOSIGNATURE
|
470 | aether_protect_your_moa-1.20.1-1.0.0-neoforge.jar |Protect Your Moa |aether_protect_your_moa |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE
|
471 | aether-redux-2.0.17-1.20.1-neoforge.jar |The Aether: Redux |aether_redux |2.0.17 |COMMON_SET|Manifest: NOSIGNATURE
|
472 | DynamicTreesAether-1.20.1-1.3.0.jar |Dynamic Trees for The Aether |dtaether |1.20.1-1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
473 | twilightdelight-2.0.11.jar |Twilight's Flavor & Delight |twilightdelight |2.0.11 |COMMON_SET|Manifest: NOSIGNATURE
|
474 | SpartanWeaponry-1.20.1-forge-3.1.3-all.jar |Spartan Weaponry |spartanweaponry |3.1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
475 | architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE
|
476 | allthetrims-3.4.3-forge+1.20.1.jar |AllTheTrims |allthetrims |3.4.3 |COMMON_SET|Manifest: NOSIGNATURE
|
477 | animal_feeding_trough-1.1.0+1.20.1-forge.jar |Animal Feeding Trough |animal_feeding_trough |1.1.0+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
478 | throwablecheese-forge-1.0.2.jar |[Let's Do Addon] Throwable Che|throwablecheese |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
479 | fabric-loot-api-v2-1.2.1+eb28f93e77.jar |Fabric Loot API (v2) |fabric_loot_api_v2 |1.2.1+eb28f93e77 |COMMON_SET|Manifest: NOSIGNATURE
|
480 | monolib-forge-1.20.1-1.3.0.jar |MonoLib |monolib |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
481 | KeepSomeInventory-v1.3.3.jar |Keep Some Inventory |keepsomeinventory |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE
|
482 | fabric-networking-api-v1-1.3.11+503a202477.jar |Fabric Networking API (v1) |fabric_networking_api_v1 |1.3.11+503a202477 |COMMON_SET|Manifest: NOSIGNATURE
|
483 | emi-letsdo-compat-forge-1.2.jar |emi-letsdo-compat |emi_letsdo_compat |1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
484 | puffish_attributes-0.5.0-1.20-forge.jar |Pufferfish's Attributes |puffish_attributes |0.5.0 |COMMON_SET|Manifest: NOSIGNATURE
|
485 | Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
|
486 | mavm-1.2.6-mc1.20.1.jar |More Axolotl Variants Mod |mavm |1.2.6 |COMMON_SET|Manifest: NOSIGNATURE
|
487 | ChatImpressiveAnimation-forge-1.0+mc1.20.x.jar |Chat Impressive Animation |chatimpressiveanimation |1.0+mc1.20.4 |COMMON_SET|Manifest: NOSIGNATURE
|
488 | fabric-lifecycle-events-v1-2.2.22+afab492177.jar |Fabric Lifecycle Events (v1) |fabric_lifecycle_events_v1 |2.2.22+afab492177 |COMMON_SET|Manifest: NOSIGNATURE
|
489 | lemoned-1.0.1-1.20.jar |Lemoned |lemoned |1.0.1-1.20 |COMMON_SET|Manifest: NOSIGNATURE
|
490 | fabric-key-binding-api-v1-1.0.37+561530ec77.jar |Fabric Key Binding API (v1) |fabric_key_binding_api_v1 |1.0.37+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
491 | BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar |Better Advancements |betteradvancements |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
492 | fabric-transfer-api-v1-3.3.5+631c9cd677.jar |Fabric Transfer API (v1) |fabric_transfer_api_v1 |3.3.5+631c9cd677 |COMMON_SET|Manifest: NOSIGNATURE
|
493 | JustOutdoorStuffs-1.20.1-forge-v1.0.2.jar |Just Outdoor Stuffs |justoutdoorstuffs |1.0.2-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
494 | Festive_Delight_1.3_Forge_1.20.1.jar |Festive Delight |festive_delight |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
495 | amendments-1.20-1.2.11.jar |Amendments |amendments |1.20-1.2.11 |COMMON_SET|Manifest: NOSIGNATURE
|
496 | fabric-resource-loader-v0-0.11.10+bcd08ed377.jar |Fabric Resource Loader (v0) |fabric_resource_loader_v0 |0.11.10+bcd08ed377 |COMMON_SET|Manifest: NOSIGNATURE
|
497 | vanity_twilight_zone-1.20.1-1.0.5.jar |Vanity: Twilight Zone |vanity_twilight_zone |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
498 | obscure_api-15.jar |Obscure API |obscure_api |15 |COMMON_SET|Manifest: NOSIGNATURE
|
499 | comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
500 | fabric-mining-level-api-v1-2.1.50+561530ec77.jar |Fabric Mining Level API (v1) |fabric_mining_level_api_v1 |2.1.50+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
501 | artifacts-forge-9.5.13.jar |Artifacts |artifacts |9.5.13 |COMMON_SET|Manifest: NOSIGNATURE
|
502 | lookinsharp forge 1.20.1.jar |Lookin' Sharp! |lookinsharp |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
503 | default_skill_trees-1.0.jar |Default Skill Trees |default_skill_trees |1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
504 | everycomp-1.20-2.6.74.jar |Every Compat |everycomp |1.20-2.6.74 |COMMON_SET|Manifest: NOSIGNATURE
|
505 | Aquamirae Mod EXTRA Music 1.20.1.jar |Aquamirae Mod EXTRA Music |aquamirae_mod_extra_music |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
506 | Terralith_1.20.x_v2.5.4.jar |Terralith |terralith |2.5.4 |COMMON_SET|Manifest: NOSIGNATURE
|
507 | doaddonfluids-forge-1.3.0.jar |[Let's Do Addon] Fluids |doaddonfluids |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
508 | CoffeeDelight-Forge-1.20.1-1.4-Fix.jar |Coffee Delight |coffee_delight |1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
509 | moredelight-24.8.27-1.20.1-forge.jar |More Delight |moredelight |24.8.27-1.20.1-forge|COMMON_SET|Manifest: NOSIGNATURE
|
510 | fabric-transitive-access-wideners-v1-4.3.1+1880499|Fabric Transitive Access Widen|fabric_transitive_access_widen|4.3.1+1880499877 |COMMON_SET|Manifest: NOSIGNATURE
|
511 | friendsandfoes-forge-mc1.20.1-2.0.17.jar |Friends&Foes |friendsandfoes |2.0.17 |COMMON_SET|Manifest: NOSIGNATURE
|
512 | elytratrims-forge-3.5.2+1.20.1.jar |Elytra Trims |elytratrims |3.5.2 |COMMON_SET|Manifest: NOSIGNATURE
|
513 | TF_Lost_Blocks-1.20.1-1.5.0.jar |Twilight Forest: The Lost Bloc|tflostblocks |1.20.1-1.5.0 |COMMON_SET|Manifest: NOSIGNATURE
|
514 | delightfulsandwich-1.20.1.jar |Delightful Sandwiches |delightfulsandwich |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
515 | alexscaves-1.1.5.jar |Alex's Caves |alexscaves |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
516 | simplyswords-forge-1.56.0-1.20.1.jar |Simply Swords |simplyswords |1.56.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
517 | moonlight-1.20-2.12.20-forge.jar |Moonlight Library |moonlight |1.20-2.12.20 |COMMON_SET|Manifest: NOSIGNATURE
|
518 | endermanoverhaul-forge-1.20.1-1.0.4.jar |Enderman Overhaul |endermanoverhaul |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
519 | nohostilesaroundcampfire-1.20.1-7.1.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |7.1 |COMMON_SET|Manifest: NOSIGNATURE
|
520 | RegionsUnexploredForge-0.5.6+1.20.1.jar |Regions Unexplored |regions_unexplored |0.5.6 |COMMON_SET|Manifest: NOSIGNATURE
|
521 | mysterious_mountain_lib-1.4.7-1.20.1.jar |Mysterious Mountain Lib |mysterious_mountain_lib |1.4.7-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
522 | corn_delight-1.0.3-1.20.1.jar |Corn Delight |corn_delight |1.0.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
523 | nightlights-1.20.1-1.1.jar |Night Lights |nightlights |1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
524 | fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |COMMON_SET|Manifest: NOSIGNATURE
|
525 | mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |COMMON_SET|Manifest: NOSIGNATURE
|
526 | Jade-1.20.1-forge-11.9.3.jar |Jade |jade |11.9.3+forge |COMMON_SET|Manifest: NOSIGNATURE
|
527 | another_furniture-forge-1.20.1-3.0.1.jar |Another Furniture |another_furniture |1.20.1-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
528 | fish_of_thieves-mc1.20.1-v3.0.7-forge.jar |Fish of Thieves |fishofthieves |3.0.7 |COMMON_SET|Manifest: NOSIGNATURE
|
529 | beekeeperhut-forge-mc1.20.1-2.0.1.jar |Friends&Foes - Beekeeper Hut |beekeeperhut |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
530 | ctov-friends-and-foes-compat-2.0.jar |CTOV - Friends and Foes Compat|mr_ctov_friendsandfoescompat |2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
531 | nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE
|
532 | cavedust-2.0.4-1.20.1-forge.jar |Cave Dust |cavedust |2.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
533 | XaeroZoomout-Forge-1.20-1.1.0.jar |XaeroZoomout |xaerozoomout |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
534 | Ribbits-1.20.1-Forge-3.0.0.jar |Ribbits |ribbits |1.20.1-Forge-3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
535 | EMIEnchants-forge-1.19.3-1.20.4-1.0.0 (1).jar |EMI Enchants |emienchants |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
536 | justplayerheads-1.20.1-4.1.jar |Just Player Heads |justplayerheads |4.1 |COMMON_SET|Manifest: NOSIGNATURE
|
537 | Iceberg-1.20.1-forge-1.1.21.jar |Iceberg |iceberg |1.1.21 |COMMON_SET|Manifest: NOSIGNATURE
|
538 | citresewn-1.20.1-5.jar |CIT Resewn |citresewn |1.20.1-5 |COMMON_SET|Manifest: NOSIGNATURE
|
539 | SpartanShields-1.20.1-forge-3.1.1.jar |Spartan Shields |spartanshields |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
540 | CroptopiaDelight-1.20.1_1.2.2-forge.jar |Croptopia Delight |croptopia_delight |1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
541 | immersive_paintings-0.6.7+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.7+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
542 | miners_delight-1.20.1-1.2.3.jar |Miner's Delight |miners_delight |1.20.1-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
543 | Delightful-1.20.1-3.6.jar |Delightful |delightful |3.6 |COMMON_SET|Manifest: NOSIGNATURE
|
544 | LeashableVillagers-forge-1.20.1.jar |Leashable Villagers |leashablevillagers |1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
545 | betterarcheology-1.2.0-1.20.1.jar |Better Archeology |betterarcheology |1.2.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
546 | fabric-biome-api-v1-13.0.13+dc36698e77.jar |Fabric Biome API (v1) |fabric_biome_api_v1 |13.0.13+dc36698e77 |COMMON_SET|Manifest: NOSIGNATURE
|
547 | BetterTridents-v8.0.1-1.20.1-Forge.jar |Better Tridents |bettertridents |8.0.1 |ERROR |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
548 | creeperoverhaul-3.0.2-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
549 | yaclx-1.12+1.20.2-forge.jar |YetAnotherConfigLibExtensions |yaclx |1.10 |COMMON_SET|Manifest: NOSIGNATURE
|
550 | rrls-4.0.6.1+mc1.20.1-forge.jar |Remove Reloading Screen |rrls |**.**.**.**+mc1.20.1-for|COMMON_SET|Manifest: NOSIGNATURE
|
551 | bushierflowers-0.0.3-1.20.1.jar |Bushier Flowers |bushierflowers |0.0.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
552 | CrabbersDelight-1.20.1-1.1.6.jar |Crabber's Delight |crabbersdelight |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
|
553 | BadOptimizations-2.1.4-1.20.1.jar |BadOptimizations |badoptimizations |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
554 | expandability-forge-9.0.4.jar |ExpandAbility |expandability |9.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
555 | fabric-data-generation-api-v1-12.3.4+369cb3a477.ja|Fabric Data Generation API (v1|fabric_data_generation_api_v1 |12.3.4+369cb3a477 |COMMON_SET|Manifest: NOSIGNATURE
|
556 | fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar |Fabric Events Interaction (v0)|fabric_events_interaction_v0 |0.6.2+0d0bd5a777 |COMMON_SET|Manifest: NOSIGNATURE
|
557 | Crash Report UUID: 43b21c68-a7a1-45e0-9213-844ab3a8d7d0
|
558 | FML: 47.3
|
559 | Forge: net.minecraftforge:47.3.7
|