Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Hi. I'm Connector, and I'm a crashaholic
- =========================
- SINYTRA CONNECTOR IS PRESENT!
- 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 found at https://github.com/Sinytra/Connector/issues.
- =========================
- // Don't do that.
- Time: 2024-10-26 22:33:20
- Description: Initializing game
- org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
- at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
- at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
- at net.minecraft.client.renderer.LevelRenderer.handler$dpi000$xenon$init(LevelRenderer.java:27656) ~[client-1.20.1-20230612.114412-srg.jar%23918!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.renderer.LevelRenderer.<init>(LevelRenderer.java:267) ~[client-1.20.1-20230612.114412-srg.jar%23918!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.Minecraft.<init>(Minecraft.java:505) ~[client-1.20.1-20230612.114412-srg.jar%23918!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.7.jar:?] {re:mixin,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin from mod flywheel,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
- at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
- at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
- at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
- at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
- Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [valkyrienskies-common.mixins.json:mod_compat.sodium.MixinSodiumWorldRenderer from mod valkyrienskies] from phase [DEFAULT] in config [valkyrienskies-common.mixins.json] FAILED during APPLY
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- ... 32 more
- Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on renderShipChunkBlockEntity could not find any targets matching 'Lme/jellysquid/mods/sodium/client/render/SodiumWorldRenderer;renderTileEntities(Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/RenderBuffers;Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;Lnet/minecraft/client/Camera;F)V' in me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer. Using refmap valkyrienskies-1201-common-refmap.json [PREINJECT Applicator Phase -> valkyrienskies-common.mixins.json:mod_compat.sodium.MixinSodiumWorldRenderer from mod valkyrienskies -> Prepare Injections -> -> redirect$bpb000$valkyrienskies$renderShipChunkBlockEntity(Lnet/minecraft/client/renderer/blockentity/BlockEntityRenderDispatcher;Lnet/minecraft/world/level/block/entity/BlockEntity;FLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/RenderBuffers;Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;Lnet/minecraft/client/Camera;F)V -> Parse]
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.<init>(RedirectInjectionInfo.java:44) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at jdk.internal.reflect.GeneratedConstructorAccessor84.newInstance(Unknown Source) ~[?:?] {}
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
- at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
- at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1329) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- ... 32 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Render thread
- Stacktrace:
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
- at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
- at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
- at net.minecraft.client.renderer.LevelRenderer.handler$dpi000$xenon$init(LevelRenderer.java:27656) ~[client-1.20.1-20230612.114412-srg.jar%23918!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.renderer.LevelRenderer.<init>(LevelRenderer.java:267) ~[client-1.20.1-20230612.114412-srg.jar%23918!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.Minecraft.<init>(Minecraft.java:505) ~[client-1.20.1-20230612.114412-srg.jar%23918!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- -- Initialization --
- Details:
- Modules:
- ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- AUTHZ.dll:Authorization Framework:10.0.22621.3235 (WinBuild.160101.0800):Microsoft Corporation
- COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
- CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
- ControlLib.dll:Intel Graphics Control Lib Loader for Intel Graphics:1.0.202:
- CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
- CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.3672:Microsoft Corporation
- D3DCOMPILER_47.dll:Direct3D HLSL Compiler:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
- DEVOBJ.dll:Device Information Set DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- EffekseerNativeForJava.dll
- GDI32.dll:GDI Client DLL:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
- GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
- IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- IntelControlLib.dll:Intel Graphics Control Lib Runtime:1.0.106:
- KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
- KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- MMDevApi.dll:MMDevice API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- MPR.dll:Multiple Provider Router DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- MSCTF.dll:MSCTF Server DLL:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
- MpOav.dll:IOfficeAntiVirus Module:4.18.24080.9 (f49fb7de0d838aeebbdbd940314a35a90705840e):Microsoft Corporation
- NETAPI32.dll:Net Win32 API DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- NETUTILS.DLL:Net Win32 API Helpers DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
- OpenAL.dll:Main implementation library:1.21.1:
- POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
- PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- SETUPAPI.dll:Windows Setup API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- SHELL32.dll:Windows Shell Common Dll:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
- VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- WINSTA.dll:Winstation Library:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
- WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
- apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- awt.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
- cfgmgr32.dll:Configuration Manager DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
- combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- d3d11.dll:Direct3D 11 Runtime:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
- dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- dcomp.dll:Microsoft DirectComposition Library:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- dinput8.dll:Microsoft DirectInput:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- directxdatabasehelper.dll:DirectXDatabaseHelper:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
- drvstore.dll:Driver Store API:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
- dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- dxcore.dll:DXCore:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
- dxgi.dll:DirectX Graphics Infrastructure:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
- fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- gdi32full.dll:GDI Client DLL:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
- glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
- gpapi.dll:Group Policy Client API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.3880 (WinBuild.160101.0800):Microsoft Corporation
- igc64.dll:Intel Graphics Shader Compiler for Intel(R) Graphics Accelerator:31.0.101.3413:Intel Corporation
- igd10iumd64.dll:User Mode Driver for Intel(R) Graphics Technology:31.0.101.3413:Intel Corporation
- igd10um64xe.DLL:User Mode Driver for Intel(R) Graphics Technology:31.0.101.3413:Intel Corporation
- igdgmm64.dll:User Mode Driver for Intel(R) Graphics Technology:31.0.101.3413:Intel Corporation
- imagehlp.dll:Windows NT Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- inputhost.dll:InputHost:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft
- jemalloc.dll
- jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- jna1249771507109291411.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
- jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft
- kernel.appcore.dll:AppModel API Host:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
- lwjgl.dll
- lwjgl_opengl.dll
- lwjgl_stb.dll
- management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- mbamsi64.dll:Malwarebytes AMSI Provider:1.1.1.63:Malwarebytes
- mdnsNSP.dll:Bonjour Namespace Provider:2.0.2.0:Apple Inc.
- msasn1.dll:ASN.1 Runtime APIs:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- mscms.dll:Microsoft Color Matching System DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
- msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
- msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- ntdll.dll:NT Layer DLL:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- nvapi64.dll:NVIDIA NVAPI Library, Version 565.90 :32.0.15.6590:NVIDIA Corporation
- nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 565.90 :32.0.15.6590:NVIDIA Corporation
- nvldumdx.dll:NVIDIA Driver Loader, Version 565.90 :32.0.15.6590:NVIDIA Corporation
- nvoglv64.dll:NVIDIA Compatible OpenGL ICD:32.0.15.6590:NVIDIA Corporation
- nvppex.dll:NVIDIA Driver, Version 565.90 :32.0.15.6590:NVIDIA Corporation
- nvspcap64.dll:NVIDIA Game Proxy:3.28.0.417:NVIDIA Corporation
- nvwgf2umx.dll:NVIDIA D3D10 Driver, Version 565.90 :32.0.15.6590:NVIDIA Corporation
- ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- opengl32.dll:OpenGL Client DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
- perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- profapi.dll:User Profile Basic API:10.0.22621.4111 (WinBuild.160101.0800):Microsoft Corporation
- rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- sfc.dll:Windows File Protection:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- sfc_os.DLL:Windows File Protection:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
- ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
- uxtheme.dll:Microsoft UxTheme Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
- verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- win32u.dll:Win32u:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
- windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
- winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- wldp.dll:Windows Lockdown Policy:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
- wshbth.dll:Windows Sockets Helper DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
- wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- xinput1_4.dll:Microsoft Common Controller API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
- zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- Stacktrace:
- at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.7.jar:?] {re:mixin,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin from mod flywheel,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
- at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
- at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
- at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
- at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.7.jar:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
- at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
- -- System Details --
- Details:
- Minecraft Version: 1.20.1
- Minecraft Version ID: 1.20.1
- Operating System: Windows 11 (amd64) version 10.0
- Java Version: 17.0.8, Microsoft
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
- Memory: 1710563600 bytes (1631 MiB) / 4982833152 bytes (4752 MiB) up to 10737418240 bytes (10240 MiB)
- CPUs: 20
- Processor Vendor: GenuineIntel
- Processor Name: 12th Gen Intel(R) Core(TM) i7-12700H
- Identifier: Intel64 Family 6 Model 154 Stepping 3
- Microarchitecture: Alder Lake
- Frequency (GHz): 2.69
- Number of physical packages: 1
- Number of physical CPUs: 14
- Number of logical CPUs: 20
- Graphics card #0 name: Intel(R) Iris(R) Xe Graphics
- Graphics card #0 vendor: Intel Corporation (0x8086)
- Graphics card #0 VRAM (MB): 1024.00
- Graphics card #0 deviceId: 0x46a6
- Graphics card #0 versionInfo: DriverVersion=31.0.101.3413
- Graphics card #1 name: NVIDIA GeForce RTX 3080 Laptop GPU
- Graphics card #1 vendor: NVIDIA (0x10de)
- Graphics card #1 VRAM (MB): 4095.00
- Graphics card #1 deviceId: 0x249c
- Graphics card #1 versionInfo: DriverVersion=32.0.15.6590
- Memory slot #0 capacity (MB): 32768.00
- Memory slot #0 clockSpeed (GHz): 4.80
- Memory slot #0 type: Unknown
- Memory slot #1 capacity (MB): 32768.00
- Memory slot #1 clockSpeed (GHz): 4.80
- Memory slot #1 type: Unknown
- Virtual memory max (MB): 69332.16
- Virtual memory used (MB): 27271.32
- Swap memory total (MB): 4096.00
- Swap memory used (MB): 0.00
- JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10240m -Xms256m
- Loaded Shaderpack: (off) (fallback)
- Launched Version: forge-47.3.7
- Backend library: LWJGL version 3.3.1 build 7
- Backend API: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 565.90, NVIDIA Corporation
- Window size: <not initialized>
- GL Caps: Using framebuffer using OpenGL 3.2
- GL debug messages:
- Using VBOs: Yes
- Is Modded: Definitely; Client brand changed to 'forge'
- Type: Client (map_client.txt)
- CPU: 20x 12th Gen Intel(R) Core(TM) i7-12700H
- Sinytra Connector: 1.0.0-beta.45+1.20.1
- SINYTRA CONNECTOR IS PRESENT!
- 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.
- Connector's issue tracker can be found at https://github.com/Sinytra/Connector/issues.
- Installed Fabric mods:
- | ================================================== | ============================== | ============================== | ==================== |
- | Eldritch_End-FORGE-MC1.20.1-v0.3.0$aaa-particles-1 | AAAParticles | aaa_particles | 1.20.1-1.2.1 |
- | nicer-skies-1.3.0+1.20.1_mapped_srg_1.20.1.jar | Nicer Skies | nicer_skies | 1.3.0 |
- | betterend-crashed-ships-1.0.0_mapped_srg_1.20.1.ja | BetterEnd Crashed Ships | betterend_crashed_ships | 1.0.0 |
- | crawl-0.12.0_mapped_srg_1.20.1.jar | Crawl | crawl | 0.12.0 |
- | crawl-0.12.0$Fabric-ASM-v2.3_mapped_srg_1.20.1.jar | Manningham Mills | mm | 2.3 |
- | Eldritch_End-FORGE-MC1.20.1-v0.3.0_mapped_srg_1.20 | Eldritch End | eldritch_end | 0.3.0 |
- | fasterrandom-5.1.0_mapped_srg_1.20.1.jar | Faster Random | faster_random | 5.1.0 |
- | better-end-4.0.11_mapped_srg_1.20.1.jar | Better End | betterend | 4.0.11 |
- | bclib-3.0.14$wunderlib-1.1.5_mapped_srg_1.20.1.jar | WunderLib | wunderlib | 1.1.5 |
- | bclib-3.0.14_mapped_srg_1.20.1.jar | BCLib | bclib | 3.0.14 |
- ModLauncher: 10.0.9+10.0.9+main.dcd20f30
- ModLauncher launch target: forgeclient
- ModLauncher naming: srg
- ModLauncher services:
- mixin-0.8.5.jar mixin PLUGINSERVICE
- eventbus-6.0.5.jar eventbus PLUGINSERVICE
- fmlloader-1.20.1-47.3.7.jar slf4jfixer PLUGINSERVICE
- fmlloader-1.20.1-47.3.7.jar object_holder_definalize PLUGINSERVICE
- fmlloader-1.20.1-47.3.7.jar runtime_enum_extender PLUGINSERVICE
- fmlloader-1.20.1-47.3.7.jar capability_token_subclass PLUGINSERVICE
- accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
- fmlloader-1.20.1-47.3.7.jar runtimedistcleaner PLUGINSERVICE
- modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar redirector TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar mixin-transmogrifier TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar connector_loader TRANSFORMATIONSERVICE
- FML Language Providers:
- Configured [email protected]
- javafml@null
- lowcodefml@null
- Mod List:
- YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- epicempires-0.0.4-neo.jar |EpicEmpires |epicempires |0.0.4-neo |COMMON_SET|Manifest: NOSIGNATURE
- nethervillagertrader-1.2.0-forge-1.20.1.jar |NetherVillagerTrader |nethervillagertrader |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
- Nyctophobia_1.6_(FORGE)_for_1.20+.jar |Nyctophobia |nyctophobia |1.6 |COMMON_SET|Manifest: NOSIGNATURE
- kubejs-bridge-1.11.2+1.20.1.jar |Connector Extras KubeJS Bridge|connectorextras_kubejs_bridge |1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |COMMON_SET|Manifest: NOSIGNATURE
- Stony Cliffs for Lithostitched v1.1.2.jar |Stony Cliffs Are Cool (Lithost|stonycliffs |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
- ApothicCombat-1.20.1-1.1.0.jar |Apothic Combat |apothiccombat |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- modernfix-forge-5.19.4+mc1.20.1.jar |ModernFix |modernfix |5.19.4+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- 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
- 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
- YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |COMMON_SET|Manifest: NOSIGNATURE
- BotanyPotsTiers-Forge-1.20.1-6.0.1.jar |BotanyPotsTiers |botanypotstiers |6.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- rei-bridge-1.11.2+1.20.1.jar |Connector Extras REI Bridge |connectorextras_rei_bridge |1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- clientcrafting-1.20.1-1.8.jar |clientcrafting mod |clientcrafting |1.20.1-1.8 |COMMON_SET|Manifest: NOSIGNATURE
- Kambrik-6.1.1+1.20.1-forge.jar |Kambrik |kambrik |6.1.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- Apotheosis-1.20.1-7.4.2.jar |Apotheosis |apotheosis |7.4.2 |COMMON_SET|Manifest: NOSIGNATURE
- SnowRealMagic-1.20.1-Forge-10.5.1.jar |Snow! Real Magic! |snowrealmagic |10.5.1 |COMMON_SET|Manifest: NOSIGNATURE
- whatareyouvotingfor2023-1.20.1-1.2.5.jar |What Are You Voting For? 2023 |whatareyouvotingfor |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE
- cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |COMMON_SET|Manifest: NOSIGNATURE
- sawmill-1.20-1.4.3.jar |Universal Sawmill |sawmill |1.20-1.4.3 |COMMON_SET|Manifest: NOSIGNATURE
- revampedwolf-1.20.1-5.0.0.jar |RevampedWolf |revampedwolf |1.20.1-5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- structure_gel-1.20.1-2.16.2.jar |Structure Gel API |structure_gel |2.16.2 |COMMON_SET|Manifest: NOSIGNATURE
- explorations-forge-1.20.1-1.5.2.jar |Explorations+ |explorations |1.20.1-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE
- corpse-forge-1.20.1-1.0.14.jar |Corpse |corpse |1.20.1-1.0.14 |COMMON_SET|Manifest: NOSIGNATURE
- handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE
- BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.ja|Better Compatibility Checker |bcc |4.0.8 |COMMON_SET|Manifest: NOSIGNATURE
- BlockRunner-v8.0.4-1.20.1-Forge.jar |Block Runner |blockrunner |8.0.4 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- transparent-forge-8.0.1+1.20.1.jar |Transparent |transparent |8.0.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- Highlighter-1.20.1-forge-1.1.9.jar |Highlighter |highlighter |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
- spark-1.10.53-forge.jar |spark |spark |1.10.53 |COMMON_SET|Manifest: NOSIGNATURE
- MyNethersDelight-1.20.1-0.1.7.5.jar |My Nether's Delight |mynethersdelight |1.20.1-1.7.5 |COMMON_SET|Manifest: NOSIGNATURE
- YungsExtras-1.20-Forge-4.0.3.jar |YUNG's Extras |yungsextras |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- ApothicAttributes-1.20.1-1.3.7.jar |Apothic Attributes |attributeslib |1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
- Chunk-Pregenerator-1.20-4.4.4.jar |Chunk Pregenerator |chunkpregen |1.20-4.4.4 |COMMON_SET|Manifest: NOSIGNATURE
- YungsMenuTweaks-1.20.1-Forge-1.0.2.jar |YUNG's Menu Tweaks |yungsmenutweaks |1.20.1-Forge-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- medieval-1.20.1-1.4.6.jar |Medieval |medieval |1.4.6 |COMMON_SET|Manifest: NOSIGNATURE
- cumulus_menus-1.20.1-1.0.0-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE
- flib-1.20.1-0.0.14.jar |flib |flib |0.0.14 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
- YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- nitrogen_internals-1.20.1-1.0.7-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.7-neoforg|COMMON_SET|Manifest: NOSIGNATURE
- KryptonReforged-0.2.3.jar |Krypton Reforged |krypton |0.2.3 |COMMON_SET|Manifest: NOSIGNATURE
- l2library-2.4.16-slim.jar |L2 Library |l2library |2.4.16 |COMMON_SET|Manifest: NOSIGNATURE
- toms_storage-1.20-1.6.8.jar |Tom's Simple Storage Mod |toms_storage |1.6.8 |COMMON_SET|Manifest: NOSIGNATURE
- DynamicTrees-1.20.1-1.3.3.jar |Dynamic Trees |dynamictrees |1.20.1-1.3.3 |COMMON_SET|Manifest: NOSIGNATURE
- BetterModsButton-v8.0.2-1.20.1-Forge.jar |Better Mods Button |bettermodsbutton |8.0.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- treasure-bags-1.20.1-1.9.0.jar |Treasure Bags |treasurebags |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- SmartBrainLib-forge-1.20.1-1.15.jar |SmartBrainLib |smartbrainlib |1.15 |COMMON_SET|Manifest: NOSIGNATURE
- radium-mc1.20.1-0.12.4+git.26c9d8e.jar |Radium |radium |0.12.4+git.26c9d8e |COMMON_SET|Manifest: NOSIGNATURE
- Kiwi-1.20.1-Forge-11.8.20.jar |Kiwi Library |kiwi |11.8.20+forge |COMMON_SET|Manifest: NOSIGNATURE
- bellsandwhistles-0.4.3-1.20.x.jar |Create: Bells & Whistles |bellsandwhistles |0.4.3-1.20.x |COMMON_SET|Manifest: NOSIGNATURE
- VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
- 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
- goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- Paxi-1.20-Forge-4.0.jar |Paxi |paxi |1.20-Forge-4.0 |COMMON_SET|Manifest: NOSIGNATURE
- fullstackwatchdog-1.0.1+1.19.2-forge.jar |FullStack Watchdog |fullstackwatchdog |1.0.1+1.19.2-forge |COMMON_SET|Manifest: NOSIGNATURE
- fastasyncworldsave-1.20.1-2.0.jar |fastasyncworldsave mod |fastasyncworldsave |1.20.1-2.0 |COMMON_SET|Manifest: NOSIGNATURE
- GeOre-1.20.1-2.4.2.jar |GeOre |geore |2.4.2 |COMMON_SET|Manifest: NOSIGNATURE
- EpheroLib-1.20.1-FORGE-1.2.0.jar |BOZOID |epherolib |0.1.2 |COMMON_SET|Manifest: NOSIGNATURE
- Eldritch_End-FORGE-MC1.20.1-v0.3.0$aaa-particles-1|AAAParticles |aaa_particles |1.20.1-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE
- BotanyPots-Forge-1.20.1-13.0.39.jar |BotanyPots |botanypots |13.0.39 |COMMON_SET|Manifest: NOSIGNATURE
- snowundertrees-1.20.1-1.4.4.jar |Snow Under Trees |snowundertrees |1.4.4 |COMMON_SET|Manifest: NOSIGNATURE
- nicer-skies-1.3.0+1.20.1_mapped_srg_1.20.1.jar |Nicer Skies |nicer_skies |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
- medieval_paintings-1.20-7.0.jar |Medieval Paintings |medieval_paintings |7.0 |COMMON_SET|Manifest: NOSIGNATURE
- fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |COMMON_SET|Manifest: NOSIGNATURE
- hunters_return-1.20.1-11.5.0.jar |Hunters Returns |hunters_return |1.20.1-11.5.0 |COMMON_SET|Manifest: NOSIGNATURE
- DungeonsArise-1.20.x-2.1.58-release.jar |When Dungeons Arise |dungeons_arise |2.1.58-1.20.x |COMMON_SET|Manifest: NOSIGNATURE
- smoothchunk-1.20.1-3.6.jar |Smoothchunk mod |smoothchunk |1.20.1-3.6 |COMMON_SET|Manifest: NOSIGNATURE
- voicechat-forge-1.20.1-2.5.24.jar |Simple Voice Chat |voicechat |1.20.1-2.5.24 |COMMON_SET|Manifest: NOSIGNATURE
- TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |3.0.1.7 |COMMON_SET|Manifest: NOSIGNATURE
- BiomesOPlenty-1.20.1-18.0.0.598.jar |Biomes O' Plenty |biomesoplenty |18.0.0.598 |COMMON_SET|Manifest: NOSIGNATURE
- ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar |Forge Config Screens |forgeconfigscreens |8.0.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- Necronomicon-Forge-1.6.0+1.20.1.jar |Necronomicon |necronomicon |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
- justenoughbreeding-forge-1.20.x-1.4.0.jar |Just Enough Breeding |justenoughbreeding |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
- ItemProductionLib-1.20.1-1.0.2a-all.jar |Item Production Lib |itemproductionlib |1.0.2a |COMMON_SET|Manifest: NOSIGNATURE
- 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
- 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
- fastpaintings-1.20-1.2.7.jar |Fast Paintings |fastpaintings |1.20-1.2.7 |COMMON_SET|Manifest: NOSIGNATURE
- forgeconfigapiport-1.11.2+1.20.1.jar |Forge Config API Port (Connect|forgeconfigapiport |8.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- domum_ornamentum-1.20.1-1.0.203-beta-universal.jar|Domum Ornamentum |domum_ornamentum |1.20.1-1.0.203-beta |COMMON_SET|Manifest: NOSIGNATURE
- astikorcarts-1.20.1-1.1.8.jar |AstikorCarts Redux |astikorcarts |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
- calio-forge-1.20.1-1.11.0.5.jar |Calio |calio |1.20.1-1.11.0.5 |COMMON_SET|Manifest: NOSIGNATURE
- betterfpsdist-1.20.1-6.0.jar |betterfpsdist mod |betterfpsdist |1.20.1-6.0 |COMMON_SET|Manifest: NOSIGNATURE
- Paintings-forge-1.20.1-11.0.0.2.jar |Paintings ++ |paintings |11.0.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- notenoughanimations-forge-1.7.6-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.6 |COMMON_SET|Manifest: NOSIGNATURE
- flywheel-forge-1.20.1-0.6.11-13.jar |Flywheel |flywheel |0.6.11-13 |COMMON_SET|Manifest: NOSIGNATURE
- Lexiconfig-forge-1.3.11.jar |Lexiconfig |lexiconfig |1.3.11 |COMMON_SET|Manifest: NOSIGNATURE
- VibrativeVoice-forge-1.20.1-1.1.0.jar |VibrativeVoice |vibrativevoice |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- Lunar-forge-1.20.1-0.2.0.jar |Lunar |lunar |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
- JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- almostunified-forge-1.20.1-0.9.4.jar |AlmostUnified |almostunified |1.20.1-0.9.4 |COMMON_SET|Manifest: NOSIGNATURE
- structurize-1.20.1-1.0.755-beta.jar |Structurize |structurize |1.20.1-1.0.755-beta |COMMON_SET|Manifest: NOSIGNATURE
- 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
- ImmediatelyFast-Forge-1.2.21+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.21+1.20.4 |COMMON_SET|Manifest: NOSIGNATURE
- tlc_forge-1.0.3-R-1.20.X.jar |The Lost Castle |tlc |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- Structory_Towers_1.20.x_v1.0.7.jar |Structory: Towers |structory_towers |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- valkyrienskies-1201-2.3.0-beta.1.jar |Valkyrien Skies 2 |valkyrienskies |2.3.0-beta.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
- EuphoriaPatcher-0.3.4-forge.jar |Euphoria Patcher |euphoria_patcher |0.3.4-forge |COMMON_SET|Manifest: NOSIGNATURE
- aether_enhanced_extinguishing-1.20.1-1.0.0-neoforg|Enhanced Extinguishing |aether_enhanced_extinguishing |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE
- SkyVillages-1.0.4-1.19.2-1.20.1-forge-release.jar |Sky Villages |skyvillages |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- Animation_Overhaul-forge-1.20.x-1.3.1.jar |Animation Overhaul |animation_overhaul |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- towntalk-1.20.1-1.1.0.jar |TownTalk |towntalk |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- IllagerInvasion-v8.0.6-1.20.1-Forge.jar |Illager Invasion |illagerinvasion |8.0.6 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- dimensionalsycnfixes-1.20.1-0.0.1.jar |DimensionalSycnFixes |dimensionalsycnfixes |1.20.1-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- gpumemleakfix-1.20.1-1.8.jar |Gpu memory leak fix |gpumemleakfix |1.20.1-1.8 |COMMON_SET|Manifest: NOSIGNATURE
- structureessentials-1.20.1-3.4.jar |Structure Essentials mod |structureessentials |1.20.1-3.4 |COMMON_SET|Manifest: NOSIGNATURE
- villagernames-1.20.1-8.1.jar |Villager Names |villagernames |8.1 |COMMON_SET|Manifest: NOSIGNATURE
- Prism-1.20.1-forge-1.0.5.jar |Prism |prism |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
- Placebo-1.20.1-8.6.2.jar |Placebo |placebo |8.6.2 |COMMON_SET|Manifest: NOSIGNATURE
- lootintegrations-1.20.1-3.7.jar |Lootintegrations mod |lootintegrations |1.20.1-3.7 |COMMON_SET|Manifest: NOSIGNATURE
- Item-Obliterator-NeoForge-MC1.20.1-2.3.1.jar |Item Obliterator |item_obliterator |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
- Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
- bygonenether-1.3.2-1.20.x.jar |Bygone Nether |bygonenether |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
- ramcompat-1.20.1-0.1.4.jar |RAM-Compat |ramcompat |0.1.4 |COMMON_SET|Manifest: NOSIGNATURE
- carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |COMMON_SET|Manifest: NOSIGNATURE
- melody_forge_1.0.3_MC_1.20.1-1.20.4.jar |Melody |melody |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- modmenu-bridge-1.11.2+1.20.1.jar |Connector Extras ModMenu Bridg|connectorextras_modmenu_bridge|1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
- entity_model_features_forge_1.20.1-2.2.6.jar |Entity Model Features |entity_model_features |2.2.6 |COMMON_SET|Manifest: NOSIGNATURE
- entity_texture_features_forge_1.20.1-6.2.5.jar |Entity Texture Features |entity_texture_features |6.2.5 |COMMON_SET|Manifest: NOSIGNATURE
- fast-ip-ping-v1.0.4-mc1.20.4-forge.jar |Fast IP Ping |fastipping |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- simpleshops-1.2.2.jar |Simple Shops |simpleshops |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE
- Boat-Item-View-Forge-1.20.1-0.0.5.jar |Boat Item View |boatiview |0.0.5 |COMMON_SET|Manifest: NOSIGNATURE
- eeeabsmobs-1.20.1-0.95.jar |EEEAB's Mobs |eeeabsmobs |1.20.1-0.95 |COMMON_SET|Manifest: NOSIGNATURE
- lionfishapi-1.9.jar |LionfishAPI |lionfishapi |1.9 |COMMON_SET|Manifest: NOSIGNATURE
- modpack-update-checker-1.20.1-forge-0.15.2.jar |Modpack Update Checker |modpackupdatechecker |0.15.2 |COMMON_SET|Manifest: 4f:88:cf:0c:4c:fd:bd:e8:35:93:f6:9f:0e:12:30:77:82:b3:66:1e:b0:ca:bc:29:a8:0b:91:83:c6:7d:81:19
- architectury-bridge-1.11.2+1.20.1.jar |Connector Extras Architectury |connectorextras_architectury_b|1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- memorysettings-1.20.1-5.5.jar |memorysettings mod |memorysettings |1.20.1-5.5 |COMMON_SET|Manifest: NOSIGNATURE
- L_Enders_Cataclysm-1.99.6-1.20.1.jar |Cataclysm Mod |cataclysm |1.99.5 |COMMON_SET|Manifest: NOSIGNATURE
- blockui-1.20.1-1.0.186-beta.jar |UI Library Mod |blockui |1.20.1-1.0.186-beta |COMMON_SET|Manifest: NOSIGNATURE
- NightConfigFixes-v8.0.0-1.20.1-Forge.jar |Night Config Fixes |nightconfigfixes |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- Connector-1.0.0-beta.45+1.20.1-mod.jar |Connector |connectormod |1.0.0-beta.45+1.20.1|COMMON_SET|Manifest: NOSIGNATURE
- starterkit-1.20.1-7.1.jar |Starter Kit |starterkit |7.1 |COMMON_SET|Manifest: NOSIGNATURE
- twilightdelight-2.0.12.jar |Twilight's Flavor & Delight |twilightdelight |2.0.12 |COMMON_SET|Manifest: NOSIGNATURE
- InventoryProfilesNext-forge-1.20-1.10.11.jar |Inventory Profiles Next |inventoryprofilesnext |1.10.11 |COMMON_SET|Manifest: NOSIGNATURE
- cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |COMMON_SET|Manifest: NOSIGNATURE
- cherishedworlds-forge-6.1.6+1.20.1.jar |Cherished Worlds |cherishedworlds |6.1.6+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- The_Undergarden-1.20.1-0.8.14.jar |The Undergarden |undergarden |0.8.14 |COMMON_SET|Manifest: NOSIGNATURE
- advancedcompass.forge.1.20.1-1.2.15.jar |Advanced Compass |advancedcompass |1.2.15 |COMMON_SET|Manifest: NOSIGNATURE
- framework-forge-1.20.1-0.7.8.jar |Framework |framework |0.7.8 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- quark_delight_1.0.0_forge_1.20.1.jar |Quark Delight |quarkdelight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- effortlessbuilding-1.20.1-3.9-all.jar |Effortless Building |effortlessbuilding |3.9 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- BetterAdvancements-Forge-1.20.1-0.4.2.10.jar |Better Advancements |betteradvancements |0.4.2.10 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- betterend-crashed-ships-1.0.0_mapped_srg_1.20.1.ja|BetterEnd Crashed Ships |betterend_crashed_ships |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- ash_api-forge-3.0.2+1.20.1.jar |Ash API |ash_api |3.0.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- realmrpg_imps_and_demons_0.9.0_forge_1.20.1.jar |Realm RPG: Imps & Demons |realmrpg_demons |0.9.0 |COMMON_SET|Manifest: NOSIGNATURE
- crawl-0.12.0_mapped_srg_1.20.1.jar |Crawl |crawl |0.12.0 |COMMON_SET|Manifest: NOSIGNATURE
- common-networking-forge-1.0.5-1.20.1.jar |Common Networking |commonnetworking |1.0.5-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- pehkui-bridge-1.11.2+1.20.1.jar |Connector Extras Pehkui Bridge|connectorextras_pehkui_bridge |1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- obscure_api-15.jar |Obscure API |obscure_api |15 |COMMON_SET|Manifest: NOSIGNATURE
- Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- artifacts-forge-9.5.13.jar |Artifacts |artifacts |9.5.13 |COMMON_SET|Manifest: NOSIGNATURE
- crawl-0.12.0$Fabric-ASM-v2.3_mapped_srg_1.20.1.jar|Manningham Mills |mm |2.3 |COMMON_SET|Manifest: NOSIGNATURE
- decorative_blocks-forge-1.20.1-4.1.3.jar |Decorative Blocks |decorative_blocks |4.1.3 |COMMON_SET|Manifest: NOSIGNATURE
- BadMobs-1.20.1-19.0.4.jar |BadMobs |badmobs |19.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- BOMD-Forge-1.20.1-1.0.6.jar |Bosses of Mass Destruction |bosses_of_mass_destruction |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
- azurelib-neo-1.20.1-2.0.35.jar |AzureLib |azurelib |2.0.35 |COMMON_SET|Manifest: NOSIGNATURE
- energy-bridge-1.11.2+1.20.1.jar |Connector Extras Energy Bridge|connectorextras_energy_bridge |1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- watut-forge-1.20.1-1.1.3.jar |What Are They Up To |watut |1.20.1-1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
- skinlayers3d-forge-1.6.7-mc1.20.1.jar |3d-Skin-Layers |skinlayers3d |1.6.7 |COMMON_SET|Manifest: NOSIGNATURE
- TravelersTitles-1.20-Forge-4.0.2.jar |Traveler's Titles |travelerstitles |1.20-Forge-4.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- Raided-1.20.1-0.1.4.jar |Raided |raided |0.1.4 |COMMON_SET|Manifest: NOSIGNATURE
- friendsandfoes-forge-mc1.20.1-2.0.17.jar |Friends&Foes |friendsandfoes |2.0.17 |COMMON_SET|Manifest: NOSIGNATURE
- craftingtweaks-forge-1.20.1-18.2.5.jar |CraftingTweaks |craftingtweaks |18.2.5 |COMMON_SET|Manifest: NOSIGNATURE
- libIPN-forge-1.20-4.0.2.jar |libIPN |libipn |4.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- endermanoverhaul-forge-1.20.1-1.0.4.jar |Enderman Overhaul |endermanoverhaul |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |COMMON_SET|Manifest: NOSIGNATURE
- amecsapi-1.5.3+mc1.20-pre1.jar |Amecs API |amecsapi |1.5.3+mc1.20-pre1 |COMMON_SET|Manifest: NOSIGNATURE
- another_furniture-forge-1.20.1-3.0.1.jar |Another Furniture |another_furniture |1.20.1-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- CreativeCore_FORGE_v2.12.14_mc1.20.1.jar |CreativeCore |creativecore |2.12.14 |COMMON_SET|Manifest: NOSIGNATURE
- azurelibarmor-neo-1.20.1-2.0.8.jar |AzureLib Armor |azurelibarmor |2.0.8 |COMMON_SET|Manifest: NOSIGNATURE
- citresewn-1.20.1-5.jar |CIT Resewn |citresewn |1.20.1-5 |COMMON_SET|Manifest: NOSIGNATURE
- LegendaryTooltips-1.20.1-forge-1.4.5.jar |Legendary Tooltips |legendarytooltips |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE
- mes-1.3.1-1.20-forge.jar |Moog's End Structures |mes |1.3.1-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
- betterarcheology-1.2.1-1.20.1.jar |Better Archeology |betterarcheology |1.2.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- fancymenu_forge_3.2.3_MC_1.20.1.jar |FancyMenu |fancymenu |3.2.3 |COMMON_SET|Manifest: NOSIGNATURE
- Wabi-Sabi-Structures-2.0.0-1.20-Forge.jar |Wabi-Sabi Structures |wabi_sabi_structures |2.0.0-1.20 |COMMON_SET|Manifest: NOSIGNATURE
- minecolonies-1.20.1-1.1.673-snapshot-universal.jar|MineColonies |minecolonies |1.20.1-1.1.673-snaps|COMMON_SET|Manifest: NOSIGNATURE
- ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
- charmofundying-forge-6.5.0+1.20.1.jar |Charm of Undying |charmofundying |6.5.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- BadOptimizations-2.1.4-1.20.1.jar |BadOptimizations |badoptimizations |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE
- valhelsia_core-forge-1.20.1-1.1.2.jar |Valhelsia Core |valhelsia_core |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
- OverflowingBars-v8.0.0-1.20.1-Forge.jar |Overflowing Bars |overflowingbars |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- 1.20.1-forge-0.1.2.jar |MPUC lavender-md |mpuc_lavendermd |0.1.2 |COMMON_SET|Manifest: 4f:88:cf:0c:4c:fd:bd:e8:35:93:f6:9f:0e:12:30:77:82:b3:66:1e:b0:ca:bc:29:a8:0b:91:83:c6:7d:81:19
- drinkbeer-refill-1.20.1-1.0.4.b.jar |Drink Beer Refill |drinkbeer |1.0.4.b |COMMON_SET|Manifest: NOSIGNATURE
- EasyAnvils-v8.0.2-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
- additionalentityattributes-forge-1.4.0.5+1.20.1.ja|Additional Entity Attributes |additionalentityattributes |1.4.0.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- xenon-0.3.31+mc1.20.1.jar |Xenon |xenon |0.3.31 |COMMON_SET|Manifest: NOSIGNATURE
- oculus-mc1.20.1-1.7.0.jar |Oculus |oculus |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
- riverredux-0.3.1.jar |RiverRedux |riverredux |0.3.1 |COMMON_SET|Manifest: NOSIGNATURE
- player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |COMMON_SET|Manifest: NOSIGNATURE
- irons_spellbooks-1.20.1-3.4.0.1.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.4.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- manaunification-1.20.1-1.0.3.jar |Mana Unification Mod |manaunification |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- Grass_Overhaul-Forge-23.10.10-MC1.20.1.jar |Grass Overhaul |grassoverhaul |23.10.10 |COMMON_SET|Manifest: NOSIGNATURE
- stalwart-dungeons-1.20.1-1.2.8.jar |Stalwart Dungeons |stalwart_dungeons |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE
- aquaculture_delight_1.0.0_forge_1.20.1.jar |Aquaculture Delight |aquaculturedelight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- apoli-forge-1.20.1-2.9.0.8.jar |Apoli |apoli |1.20.1-2.9.0.8 |COMMON_SET|Manifest: NOSIGNATURE
- sound-physics-remastered-forge-1.20.1-1.4.5.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.5 |COMMON_SET|Manifest: NOSIGNATURE
- fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |COMMON_SET|Manifest: NOSIGNATURE
- VillagersPlus_3.1_(FORGE)_for_1.20.1.jar |VillagersPlus |villagersplus |3.1 |COMMON_SET|Manifest: NOSIGNATURE
- MaxHealthFix-Forge-1.20.1-12.0.3.jar |MaxHealthFix |maxhealthfix |12.0.3 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
- bagus_lib-1.20.1-5.3.0.jar |Bagus Lib |bagus_lib |1.20.1-5.3.0 |COMMON_SET|Manifest: NOSIGNATURE
- ResourcePackOverrides-v8.0.3-1.20.1-Forge.jar |Resource Pack Overrides |resourcepackoverrides |8.0.3 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- lootbeams-1.20.1-1.2.6.jar |LootBeams |lootbeams |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- guardvillagers-1.20.1-1.6.7.jar |Guard Villagers |guardvillagers |1.20.1-1.6.7 |COMMON_SET|Manifest: NOSIGNATURE
- balm-forge-1.20.1-7.3.9-all.jar |Balm |balm |7.3.9 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- immersive_armors-1.6.1+1.20.1-forge.jar |Immersive Armors |immersive_armors |1.6.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |COMMON_SET|Manifest: NOSIGNATURE
- chat_heads-0.13.0-forge-1.20.jar |Chat Heads |chat_heads |0.13.0 |COMMON_SET|Manifest: NOSIGNATURE
- [Forge]CTOV-v3.4.7.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.7 |COMMON_SET|Manifest: NOSIGNATURE
- LeavesBeGone-v8.0.0-1.20.1-Forge.jar |Leaves Be Gone |leavesbegone |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- AutoLeveling-1.20-1.19b.jar |Auto Leveling |autoleveling |1.19b |COMMON_SET|Manifest: NOSIGNATURE
- terrablender-bridge-1.11.2+1.20.1.jar |Connector Extras Terrablender |connectorextras_terrablender_b|1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- stylecolonies-1.10-1.20.1.jar |stylecolonies mod |stylecolonies |1.10 |COMMON_SET|Manifest: NOSIGNATURE
- GeophilicReforged-v1.2.0.jar |Geophilic Reforged |geophilic_reforged |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
- lmft-1.0.4+1.20.1-forge.jar |Load My F***ing Tags |lmft |1.0.4+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- AdvancementPlaques-1.20.1-forge-1.5.1.jar |Advancement Plaques |advancementplaques |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- BotanyTrees-Forge-1.20.1-9.0.17.jar |BotanyTrees |botanytrees |9.0.17 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
- mysticaloaktree-1.20-1.11.jar |Mystical Oak Tree |mysticaloaktree |1.20-1.11 |COMMON_SET|Manifest: NOSIGNATURE
- curios-forge-5.10.0+1.20.1.jar |Curios API |curios |5.10.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- wizards_reborn-1.20.1-0.1.6.jar |Wizard's Reborn |wizards_reborn |1.20.1-0.1.6 |COMMON_SET|Manifest: NOSIGNATURE
- origins-forge-1.20.1-1.10.0.9-all.jar |Origins |origins |1.20.1-1.10.0.9 |COMMON_SET|Manifest: NOSIGNATURE
- Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- Eldritch_End-FORGE-MC1.20.1-v0.3.0_mapped_srg_1.20|Eldritch End |eldritch_end |0.3.0 |COMMON_SET|Manifest: NOSIGNATURE
- betterf3plus-1.20.1-1.0.jar |Better F3 Plus |betterf3plus |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- Icarus-NeoForge-2.9.2.jar |Icarus |icarus |2.9.2 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- sparsestructuresreforged-1.20.1-0.0.1.jar |SparseStructuresReforged |sparsestructuresreforged |1.20.1-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- ApothicCurios-1.20.1-1.0.3d.jar |Apothic Curios |apothiccurios |1.0.3d |COMMON_SET|Manifest: NOSIGNATURE
- celestisynth-1.20.1-1.2.2.jar |Celestisynth |celestisynth |1.20.1-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |COMMON_SET|Manifest: NOSIGNATURE
- elytraslot-forge-6.4.3+1.20.1.jar |Elytra Slot |elytraslot |6.4.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- mowziesmobs-1.6.5.jar |Mowzie's Mobs |mowziesmobs |1.6.4 |COMMON_SET|Manifest: NOSIGNATURE
- ati_structures(1.20)_v1.1.0_FORGE.jar |ati_structures |ati_structures |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- formationsnether-1.0.4.jar |Formations Nether |formationsnether |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- jei-1.20.1-forge-15.19.5.99.jar |Just Enough Items |jei |15.19.5.99 |COMMON_SET|Manifest: NOSIGNATURE
- multipiston-1.20-1.2.43-RELEASE.jar |Multi-Piston |multipiston |1.20-1.2.43-RELEASE |COMMON_SET|Manifest: NOSIGNATURE
- lithostitched-forge-1.20.1-1.1.8.jar |Lithostitched |lithostitched |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
- The_Graveyard_3.1_(FORGE)_for_1.20.1.jar |The Graveyard |graveyard |3.1 |COMMON_SET|Manifest: NOSIGNATURE
- Pehkui-3.8.2+1.20.1-forge.jar |Pehkui |pehkui |3.8.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
- tetratic-combat-expanded-1.20-2.7.2.jar |Tetratic Combat Expanded |tetratic_combat_expanded |2.7.2 |COMMON_SET|Manifest: NOSIGNATURE
- fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |COMMON_SET|Manifest: NOSIGNATURE
- realmrpg_fallen_adventurers_1.0.3_forge_1.20.1.jar|Realm RPG: Fallen Adventurers |realmrpg_skeletons |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- PassableFoliage-1.20.1-forge-8.2.1.jar |Passable Foliage |passablefoliage |8.2.1 |COMMON_SET|Manifest: NOSIGNATURE
- fabric-renderer-indigo-1.5.2+b5b2da4177.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.2+b5b2da4177 |COMMON_SET|Manifest: NOSIGNATURE
- Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- ApotheoticAdditionsV2.0.2.jar |Apotheotic Additions |apotheotic_additions |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- mobhealthbar-forge-1.20.x-2.3.0.jar |YDM's Mob Health Bar |mobhealthbar |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
- travelersbackpack-forge-1.20.1-9.1.15.jar |Traveler's Backpack |travelersbackpack |9.1.15 |COMMON_SET|Manifest: NOSIGNATURE
- NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |COMMON_SET|Manifest: NOSIGNATURE
- smarterfarmers-1.20-2.1.0.jar |Smarter Farmers |smarterfarmers |1.20-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- SereneSeasons-1.20.1-9.0.0.46.jar |Serene Seasons |sereneseasons |9.0.0.46 |COMMON_SET|Manifest: NOSIGNATURE
- sereneseasonfix-1.20.1-1.0.8.jar |Sereneseasonfix |sereneseasonfix |1.20.1-1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
- Neruina-2.1.2-forge+1.20.1.jar |Neruina |neruina |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
- geckolib-fabric-compat-1.11.2+1.20.1.jar |Connector Extras Geckolib-Fabr|connectorextras_geckolib_fabri|1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- cratedelight-24.09.03-1.20-forge.jar |Crate Delight |cratedelight |24.09.03-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
- memoryleakfix-forge-1.17+-1.1.5.jar |Memory Leak Fix |memoryleakfix |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
- formations-1.0.2a-forge-mc1.20.2.jar |Formations |formations |1.0.2+a |COMMON_SET|Manifest: NOSIGNATURE
- aether_delight_1.0.0_forge_1.20.1.jar |Aether Delight |aetherdelight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar |When Dungeons Arise: Seven Sea|dungeons_arise_seven_seas |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- forge-1.20.1-47.3.7-universal.jar |Forge |forge |47.3.7 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
- appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- Log-Begone-Forge-1.20.1-1.0.8.jar |Log Begone |logbegone |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
- drippyloadingscreen_forge_3.0.1_MC_1.20.1.jar |Drippy Loading Screen |drippyloadingscreen |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- formationsoverworld-1.0.4.jar |Formations Overworld |formationsoverworld |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |COMMON_SET|Manifest: NOSIGNATURE
- MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |COMMON_SET|Manifest: NOSIGNATURE
- bettercombat-forge-1.8.6+1.20.1.jar |Better Combat |bettercombat |1.8.6+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- combatroll-forge-1.3.3+1.20.1.jar |Combat Roll |combatroll |1.3.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |COMMON_SET|Manifest: NOSIGNATURE
- spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- jei-bridge-1.11.2+1.20.1.jar |Connector Extras JEI Bridge |connectorextras_jei_bridge |1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- aquacombat 1.2.jar |Aqua combat |aquacombat |1.2 |COMMON_SET|Manifest: NOSIGNATURE
- polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- Zeta-1.0-24.jar |Zeta |zeta |1.0-24 |COMMON_SET|Manifest: NOSIGNATURE
- fasterrandom-5.1.0_mapped_srg_1.20.1.jar |Faster Random |faster_random |5.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- visuality-forge-2.0.2.jar |Visuality: Reforged |visuality |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- biomemusic-1.20.1-2.5.jar |biomemusic mod |biomemusic |1.20.1-2.5 |COMMON_SET|Manifest: NOSIGNATURE
- PuzzlesLib-v8.1.23-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.23 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- Aquaculture-1.20.1-2.5.2.jar |Aquaculture 2 |aquaculture |2.5.2 |COMMON_SET|Manifest: NOSIGNATURE
- mns-1.0.1-1.20-forge.jar |Moog's Nether Structures |mns |1.0.1-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
- 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
- chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |COMMON_SET|Manifest: NOSIGNATURE
- better-end-4.0.11_mapped_srg_1.20.1.jar |Better End |betterend |4.0.11 |COMMON_SET|Manifest: NOSIGNATURE
- MedievalOriginsRevival-6.4.6+1.20.1-forge.jar |MedievalOriginsRevival |medievalorigins |6.4.6+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
- deuf-1.20.1-1.3.jar |DEUF - Duplicate Entity UUID F|deuf |1.20.1-1.3 |COMMON_SET|Manifest: NOSIGNATURE
- aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |COMMON_SET|Manifest: NOSIGNATURE
- cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
- CarbonConfig-1.20-1.2.6.jar |Carbon Config Library |carbonconfig |1.20-1.2.6 |COMMON_SET|Manifest: NOSIGNATURE
- tetra-1.20.1-6.3.0.jar |tetra |tetra |6.3.0 |COMMON_SET|Manifest: NOSIGNATURE
- tetranomicon-1.5.3-1.20.1.jar |Tetranomicon |tetranomicon |1.5.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- tetraextras-0.1.4-1.20.1.jar |Tetra Extras |tetraextras |0.1.4-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- blue_skies-1.20.1-1.3.31.jar |Blue Skies |blue_skies |1.3.31 |COMMON_SET|Manifest: NOSIGNATURE
- dimasctetracompat-1.20.1-1.4.0.1.jar |Dimensional Ascension Tetra Co|dimasctetracompat |1.20.1-1.4.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- netherportalfix-forge-1.20-13.0.1.jar |NetherPortalFix |netherportalfix |13.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- geckolib-forge-1.20.1-4.4.9.jar |GeckoLib 4 |geckolib |4.4.9 |COMMON_SET|Manifest: NOSIGNATURE
- ars_nouveau-1.20.1-4.12.4-all.jar |Ars Nouveau |ars_nouveau |4.12.4 |COMMON_SET|Manifest: NOSIGNATURE
- knightsnmages-0.0.7-neo.jar |KnightsnMages |knightsnmages |0.0.7-neo |COMMON_SET|Manifest: NOSIGNATURE
- GeOre_Nouveau-1.20.1-0.4.1.jar |GeOre Nouveau |georenouveau |0.4.1 |COMMON_SET|Manifest: NOSIGNATURE
- recipeessentials-1.20.1-3.6.jar |recipeessentials mod |recipeessentials |1.20.1-3.6 |COMMON_SET|Manifest: NOSIGNATURE
- aether-1.20.1-1.4.2-neoforge.jar |The Aether |aether |1.20.1-1.4.2-neoforg|COMMON_SET|Manifest: NOSIGNATURE
- aetheric_tetranomicon-1.1.2-1.20.1.jar |Aetheric Tetranomicon |aetheric_tetranomicon |1.1.2-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- lost_aether_content-1.20.1-1.2.3.jar |Aether: Lost Content |lost_aether_content |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
- deep_aether-1.20.1-1.0.4.jar |Deep Aether |deep_aether |1.20.1-1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- aeroblender-1.20.1-1.0.1-neoforge.jar |AeroBlender |aeroblender |1.20.1-1.0.1-neoforg|COMMON_SET|Manifest: NOSIGNATURE
- ancient_aether-0.9.7.jar |Ancient Aether |ancient_aether |0.9.7 |COMMON_SET|Manifest: NOSIGNATURE
- aether-redux-2.0.16c-1.20.1-neoforge.jar |The Aether: Redux |aether_redux |2.0.16c |COMMON_SET|Manifest: NOSIGNATURE
- connectivity-1.20.1-5.6.jar |Connectivity Mod |connectivity |1.20.1-5.6 |COMMON_SET|Manifest: NOSIGNATURE
- kleeslabs-forge-1.20-15.0.0.jar |KleeSlabs |kleeslabs |15.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- citadel-2.6.0-1.20.1.jar |Citadel |citadel |2.6.0 |COMMON_SET|Manifest: NOSIGNATURE
- alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |COMMON_SET|Manifest: NOSIGNATURE
- iceandfire-2.1.13-1.20.1-beta-5.jar |Ice and Fire |iceandfire |2.1.13-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- ice_and_fire_spellbooks-2.2.0-1.20.1.jar |Ice and Fire: Spellbooks |ice_and_fire_spellbooks |2.2.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- mixinextras-forge-0.4.1.jar |MixinExtras |mixinextras |0.4.1 |COMMON_SET|Manifest: NOSIGNATURE
- Cataclysmic Illagers-1.0.0.jar |Cataclysmic Illagers |cataclysmicillagers |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- AetherVillages-1.20.1-1.0.7-forge.jar |Aether Villages |aether_villages |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
- Twigs-1.20.1-3.1.0.jar |Twigs |twigs |1.20.1-3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
- piglinsafety-1.18.2-1.0.0.jar |PiglinSafety |piglinsafety |1.18.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- relics-1.20.1-0.8.0.7.jar |Relics |relics |0.8.0.7 |COMMON_SET|Manifest: NOSIGNATURE
- bclib-3.0.14$wunderlib-1.1.5_mapped_srg_1.20.1.jar|WunderLib |wunderlib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
- starbunclemania-1.20.1-1.2.2.0.jar |Starbunclemania |starbunclemania |1.20.1-1.2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
- dummmmmmy-1.20-2.0.2.jar |MmmMmmMmmmmm |dummmmmmy |1.20-2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- bclib-3.0.14_mapped_srg_1.20.1.jar |BCLib |bclib |3.0.14 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- twilightforest-1.20.1-4.3.2508-universal.jar |The Twilight Forest |twilightforest |4.3.2508 |COMMON_SET|Manifest: NOSIGNATURE
- better_climbing-forge-3.jar |Better Climbing |better_climbing |3 |COMMON_SET|Manifest: NOSIGNATURE
- crashexploitfixer-forge-1.1.0+1.20.1.jar |CrashExploitFixer |crashexploitfixer |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
- chefs-delight-1.0.3-forge-1.20.1.jar |Chefs Delight |chefsdelight |1.0.3-forge-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- cuisinedelight-1.1.14.jar |Cuisine Delight |cuisinedelight |1.1.14 |COMMON_SET|Manifest: NOSIGNATURE
- endersdelight-1.20.1-1.0.3.jar |Ender's Delight |endersdelight |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- endrem_forge-5.3.3-R-1.20.1.jar |End Remastered |endrem |5.3.3-R-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- reach-entity-attributes-2.4.0.jar |Reach Entity Attributes |reach_entity_attributes |2.4.0 |COMMON_SET|Manifest: NOSIGNATURE
- zmedievalmusic-1.20.1-2.1.jar |medievalmusic mod |medievalmusic |1.20.1-2.1 |COMMON_SET|Manifest: NOSIGNATURE
- samurai_dynasty-0.0.48-1.20.1-neo.jar |Samurai Dynasty |samurai_dynasty |0.0.48-1.20.1-neo |COMMON_SET|Manifest: NOSIGNATURE
- Bountiful-6.0.3+1.20.1-forge.jar |Bountiful |bountiful |6.0.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |COMMON_SET|Manifest: NOSIGNATURE
- despawn_tweaker-1.20.1-1.0.0.jar |DespawnTweaker |despawn_tweaker |1.20.1-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- collective-1.20.1-7.84.jar |Collective |collective |7.84 |COMMON_SET|Manifest: NOSIGNATURE
- BetterThirdPerson-Forge-1.20-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |COMMON_SET|Manifest: NOSIGNATURE
- deeperdarker-forge-1.20.1-1.3.2.jar |Deeper and Darker |deeperdarker |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
- BoatBreakFix-Universal-1.0.2.jar |Boat Break Fix |boatbreakfix |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE
- biomemakeover-FORGE-1.20.1-1.11.4.jar |Biome Makeover |biomemakeover |1.20.1-1.11.4 |COMMON_SET|Manifest: NOSIGNATURE
- simplyswords-forge-1.56.0-1.20.1.jar |Simply Swords |simplyswords |1.56.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- gardens-of-the-dead-forge-4.0.1.jar |Gardens of the Dead |gardens_of_the_dead |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- taniwha-forge-1.20.0-5.4.4.jar |Taniwha |taniwha |1.20.0-5.4.4 |COMMON_SET|Manifest: NOSIGNATURE
- ftb-library-forge-2001.2.4.jar |FTB Library |ftblibrary |2001.2.4 |COMMON_SET|Manifest: NOSIGNATURE
- ftb-teams-forge-2001.3.0.jar |FTB Teams |ftbteams |2001.3.0 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- ConnectorExtras-1.11.2+1.20.1.jar |Connector Extras |connectorextras |1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- umbral_skies-1.3.jar |Umbral Skies |umbral_skies |1.3 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
- controllable-forge-1.20.1-0.20.3.jar |Controllable |controllable |0.20.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.ja|Yeetus Experimentus |yeetusexperimentus |2.3.1-build.6+mc1.20|COMMON_SET|Manifest: NOSIGNATURE
- wither_spawn_fix-1.0.0.jar |Wither Spawn Fix |wither_spawn_fix |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- villagesandpillages-forge-mc1.20.1-1.0.1.jar |Villages & Pillages |villagesandpillages |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- amendments-1.20-1.2.11.jar |Amendments |amendments |1.20-1.2.11 |COMMON_SET|Manifest: NOSIGNATURE
- OctoLib-FORGE-0.4.2+1.20.1.jar |OctoLib |octolib |0.4.2 |COMMON_SET|Manifest: NOSIGNATURE
- item-filters-forge-2001.1.0-build.59.jar |Item Filters |itemfilters |2001.1.0-build.59 |COMMON_SET|Manifest: NOSIGNATURE
- ftb-quests-forge-2001.4.8.jar |FTB Quests |ftbquests |2001.4.8 |COMMON_SET|Manifest: NOSIGNATURE
- ftb-xmod-compat-forge-2.1.1.jar |FTB XMod Compat |ftbxmodcompat |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
- Ping-Wheel-1.9.1-forge-1.20.1.jar |Ping Wheel |pingwheel |1.9.1 |COMMON_SET|Manifest: NOSIGNATURE
- tetracelium-1.20.1-1.2.0.jar |tetracelium |tetracelium |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
- GeckoLibOculusCompat-Forge-1.0.1.jar |GeckoLibIrisCompat |geckoanimfix |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- create-1.20.1-0.5.1.j.jar |Create |create |0.5.1.j |COMMON_SET|Manifest: NOSIGNATURE
- waystones-forge-1.20-14.1.5.jar |Waystones |waystones |14.1.5 |COMMON_SET|Manifest: NOSIGNATURE
- Structory_1.20.x_v1.3.5.jar |Structory |structory |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- alternate_current-mc1.20-1.7.0.jar |Alternate Current |alternate_current |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
- farsight-1.20.1-3.7.jar |Farsight mod |farsight_view |1.20.1-3.7 |COMMON_SET|Manifest: NOSIGNATURE
- Block Swap-forge-1.20.1-5.0.0.0.jar |Block Swap |blockswap |5.0.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- blueprint-1.20.1-7.1.0.jar |Blueprint |blueprint |7.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- autumnity-1.20.1-5.0.1.jar |Autumnity |autumnity |5.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- buzzier_bees-1.20.1-6.0.0.jar |Buzzier Bees |buzzier_bees |6.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- bloodmagic-1.20.1-3.3.3-45.jar |Blood Magic |bloodmagic |3.3.3-45 |COMMON_SET|Manifest: NOSIGNATURE
- tomeofblood-1.20.1-0.4.4-all.jar |Tome of Blood: Rebirth |tomeofblood |0.4.4 |COMMON_SET|Manifest: NOSIGNATURE
- toofast-1.20-0.4.3.5.jar |Too Fast |toofast |0.4.3.5 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- illagersweararmor-1.20.1-1.4.0.jar |Illagers Wear Armor |zillagersweararmor |1.20.1-1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
- client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
- commonality-1.20.1-7.0.0.jar |Commonality |commonality |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- DramaticDoors-QuiFabrge-1.20.1-3.2.5.jar |Dramatic Doors |dramaticdoors |1.20.1-3.2.5 |COMMON_SET|Manifest: NOSIGNATURE
- upgrade_aquatic-1.20.1-6.0.1.jar |Upgrade Aquatic |upgrade_aquatic |6.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- eidolon_repraised-1.20.1-0.3.8.13.jar |Eidolon:Repraised |eidolon |1.20.1-0.3.8.13 |COMMON_SET|Manifest: NOSIGNATURE
- alexscaves-1.1.5.jar |Alex's Caves |alexscaves |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
- tact-1.1.10+1.20.1.jar |TACT |tact |1.1.10 |COMMON_SET|Manifest: NOSIGNATURE
- EnchantmentDescriptions-Forge-1.20.1-17.1.18.jar |EnchantmentDescriptions |enchdesc |17.1.18 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
- moonlight-1.20-2.13.0-forge.jar |Moonlight Library |moonlight |1.20-2.13.0 |COMMON_SET|Manifest: NOSIGNATURE
- MagnumTorch-v8.0.2-1.20.1-Forge.jar |Magnum Torch |magnumtorch |8.0.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
- silent-lib-1.20.1-8.0.0.jar |Silent Lib |silentlib |8.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |COMMON_SET|Manifest: NOSIGNATURE
- Jade-1.20.1-forge-11.11.1.jar |Jade |jade |11.11.1+forge |COMMON_SET|Manifest: NOSIGNATURE
- Delightful-1.20.1-3.5.8.jar |Delightful |delightful |3.5.8 |COMMON_SET|Manifest: NOSIGNATURE
- JadeColonies-1.20.1-1.4.2.jar |JadeColonies |jadecolonies |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
- forbidden_arcanus-1.20.1-2.2.6.jar |Forbidden & Arcanus |forbidden_arcanus |1.20.1-2.2.6 |COMMON_SET|Manifest: NOSIGNATURE
- PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar |Passive Skill Tree |skilltree |0.6.14a |COMMON_SET|Manifest: NOSIGNATURE
- Iceberg-1.20.1-forge-1.1.21.jar |Iceberg |iceberg |1.1.21 |COMMON_SET|Manifest: NOSIGNATURE
- Quark-4.0-460.jar |Quark |quark |4.0-460 |COMMON_SET|Manifest: NOSIGNATURE
- supplementaries-1.20-2.8.17.jar |Supplementaries |supplementaries |1.20-2.8.17 |COMMON_SET|Manifest: NOSIGNATURE
- ascended_quark-1.20.1-1.0.4.jar |Ascended Quark |ascended_quark |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- suppsquared-1.20-1.1.15.jar |Supplementaries Squared |suppsquared |1.20-1.1.15 |COMMON_SET|Manifest: NOSIGNATURE
- mutil-1.20.1-6.1.1.jar |mutil |mutil |6.1.1 |COMMON_SET|Manifest: NOSIGNATURE
- Apugli-2.10.2+1.20.1-forge.jar |Apugli |apugli |2.10.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
- betterchunkloading-1.20.1-4.5.jar |betterchunkloading mod |betterchunkloading |1.20.1-4.5 |COMMON_SET|Manifest: NOSIGNATURE
- inventoryhud.forge.1.20.1-3.4.26.jar |Inventory HUD+ |inventoryhud |3.4.26 |COMMON_SET|Manifest: NOSIGNATURE
- coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
- mvs-4.1.4-1.20-forge.jar |Moog's Voyager Structures |mvs |4.1.4-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
- apexcore-1.20.1-10.0.0.jar |ApexCore |apexcore |10.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- fantasyfurniture-1.20.1-9.0.0.jar |Fantasy's Furniture |fantasyfurniture |9.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- packetfixer-forge-1.4.2-1.19-to-1.20.1.jar |Packet Fixer |packetfixer |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
- expandability-forge-9.0.4.jar |ExpandAbility |expandability |9.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- emi-bridge-1.11.2+1.20.1.jar |Connector Extras EMI Bridge |connectorextras_emi_bridge |1.11.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
- 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
- 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
- Flywheel Backend: Uninitialized
- Crash Report UUID: 0bb70338-24d1-46b1-89c0-edcdaf08f106
- FML: 47.3
- Forge: net.minecraftforge:47.3.7
- Kiwi Modules:
- kiwi:block_components
- kiwi:block_templates
- kiwi:contributors
- kiwi:data
- kiwi:item_templates
- passablefoliage:core
- passablefoliage:enchantment
- snowrealmagic:core
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement