Forge 1.20.1 Crash Report

#aQV9NX0
502 lines
Raw
Analysis
Minecraft version:
1.20.1
Java version:
17.0.12
Forge version:
47.4.0
1---- Minecraft Crash Report ----
2
3// Hi. I'm Connector, and I'm a crashaholic
4=========================
5SINYTRA CONNECTOR IS PRESENT!
6Please verify issues are not caused by Connector before reporting them to mod authors.
7If you're unsure, file a report on Connector's issue tracker found at https://github.com/Sinytra/Connector/issues.
8=========================
9
10// Embeddium instance tainted by mods: [oculus]
11// Please do not reach out for Embeddium support without removing these mods first.
12// -------
13// Don't be sad, have a hug! <3
14
15Time: 2025-05-18 20:23:18
16Description: Initializing game
17
18org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
19 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
20 at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
21 at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
22 at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
23 at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
24 at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
25 at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
26 at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
27 at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
28 at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
29 at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
30 at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
31 at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
32 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] {}
33 at net.minecraft.client.Minecraft.<init>(Minecraft.java:505) ~[client-1.20.1-20230612.114412-srg.jar%23419!/:?] {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:connector_pre_launch:A,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:connector_pre_launch:A,pl:runtimedistcleaner:A}
34 at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-47.4.0.jar:?] {re:mixin,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:physicsmod.mixins.json:MixinMain from mod physicsmod,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain from mod notenoughcrashes,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
35 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
36 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
37 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
38 at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
39 at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?] {}
40 at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?] {}
41 at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?] {}
42 at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
43 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
44 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
45 at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
46 at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
47 at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
48 at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
49 at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
50Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [irisflw.mixins.flw.json:MixinLevelRender from mod irisflw] from phase [DEFAULT] in config [irisflw.mixins.flw.json] FAILED during APPLY
51 at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
52 at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
53 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
54 ... 30 more
55Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: Unexpecteded ClassMetadataNotFoundException whilst transforming the mixin class: [MAIN Applicator Phase -> irisflw.mixins.flw.json:MixinLevelRender from mod irisflw -> Apply Methods -> (Lcom/mojang/blaze3d/vertex/PoseStack;FJZLnet/minecraft/client/Camera;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lorg/joml/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V:handler$elk000$irisflw$renderLayerTail -> Transform LVT -> var=restoreState -> desc=Lcom/jozufozu/flywheel/backend/gl/GlStateTracker$State;]
56 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:510) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
57 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
58 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
59 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
60 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
61 at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
62 at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
63 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
64 ... 30 more
65Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: com.jozufozu.flywheel.backend.gl.GlStateTracker$State
66 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:1001) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
67 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformSingleDescriptor(MixinTargetContext.java:961) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
68 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformLVT(MixinTargetContext.java:563) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
69 at org.spongepowered.asm.mixin.transformer.MixinTargetContext.transformMethod(MixinTargetContext.java:469) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
70 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyNormalMethod(MixinApplicatorStandard.java:535) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
71 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMethods(MixinApplicatorStandard.java:521) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
72 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
73 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
74 at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
75 at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
76 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
77 ... 30 more
78
79
80A detailed walkthrough of the error, its code path and all known details is as follows:
81---------------------------------------------------------------------------------------
82
83-- Head --
84Thread: Render thread
85Suspected Mods: NONE
86Stacktrace:
87 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
88 at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
89 at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
90 at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
91 at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
92 at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
93 at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
94 at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
95 at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
96 at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
97 at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
98 at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
99 at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
100 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] {}
101 at net.minecraft.client.Minecraft.<init>(Minecraft.java:505) ~[client-1.20.1-20230612.114412-srg.jar%23419!/:?] {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:connector_pre_launch:A,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:connector_pre_launch:A,pl:runtimedistcleaner:A}
102-- Initialization --
103Details:
104 Modules:
105 ADVAPI32.dll:API base de Windows 32 avanzado:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
106 BCrypt.dll:Biblioteca de primitivas criptográficas de Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
107 COMCTL32.dll:Biblioteca de controles de la experiencia del usuario:6.10 (WinBuild.160101.0800):Microsoft Corporation
108 CRYPT32.dll:Crypto API32:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
109 CRYPTBASE.DLL:Base cryptographic API DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
110 CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
111 CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
112 CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.26100.3912:Microsoft Corporation
113 DBGHELP.DLL:Windows Image Helper:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
114 DEVOBJ.dll:Device Information Set DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
115 DNSAPI.dll:DLL de API de cliente DNS:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
116 GDI32.dll:GDI Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
117 GLU32.dll:DLL de la biblioteca de programas de OpenGL:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
118 IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
119 IPHLPAPI.DLL:API auxiliar para IP:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
120 KERNEL32.DLL:Archivo DLL de cliente API BASE de Windows NT:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
121 KERNELBASE.dll:Archivo DLL de cliente API BASE de Windows NT:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
122 MMDevApi.dll:API de MMDevice:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
123 MSASN1.dll:ASN.1 Runtime APIs:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
124 MSCTF.dll:Archivo DLL del servidor MSCTF:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
125 MpOav.dll:IOfficeAntiVirus Module:4.18.25030.2 (000028f0c1f345a538ea89b768605447f1c02bdf):Microsoft Corporation
126 NSI.dll:NSI User-mode interface DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
127 NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
128 OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
129 Ole32.dll:Microsoft OLE para Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
130 OpenAL.dll:Main implementation library:1.21.1:
131 POWRPROF.dll:Archivo DLL auxiliar del perfil de energía:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
132 PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
133 Pdh.dll:Ayudante de los datos de rendimiento DLL de Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
134 PhysXCommon_64.dll:PhysXCommon 32bit Dynamic Link Library:**.**.**.**:NVIDIA Corporation
135 PhysXCooking_64.dll:PhysXCooking 32bit Dynamic Link Library:**.**.**.**:NVIDIA Corporation
136 PhysXDevice64.dll:NVIDIA PhysX Device Module:18, 12, 7, 2:NVIDIA Corporation
137 PhysXFoundation_64.dll:PhysXFoundation 32bit Dynamic Link Library:**.**.**.**:NVIDIA Corporation
138 PhysXGpu_64.dll:PhysXGpu 32bit Dynamic Link Library:**.**.**.**:NVIDIA Corporation
139 PhysXJniBindings_64.dll
140 PhysX_64.dll:PhysX 32bit Dynamic Link Library:**.**.**.**:NVIDIA Corporation
141 RPCRT4.dll:Tiempo de ejecución de llamada a procedimiento remoto:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
142 SETUPAPI.dll:API de instalación de Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
143 SHCORE.dll:SHCORE:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
144 SHELL32.dll:Archivo DLL común del shell de Windows:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
145 UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
146 USER32.dll:Archivo DLL de cliente API USER de Windows multiusuario:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
147 USERENV.dll:Userenv:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
148 VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
149 VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
150 WINHTTP.dll:Servicios HTTP de Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
151 WINMM.dll:MCI API DLL:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
152 WINTRUST.dll:Microsoft Trust Verification APIs:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
153 WS2_32.dll:DLL de 32 bits de Windows Socket 2.0:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
154 amdihk64.dll:Radeon Settings: Host Service:2,00,00,1788:Advanced Micro Devices, Inc.
155 amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
156 atig6pxx.dll:atiglpxx.dll:8.14.01.6564:Advanced Micro Devices, Inc.
157 atio6axx.dll:AMD OpenGL Driver:25.02.230729_569461f:Advanced Micro Devices, Inc
158 bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
159 cfgmgr32.dll:Configuration Manager DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
160 clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
161 combase.dll:Microsoft COM para Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
162 cryptnet.dll:Crypto Network Related API:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
163 dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
164 dhcpcsvc.DLL:Servicio cliente DHCP:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
165 dhcpcsvc6.DLL:Cliente DHCPv6:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
166 dinput8.dll:Microsoft DirectInput:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
167 directxdatabasehelper.dll:DirectXDatabaseHelper:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
168 drvstore.dll:Driver Store API:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
169 dwmapi.dll:API del Administrador de ventanas de escritorio de Microsoft:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
170 dxcore.dll:DXCore:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
171 extnet.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
172 fwpuclnt.dll:API de modo usuario de FWP/IPsec:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
173 gdi32full.dll:GDI Client DLL:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
174 glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
175 gpapi.dll:API de Cliente de directiva de grupo:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
176 icm32.dll:Microsoft Color Management Module (CMM):10.0.26100.2314 (WinBuild.160101.0800):Microsoft Corporation
177 imagehlp.dll:Windows NT Image Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
178 inputhost.dll:InputHost:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
179 java.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
180 javaw.exe:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
181 jemalloc.dll
182 jimage.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
183 jli.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
184 jna4248586349228129949.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
185 jsvml.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
186 jvm.dll:Zulu 64-Bit Server VM:17.0.12:Azul Systems Inc.
187 kernel.appcore.dll:AppModel API Host:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
188 lwjgl.dll
189 lwjgl_opengl.dll
190 lwjgl_stb.dll
191 management.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
192 management_ext.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
193 mscms.dll:Archivo DLL de Sistema de coincidencias de color de Microsoft:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
194 msvcp140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
195 msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
196 msvcrt.dll:Windows NT CRT DLL:7.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
197 mswsock.dll:Proveedor de servicios de Microsoft Windows Sockets 2.0:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
198 napinsp.dll:Proveedor de correcciones de compatibilidad (shim) de nomenclaturas de correo electrónico:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
199 ncrypt.dll:Enrutador de Windows NCrypt:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
200 net.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
201 nio.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
202 nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
203 ntdll.dll:DLL del nivel de Windows NT:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
204 opengl32.dll:OpenGL Client DLL:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
205 perfos.dll:DLL de objetos de rendimiento del sistema Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
206 pfclient.dll:SysMain Client:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
207 profapi.dll:User Profile Basic API:10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
208 rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
209 rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
210 sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
211 shlwapi.dll:Biblioteca de utilidades de Shell:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
212 sunmscapi.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
213 textinputframework.dll:"TextInputFramework.DYNLINK":10.0.26100.3912 (WinBuild.160101.0800):Microsoft Corporation
214 ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
215 uxtheme.dll:Biblioteca UxTheme de Microsoft:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
216 vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
217 verify.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
218 win32u.dll:Win32u:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
219 windows.staterepositorycore.dll:Windows StateRepository API Core:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
220 windows.storage.dll:API de almacenamiento de Microsoft WinRT:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
221 winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
222 wintypes.dll:DLL de tipos basados en Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
223 wldp.dll:Directiva de bloqueo de Windows:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
224 wshbth.dll:Windows Sockets Helper DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
225 xinput1_4.dll:API Microsoft Common Controller:10.0.26100.2308 (WinBuild.160101.0800):Microsoft Corporation
226 zip.dll:Zulu Platform x64 Architecture:17.0.12:Azul Systems Inc.
227Stacktrace:
228 at net.minecraft.client.main.Main.main(Main.java:182) ~[1.20.1-47.4.0.jar:?] {re:mixin,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:physicsmod.mixins.json:MixinMain from mod physicsmod,pl:mixin:APP:notenoughcrashes.forge.mixins.json:client.MixinMain from mod notenoughcrashes,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
229 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
230 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
231 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
232 at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
233 at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?] {}
234 at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?] {}
235 at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?] {}
236 at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
237 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
238 at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
239 at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
240 at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
241 at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
242 at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
243 at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
244
245
246-- System Details --
247Details:
248 Minecraft Version: 1.20.1
249 Minecraft Version ID: 1.20.1
250 Operating System: Windows 11 (amd64) version 10.0
251 Java Version: 17.0.12, Azul Systems, Inc.
252 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
253 Memory: 1733810544 bytes (1653 MiB) / 3833593856 bytes (3656 MiB) up to 10603200512 bytes (10112 MiB)
254 CPUs: 4
255 Processor Vendor: AuthenticAMD
256 Processor Name: AMD Athlon 300GE with Radeon Vega Graphics
257 Identifier: AuthenticAMD Family 23 Model 24 Stepping 1
258 Microarchitecture: Zen / Zen+
259 Frequency (GHz): 3.39
260 Number of physical packages: 1
261 Number of physical CPUs: 2
262 Number of logical CPUs: 4
263 Graphics card #0 name: AMD Radeon(TM) Vega 3 Graphics
264 Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
265 Graphics card #0 VRAM (MB): 2048.00
266 Graphics card #0 deviceId: 0x15d8
267 Graphics card #0 versionInfo: DriverVersion=31.0.21923.1000
268 Memory slot #0 capacity (MB): 16384.00
269 Memory slot #0 clockSpeed (GHz): 2.40
270 Memory slot #0 type: DDR4
271 Virtual memory max (MB): 22947.59
272 Virtual memory used (MB): 17285.27
273 Swap memory total (MB): 8704.00
274 Swap memory used (MB): 426.54
275 JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10112M
276 Loaded Shaderpack: miniature-shader-2.14.5.zip
277 Profile: Custom (+14 options changed by user)
278 Launched Version: 1.20.1
279 Backend library: LWJGL version 3.3.1 build 7
280 Backend API: AMD Radeon(TM) Vega 3 Graphics GL version 4.6.0 Core Profile Context 25.5.1.250226, ATI Technologies Inc.
281 Window size: <not initialized>
282 GL Caps: Using framebuffer using OpenGL 3.2
283 GL debug messages:
284 Using VBOs: Yes
285 Is Modded: Definitely; Client brand changed to 'forge'
286 Type: Client (map_client.txt)
287 CPU: 4x AMD Athlon 300GE with Radeon Vega Graphics
288 Sinytra Connector: 1.0.0-beta.46+1.20.1
289 SINYTRA CONNECTOR IS PRESENT!
290 Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker.
291 Connector's issue tracker can be found at https://github.com/Sinytra/Connector/issues.
292 Installed Fabric mods:
293 | ================================================== | ============================== | ============================== | ==================== |
294 | celestial_1.19.4_fabric-2.0_mapped_srg_1.20.1.jar | Celestial | celestial | 2.0 |
295 ModLauncher: 10.0.9+10.0.9+main.dcd20f30
296 ModLauncher launch target: forgeclient
297 ModLauncher naming: srg
298 ModLauncher services:
299 mixin-0.8.5.jar mixin PLUGINSERVICE
300 eventbus-6.0.5.jar eventbus PLUGINSERVICE
301 fmlloader-1.20.1-47.4.0.jar slf4jfixer PLUGINSERVICE
302 fmlloader-1.20.1-47.4.0.jar object_holder_definalize PLUGINSERVICE
303 fmlloader-1.20.1-47.4.0.jar runtime_enum_extender PLUGINSERVICE
304 fmlloader-1.20.1-47.4.0.jar capability_token_subclass PLUGINSERVICE
305 accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
306 fmlloader-1.20.1-47.4.0.jar runtimedistcleaner PLUGINSERVICE
307 modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
308 modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
309 modlauncher-10.0.9.jar crash_assistant TRANSFORMATIONSERVICE
310 modlauncher-10.0.9.jar mixin-transmogrifier TRANSFORMATIONSERVICE
311 modlauncher-10.0.9.jar connector_loader TRANSFORMATIONSERVICE
312 FML Language Providers:
313 minecraft@1.0
314 lowcodefml@null
315 javafml@null
316 Mod List:
317 supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
318 player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |COMMON_SET|Manifest: NOSIGNATURE
319 faunify-forge-1.20.1-1.1.2.jar |Faunify |faunify |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
320 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
321 fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |COMMON_SET|Manifest: NOSIGNATURE
322 fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |COMMON_SET|Manifest: NOSIGNATURE
323 modernfix-forge-5.21.0+mc1.20.1.jar |ModernFix |modernfix |5.21.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
324 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
325 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
326 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
327 YungsApi-1.20-Forge-4.0.6.jar |YUNG's API |yungsapi |1.20-Forge-4.0.6 |COMMON_SET|Manifest: NOSIGNATURE
328 simple-mod-config-1.20-forge-0.0.3 .jar |Simple Mod Config |simplemodconfig |0.0.3 |COMMON_SET|Manifest: NOSIGNATURE
329 balm-forge-1.20.1-7.3.27-all.jar |Balm |balm |7.3.27 |COMMON_SET|Manifest: NOSIGNATURE
330 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
331 JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
332 YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE
333 cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |COMMON_SET|Manifest: NOSIGNATURE
334 crash_assistant-forge.jar |Crash Assistant |crash_assistant |1.7.16 |COMMON_SET|Manifest: NOSIGNATURE
335 vminus-forge-1.20.1-3.2.7.jar |VMinus |vminus |3.2.7 |COMMON_SET|Manifest: NOSIGNATURE
336 supplementaries-1.20-3.1.12.jar |Supplementaries |supplementaries |1.20-3.1.12 |ERROR |Manifest: NOSIGNATURE
337 embeddium-0.3.31+mc1.20.1.jar |Embeddium |embeddium |0.3.31+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
338 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
339 GoodEnding-1.20.1-1.0.1-Forge.jar |GoodEnding |goodending |1.20.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
340 alekiNiftyShips-FORGE-1.20.1-1.0.14.jar |aleki's Nifty Ships |alekiships |1.0.14 |COMMON_SET|Manifest: NOSIGNATURE
341 WaystonesTeleportPets-1.20-1.20.1--1.2.jar |Waystones Teleport Pets |w2pets |1.0 |COMMON_SET|Manifest: NOSIGNATURE
342 Paintable-forge-1.20.1-1.7b-1.20.1.jar |Paintable |paintable |1.7b-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
343 supermartijn642corelib-1.1.18-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.18 |COMMON_SET|Manifest: NOSIGNATURE
344 resourcefulconfig-forge-1.20.1-2.1.3.jar |Resourcefulconfig |resourcefulconfig |2.1.3 |COMMON_SET|Manifest: NOSIGNATURE
345 alexsmobsinteraction-5.4-all.jar |Alex's Mobs Interaction |alexsmobsinteraction |5.4 |COMMON_SET|Manifest: NOSIGNATURE
346 accessories_cclayer-7.4.0-beta.18+1.20.1.jar |curios |curios |7.4.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
347 oculus-mc1.20.1-1.8.0.jar |Oculus |oculus |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
348 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
349 accessories-neoforge-1.0.0-beta.46+1.20.1.jar |Accessories |accessories |1.0.0-beta46+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
350 dynamic-fps-3.9.3+minecraft-1.20.0-forge.jar |Dynamic FPS |dynamic_fps |3.9.3 |COMMON_SET|Manifest: NOSIGNATURE
351 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
352 goblins_tyranny-1.1.0-forge-1.20.1.jar |Goblin's Tyranny |goblins_tyranny |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
353 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
354 fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |COMMON_SET|Manifest: NOSIGNATURE
355 createbigcannons-5.8.2-mc.1.20.1-forge.jar |Create Big Cannons |createbigcannons |5.8.2 |ERROR |Manifest: NOSIGNATURE
356 tameablebeasts-6.2.jar |Tameable Beasts |tameablebeasts |6.2 |COMMON_SET|Manifest: NOSIGNATURE
357 rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
358 Thalassophobia-forge-1.20.1-1.2.1.jar |Thalassophobia |thalassophobia |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
359 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
360 jei-1.20.1-forge-15.20.0.106.jar |Just Enough Items |jei |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
361 CGM-Unofficial-1.4.18+Forge+1.20.1.jar |MrCrayfish's Gun Mod |cgm |1.4.18 |COMMON_SET|Manifest: NOSIGNATURE
362 lithostitched-forge-1.20.1-1.4.4.jar |Lithostitched |lithostitched |1.4 |COMMON_SET|Manifest: NOSIGNATURE
363 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
364 caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
365 fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |COMMON_SET|Manifest: NOSIGNATURE
366 fabric-renderer-indigo-1.5.2+b5b2da4177.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.2+b5b2da4177 |COMMON_SET|Manifest: NOSIGNATURE
367 RELDA[1.20.1]+FORGE.jar |relda |relda |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
368 simplemissiles-1.6.1-forge-1.20.1.jar |Glaiden's Simple Missiles |simplemissiles |1.6.1 |COMMON_SET|Manifest: NOSIGNATURE
369 GlitchCore-forge-1.20.1-0.0.1.1.jar |GlitchCore |glitchcore |**.**.**.** |ERROR |Manifest: NOSIGNATURE
370 midnightlib-forge-1.4.2.jar |MidnightLib |midnightlib |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
371 InfiniteLava-Forge-1.20.1-v1.0.1.jar |infinitelava |infinitelava |1.0.1-SNAPSHOT |COMMON_SET|Manifest: NOSIGNATURE
372 fusion-1.2.7b-forge-mc1.20.1.jar |Fusion |fusion |1.2.7+b |COMMON_SET|Manifest: NOSIGNATURE
373 fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |COMMON_SET|Manifest: NOSIGNATURE
374 forge-1.20.1-47.4.0-universal.jar |Forge |forge |47.4.0 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
375 tectonic-forge-1.20.1-2.4.1.jar |Tectonic |tectonic |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE
376 client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
377 cofh_core-1.20.1-11.0.2.56.jar |CoFH Core |cofh_core |11.0.2 |ERROR |Manifest: NOSIGNATURE
378 TerraBlender-forge-1.20.1-3.0.1.10.jar |TerraBlender |terrablender |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
379 BiomesOPlenty-forge-1.20.1-19.0.0.96.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
380 physics-mod-3.0.14-mc-1.20.1-forge.jar |Physics Mod |physicsmod |3.0.14 |COMMON_SET|Manifest: NOSIGNATURE
381 fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |COMMON_SET|Manifest: NOSIGNATURE
382 justenoughbreeding-forge-1.20-1.20.1-1.5.0.jar |Just Enough Breeding |justenoughbreeding |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE
383 Oh-The-Trees-Youll-Grow-forge-1.20.1-1.3.8.jar |Oh The Trees You'll Grow |ohthetreesyoullgrow |1.3.8 |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 spectrelib-forge-0.13.17+1.20.1.jar |SpectreLib |spectrelib |0.13.17+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
386 Corgilib-Forge-1.20.1-4.0.3.3.jar |CorgiLib |corgilib |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
387 fabric-resource-conditions-api-v1-2.3.8+9e342fc177|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9e342fc177 |COMMON_SET|Manifest: NOSIGNATURE
388 ambientadditions-1.20.1-1.1.0.jar |Ambient Additions |ambientadditions |1.20.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
389 flywheel-forge-1.20.1-1.0.2.jar |Flywheel |flywheel |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
390 Ponder-Forge-1.20.1-1.0.52.jar |Ponder |ponder |1.0.52 |ERROR |Manifest: NOSIGNATURE
391 Xaeros_Minimap_25.2.6_Forge_1.20.jar |Xaero's Minimap |xaerominimap |25.2.6 |ERROR |Manifest: NOSIGNATURE
392 gravestone-forge-1.20.1-1.0.24.jar |Gravestone Mod |gravestone |1.20.1-1.0.24 |COMMON_SET|Manifest: NOSIGNATURE
393 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
394 polymorph-forge-0.49.10+1.20.1.jar |Polymorph |polymorph |0.49.10+1.20.1 |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.5.0+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.5.0+1.20.4 |COMMON_SET|Manifest: NOSIGNATURE
397 appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
398 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
399 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
400 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
401 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
402 cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
403 aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |COMMON_SET|Manifest: NOSIGNATURE
404 unusualfishmod-1.1.8.jar |Unusual Fish Mod |unusualfishmod |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
405 notenoughcrashes-4.4.7+1.20.1-forge.jar |Not Enough Crashes |notenoughcrashes |4.4.7+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
406 kuma-api-forge-20.1.10+1.20.1.jar |KumaAPI |kuma_api |20.1.10 |COMMON_SET|Manifest: NOSIGNATURE
407 fabric-renderer-api-v1-3.2.1+cf68abbe77.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+cf68abbe77 |COMMON_SET|Manifest: NOSIGNATURE
408 BetterGrassify-1.4.4+forge.1.20.1.jar |BetterGrassify |bettergrass |1.4.4+forge.1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
409 geckolib-forge-1.20.1-4.7.1.2.jar |GeckoLib 4 |geckolib |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
410 crittersandcompanions-forge-2.2.2.jar |Critters and Companions |crittersandcompanions |2.2.2 |COMMON_SET|Manifest: NOSIGNATURE
411 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
412 naturalist-5.0pre2+forge-1.20.1.jar |Naturalist |naturalist |5.0pre2 |COMMON_SET|Manifest: NOSIGNATURE
413 YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
414 Compat_AlexsMobs-Naturalist.jar |Alex's Mobs - Naturalist Compa|alexsmobsnaturalistcompat |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
415 dynamiclights-v1.8.2-mc1.17x-1.20x-mod.jar |Dynamic Lights |dynamiclights |1.8.2+mod |COMMON_SET|Manifest: NOSIGNATURE
416 immersive_aircraft-1.2.2+1.20.1-forge.jar |Immersive Aircraft |immersive_aircraft |1.2.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
417 Aviator Dreams 2.0.1-2 1.20.1-Forge.jar |Aviator Dreams |aviator_dream |1.20.1-SNAPSHOT |COMMON_SET|Manifest: NOSIGNATURE
418 sophisticatedcore-1.20.1-1.2.51.966.jar |Sophisticated Core |sophisticatedcore |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
419 benssharks-1.2.5-forge-1.20.1.jar |Ben's Sharks |benssharks |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE
420 ritchiesprojectilelib-2.0.0-dev+mc.1.20.1-forge-bu|Ritchie's Projectile Library |ritchiesprojectilelib |2.0.0-dev+mc.1.20.1-|COMMON_SET|Manifest: NOSIGNATURE
421 XaerosWorldMap_1.39.9_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.39.9 |COMMON_SET|Manifest: NOSIGNATURE
422 citadel-2.6.1-1.20.1.jar |Citadel |citadel |2.6.1 |ERROR |Manifest: NOSIGNATURE
423 alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |COMMON_SET|Manifest: NOSIGNATURE
424 iceandfire-2.1.13-1.20.1-beta-5.jar |Ice and Fire |iceandfire |2.1.13-1.20.1 |ERROR |Manifest: NOSIGNATURE
425 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
426 mixinextras-forge-0.5.0-beta.5.jar |MixinExtras |mixinextras |0.5.0-beta.5 |COMMON_SET|Manifest: NOSIGNATURE
427 gravestonecurioscompat-1.18.x-1.20.x-Forge-2.1.0.j|gravestonecurioscompat |gravestonecurioscompat |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
428 sophisticatedbackpacks-1.20.1-3.23.13.1230.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.23.13.1230 |COMMON_SET|Manifest: NOSIGNATURE
429 simpleplanes-1.20.1-5.3.0.jar |Simple Planes |simpleplanes |1.20.1-5.3.0 |COMMON_SET|Manifest: NOSIGNATURE
430 relics-1.20.1-0.8.0.9.jar |Relics |relics |**.**.**.** |ERROR |Manifest: NOSIGNATURE
431 zetter-1.20.1-0.21.5.jar |Zetter |zetter |0.21.5 |COMMON_SET|Manifest: NOSIGNATURE
432 interiors-0.5.6+forge-mc1.20.1-local.jar |Create: Interiors |interiors |0.5.6 |COMMON_SET|Manifest: NOSIGNATURE
433 fabric-api-0.92.2+1.11.12+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.2+1.11.12+1.20.|COMMON_SET|Manifest: NOSIGNATURE
434 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
435 enemyexpansion-2.3.1-forge-1.20.1.jar |Enemy Expansion |enemyexpansion |2.3.1 |COMMON_SET|Manifest: NOSIGNATURE
436 entity_model_features_forge_1.20.1-2.4.1.jar |Entity Model Features |entity_model_features |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE
437 entity_texture_features_forge_1.20.1-6.2.9.jar |Entity Texture Features |entity_texture_features |6.2.9 |COMMON_SET|Manifest: NOSIGNATURE
438 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
439 Choups_Drakvyrn_Mod_(v2.5.0)_for_1.20.1.jar |Choup's Drakvyrn Mod |choups_drakvyrn_mod |2.5.0 |COMMON_SET|Manifest: NOSIGNATURE
440 Chunky-1.3.146.jar |Chunky |chunky |1.3.146 |COMMON_SET|Manifest: NOSIGNATURE
441 Patchouli-1.20.1-84.1-FORGE.jar |Patchouli |patchouli |1.20.1-84.1-FORGE |COMMON_SET|Manifest: NOSIGNATURE
442 mobdropsrecipes_end-merged-1.20.1-1.0.1.jar |MobDropsRecipes End |mobdropsrecipes_end |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
443 Connector-1.0.0-beta.46+1.20.1-mod.jar |Connector |connectormod |1.0.0-beta.46+1.20.1|COMMON_SET|Manifest: NOSIGNATURE
444 resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |ERROR |Manifest: NOSIGNATURE
445 architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE
446 Not Enough Recipe Book-FORGE-0.4.1+1.20.1.jar |Not Enough Recipe Book |nerb |0.4.1 |COMMON_SET|Manifest: NOSIGNATURE
447 pandalib-forge-mc1.20-0.5.2-SNAPSHOT.jar |PandaLib |pandalib |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE
448 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
449 refurbished_furniture-forge-1.20.1-1.0.12.jar |MrCrayfish's Furniture Mod: Re|refurbished_furniture |1.0.12 |ERROR |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
450 monolib-forge-1.20.1-2.0.0.jar |MonoLib |monolib |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
451 mob_drops_recipes_nether-merged-1.20.1-2.1.1.jar |Mob Drops Recipes Nether |mob_drops_recipes_nether |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
452 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
453 framework-forge-1.20.1-0.7.12.jar |Framework |framework |0.7.12 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
454 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
455 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
456 fallingtrees-forge-mc1.20-0.13.2-SNAPSHOT.jar |Panda's Falling Tree's |fallingtrees |0.13.2 |COMMON_SET|Manifest: NOSIGNATURE
457 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
458 amendments-1.20-1.2.19.jar |Amendments |amendments |1.20-1.2.19 |COMMON_SET|Manifest: NOSIGNATURE
459 oculus-flywheel-compat-forge1.20.1+1.1.4.jar |Oculus Flywheel Compat |irisflw |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
460 minecraft-comes-alive-7.6.3+1.20.1-universal.jar |Minecraft Comes Alive |mca |7.6.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
461 celestial_1.19.4_fabric-2.0_mapped_srg_1.20.1.jar |Celestial |celestial |2.0 |COMMON_SET|Manifest: NOSIGNATURE
462 OctoLib-FORGE-0.5.0.1+1.20.1.jar |OctoLib |octolib |**.**.**.** |ERROR |Manifest: NOSIGNATURE
463 copycats-3.0.0+mc.1.20.1-forge.jar |Create: Copycats+ |copycats |3.0.0+mc.1.20.1-forg|COMMON_SET|Manifest: NOSIGNATURE
464 Oh-The-Biomes-Weve-Gone-Forge-1.5.11.jar |Oh The Biomes We've Gone |biomeswevegone |1.5.11 |COMMON_SET|Manifest: NOSIGNATURE
465 tacz-1.20.1-1.1.4-hotfix-all.jar |Timeless & Classics Guns: Zero|tacz |1.1.4-hotfix |COMMON_SET|Manifest: NOSIGNATURE
466 mobdropsrecipes_overworld-merged-1.20.1-2.0.0.jar |MobDropsRecipes Overworld |mobdropsrecipes_overworld |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
467 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
468 obscure_api-15.jar |Obscure API |obscure_api |15 |COMMON_SET|Manifest: NOSIGNATURE
469 create-1.20.1-6.0.4.jar |Create |create |6.0.4 |ERROR |Manifest: NOSIGNATURE
470 chloride-FORGE-mc1.20.1-v1.6.0.jar |Chloride |chloride |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
471 waystones-forge-1.20.1-14.1.11.jar |Waystones |waystones |14.1.11 |COMMON_SET|Manifest: NOSIGNATURE
472 comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
473 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
474 leawind_third_person-v2.1.0-mc1.20.1-forge.jar |Leawind's Third Person |leawind_third_person |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
475 pomkotsmechs-forge-0.0.1-alpha.5.jar |Pomkots Mechs |pomkotsmechs |0.0.1-alpha.5 |COMMON_SET|Manifest: NOSIGNATURE
476 pomkotsmechsextension-forge-0.0.1-alpha.3.jar |Pomkots Mechs Extension |pomkotsmechsextension |0.0.1-alpha.3 |COMMON_SET|Manifest: NOSIGNATURE
477 artifacts-forge-9.5.16.jar |Artifacts |artifacts |9.5.16 |COMMON_SET|Manifest: NOSIGNATURE
478 Continents_1.21.x_v1.1.7.jar |Continents |continents |1.1.7 |COMMON_SET|Manifest: NOSIGNATURE
479 blueprint-1.20.1-7.1.3.jar |Blueprint |blueprint |7.1.3 |COMMON_SET|Manifest: NOSIGNATURE
480 upgrade_aquatic-1.20.1-6.0.3.jar |Upgrade Aquatic |upgrade_aquatic |6.0.3 |COMMON_SET|Manifest: NOSIGNATURE
481 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
482 alexscaves-2.0.2.jar |Alex's Caves |alexscaves |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
483 moonlight-1.20-2.13.83-forge.jar |Moonlight Library |moonlight |1.20-2.13.83 |COMMON_SET|Manifest: NOSIGNATURE
484 fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |COMMON_SET|Manifest: NOSIGNATURE
485 mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
486 Jade-1.20.1-Forge-11.13.1.jar |Jade |jade |11.13.1+forge |COMMON_SET|Manifest: NOSIGNATURE
487 weaponmaster-1.4.3-1.20.1.jar |Weapon Master |weaponmaster |1.4.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
488 Ribbits-1.20.1-Forge-3.0.4.jar |Ribbits |ribbits |1.20.1-Forge-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
489 irons_spellbooks-1.20.1-3.4.0.7.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.4.0.7 |COMMON_SET|Manifest: NOSIGNATURE
490 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
491 automobility-0.4.2+1.20.1-forge.jar |Automobility |automobility |0.4.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
492 ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
493 rarcompat-1.20.1-0.1.7.jar |RAR-Compat |rarcompat |0.1.7 |COMMON_SET|Manifest: NOSIGNATURE
494 expandability-forge-9.0.4.jar |ExpandAbility |expandability |9.0.4 |COMMON_SET|Manifest: NOSIGNATURE
495 deeper-oceans-mc1.20-v1.0.1a.jar |Deeper Oceans |deeper_oceans |1.0.1a |COMMON_SET|Manifest: NOSIGNATURE
496 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
497 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
498 Crash Report UUID: 89c55d1a-c100-4f47-bb06-079edfdd1c37
499 FML: 47.4
500 Forge: net.minecraftforge:47.4.0
501 Flywheel Backend: flywheel:off
502 Suspected Mods: Minecraft (minecraft)
This log will be saved for 90 days from their last view.
Report abuse