1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-10-17 00:00:05
|
5 | Description: Initializing game
|
6 |
|
7 | net.minecraftforge.fml.ModLoadingException: Structure Gel API (structure_gel) encountered an error during the common_setup event phase
|
8 | §7org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
9 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:125) ~[javafmllanguage-1.20.1-47.3.10.jar%23584!/:?] {}
|
10 | at net.minecraftforge.fml.ModLoader.lambda$postEvent$29(ModLoader.java:326) ~[fmlcore-1.20.1-47.3.10.jar%23583!/:?] {}
|
11 | at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
|
12 | at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:227) ~[fmlcore-1.20.1-47.3.10.jar%23583!/:?] {re:mixin}
|
13 | at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:326) ~[fmlcore-1.20.1-47.3.10.jar%23583!/:?] {}
|
14 | at net.minecraftforge.client.ForgeHooksClient.initClientHooks(ForgeHooksClient.java:1270) ~[forge-1.20.1-47.3.10-universal.jar%23587!/:?] {re:mixin,re:classloading}
|
15 | at net.minecraft.client.Minecraft.<init>(Minecraft.java:544) ~[client-1.20.1-20230612.114412-srg.jar%23582!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
|
16 | at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.10.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
|
17 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
18 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
19 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
20 | at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
21 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.10.jar:?] {}
|
22 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.10.jar:?] {}
|
23 | at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.10.jar:?] {}
|
24 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
25 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
26 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
27 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
28 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
29 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
30 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
31 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
32 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
33 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
34 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
35 | at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
36 | at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
37 | at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
|
38 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
|
39 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
|
40 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
|
41 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
42 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
43 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
44 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
45 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
46 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
|
47 | at net.minecraft.client.renderer.blockentity.BlockEntityRenderers.<clinit>(BlockEntityRenderers.java:47) ~[client-1.20.1-20230612.114412-srg.jar%23582!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
|
48 | at net.minecraftforge.client.event.EntityRenderersEvent$RegisterRenderers.registerBlockEntityRenderer(EntityRenderersEvent.java:128) ~[forge-1.20.1-47.3.10-universal.jar%23587!/:?] {re:classloading,pl:eventbus:A}
|
49 | at com.legacy.structure_gel.core.events.SGClientEvents$ModBus.registerRenderers(SGClientEvents.java:87) ~[structure_gel-1.20.1-2.16.2%20-%20Copy.jar%23548!/:2.16.2] {re:classloading,pl:eventbus:A}
|
50 | at com.legacy.structure_gel.core.events.__ModBus_registerRenderers_RegisterRenderers.invoke(.dynamic) ~[structure_gel-1.20.1-2.16.2%20-%20Copy.jar%23548!/:2.16.2] {re:classloading,pl:eventbus:B}
|
51 | at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
52 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
53 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
54 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121) ~[javafmllanguage-1.20.1-47.3.10.jar%23584!/:?] {}
|
55 | ... 22 more
|
56 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [integrated_api-common.mixins.json:blocks.StructureBlockRenderMixin] from phase [DEFAULT] in config [integrated_api-common.mixins.json] FAILED during APPLY
|
57 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
58 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
59 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
60 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
61 | at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
62 | at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
63 | at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
|
64 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
|
65 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
|
66 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
|
67 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
68 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
69 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
70 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
71 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
72 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
|
73 | at net.minecraft.client.renderer.blockentity.BlockEntityRenderers.<clinit>(BlockEntityRenderers.java:47) ~[client-1.20.1-20230612.114412-srg.jar%23582!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
|
74 | at net.minecraftforge.client.event.EntityRenderersEvent$RegisterRenderers.registerBlockEntityRenderer(EntityRenderersEvent.java:128) ~[forge-1.20.1-47.3.10-universal.jar%23587!/:?] {re:classloading,pl:eventbus:A}
|
75 | at com.legacy.structure_gel.core.events.SGClientEvents$ModBus.registerRenderers(SGClientEvents.java:87) ~[structure_gel-1.20.1-2.16.2%20-%20Copy.jar%23548!/:2.16.2] {re:classloading,pl:eventbus:A}
|
76 | at com.legacy.structure_gel.core.events.__ModBus_registerRenderers_RegisterRenderers.invoke(.dynamic) ~[structure_gel-1.20.1-2.16.2%20-%20Copy.jar%23548!/:2.16.2] {re:classloading,pl:eventbus:B}
|
77 | at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
78 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
79 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
80 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121) ~[javafmllanguage-1.20.1-47.3.10.jar%23584!/:?] {}
|
81 | ... 22 more
|
82 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("CONSTANT") on net/minecraft/client/renderer/blockentity/StructureBlockRenderer::getRenderDistance with priority 900 cannot inject into net/minecraft/client/renderer/blockentity/StructureBlockRenderer::m_142163_()I merged by com.sunekaer.mods.structureexpansion.mixin.StructureBlockRendererMixin with priority 1000 [PREINJECT Applicator Phase -> integrated_api-common.mixins.json:blocks.StructureBlockRenderMixin -> Prepare Injections -> -> constant$bgi000$getRenderDistance(I)I -> Prepare]
|
83 | at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
84 | at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
85 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
86 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
87 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
88 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
89 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
90 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
91 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
92 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
93 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
94 | at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
95 | at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
96 | at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30] {}
|
97 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?] {}
|
98 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?] {}
|
99 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?] {}
|
100 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
101 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
102 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
103 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
104 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
105 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
|
106 | at net.minecraft.client.renderer.blockentity.BlockEntityRenderers.<clinit>(BlockEntityRenderers.java:47) ~[client-1.20.1-20230612.114412-srg.jar%23582!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
|
107 | at net.minecraftforge.client.event.EntityRenderersEvent$RegisterRenderers.registerBlockEntityRenderer(EntityRenderersEvent.java:128) ~[forge-1.20.1-47.3.10-universal.jar%23587!/:?] {re:classloading,pl:eventbus:A}
|
108 | at com.legacy.structure_gel.core.events.SGClientEvents$ModBus.registerRenderers(SGClientEvents.java:87) ~[structure_gel-1.20.1-2.16.2%20-%20Copy.jar%23548!/:2.16.2] {re:classloading,pl:eventbus:A}
|
109 | at com.legacy.structure_gel.core.events.__ModBus_registerRenderers_RegisterRenderers.invoke(.dynamic) ~[structure_gel-1.20.1-2.16.2%20-%20Copy.jar%23548!/:2.16.2] {re:classloading,pl:eventbus:B}
|
110 | at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
111 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
112 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {}
|
113 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121) ~[javafmllanguage-1.20.1-47.3.10.jar%23584!/:?] {}
|
114 | ... 22 more
|
115 |
|
116 |
|
117 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
118 | ---------------------------------------------------------------------------------------
|
119 |
|
120 | -- Head --
|
121 | Thread: Render thread
|
122 | Suspected Mod:
|
123 | Structure Gel API (structure_gel), Version: 2.16.2
|
124 | Issue tracker URL: https://gitlab.com/modding-legacy/structure-gel-api/-/issues
|
125 | at TRANSFORMER/structure_gel@2.16.2/com.legacy.structure_gel.core.events.SGClientEvents$ModBus.registerRenderers(SGClientEvents.java:87)
|
126 | Stacktrace:
|
127 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:125) ~[javafmllanguage-1.20.1-47.3.10.jar%23584!/:?] {}
|
128 | at net.minecraftforge.fml.ModLoader.lambda$postEvent$29(ModLoader.java:326) ~[fmlcore-1.20.1-47.3.10.jar%23583!/:?] {}
|
129 | at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
|
130 | at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:227) ~[fmlcore-1.20.1-47.3.10.jar%23583!/:?] {re:mixin}
|
131 | at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:326) ~[fmlcore-1.20.1-47.3.10.jar%23583!/:?] {}
|
132 | at net.minecraftforge.client.ForgeHooksClient.initClientHooks(ForgeHooksClient.java:1270) ~[forge-1.20.1-47.3.10-universal.jar%23587!/:?] {re:mixin,re:classloading}
|
133 | at net.minecraft.client.Minecraft.<init>(Minecraft.java:544) ~[client-1.20.1-20230612.114412-srg.jar%23582!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
|
134 | -- Initialization --
|
135 | Details:
|
136 | Modules:
|
137 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
138 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
139 | CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
140 | CRYPTBASE.DLL:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
141 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
|
142 | CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
|
143 | CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.3672:Microsoft Corporation
|
144 | DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
|
145 | DEVOBJ.dll:Device Information Set DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
146 | DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
147 | GDI32.dll:GDI Client DLL:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
|
148 | GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
149 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
|
150 | IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
151 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
|
152 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
153 | MMDevApi.dll:MMDevice API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
154 | MSCTF.dll:MSCTF Server DLL:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
|
155 | MpOav.dll:IOfficeAntiVirus Module:4.18.24080.9 (f49fb7de0d838aeebbdbd940314a35a90705840e):Microsoft Corporation
|
156 | NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
157 | NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
158 | OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
|
159 | OpenAL.dll:Main implementation library:1.21.1:
|
160 | POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
|
161 | PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
162 | Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
163 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
164 | SETUPAPI.dll:Windows Setup API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
165 | SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
166 | SHELL32.dll:Windows Shell Common Dll:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
167 | UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
168 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
169 | USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
170 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
171 | VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
172 | WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
173 | WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
174 | WINSTA.dll:Winstation Library:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
|
175 | WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
176 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
177 | WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
178 | WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
179 | amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
|
180 | apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
181 | awt.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
182 | bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
183 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
|
184 | cfgmgr32.dll:Configuration Manager DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
185 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
186 | combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
187 | cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
188 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
189 | dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
190 | dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
191 | dinput8.dll:Microsoft DirectInput:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
192 | drvstore.dll:Driver Store API:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
|
193 | dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
194 | dxcore.dll:DXCore:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
|
195 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
196 | gdi32full.dll:GDI Client DLL:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
|
197 | glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
|
198 | icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.3880 (WinBuild.160101.0800):Microsoft Corporation
|
199 | imagehlp.dll:Windows NT Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
200 | inputhost.dll:InputHost:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
201 | java.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
202 | javaw.exe:OpenJDK Platform binary:**.**.**.**:Microsoft
|
203 | jemalloc.dll
|
204 | jimage.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
205 | jli.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
206 | jna15075829230287018537.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
|
207 | jsvml.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
208 | jvm.dll:OpenJDK 64-Bit server VM:**.**.**.**:Microsoft
|
209 | kernel.appcore.dll:AppModel API Host:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
|
210 | lwjgl.dll
|
211 | lwjgl_opengl.dll
|
212 | lwjgl_stb.dll
|
213 | management.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
214 | management_ext.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
215 | msasn1.dll:ASN.1 Runtime APIs:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
216 | mscms.dll:Microsoft Color Matching System DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
217 | msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
218 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
|
219 | msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
220 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
221 | napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
222 | ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
223 | net.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
224 | nio.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
225 | nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
226 | ntdll.dll:NT Layer DLL:10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
227 | ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
228 | nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 560.94 :32.0.15.6094:NVIDIA Corporation
|
229 | nvoglv64.dll:NVIDIA Compatible OpenGL ICD:32.0.15.6094:NVIDIA Corporation
|
230 | nvspcap64.dll:NVIDIA Game Proxy:**.**.**.**:NVIDIA Corporation
|
231 | ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
232 | opengl32.dll:OpenGL Client DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
|
233 | perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
234 | pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
235 | pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
236 | profapi.dll:User Profile Basic API:10.0.22621.4111 (WinBuild.160101.0800):Microsoft Corporation
|
237 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
238 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
239 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
240 | shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
241 | sunmscapi.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
242 | textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.4249 (WinBuild.160101.0800):Microsoft Corporation
|
243 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
|
244 | uxtheme.dll:Microsoft UxTheme Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
245 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
246 | verify.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
247 | win32u.dll:Win32u:10.0.22621.4317 (WinBuild.160101.0800):Microsoft Corporation
|
248 | windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
|
249 | winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
250 | wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
251 | wldp.dll:Windows Lockdown Policy:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
|
252 | wshbth.dll:Windows Sockets Helper DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
|
253 | wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
254 | xinput1_4.dll:Microsoft Common Controller API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
|
255 | zip.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
256 | Stacktrace:
|
257 | at net.minecraft.client.main.Main.main(Main.java:182) ~[forge-47.3.10.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
|
258 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
259 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
260 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
261 | at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
262 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.10.jar:?] {}
|
263 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.10.jar:?] {}
|
264 | at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.10.jar:?] {}
|
265 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
266 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
267 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
268 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
269 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
270 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
271 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
272 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
273 |
|
274 |
|
275 | -- System Details --
|
276 | Details:
|
277 | Minecraft Version: 1.20.1
|
278 | Minecraft Version ID: 1.20.1
|
279 | Operating System: Windows 11 (amd64) version 10.0
|
280 | Java Version: 17.0.8, Microsoft
|
281 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
282 | Memory: 852494912 bytes (813 MiB) / 2491416576 bytes (2376 MiB) up to 13321109504 bytes (12704 MiB)
|
283 | CPUs: 24
|
284 | Processor Vendor: AuthenticAMD
|
285 | Processor Name: AMD Ryzen 9 5900X 12-Core Processor
|
286 | Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
|
287 | Microarchitecture: Zen 3
|
288 | Frequency (GHz): 3.70
|
289 | Number of physical packages: 1
|
290 | Number of physical CPUs: 12
|
291 | Number of logical CPUs: 24
|
292 | Graphics card #0 name: NVIDIA GeForce RTX 3070
|
293 | Graphics card #0 vendor: NVIDIA (0x10de)
|
294 | Graphics card #0 VRAM (MB): 4095.00
|
295 | Graphics card #0 deviceId: 0x2488
|
296 | Graphics card #0 versionInfo: DriverVersion=32.0.15.6094
|
297 | Memory slot #0 capacity (MB): 16384.00
|
298 | Memory slot #0 clockSpeed (GHz): 3.60
|
299 | Memory slot #0 type: DDR4
|
300 | Memory slot #1 capacity (MB): 16384.00
|
301 | Memory slot #1 clockSpeed (GHz): 3.60
|
302 | Memory slot #1 type: DDR4
|
303 | Virtual memory max (MB): 47537.01
|
304 | Virtual memory used (MB): 20234.64
|
305 | Swap memory total (MB): 14848.00
|
306 | Swap memory used (MB): 76.47
|
307 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12704m -Xms256m
|
308 | Launched Version: forge-47.3.10
|
309 | Backend library: LWJGL version 3.3.1 build 7
|
310 | Backend API: NVIDIA GeForce RTX 3070/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
|
311 | Window size: <not initialized>
|
312 | GL Caps: Using framebuffer using OpenGL 3.2
|
313 | GL debug messages:
|
314 | Using VBOs: Yes
|
315 | Is Modded: Definitely; Client brand changed to 'forge'
|
316 | Type: Client (map_client.txt)
|
317 | CPU: 24x AMD Ryzen 9 5900X 12-Core Processor
|
318 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30
|
319 | ModLauncher launch target: forgeclient
|
320 | ModLauncher naming: srg
|
321 | ModLauncher services:
|
322 | mixin-0.8.5.jar mixin PLUGINSERVICE
|
323 | eventbus-6.0.5.jar eventbus PLUGINSERVICE
|
324 | fmlloader-1.20.1-47.3.10.jar slf4jfixer PLUGINSERVICE
|
325 | fmlloader-1.20.1-47.3.10.jar object_holder_definalize PLUGINSERVICE
|
326 | fmlloader-1.20.1-47.3.10.jar runtime_enum_extender PLUGINSERVICE
|
327 | fmlloader-1.20.1-47.3.10.jar capability_token_subclass PLUGINSERVICE
|
328 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
|
329 | fmlloader-1.20.1-47.3.10.jar runtimedistcleaner PLUGINSERVICE
|
330 | modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
|
331 | modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
|
332 | FML Language Providers:
|
333 | javafml@null
|
334 | lowcodefml@null
|
335 | minecraft@1.0
|
336 | gml@4.0.9
|
337 | kotlinforforge@4.11.0
|
338 | Mod List:
|
339 | YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
340 | almanac-1.20.x-forge-1.0.2.jar |Almanac |almanac |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
341 | Dayzombies_rebooted-1.0.5_1.20.1.jar |dayzombierebooted |dayzombierebooted |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
342 | cure-2.0.2-forge-1.20.1.jar |Cure |cure |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
343 | The Zombie Apocalypse - Foundations.jar |Survival Enhanced |builders_paradise |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
344 | Satako-7.0.16-1.20.1.jar |Satako |satako |7.0.16-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
345 | valhelsia_furniture-forge-1.20.1-1.1.3.jar |Valhelsia Furniture |valhelsia_furniture |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
346 | UndergroundBunkers-1.0.5-1.20.x-forge.jar |Underground Bunkers |underground_bunkers |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
347 | Neat-1.20.1-37-FORGE.jar |Neat |neat |1.20.1-37-FORGE |COMMON_SET|Manifest: NOSIGNATURE
|
348 | YungsApi-1.20-Forge-4.0.6.jar |YUNG's API |yungsapi |1.20-Forge-4.0.6 |COMMON_SET|Manifest: NOSIGNATURE
|
349 | Extra Zombie Drops 1.20.1 v4.jar |Extra Zombie Drops |extra_zombie_drops |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
350 | createdieselgenerators-1.20.1-1.2i.jar |Create Diesel Generators |createdieselgenerators |1.20.1-1.2i |COMMON_SET|Manifest: NOSIGNATURE
|
351 | createnewbeg-0.1.0-1.20.1.jar |Create: New Beginnings |createnewbeg |0.1.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
352 | Mutants Buff 1.5.3 - 1.20.1.jar |mutantsbuff |mutantsbuff |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
353 | The-Hordes-1.20.1-1.5.4.jar |The Hordes |hordes |1.5.4 |COMMON_SET|Manifest: NOSIGNATURE
|
354 | balm-forge-1.20.1-7.3.9-all.jar |Balm |balm |7.3.9 |COMMON_SET|Manifest: NOSIGNATURE
|
355 | K-Turrets-3.0.25-1.20.1 - Copy.jar |K-Turrets |k_turrets |3.0.25-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
356 | chat_heads-0.13.3-forge-1.20.jar |Chat Heads |chat_heads |0.13.3 |COMMON_SET|Manifest: NOSIGNATURE
|
357 | cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |COMMON_SET|Manifest: NOSIGNATURE
|
358 | [Forge]CTOV-3.4.9b.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.9b |COMMON_SET|Manifest: NOSIGNATURE
|
359 | embeddium-0.3.25+mc1.20.1.jar |Embeddium |embeddium |0.3.25+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
360 | structure_gel-1.20.1-2.16.2 - Copy.jar |Structure Gel API |structure_gel |2.16.2 |COMMON_SET|Manifest: NOSIGNATURE
|
361 | mod-4.0.9.jar |GroovyModLoader |gml |4.0.9 |COMMON_SET|Manifest: NOSIGNATURE
|
362 | lrarmor-1.20.1-0.1.4.3.jar |LesRaisinsArmor |lrarmor |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
363 | YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
364 | Highlighter-1.20.1-forge-1.1.9.jar |Highlighter |highlighter |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
|
365 | Overworld Netherite ore 2.4 1.20.1 Forge.jar |Overworld Netherite Ore |overworld_netherite_ore |2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
366 | structure-expansion-2.0.1-build.11.jar |Structure Expansion |structureexpansion |2.0.1-build.11 |COMMON_SET|Manifest: NOSIGNATURE
|
367 | curios-forge-5.10.0+1.20.1.jar |Curios API |curios |5.10.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
368 | right-click-harvest-3.2.3+1.20.1-forge.jar |Right Click Harvest |rightclickharvest |3.2.3+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
369 | cgl-1.20-forge-0.3.3.jar |CommonGroovyLibrary |commongroovylibrary |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE
|
370 | Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
371 | YungsExtras-1.20-Forge-4.0.3.jar |YUNG's Extras |yungsextras |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
372 | FramedBlocks-9.3.1 - Copy.jar |FramedBlocks |framedblocks |9.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
373 | pointblank-forge-1.20.1-1.7.6.jar |Point Blank |pointblank |1.7.6 |COMMON_SET|Manifest: NOSIGNATURE
|
374 | MaxArmory_1.20.1_1.1.2 - Copy.jar |Max_Armory |max_armory |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
375 | Atlas Lib-1.20.1-1.1.12.jar |Atlas Lib |atlaslib |1.1.12 |COMMON_SET|Manifest: NOSIGNATURE
|
376 | YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
377 | PlayerRevive_FORGE_v2.0.27_mc1.20.1.jar |PlayerRevive |playerrevive |2.0.27 |COMMON_SET|Manifest: NOSIGNATURE
|
378 | sliceanddice-forge-3.3.0.jar |Create Slice & Dice |sliceanddice |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
379 | YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
380 | elytraslot-forge-6.4.4+1.20.1.jar |Elytra Slot |elytraslot |6.4.4+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
381 | bellsandwhistles-0.4.3-1.20.x.jar |Create: Bells & Whistles |bellsandwhistles |0.4.3-1.20.x |COMMON_SET|Manifest: NOSIGNATURE
|
382 | MutantMonsters-v8.0.7-1.20.1-Forge.jar |Mutant Monsters |mutantmonsters |8.0.7 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
383 | jei-1.20.1-forge-15.19.5.99.jar |Just Enough Items |jei |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
384 | lithostitched-forge-1.20.1-1.3.1b.jar |Lithostitched |lithostitched |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
385 | create_netherless-1.20.1-1.3.jar |Create: Netherless |create_netherless |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
386 | VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
387 | Pehkui-3.8.2+1.20.1-forge.jar |Pehkui |pehkui |3.8.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
388 | gundurability-1.4.jar |GunDurability |gundurability |1.0-SNAPSHOT |COMMON_SET|Manifest: NOSIGNATURE
|
389 | caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
390 | immersive_weathering-1.20.1-2.0.3-forge.jar |Immersive Weathering |immersive_weathering |1.20.1-2.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
391 | Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
392 | integrated_api-1.5.1+1.20.1-forge.jar |Integrated API |integrated_api |1.5.1+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
393 | enchanted_arsenal-1.0.1-forge-1.20.1.jar |Enchanted Arsenal |enchanted_arsenal |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
394 | lightmanscurrency-1.20.1-2.2.3.5.jar |Lightman's Currency |lightmanscurrency |1.20.1-2.2.3.5 |COMMON_SET|Manifest: NOSIGNATURE
|
395 | GlitchCore-forge-1.20.1-0.0.1.1.jar |GlitchCore |glitchcore |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
396 | SereneSeasons-forge-1.20.1-9.1.0.0.jar |Serene Seasons |sereneseasons |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
397 | design_decor-0.4.0b-1.20.1.jar |Create: Design n' Decor |design_decor |0.4.0b |COMMON_SET|Manifest: NOSIGNATURE
|
398 | snowundertrees-1.20.1-1.4.5.jar |Snow Under Trees |snowundertrees |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE
|
399 | create_wt-forge-1.20.1-1.0.7.jar |Create: Weaponry Tinkering |create_wt |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
|
400 | Wegotrunners0.6b1.20.1[CONFIG FILE UPDATE] - Copy.|wegotrunnners |wegotrunnners |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
401 | table_top_craft-1.20.1-6.1.2 - Copy.jar |Table Top Craft |table_top_craft |1.20.1-6.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
402 | puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
403 | forge-1.20.1-47.3.10-universal.jar |Forge |forge |47.3.10 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
404 | idas_forge-1.10.1+1.20.1.jar |Integrated Dungeons and Struct|idas |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
405 | ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |COMMON_SET|Manifest: NOSIGNATURE
|
406 | client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
407 | apocalypsefood-1.0.jar |apocalypse_food |apocalypse_food |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
408 | createtaczauto-1.1.2-forge-1.20.1.jar |Create: TacZ Automation |createtaczauto |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
409 | emi-1.1.16+1.20.1+forge.jar |EMI |emi |1.1.16+1.20.1+forge |COMMON_SET|Manifest: NOSIGNATURE
|
410 | EMI Create Schematics [1.0.1 Forge 1.20.1].jar |EMI: Create Schematics |emi_create_schematics |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
411 | createstuffadditionsfix-forge-1.20.1-0.0.0.1.jar |CreateStuffAdditionsFix |createstuffadditionsfix |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
412 | voicechat-forge-1.20.1-2.5.24.jar |Simple Voice Chat |voicechat |1.20.1-2.5.24 |COMMON_SET|Manifest: NOSIGNATURE
|
413 | 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
|
414 | TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
415 | psg-5.6.0b forge-1.20.1.jar |Potassium & sulphur's gunpowdw|psg |4.01 |COMMON_SET|Manifest: NOSIGNATURE
|
416 | MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |COMMON_SET|Manifest: NOSIGNATURE
|
417 | ShoulderSurfing-Forge-1.20.1-4.4.1.jar |Shoulder Surfing Reloaded |shouldersurfing |1.20.1-4.4.1 |COMMON_SET|Manifest: NOSIGNATURE
|
418 | cleanswing-1.20-1.5.jar |Clean Swing Through Grass |cleanswing |1.20-1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
419 | spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
420 | guccivuitton-1.20.1-0.2.1.jar |Gucci & Vuitton Attachments |guccivuitton |0.2.1 |COMMON_SET|Manifest: NOSIGNATURE
|
421 | kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |COMMON_SET|Manifest: NOSIGNATURE
|
422 | notenoughanimations-forge-1.7.6-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.6 |COMMON_SET|Manifest: NOSIGNATURE
|
423 | flywheel-forge-1.20.1-0.6.11-13.jar |Flywheel |flywheel |0.6.11-13 |COMMON_SET|Manifest: NOSIGNATURE
|
424 | Lexiconfig-forge-1.3.11.jar |Lexiconfig |lexiconfig |1.3.11 |COMMON_SET|Manifest: NOSIGNATURE
|
425 | polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
426 | [1.20.1] SecurityCraft v1.9.11.jar |SecurityCraft |securitycraft |1.9.11 |COMMON_SET|Manifest: NOSIGNATURE
|
427 | Zeta-1.0-24.jar |Zeta |zeta |1.0-24 |COMMON_SET|Manifest: NOSIGNATURE
|
428 | entityculling-forge-1.7.0-mc1.20.1.jar |EntityCulling |entityculling |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
|
429 | Pillagers Gun-1.20.1-forge-2.0.0.jar |Pillager's Gun |pillagers_gun |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
430 | ImmediatelyFast-Forge-1.2.21+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.21+1.20.4 |COMMON_SET|Manifest: NOSIGNATURE
|
431 | appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
432 | lootr-forge-1.20-0.7.34.89.jar |Lootr |lootr |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
433 | PuzzlesLib-v8.1.24-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.24 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
434 | create_power_loader-1.5.0-mc1.20.1.jar |Create: Power Loader |create_power_loader |1.5.0-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
435 | create_armor_trims-1.20.1-2.0.1.jar |Create: Armor Trims |create_armor_trims |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
436 | responsiveshields-2.3-mc1.18-19-20.x.jar |Responsive Shields |responsiveshields |2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
437 | Zombie Extreme 1.20.1 0.2.6.jar |Zombie Extreme |zombie_extreme |0.2.6 |COMMON_SET|Manifest: NOSIGNATURE
|
438 | TreeChop-1.20.1-forge-0.19.0-fixed.jar |HT's TreeChop |treechop |0.19.0 |COMMON_SET|Manifest: NOSIGNATURE
|
439 | Fibers Gunspack Forge v1.3 (1.18.2-1.20.1).jar |Fibers Gun pack for Tac Z |fibers |1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
440 | kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |COMMON_SET|Manifest: NOSIGNATURE
|
441 | YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
442 | netherportalfix-forge-1.20-13.0.1.jar |NetherPortalFix |netherportalfix |13.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
443 | create_ltab_f-2.2.2.jar |Create_ltab_f |create_ltab_f |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
444 | geckolib-forge-1.20.1-4.4.8.jar |GeckoLib 4 |geckolib |4.4.8 |COMMON_SET|Manifest: NOSIGNATURE
|
445 | incontrol-1.20-9.2.7.jar |InControl |incontrol |1.20-9.2.7 |COMMON_SET|Manifest: NOSIGNATURE
|
446 | immersive_aircraft-1.1.2+1.20.1-forge.jar |Immersive Aircraft |immersive_aircraft |1.1.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
447 | sophisticatedcore-1.20.1-0.6.34.718.jar |Sophisticated Core |sophisticatedcore |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
448 | InsaneLib-1.15.0-mc1.20.1.jar |InsaneLib |insanelib |1.15.0 |COMMON_SET|Manifest: NOSIGNATURE
|
449 | JRFTL-1.20.1-1.6.0.jar |JRFTL |jrftl |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
|
450 | EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar |EnhancedVisuals |enhancedvisuals |1.8.1 |COMMON_SET|Manifest: NOSIGNATURE
|
451 | Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
452 | citadel-2.6.0-1.20.1.jar |Citadel |citadel |2.6.0 |COMMON_SET|Manifest: NOSIGNATURE
|
453 | alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |COMMON_SET|Manifest: NOSIGNATURE
|
454 | zombieawareness-1.20.1-1.13.1.jar |Zombie Awareness |zombieawareness |1.20.1-1.13.1 |COMMON_SET|Manifest: NOSIGNATURE
|
455 | mixinextras-forge-0.2.0.jar |MixinExtras |mixinextras |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
456 | Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
457 | sophisticatedbackpacks-1.20.1-3.20.11.1115.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.11.1115 |COMMON_SET|Manifest: NOSIGNATURE
|
458 | CreateNumismatics-1.0.6+forge-mc1.20.1.jar |Create: Numismatics |numismatics |1.0.6+forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE
|
459 | create_dragon_lib-1.20.1-1.4.3.jar |Create: Dragon Lib |create_dragon_lib |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE
|
460 | Steam_Rails-1.6.6+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.6.6+forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE
|
461 | carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
462 | melody_forge_1.0.3_MC_1.20.1-1.20.4.jar |Melody |melody |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
463 | interiors-0.5.6+forge-mc1.20.1-build.104.jar |Create: Interiors |interiors |0.5.6 |COMMON_SET|Manifest: NOSIGNATURE
|
464 | dummmmmmy-1.20-1.8.17b - Copy.jar |MmmMmmMmmmmm |dummmmmmy |1.20-1.8.17b |COMMON_SET|Manifest: NOSIGNATURE
|
465 | konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
|
466 | create_connected-0.9.2-mc1.20.1-all.jar |Create: Connected |create_connected |0.9.2-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
467 | FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
468 | FarmersStructures-1.0.3-1.20.jar |FarmersStructures |farmers_structures |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
469 | DustrialDecor-1.3.5-1.20.jar |'Dustrial Decor |dustrial_decor |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
|
470 | fast-ip-ping-v1.0.5-mc1.20.4-forge.jar |Fast IP Ping |fastipping |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
471 | AmbientSounds_FORGE_v6.1.1_mc1.20.1.jar |AmbientSounds |ambientsounds |6.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
472 | valhelsia_structures-forge-1.20.1-1.1.2.jar |Valhelsia Structures |valhelsia_structures |1.20.1-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
473 | RapidLeafDecay-1.20.1-2.0.2.jar |Rapid Leaf Decay |rapid_leaf_decay |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
474 | apocalypsenow-3.0.3-forge-1.20.1.jar |Apocalypse Now |apocalypsenow |3.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
475 | create_numismatics_crafts-1.0.0-forge-1.20.1.jar |Create: Numismatics Crafts |create_numismatics_crafts |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
476 | create_additions_synthetics-3.3.1-forge-1.20.1.jar|Create Additions & Synthetics |create_additions_synthetics |3.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
477 | protection_pixel-1.0.5-forge-1.20.1.jar |Protection Pixel |protection_pixel |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
478 | blockui-1.20.1-1.0.156-RELEASE.jar |UI Library Mod |blockui |1.20.1-1.0.156-RELEA|COMMON_SET|Manifest: NOSIGNATURE
|
479 | collective-1.20.1-7.84.jar |Collective |collective |7.84 |COMMON_SET|Manifest: NOSIGNATURE
|
480 | flan-1.20.1-1.10.8-forge.jar |Flan |flan |1.20.1-1.10.8 |COMMON_SET|Manifest: NOSIGNATURE
|
481 | createarmsrace-1.0.0.jar |Create: Arms Race |createarmsrace |1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
482 | ftb-ultimine-forge-2001.1.5.jar |FTB Ultimine |ftbultimine |2001.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
483 | YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
484 | starterkit-1.20.1-7.1.jar |Starter Kit |starterkit |7.1 |COMMON_SET|Manifest: NOSIGNATURE
|
485 | eatinganimation-1.20.1-5.1.0.jar |Eating Animation |eatinganimation |5.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
486 | architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE
|
487 | ftb-library-forge-2001.2.4.jar |FTB Library |ftblibrary |2001.2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
488 | walkietalkie-forge-1.20.1-1.3.0.jar |Walkie-Talkie |walkietalkie |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
489 | ftb-teams-forge-2001.3.0.jar |FTB Teams |ftbteams |2001.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
490 | cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |COMMON_SET|Manifest: NOSIGNATURE
|
491 | firstjoinmessage-1.20.1-3.6.jar |First Join Message |firstjoinmessage |3.6 |COMMON_SET|Manifest: NOSIGNATURE
|
492 | monolib-forge-1.20.1-1.3.0.jar |MonoLib |monolib |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
493 | framework-forge-1.20.1-0.7.11.jar |Framework |framework |0.7.11 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
494 | letmedespawn-1.20.x-forge-1.4.4.jar |Let Me Despawn |letmedespawn |1.4.4 |COMMON_SET|Manifest: NOSIGNATURE
|
495 | lradd-1.20.1-0.2.3.jar |LesRaisinsAddon |lradd |0.2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
496 | smartcrafter-0.1.7.jar |Create: Smart Crafter |smartcrafter |0.1.7 |COMMON_SET|Manifest: NOSIGNATURE
|
497 | Apocalypsecrafts.jar |Flesh Jerky and Leather |flesh_jerky_and_leather |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
498 | Cucumber-1.20.1-7.0.12.jar |Cucumber Library |cucumber |7.0.12 |COMMON_SET|Manifest: NOSIGNATURE
|
499 | copycats-2.1.4+mc.1.20.1-forge.jar |Create: Copycats+ |copycats |2.1.4+mc.1.20.1-forg|COMMON_SET|Manifest: NOSIGNATURE
|
500 | tacz-1.20.1-1.0.3-all.jar |Timeless & Classics Guns: Zero|tacz |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
501 | map_atlases-1.20-6.0.9.jar |Map Atlases |map_atlases |1.20-6.0.9 |COMMON_SET|Manifest: NOSIGNATURE
|
502 | create-1.20.1-0.5.1.i.jar |Create |create |0.5.1.i |COMMON_SET|Manifest: NOSIGNATURE
|
503 | CreateCasing-1.20.1-1.6.2.jar |Create : Encased |createcasing |1.20.1-1.6.2 |COMMON_SET|Manifest: NOSIGNATURE
|
504 | creategoggles-1.20.1-0.5.5.g-[FORGE].jar |Create Goggles |creategoggles |0.5.5.g |COMMON_SET|Manifest: NOSIGNATURE
|
505 | create-dyn-light-forge-1.0.0.jar |Create Dynamic Light |createdynlight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
506 | create_central_kitchen-1.20.1-for-create-0.5.1.f-1|Create: Central Kitchen |create_central_kitchen |1.3.12 |COMMON_SET|Manifest: NOSIGNATURE
|
507 | create_basic_additions-1.20.1-1.0.2-forge.jar |Create: Basic Additions |create_basic_additions |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
508 | petrolpark-1.20.1-1.0.2.jar |Petrolpark's Library |petrolpark |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
509 | petrolsparts-1.20.1-1.0.3.jar |Petrol's Parts |petrolsparts |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
510 | waystones-forge-1.20-14.1.5.jar |Waystones |waystones |14.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
511 | marbledsarsenal-1.20.1-2.3.0.jar |Marbled's Arsenal |marbledsarsenal |1.20.1-2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
512 | Structory_1.20.x_v1.3.5.jar |Structory |structory |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE
|
513 | comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
514 | configured-forge-1.20.1-2.2.3.jar |Configured |configured |2.2.3 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
515 | mcore-1.20.1-1.0.1.jar |Marbled's Core |mcore |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
516 | BadMobs-1.20.1-19.0.4.jar |BadMobs |badmobs |19.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
517 | Better Mob Food - Version 1.0.1 (Beta).jar |Better Mob Food |better_mob_food |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
518 | YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
519 | create_curios_backtank-forge-1.20.1-1.0.0.jar |Create Curios Backtank |create_curios_backtank |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
520 | 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
|
521 | firstaid-1.20.1-1.1.jar |First Aid |firstaid |1.20.1-1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
522 | tfmg-0.9.3-1.20.1.jar |Create: The Factory Must Grow |tfmg |0.9.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
523 | MysticalAgriculture-1.20.1-7.0.14.jar |Mystical Agriculture |mysticalagriculture |7.0.14 |COMMON_SET|Manifest: NOSIGNATURE
|
524 | MysticalAgradditions-1.20.1-7.0.4.jar |Mystical Agradditions |mysticalagradditions |7.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
525 | matc-1.6.0.jar |Mystical Agriculture Tiered Cr|matc |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
|
526 | moonlight-1.20-2.13.10-forge.jar |Moonlight Library |moonlight |1.20-2.13.10 |COMMON_SET|Manifest: NOSIGNATURE
|
527 | molten_metals-1.20.1-0.1.4-forge.jar |Molten Metals |molten_metals |1.20.1-0.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
528 | eccentrictome-1.20.1-1.10.2.jar |Eccentric Tome |eccentrictome |1.20.1-1.10.2 |COMMON_SET|Manifest: NOSIGNATURE
|
529 | ToolBelt-1.20.1-1.20.01.jar |Tool Belt |toolbelt |1.20.01 |COMMON_SET|Manifest: NOSIGNATURE
|
530 | RegionsUnexploredForge-0.5.6+1.20.1.jar |Regions Unexplored |regions_unexplored |0.5.6 |COMMON_SET|Manifest: NOSIGNATURE
|
531 | mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |COMMON_SET|Manifest: NOSIGNATURE
|
532 | Jade-1.20.1-forge-11.11.1.jar |Jade |jade |11.11.1+forge |COMMON_SET|Manifest: NOSIGNATURE
|
533 | CreativeCore_FORGE_v2.12.17_mc1.20.1.jar |CreativeCore |creativecore |2.12.17 |COMMON_SET|Manifest: NOSIGNATURE
|
534 | dweller_dweller-3.13.1 - Copy.jar |Dweller dweller |dweller_dweller |3.13.1 |COMMON_SET|Manifest: NOSIGNATURE
|
535 | bunker-down 1-1-6 - 1-20-1 - Copy.jar |Bunker Down |bunker_down |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
|
536 | Iceberg-1.20.1-forge-1.1.21.jar |Iceberg |iceberg |1.1.21 |COMMON_SET|Manifest: NOSIGNATURE
|
537 | Quark-4.0-460.jar |Quark |quark |4.0-460 |COMMON_SET|Manifest: NOSIGNATURE
|
538 | supplementaries-1.20-2.8.17.jar |Supplementaries |supplementaries |1.20-2.8.17 |COMMON_SET|Manifest: NOSIGNATURE
|
539 | create-stuff-additions1.20.1_v2.0.4a.jar |Create Stuff & Additions |create_sa |2.0.4. |COMMON_SET|Manifest: NOSIGNATURE
|
540 | mobsunscreen-forge-1.20.1-3.1.1.jar |Mob Sunscreen |mobsunscreen |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
541 | more_beautiful_torches-merged-1.20.1-3.0.0.jar |More Beautiful Torches! |more_beautiful_torches |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
542 | StorageDrawers-1.20.1-12.9.7.jar |Storage Drawers |storagedrawers |12.9.7 |COMMON_SET|Manifest: NOSIGNATURE
|
543 | better_mob_drops.jar |Better Zombie Drops |better_zombie_drops |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
544 | dynamicvillage-v0.4-1.20.1.jar |Create: Dynamic Village |dynamicvillage |0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
545 | fancymenu_forge_3.3.1_MC_1.20.1.jar |FancyMenu |fancymenu |3.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
546 | create_ironworks-2.7.0-forge-1.20.1.jar |Create: Ironworks |create_ironworks |2.7.0 |COMMON_SET|Manifest: NOSIGNATURE
|
547 | coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
|
548 | automobility-0.4.2+1.20.1-forge.jar |Automobility |automobility |0.4.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
549 | ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
550 | Enhanced-Celestials-Forge-1.20.1-5.0.1.0.jar |Enhanced Celestials |enhancedcelestials |1.20.1-5.0.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
551 | Corgilib-Forge-1.20.1-4.0.3.2.jar |CorgiLib |corgilib |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
552 | justzoom_forge_2.0.0_MC_1.20.1.jar |Just Zoom |justzoom |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
553 | BetterF3-7.0.2-Forge-1.20.1.jar |BetterF3 |betterf3 |7.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
554 | trainperspectivefix-1.0.0-universal.jar |Create: Train Perspective Fix |trainperspectivefix |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
|
555 | SimpleRadio-forge-1.20.1-2.4.6.1.jar |SimpleRadio |simpleradio |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
556 | valhelsia_core-forge-1.20.1-1.1.2.jar |Valhelsia Core |valhelsia_core |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
557 | create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.9.d |COMMON_SET|Manifest: NOSIGNATURE
|
558 | create_structures_arise-137.10.9-forge-1.20.1.jar |Create: Structures Arise |create_structures_arise |137.10.9 |COMMON_SET|Manifest: NOSIGNATURE
|
559 | createaddition-1.20.1-1.2.4e.jar |Create Crafts & Additions |createaddition |1.20.1-1.2.4e |COMMON_SET|Manifest: NOSIGNATURE
|
560 | tacz_c-1.0.0-forge-1.20.1.jar |Timeless and Classics Zero: Cr|tacz_c |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
561 | PresenceFootsteps-1.20.1-1.9.1-beta.1.jar |Presence Footsteps (Forge) |presencefootsteps |1.20.1-1.9.1-beta.1 |COMMON_SET|Manifest: NOSIGNATURE
|
562 | Crash Report UUID: d17c4dfb-0b8d-4429-965f-dad6e9063066
|
563 | Flywheel Backend: Uninitialized
|
564 | FML: 47.3
|
565 | Forge: net.minecraftforge:47.3.10
|