---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 2024-02-25 16:11:36 Description: Rendering overlay net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file devices-client.toml of type CLIENT for modid devices at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {} at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:67) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading} at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:66) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading} at net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:217) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {re:mixin} at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$19(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {re:mixin} at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:209) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {re:mixin} at net.minecraftforge.fml.ModLoader.lambda$loadMods$15(ModLoader.java:190) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {re:mixin} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:190) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {re:mixin} at net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:98) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:90) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:98) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:81) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:90) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading,pl:runtimedistcleaner:A} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2394!/:?] {} at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2394!/:?] {} at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2394!/:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2394!/:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2394!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2393!/:?] {} at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2393!/:?] {} at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} ... 27 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Suspected Mods: NONE Stacktrace: at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {} at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:67) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading} at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.20.1-47.2.20.jar%23951!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:66) ~[forge-1.20.1-47.2.20-universal.jar%23955!/:?] {re:classloading} -- Overlay render details -- Details: Overlay name: net.minecraftforge.client.loading.ForgeLoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:957) ~[client-1.20.1-20230612.114412-srg.jar%23950!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:vinery-common.mixins.json:GameRendererMixin,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin,pl:mixin:APP:fastload.mixins.json:client.GameRendererMixin,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinGameRenderer,pl:mixin:APP:physicsmod.mixins.json:ocean.MixinVSGameRenderer,pl:mixin:APP:zeta_forge.mixins.json:client.GameRenderMixin,pl:mixin:APP:immersive_aircraft.mixins.json:client.GameRendererMixin,pl:mixin:APP:armourersworkshop-compatibility-mixins.json:GameRendererMixin,pl:mixin:APP:mixins.essential.json:client.renderer.MixinEntityRenderer,pl:mixin:APP:mixins.essential.json:client.renderer.MixinEntityRenderer_Zoom,pl:mixin:APP:mixins.essential.json:events.Mixin_RenderTickEvent,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:mixins.essential.json:events.Mixin_GuiDrawScreenEvent_Priority,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23950!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:azurelib.forge.mixins.json:MinecraftMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:playerrevive.mixins.json:MinecraftAccessor,pl:mixin:APP:fastload.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:biomemusic.mixins.json:ClientMusicChoiceMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixins.essential.json:client.Mixin_RunEssentialTasks,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:compatibility.vanilla.Mixin_WorkaroundBrokenFramebufferBlitBlending,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23950!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:neat.mixins.json:MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:azurelib.forge.mixins.json:MinecraftMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:playerrevive.mixins.json:MinecraftAccessor,pl:mixin:APP:fastload.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:biomemusic.mixins.json:ClientMusicChoiceMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixins.essential.json:client.Mixin_RunEssentialTasks,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_FixKeybindUnpressedInEmoteWheel,pl:mixin:APP:mixins.essential.json:client.gui.Mixin_RecalculateMenuScale,pl:mixin:APP:mixins.essential.json:compatibility.vanilla.Mixin_WorkaroundBrokenFramebufferBlitBlending,pl:mixin:APP:mixins.essential.json:feature.emote.Mixin_AllowMovementDuringEmoteWheel_HandleKeybinds,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-47.2.20.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMain,pl:mixin: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.2.20.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.20.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.20.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:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: No Packs: advancedcompass.aquaculture, advancedcompass.ars_elemental, advancedcompass.ars_nouveau, advancedcompass.beyond_the_nether, advancedcompass.blue_skies, advancedcompass.crabbersdelight, advancedcompass.creeperoverhaul, advancedcompass.epicsamurai, advancedcompass.evilcraft, advancedcompass.farmingforblockheads, advancedcompass.fetzisasiandeco, advancedcompass.forbidden_arcanus, advancedcompass.goblintraders, advancedcompass.laendli_transport, advancedcompass.mekanismadditions, advancedcompass.minecolonies, advancedcompass.netherdepthsupgrade, advancedcompass.player_companions, advancedcompass.pneumaticcraft, advancedcompass.productivebees, advancedcompass.quark, advancedcompass.skd, advancedcompass.thaumia, advancedcompass.thermal, advancedcompass.twilightforest, advancedcompass.unseen_world, advancedcompass.vinery, vanilla, mod_resources, builtin/towntalk, Moonlight Mods Dynamic Assets, essential -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 3806468008 bytes (3630 MiB) / 6115295232 bytes (5832 MiB) up to 10536091648 bytes (10048 MiB) CPUs: 16 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 1700 Eight-Core Processor Identifier: AuthenticAMD Family 23 Model 1 Stepping 1 Microarchitecture: Zen Frequency (GHz): 2.99 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: Virtual Desktop Monitor Graphics card #0 vendor: Virtual Desktop, Inc. Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: DriverVersion=15.39.56.845 Graphics card #1 name: NVIDIA GeForce GTX 1660 Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x2184 Graphics card #1 versionInfo: DriverVersion=31.0.15.5152 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 16384.00 Memory slot #2 clockSpeed (GHz): 2.13 Memory slot #2 type: DDR4 Memory slot #3 capacity (MB): 8192.00 Memory slot #3 clockSpeed (GHz): 2.13 Memory slot #3 type: DDR4 Virtual memory max (MB): 52149.64 Virtual memory used (MB): 30475.14 Swap memory total (MB): 3072.00 Swap memory used (MB): 0.00 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10048m -Xms256m Loaded Shaderpack: (off) Launched Version: forge-47.2.20 Backend library: LWJGL version 3.3.1 build 7 Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 4.6.0 NVIDIA 551.52, NVIDIA Corporation Window size: 1024x768 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) Graphics mode: fancy Resource Packs: Current Language: en_us CPU: 16x AMD Ryzen 7 1700 Eight-Core Processor 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.2.20.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.2.20.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.2.20.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.2.20.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.2.20.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 javafml@null kotlinforforge@4.10.0 lowcodefml@null Mod List: fetzisasiandeco-1.5.1-1.20.1.jar |Fetzi's Asian Decoration |fetzisasiandeco |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE bad-1.20.1-2.1.1.jar |Stone Bookshelves |bad |1.20.1-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE simplemagnets-1.1.10-forge-mc1.20.jar |Simple Magnets |simplemagnets |1.1.10 |COMMON_SET|Manifest: NOSIGNATURE SWPlanets-forge-1.20.1-1.2.6.jar |Star Wars Planet |swplanets |1.2.6 |COMMON_SET|Manifest: NOSIGNATURE Infinite Abyss 1.20.1 version 1.7.1.jar |Infinite Abyss |infinite_abyss |1.7.1 |COMMON_SET|Manifest: NOSIGNATURE Neat-1.20-35-FORGE.jar |Neat |neat |1.20-35-FORGE |COMMON_SET|Manifest: NOSIGNATURE DenseTrees-1.20.1-4.0.1.jar |Dense Trees |densetrees |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.20.1-11.1.0.1-build.0289.jar |ForgeEndertech |forgeendertech |11.1.0.1 |COMMON_SET|Manifest: NOSIGNATURE modernfix-forge-5.13.0+mc1.20.1.jar |ModernFix |modernfix |5.13.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE EvilCraft-1.20.1-1.2.37.jar |EvilCraft |evilcraft |1.2.37 |COMMON_SET|Manifest: NOSIGNATURE letfishlove-2.0.3.jar |Let Fish Love |letfishlove |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE devices-0.8.2-forge.jar |Devices Mod |devices |0.8.2 |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 universalgrid-1.20.1-1.1.jar |Universal Grid |universalgrid |1.20.1-1.1 |COMMON_SET|Manifest: NOSIGNATURE creeper_firework-2.1.0.b.jar |Creeper Firework |creeper_firework |2.1.0.b |COMMON_SET|Manifest: NOSIGNATURE createdieselgenerators-1.20.1-1.2h.jar |Create Diesel Generators |createdieselgenerators |1.20.1-1.2h |COMMON_SET|Manifest: NOSIGNATURE Apotheosis-1.20.1-7.3.0.jar |Apotheosis |apotheosis |7.3.0 |COMMON_SET|Manifest: NOSIGNATURE ironbookshelves-1.20.1-1.2.5-forge.jar |Iron Bookshelves |ironbookshelves |1.20.1-1.2.5-forge |COMMON_SET|Manifest: NOSIGNATURE clickadv-1.20.1-3.7.jar |clickadv mod |clickadv |1.20.1-3.7 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |COMMON_SET|Manifest: NOSIGNATURE stackrefill-1.20.1-4.2.jar |Stack Refill |stackrefill |4.2 |COMMON_SET|Manifest: NOSIGNATURE embeddium-0.3.5+mc1.20.1.jar |Embeddium |embeddium |0.3.5+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Heolic Dimension Mod v1.0.4 MC 1.20.1.jar |Heolic Dimension Mod |heolic_dimension_mod |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE easy_piglins-1.20.1-1.0.1.jar |Easy Piglins |easy_piglins |1.20.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE structure_gel-1.20.1-2.16.0.jar |Structure Gel API |structure_gel |2.16.0 |COMMON_SET|Manifest: NOSIGNATURE corpse-1.20.1-1.0.9.jar |Corpse |corpse |1.20.1-1.0.9 |COMMON_SET|Manifest: NOSIGNATURE industrial-foregoing-1.20.1-3.5.14.jar |Industrial Foregoing |industrialforegoing |3.5.14 |COMMON_SET|Manifest: NOSIGNATURE handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE Botania-1.20.1-443-FORGE.jar |Botania |botania |1.20.1-443-FORGE |COMMON_SET|Manifest: NOSIGNATURE underwaterenchanting-1.20.1-2.7.jar |Underwater Enchanting |underwaterenchanting |2.7 |COMMON_SET|Manifest: NOSIGNATURE furniture.jar |Furniture mod |furniture_mod |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE corail_woodcutter-1.20.1-3.0.4.jar |Corail Woodcutter |corail_woodcutter |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE oculus-mc1.20.1-1.6.15a.jar |Oculus |oculus |1.6.15a |COMMON_SET|Manifest: NOSIGNATURE levelhearts-1.20.1-2.4.0.jar |LevelHearts |levelhearts |2.4.0 |COMMON_SET|Manifest: NOSIGNATURE ApothicAttributes-1.20.1-1.2.1.jar |Apothic Attributes |attributeslib |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE bettervillage-forge-1.20.1-3.2.0.jar |Better village |bettervillage |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE ExtraStorage-1.20.1-4.0.5.jar |ExtraStorage |extrastorage |4.0.5 |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 constructionwand-1.20.1-2.11.jar |Construction Wand |constructionwand |1.20.1-2.11 |COMMON_SET|Manifest: NOSIGNATURE wormhole-1.1.15-forge-mc1.20.jar |Wormhole (Portals) |wormhole |1.1.15 |COMMON_SET|Manifest: NOSIGNATURE cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |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 nitrogen_internals-1.20.1-1.0.2-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.2-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 EnchantingInfuser-v8.0.2-1.20.1-Forge.jar |Enchanting Infuser |enchantinginfuser |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 mcw-lights-1.0.6-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE Essential (forge_1.20.1).jar |Essential |essential |1.3.0.6+g4dc55a95bd |COMMON_SET|Manifest: NOSIGNATURE Byzantine-1.20.1-9.jar |Byzantine |byzantine |9 |COMMON_SET|Manifest: NOSIGNATURE SmartBrainLib-forge-1.20.1-1.13.jar |SmartBrainLib |smartbrainlib |1.13 |COMMON_SET|Manifest: NOSIGNATURE smelting-plus-1.0.5(fabric-forge-quilt).jar |Smelting Plus |mr_smelting_plus |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE QuarkOddities-1.20.1.jar |Quark Oddities |quarkoddities |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE allomancy-4.6.6.jar |Allomancy |allomancy |4.6.6 |COMMON_SET|Manifest: NOSIGNATURE BasicEndOres-forge-1.20.1-4.1.0.jar |Basic End Ores |beo |4.1.0 |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 libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |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 epicsamurai-0.0.37-1.20.1-neo.jar |Epic Samurai |epicsamurai |0.0.37-1.20.1-neo |COMMON_SET|Manifest: NOSIGNATURE caelus-forge-3.1.0+1.20.jar |Caelus API |caelus |3.1.0+1.20 |COMMON_SET|Manifest: NOSIGNATURE ctd-core-1.20.1-2.4.8.jar |CTD Core |ctdcore |2.4.8 |COMMON_SET|Manifest: NOSIGNATURE integrated_api-1.3.7+1.20.1-forge.jar |Integrated API |integrated_api |1.3.7+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE farmingforblockheads-forge-1.20.1-14.0.2.jar |Farming for Blockheads |farmingforblockheads |14.0.2 |COMMON_SET|Manifest: NOSIGNATURE OreBerries-Replanted-1.20.1-0.5.1.jar |Oreberries Replanted |oreberriesreplanted |0.5.1 |COMMON_SET|Manifest: NOSIGNATURE fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE CraftTweaker-forge-1.20.1-14.0.34.jar |CraftTweaker |crafttweaker |14.0.34 |COMMON_SET|Manifest: NOSIGNATURE EdivadLib-1.20.1-2.0.1.jar |EdivadLib |edivadlib |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |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 smoothchunk-1.20.1-3.5.jar |Smoothchunk mod |smoothchunk |1.20.1-3.5 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.1.4.jar |TerraBlender |terrablender |3.0.1.4 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |COMMON_SET|Manifest: NOSIGNATURE thaumia-0.7.3 BETA.jar |Thaumia! |thaumia |0.7.3 |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 pamhc2crops-1.20-1.0.3.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE AdLods-1.20.1-8.1.0.0-build.0142.jar |Large Ore Deposits |adlods |8.1.0.0 |COMMON_SET|Manifest: NOSIGNATURE CreateTweaker-forge-1.20.1-4.0.8.jar |CreateTweaker |createtweaker |4.0.8 |COMMON_SET|Manifest: NOSIGNATURE domum_ornamentum-1.20-1.0.157-BETA-universal.jar |Domum Ornamentum |domum_ornamentum |1.20-1.0.157-BETA |COMMON_SET|Manifest: NOSIGNATURE betterfpsdist-1.20.1-4.2.jar |betterfpsdist mod |betterfpsdist |1.20.1-4.2 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |COMMON_SET|Manifest: NOSIGNATURE shadowizardlib-1.20.1-1.0.8.jar |ShadowizardLib |shadowizardlib |1.20.1-1.0.8 |COMMON_SET|Manifest: NOSIGNATURE almostunified-forge-1.20.1-0.8.0.jar |AlmostUnified |almostunified |1.20.1-0.8.0 |COMMON_SET|Manifest: NOSIGNATURE structurize-1.20.1-1.0.697-BETA.jar |Structurize |structurize |1.20.1-1.0.697-BETA |COMMON_SET|Manifest: NOSIGNATURE AmbientEnvironment-forge-1.20.1-11.0.0.1.jar |Ambient Environment |ambientenvironment |11.0.0.1 |COMMON_SET|Manifest: NOSIGNATURE lootr-1.20-0.7.31.78.jar |Lootr |lootr |0.7.31.77 |COMMON_SET|Manifest: NOSIGNATURE occultism-1.20.1-1.116.1.jar |Occultism |occultism |1.116.1 |COMMON_SET|Manifest: NOSIGNATURE christmascolonies-1.4.jar |christmascolonies mod |christmascolonies |1.4 |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 ad_astra-forge-1.20.1-1.15.5.jar |Ad Astra |ad_astra |1.15.5 |COMMON_SET|Manifest: NOSIGNATURE SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar |Sky Villages |skyvillages |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE AdvancedPeripherals-1.20.1-0.7.38r.jar |Advanced Peripherals |advancedperipherals |0.7.38r |COMMON_SET|Manifest: NOSIGNATURE Skarts-Decorations-0.3-(1.20.1).jar |Skart's Decorations |skd |0.3 |COMMON_SET|Manifest: NOSIGNATURE towntalk-1.20.1-1.0.1.jar |TownTalk |towntalk |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE AdditionalBanners-Forge-1.20.1-14.0.4.jar |AdditionalBanners |additionalbanners |14.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 DoggyTalentsNext-1.20.1-1.18.8.jar |Doggy Talents Next |doggytalents |1.18.8 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.20.1-0.6.3.553.jar |Sophisticated Core |sophisticatedcore |0.6.3.553 |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.2.jar |Structure Essentials mod |structureessentials |1.20.1-3.2 |COMMON_SET|Manifest: NOSIGNATURE JRFTL-1.20.1-1.6.0.jar |JRFTL |jrftl |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.20.1-8.6.1.jar |Placebo |placebo |8.6.1 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations-1.20.1-3.4.jar |Lootintegrations mod |lootintegrations |1.20.1-3.4 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.1.9.jar |Bookshelf |bookshelf |20.1.9 |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 sophisticatedbackpacks-1.20.1-3.20.1.1012.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.1.1012 |COMMON_SET|Manifest: NOSIGNATURE mcw-doors-1.1.0forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE SupremeMiningDimensions-1.20.1-V1.4.3.8.jar |Supreme Mining Dimension |supreme_mining_dimension |1.4.3.8 |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 dragonfight-1.20.1-4.3.jar |dragonfight mod |dragonfight |1.20.1-4.3 |COMMON_SET|Manifest: NOSIGNATURE ironbows-1.20.1-FORGE-1.10.jar |Iron Bows (Forge) |ironbows |1.20.1-FORGE-1.10 |COMMON_SET|Manifest: NOSIGNATURE RSInfinityBooster-1.20.1-1.0+32.jar |RSInfinityBooster |rsinfinitybooster |1.20.1-1.0+32 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-2.1.1-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE CozyHome-2.2.8-1.20.1.jar |Cozy Home |cozy_home |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE AmbientSounds_FORGE_v5.3.9_mc1.20.1.jar |AmbientSounds |ambientsounds |5.3.9 |COMMON_SET|Manifest: NOSIGNATURE customportalapi-0.0.1-forge-1.20.jar |Custom Portal Api [Forge] |customportalapi |0.0.1-beta1-1.20 |COMMON_SET|Manifest: NOSIGNATURE simplylight-1.20.1-1.4.6-build.50.jar |Simply Light |simplylight |1.20.1-1.4.6-build.5|COMMON_SET|Manifest: NOSIGNATURE Shoppy-1.20.1-FORGE-1.1.1-all.jar |Shoppy |shoppy |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE EpheroLib-1.20.1-FORGE-1.2.0.jar |BOZOID |epherolib |0.1.2 |COMMON_SET|Manifest: NOSIGNATURE blockui-1.20.1-1.0.139-BETA.jar |UI Library Mod |blockui |1.20.1-1.0.139-BETA |COMMON_SET|Manifest: NOSIGNATURE storageracks-1.20.1-1.7.jar |Storage Racks |storageracks |1.20.1-1.7 |COMMON_SET|Manifest: NOSIGNATURE oreexcavation-1.13.170.jar |OreExcavation |oreexcavation |1.13.170 |COMMON_SET|Manifest: NOSIGNATURE twilightdelight-2.0.7.jar |Twilight's Flavor & Delight |twilightdelight |2.0.7 |COMMON_SET|Manifest: NOSIGNATURE AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE cupboard-1.20.1-2.3.jar |Cupboard utilities |cupboard |1.20.1-2.3 |COMMON_SET|Manifest: NOSIGNATURE The_Undergarden-1.20.1-0.8.13.jar |The Undergarden |undergarden |0.8.13 |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.6.26.jar |Framework |framework |0.6.26 |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 bwncr-forge-1.20.1-3.17.0.jar |Bad Wither No Cookie Reloaded |bwncr |3.17.0 |COMMON_SET|Manifest: NOSIGNATURE CosmeticArmours - 1.3.4.1 - 1.20.1.jar |CosmeticArmours |cosmeticarmoursmod |1.3.4.1 |COMMON_SET|Manifest: NOSIGNATURE corail_pillar-1.20.1-5.9.1.jar |Corail Pillar |corail_pillar |5.9.1 |COMMON_SET|Manifest: NOSIGNATURE DarkModeEverywhere-1.20.1-1.2.2.jar |DarkModeEverywhere |darkmodeeverywhere |1.20.1-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE BetterAdvancements-1.20.1-0.3.2.161.jar |Better Advancements |betteradvancements |0.3.2.161 |COMMON_SET|Manifest: NOSIGNATURE pamhc2trees-1.20-1.0.2.jar |Pam's HarvestCraft 2 - Trees |pamhc2trees |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE reap-1.20.1-1.0.2.jar |Reap Mod |reap |1.20.1-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE enlightend-5.0.14-1.20.1.jar |Enlightend |enlightened_end |5.0.14 |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.3.jar |Clumps |clumps |12.0.0.3 |COMMON_SET|Manifest: NOSIGNATURE BasicNetherOres-forge-1.20.1-9.1.1.jar |Basic Nether Ores |bno |9.1.1 |COMMON_SET|Manifest: NOSIGNATURE shadowlands-3.jar |Shadowlands |shadowlands |3.5 |COMMON_SET|Manifest: NOSIGNATURE azurelib-neo-1.20.1-2.0.20.jar |AzureLib |azurelib |2.0.20 |COMMON_SET|Manifest: NOSIGNATURE nfm-2023.12.09-1.20.1.jar |Nosiphus Furniture Mod |nfm |2023.12.09 |COMMON_SET|Manifest: NOSIGNATURE skinlayers3d-forge-1.6.2-mc1.20.1.jar |3d-Skin-Layers |skinlayers3d |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE XyCraft Core-0.6.22.jar |XyCraft: Core |xycraft_core |0.6.22 |COMMON_SET|Manifest: NOSIGNATURE ultris-v5.6.9c.jar |Ultris: Boss Expansion |ultris_mr |5.6.9c |COMMON_SET|Manifest: NOSIGNATURE eccentrictome-1.20.1-1.10.2.jar |Eccentric Tome |eccentrictome |1.20.1-1.10.2 |COMMON_SET|Manifest: NOSIGNATURE mysterious_mountain_lib-1.4.2-1.20.1.jar |Mysterious Mountain Lib |mysterious_mountain_lib |1.4.2-1.20.1 |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.11.24_mc1.20.1.jar |CreativeCore |creativecore |2.11.24 |COMMON_SET|Manifest: NOSIGNATURE Beyond_the_nether_1.20.1-V1.0.4.jar |Beyond the nether |beyond_the_nether |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE movingelevators-1.4.6-forge-mc1.20.1.jar |Moving Elevators |movingelevators |1.4.6 |COMMON_SET|Manifest: NOSIGNATURE EnderIO-1.20.1-6.0.24-alpha.jar |Ender IO |enderio |6.0.24-alpha |COMMON_SET|Manifest: NOSIGNATURE easy_villagers-1.20.1-1.0.17.jar |Easy Villagers |easy_villagers |1.20.1-1.0.17 |COMMON_SET|Manifest: NOSIGNATURE storagedrawers-1.20.1-12.0.2.jar |Storage Drawers |storagedrawers |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE FluxNetworks-1.20.1-7.2.0.14.jar |Flux Networks |fluxnetworks |7.2.0.14 |COMMON_SET|Manifest: NOSIGNATURE miners_delight-1.20.1-1.2.3.jar |Miner's Delight |miners_delight |1.20.1-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE immersiveores-1.20.1-0.7.jar |ImmersiveOres |immersiveores |1.20.1-0.7 |COMMON_SET|Manifest: NOSIGNATURE minecolonies-1.20.1-1.1.479-BETA.jar |MineColonies |minecolonies |1.20.1-1.1.479-BETA |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 player_companions_1.20.1-6.10.0.jar |Player Companions |player_companions |6.10.0 |COMMON_SET|Manifest: NOSIGNATURE Astral_1.6.3_1.20.1.jar |Astral Dimension |astral_dimension |1.6.3 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_core-forge-1.20.1-1.1.1.jar |Valhelsia Core |valhelsia_core |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.7.h |COMMON_SET|Manifest: NOSIGNATURE createaddition-1.20.1-1.2.3.jar |Create Crafts & Additions |createaddition |1.20.1-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE saturn-mc1.20.1-0.1.3.jar |Saturn |saturn |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE scena-forge-1.0.103.jar |Scena |scena |1.0.103 |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 botarium-forge-1.20.1-2.3.3.jar |Botarium |botarium |2.3.3 |COMMON_SET|Manifest: NOSIGNATURE cagerium-1.20.1-1.1.9.jar |cagerium |cagerium |1.20.1-1.1.9 |COMMON_SET|Manifest: NOSIGNATURE nerb-1.20.1-0.3-FORGE.jar |Not Enough Recipe Book |nerb |0.3 |COMMON_SET|Manifest: NOSIGNATURE mcw-windows-2.2.1-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE create_jetpack-forge-4.2.0.jar |Create Jetpack |create_jetpack |4.2.0 |COMMON_SET|Manifest: NOSIGNATURE IronJetpacks-1.20.1-7.0.3.jar |Iron Jetpacks |ironjetpacks |7.0.3 |COMMON_SET|Manifest: NOSIGNATURE gravelminer-forge-1.20-16.0.2.jar |GravelMiner |gravelminer |16.0.2 |COMMON_SET|Manifest: NOSIGNATURE Powah-5.0.5.jar |Powah |powah |5.0.5 |COMMON_SET|Manifest: NOSIGNATURE balm-forge-1.20.1-7.2.1.jar |Balm |balm |7.2.1 |COMMON_SET|Manifest: NOSIGNATURE dynview-1.20.1-3.9.jar |Dynamic view distance |dynview |2.3 |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 unseen_world-3.3.2.jar |Unseen World |unseen_world |3.3.2 |COMMON_SET|Manifest: NOSIGNATURE Excessive Building [Forge] 1.20.1-2.1.3.jar |Excessive Building |excessive_building |1.20.1-2.1.3 |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 stylecolonies-1.3.2.jar |stylecolonies mod |stylecolonies |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE AdvancementPlaques-1.20.1-forge-1.5.1.jar |Advancement Plaques |advancementplaques |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE alltheores-1.20.1-47.1.3-2.2.3.jar |AllTheOres |alltheores |2.2.3 |COMMON_SET|Manifest: NOSIGNATURE Glodium-1.20-1.3-forge.jar |Glodium |glodium |1.20-1.3-forge |COMMON_SET|Manifest: NOSIGNATURE vintagedelight-0.0.11.jar |Vintage Delight |vintagedelight |0.0.1 |COMMON_SET|Manifest: NOSIGNATURE torchmaster-20.1.5.jar |Torchmaster |torchmaster |20.1.5 |COMMON_SET|Manifest: NOSIGNATURE Amplified_Nether_1.20.4_v1.2.4.jar |Amplified Nether |amplifiednether |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE WaystonesTeleportPets-1.20-1.20.1--1.2.jar |Waystones Teleport Pets |w2pets |1.0 |COMMON_SET|Manifest: NOSIGNATURE ironfurnaces-1.20.1-4.1.4.jar |Iron Furnaces |ironfurnaces |4.1.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-trapdoors-1.1.2-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE Ad-Astra-Giselle-Addon-forge-1.20.1-5.8.jar |Ad Astra: Giselle Addon |ad_astra_giselle_addon |5.8 |COMMON_SET|Manifest: NOSIGNATURE MysticalAdaptations-1.20.1-1.0.1.jar |Mystical Adaptations |mysticaladaptations |1.20.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE MysticalAgriculture-1.20.1-7.0.9.jar |Mystical Agriculture |mysticalagriculture |7.0.9 |COMMON_SET|Manifest: NOSIGNATURE MysticalAgradditions-1.20.1-7.0.2.jar |Mystical Agradditions |mysticalagradditions |7.0.2 |COMMON_SET|Manifest: NOSIGNATURE water-erosion-1.20.1-forge-1.1.4.jar |Water Erosion |watererosion |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-5.7.0+1.20.1.jar |Curios API |curios |5.7.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Woodster-1.4.7.jar |Woodster |woodster |1.4.7 |COMMON_SET|Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.2.jar |Searchables |searchables |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE mcw-furniture-3.2.2-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.2.2 |COMMON_SET|Manifest: NOSIGNATURE Adorn-5.0.1+1.20.1-forge.jar |Adorn |adorn |5.0.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE flightlib-forge-2.0.3.jar |Flight Lib |flightlib |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE JadeAddons-1.20.1-forge-5.2.2.jar |Jade Addons |jadeaddons |5.2.2 |COMMON_SET|Manifest: NOSIGNATURE RuneCraft-1.20.x-(v.3.8.7).jar |RuneCraft |runecraft |3.8.7 |COMMON_SET|Manifest: NOSIGNATURE PlayerRevive_FORGE_v2.0.24_mc1.20.1.jar |PlayerRevive |playerrevive |2.0.24 |COMMON_SET|Manifest: NOSIGNATURE timecontrol-1.20.1-1.6.0.jar |TimeControl |timecontrol |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE doubledoors-1.20.1-5.2.jar |Double Doors |doubledoors |5.2 |COMMON_SET|Manifest: NOSIGNATURE Fastload-Reforged-mc1.20.1-3.4.0.jar |Fastload-Reforged |fastload |3.4.0 |COMMON_SET|Manifest: NOSIGNATURE furnitura-1.11-1.20.1.jar |Furnitura |furnitura |1.11-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE formationsnether-1.0.3.jar |Formations Nether |formationsnether |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE treeharvester-1.20.1-8.6.jar |Tree Harvester |treeharvester |8.6 |COMMON_SET|Manifest: NOSIGNATURE jei-1.20.1-forge-15.3.0.4.jar |Just Enough Items |jei |15.3.0.4 |COMMON_SET|Manifest: NOSIGNATURE multipiston-1.20-1.2.31-ALPHA.jar |Multi-Piston |multipiston |1.20-1.2.31-ALPHA |COMMON_SET|Manifest: NOSIGNATURE Mekanism-1.20.1-10.4.6.20.jar |Mekanism |mekanism |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE MekanismGenerators-1.20.1-10.4.6.20.jar |Mekanism: Generators |mekanismgenerators |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE apotheotic_additions1.4.5.jar |Apotheotic Additions |apotheotic_additions |1.4.5 |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 pneumaticcraft-repressurized-6.0.14+mc1.20.1.jar |PneumaticCraft: Repressurized |pneumaticcraft |6.0.14+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE magicvibedecorations-HALLOWEEN 1.5.0 1.20.1 forge.|Magic Vibe Decorations |magic_vibe_decorations |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE catalogue-forge-1.20.1-1.8.0.jar |Catalogue |catalogue |1.8.0 |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 formations-1.0.2-forge-mc1.20.jar |Formations |formations |1.0.2 |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 forge-1.20.1-47.2.20-universal.jar |Forge |forge |47.2.20 |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 cofh_core-1.20.1-11.0.0.51.jar |CoFH Core |cofh_core |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE thermal_core-1.20.1-11.0.2.18.jar |Thermal Series |thermal |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE thermal_integration-1.20.1-11.0.0.23.jar |Thermal Integration |thermal_integration |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE commonality-1.20.1-7.0.0.jar |Commonality |commonality |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE thermal_cultivation-1.20.1-11.0.0.22.jar |Thermal Cultivation |thermal_cultivation |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE thermal_innovation-1.20.1-11.0.0.21.jar |Thermal Innovation |thermal_innovation |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE thermal_foundation-1.20.1-11.0.2.64.jar |Thermal Foundation |thermal_foundation |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE thermal_dynamics-1.20.1-11.0.0.21.jar |Thermal Dynamics |thermal_dynamics |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE mo-glowstone-1.20.1-2.4.6.jar |Mo' Glowstone |moglowstone |2.4.6 |COMMON_SET|Manifest: NOSIGNATURE Log-Begone-Forge-1.20.1-1.0.8.jar |Log Begone |logbegone |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE spawnbalanceutility-1.20-46.13.3.jar |SpawnBalanceUtility |spawnbalanceutility |46.13.3 |COMMON_SET|Manifest: NOSIGNATURE mcw-paths-1.0.4forge-mc1.20.1.jar |Macaw's Paths and Pavings |mcwpaths |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE idas_forge-1.8.2+1.20.1.jar |Integrated Dungeons and Struct|idas |1.8.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ZeroCore2-1.20.1-2.1.41.jar |Zero CORE 2 |zerocore |1.20.1-2.1.41 |COMMON_SET|Manifest: NOSIGNATURE fastportals-1.0.3-forge 1.20.x.jar |Fast Portals |fastportalsforge |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE physics-mod-3.0.13-mc-1.20.1-forge.jar |Physics Mod |physicsmod |3.0.13 |COMMON_SET|Manifest: NOSIGNATURE ImmersiveEngineering-1.20.1-10.0.0-169.jar |Immersive Engineering |immersiveengineering |1.20.1-10.0.0-169 |COMMON_SET|Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 createoreexcavation-1.20-1.4.2.jar |Create Ore Excavation |createoreexcavation |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE allthemodium-1.20.1-47.1.25-2.4.4.jar |Allthemodium |allthemodium |2.4.4 |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 configurabledespawntimer-1.20.1-3.4.jar |Configurable Despawn Timer |configurabledespawntimer |3.4 |COMMON_SET|Manifest: NOSIGNATURE kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |COMMON_SET|Manifest: NOSIGNATURE pipez-forge-1.20.1-1.2.6.jar |Pipez |pipez |1.20.1-1.2.6 |COMMON_SET|Manifest: NOSIGNATURE pamhc2foodcore-1.20.4-1.0.5.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE Croptopia-1.20.1-FORGE-3.0.4.jar |Croptopia |croptopia |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE polymorph-forge-0.49.2+1.20.1.jar |Polymorph |polymorph |0.49.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |COMMON_SET|Manifest: NOSIGNATURE Zeta-1.0-13.jar |Zeta |zeta |1.0-13 |COMMON_SET|Manifest: NOSIGNATURE entityculling-forge-1.6.2-mc1.20.1.jar |EntityCulling |entityculling |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE canary-mc1.20.1-0.3.3.jar |Canary |canary |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE mo-glowstone-lamps-1.20.1-1.4.2.jar |Mo' Glowstone Lamps |moglowstonelamps |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |COMMON_SET|Manifest: NOSIGNATURE connectedglass-1.1.11-forge-mc1.20.1.jar |Connected Glass |connectedglass |1.1.11 |COMMON_SET|Manifest: NOSIGNATURE biomemusic-1.20.1-2.3.jar |biomemusic mod |biomemusic |1.20.1-2.3 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v8.1.17-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.17 |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 denseores-1.20.1-1.2.2.jar |Dense Ores |denseores |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE Aquaculture-1.20.1-2.5.1.jar |Aquaculture 2 |aquaculture |2.5.1 |COMMON_SET|Manifest: NOSIGNATURE patternedglass-forge-1.20.1-4.0.0.jar |Patterned Glass |patternedglass |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |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 tetra-1.20.1-6.2.0.jar |tetra |tetra |6.2.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 CyclopsCore-1.20.1-1.19.0.jar |Cyclops Core |cyclopscore |1.19.0 |COMMON_SET|Manifest: NOSIGNATURE Tropicraft-9.6.3.jar |Tropicraft |tropicraft |9.6.3 |COMMON_SET|Manifest: NOSIGNATURE GamingDeco 1.8.3 Forge 1.20.1..jar |GamingDeco |gamingdeco |1.8.3 |COMMON_SET|Manifest: NOSIGNATURE blue_skies-1.20.1-1.3.31.jar |Blue Skies |blue_skies |1.3.31 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.4.2.jar |GeckoLib 4 |geckolib |4.4.2 |COMMON_SET|Manifest: NOSIGNATURE creeperoverhaul-3.0.2-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE ars_nouveau-1.20.1-4.9.0-all.jar |Ars Nouveau |ars_nouveau |4.9.0 |COMMON_SET|Manifest: NOSIGNATURE knightsnmages-0.0.7-neo.jar |KnightsnMages |knightsnmages |0.0.7-neo |COMMON_SET|Manifest: NOSIGNATURE ars_elemental-1.20.1-0.6.4.1.jar |Ars Elemental |ars_elemental |1.20.1-0.6.4.1 |COMMON_SET|Manifest: NOSIGNATURE aether-1.20.1-1.2.0-neoforge.jar |The Aether |aether |1.20.1-1.2.0-neoforg|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 immersive_aircraft-0.7.1+1.20.1-forge.jar |Immersive Aircraft |immersive_aircraft |0.7.1+1.20.1 |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.5.3-1.20.1.jar |Citadel |citadel |2.5.3 |COMMON_SET|Manifest: NOSIGNATURE mixinextras-forge-0.3.5.jar |MixinExtras |mixinextras |0.3.5 |COMMON_SET|Manifest: NOSIGNATURE create_dragon_lib-1.20.1-1.3.3.jar |Create: Dragon Lib |create_dragon_lib |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE dragonmounts-1.20.1-1.1.5.b3.jar |Dragon Mounts: Legacy |dragonmounts |1.1.5.b3 |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.2145-universal.jar |The Twilight Forest |twilightforest |4.3.2145 |COMMON_SET|Manifest: NOSIGNATURE TF_Lost_Blocks-1.20.1-1.5.0.jar |Twilight Forest: The Lost Bloc|tflostblocks |1.20.1-1.5.0 |COMMON_SET|Manifest: NOSIGNATURE thaumon-1.0.5.jar |Thaumon |thaumon |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE out_of_sight-1.20.1-1.0.3.jar |Out of Sight |out_of_sight |1.20.1-1.0.3 |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 corn_delight-1.0.3-1.20.1.jar |Corn Delight |corn_delight |1.0.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ends_delight-1.20.1-1.0.1.jar |End's Delight |ends_delight |1.0.1 |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.13.jar |Cuisine Delight |cuisinedelight |1.1.13 |COMMON_SET|Manifest: NOSIGNATURE entangled-1.3.17-forge-mc1.20.jar |Entangled |entangled |1.3.17 |COMMON_SET|Manifest: NOSIGNATURE getittogetherdrops-forge-1.20-1.3.jar |Get It Together, Drops! |getittogetherdrops |1.3 |COMMON_SET|Manifest: NOSIGNATURE endersdelight-1.20.1-1.0.3.jar |Ender's Delight |endersdelight |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE MekanismAdditions-1.20.1-10.4.6.20.jar |Mekanism: Additions |mekanismadditions |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE endrem_forge-5.2.3-R-1.20.X.jar |End Remastered |endrem |5.2.3-R-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.1.1-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE bfendcities-1.0.jar |Big F&$%ing End Cities |bfendcities |1.0 |COMMON_SET|Manifest: NOSIGNATURE skinned_lanterns-1.20.1-1.3.5.jar |Skinned Lanterns |skinnedlanterns |1.20.1-1.3.5 |COMMON_SET|Manifest: NOSIGNATURE XyCraft World-0.6.22.jar |XyCraft: World |xycraft_world |0.6.22 |COMMON_SET|Manifest: NOSIGNATURE XyCraft Machines-0.6.22.jar |XyCraft: Machines |xycraft_machines |0.6.22 |COMMON_SET|Manifest: NOSIGNATURE colorfulhearts-forge-1.20.1-4.0.4.jar |Colorful Hearts |colorfulhearts |4.0.4 |COMMON_SET|Manifest: NOSIGNATURE zmedievalmusic-1.20.1-2.1.jar |medievalmusic mod |medievalmusic |1.20.1-2.1 |COMMON_SET|Manifest: NOSIGNATURE pamhc2foodextended-1.20-1.0.0.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |1.0.0 |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 Tinted Campfires-1.20.1-1.2.10.jar |Tinted Campfires |tintedcampfires |1.20.1-1.2.10 |COMMON_SET|Manifest: NOSIGNATURE collective-1.20.1-7.32.jar |Collective |collective |7.32 |COMMON_SET|Manifest: NOSIGNATURE thermal_expansion-1.20.1-11.0.0.27.jar |Thermal Expansion |thermal_expansion |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE buildersaddition-1.20.1-20230928a.jar |Builders Crafts & Additions |buildersaddition |1.20.1-20230928a |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.23.jar |Resourceful Lib |resourcefullib |2.1.23 |COMMON_SET|Manifest: NOSIGNATURE createliquidfuel-2.1.0-1.20.1.jar |Create Liquid Fuel |createliquidfuel |2.1.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE MekanismTools-1.20.1-10.4.6.20.jar |Mekanism: Tools |mekanismtools |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE deeperdarker-forge-1.20.1-1.2.1.jar |Deeper and Darker |deeperdarker |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE architectury-9.1.13-forge.jar |Architectury |architectury |9.1.13 |COMMON_SET|Manifest: NOSIGNATURE doapi-1.2.8-forge.jar |Lets Do Api |doapi |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE letsdo-vinery-forge-1.4.8.jar |Vinery |vinery |1.4.8 |COMMON_SET|Manifest: NOSIGNATURE enderitemod-1.5.1-1.20.1-forge.jar |Enderite Mod |enderitemod |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE [1.20.1-forge]-Epic-Knights-8.11.jar |Epic Knights Mod |magistuarmory |8.11 |COMMON_SET|Manifest: NOSIGNATURE [1.20.x-forge]-Epic-Knights-Addon-1.3.jar |Epic Knights: Addon |magistuarmoryaddon |1.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-library-forge-2001.1.5.jar |FTB Library |ftblibrary |2001.1.5 |COMMON_SET|Manifest: NOSIGNATURE ftb-teams-forge-2001.1.4.jar |FTB Teams |ftbteams |2001.1.4 |COMMON_SET|Manifest: NOSIGNATURE ftb-ranks-forge-2001.1.3.jar |FTB Ranks |ftbranks |2001.1.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-essentials-forge-2001.2.2.jar |FTB Essentials |ftbessentials |2001.2.2 |COMMON_SET|Manifest: NOSIGNATURE ftb-chunks-forge-2001.2.5.jar |FTB Chunks |ftbchunks |2001.2.5 |COMMON_SET|Manifest: NOSIGNATURE lithereal-1.4.1.jar |Lithereal |lithereal |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE letsdo-beachparty-forge-1.1.3.jar |Beachparty |beachparty |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE cc-tweaked-1.20.1-forge-1.109.6.jar |CC: Tweaked |computercraft |1.109.6 |COMMON_SET|Manifest: NOSIGNATURE Colony4ComputerCraft-1.20.1-2.6.3.jar |MineColonies for ComputerCraft|colony4cc |2.6.3 |COMMON_SET|Manifest: NOSIGNATURE Stargate Journey-1.20.1-0.6.20.jar |Stargate Journey |sgjourney |0.6.20 |COMMON_SET|Manifest: NOSIGNATURE ExtremeReactors2-1.20.1-2.0.77.jar |Extreme Reactors |bigreactors |1.20.1-2.0.77 |COMMON_SET|Manifest: NOSIGNATURE productivebees-1.20.1-12.3.1.jar |Productive Bees |productivebees |1.20.1-12.3.1 |COMMON_SET|Manifest: NOSIGNATURE inventoryessentials-forge-1.20.1-8.2.1.jar |Inventory Essentials |inventoryessentials |8.2.1 |COMMON_SET|Manifest: NOSIGNATURE PortableCraftingTable-1.20.1-3.2.2-[FORGE].jar |Portable Crafting Table |portablecraftingtable |3.2.2-[FORGE] |COMMON_SET|Manifest: NOSIGNATURE gamemenumodoption-mc1.20.1-2.2.1.jar |Game Menu Mod Option |gamemenumodoption |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE crawlondemand-1.20.x-1.0.0.jar |Crawl on Demand |crawlondemand |1.20.x-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE create_haven-0.0.7-1.20.1.jar |Create Haven Qualities |createhaven |0.0.7 |COMMON_SET|Manifest: NOSIGNATURE inventorysorter-1.20.1-23.0.1.jar |Simple Inventory Sorter |inventorysorter |23.0.1 |COMMON_SET|Manifest: NOSIGNATURE BHMenu-Forge-1.20.1-2.4.1.jar |BHMenu |bhmenu |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE Cucumber-1.20.1-7.0.7.jar |Cucumber Library |cucumber |7.0.7 |COMMON_SET|Manifest: NOSIGNATURE matc-1.6.0.jar |Mystical Agriculture Tiered Cr|matc |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE trashslot-forge-1.20-15.1.0.jar |TrashSlot |trashslot |15.1.0 |COMMON_SET|Manifest: NOSIGNATURE jmi-forge-1.20.1-0.14-45.jar |JourneyMap Integration |jmi |1.20.1-0.14-45 |COMMON_SET|Manifest: NOSIGNATURE amendments-1.20-1.0.13.jar |Amendments |amendments |1.20-1.0.13 |COMMON_SET|Manifest: NOSIGNATURE additionallanterns-1.1.1-forge-mc1.20.jar |Additional Lanterns |additionallanterns |1.1.1 |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.3.3.jar |FTB Quests |ftbquests |2001.3.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-xmod-compat-forge-2.1.0.jar |FTB XMod Compat |ftbxmodcompat |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE productivelib-1.20.1-0.0.1.jar |Productive Lib |productivelib |1.20.1-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE pipe_connector-1.20.1-0.3.1.jar |Pipe Connector |pipe_connector |0.3.1 |COMMON_SET|Manifest: NOSIGNATURE Laendli_1.7.6a_24016 (1.20.1_forge).jar |Laendli Transport |laendli_transport |1.7.6 |COMMON_SET|Manifest: NOSIGNATURE weathersettings-1.20.1-2.1.jar |weathersettings mod |weathersettings |1.20.1-2.1 |COMMON_SET|Manifest: NOSIGNATURE Structory_Towers_1.20.4_v1.0.6.jar |Structory: Towers |structorytowers |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE furnitureexpanded-1.20.1-1.1.jar |Furniture Expanded |furnitureexpanded |1.20.1-1.1 |COMMON_SET|Manifest: NOSIGNATURE ensorcellation-1.20.1-5.0.0.21.jar |Ensorcellation |ensorcellation |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |COMMON_SET|Manifest: NOSIGNATURE sootychimneys-1.20.1-1.2.1.jar |Sooty Chimneys |sootychimneys |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE createsifter-1.20.1-1.8.1.e-22.jar |Create Sifter |createsifter |1.20.1-1.8.1.e-22 |COMMON_SET|Manifest: NOSIGNATURE Delightful-1.20.1-3.4.2.jar |Delightful |delightful |3.4.2 |COMMON_SET|Manifest: NOSIGNATURE VariantCraftingTables-1.20.1-2.0.2.jar |Variant Crafting Tables |vct |1.20.1-2.0.2 |COMMON_SET|Manifest: NOSIGNATURE waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |COMMON_SET|Manifest: NOSIGNATURE FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |COMMON_SET|Manifest: NOSIGNATURE journeymap-1.20.1-5.9.18-forge.jar |Journeymap |journeymap |5.9.18 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-6.3.5+1.20.1.jar |Comforts |comforts |6.3.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE MyServerIsCompatible-1.20-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |COMMON_SET|Manifest: NOSIGNATURE OctoEconomyApi-forge-1.1.0-1.18.2.jar |Octo Economy API |octo_economy_api |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE mighty_mail-forge-1.20.1-1.0.14.jar |Mighty Mail |mighty_mail |1.0.14 |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 netherdepthsupgrade-3.1.3-1.20.jar |Nether Depths Upgrade |netherdepthsupgrade |3.1.3-1.20 |COMMON_SET|Manifest: NOSIGNATURE farsight-1.20.1-3.6.jar |Farsight mod |farsight_view |1.20.1-3.6 |COMMON_SET|Manifest: NOSIGNATURE bloodmagic-1.20.1-3.3.2-44.jar |Blood Magic |bloodmagic |3.3.2-44 |COMMON_SET|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.20.1-17.0.13.jar |EnchantmentDescriptions |enchdesc |17.0.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 sebastrnlib-4.0.0.jar |Sebastrn Lib |sebastrnlib |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE refinedcooking-4.0.0.jar |Refined Cooking |refinedcooking |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE refinedstorage-1.12.4.jar |Refined Storage |refinedstorage |1.12.4 |COMMON_SET|Manifest: NOSIGNATURE rebornstorage-1.20.1-5.0.7.jar |RebornStorage |rebornstorage |5.0.7 |COMMON_SET|Manifest: NOSIGNATURE appliedcooking-4.0.0.jar |Applied Cooking |appliedcooking |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE cookingforblockheads-forge-1.20-16.0.1.jar |CookingForBlockheads |cookingforblockheads |16.0.1 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |COMMON_SET|Manifest: NOSIGNATURE ars_creo-1.20.1-4.0.1.jar |Ars Creo |ars_creo |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE ars_ocultas-1.20.1-1.2.1-all.jar |Ars Ocultas |ars_ocultas |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE tomeofblood-1.20.1-0.4.3-all.jar |Tome of Blood: Rebirth |tomeofblood |0.4.3 |COMMON_SET|Manifest: NOSIGNATURE moonlight-1.20-2.10.4-forge.jar |Moonlight Library |moonlight |1.20-2.10.4 |COMMON_SET|Manifest: NOSIGNATURE titanium-1.20.1-3.8.25.jar |Titanium |titanium |3.8.25 |COMMON_SET|Manifest: NOSIGNATURE mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE Jade-1.20.1-forge-11.7.1.jar |Jade |jade |11.7.1 |COMMON_SET|Manifest: NOSIGNATURE appliedenergistics2-forge-15.0.21.jar |Applied Energistics 2 |ae2 |15.0.21 |COMMON_SET|Manifest: NOSIGNATURE AEInfinityBooster-1.20.1-1.0.0+21.jar |AEInfinityBooster |aeinfinitybooster |1.20.1-1.0.0+21 |COMMON_SET|Manifest: NOSIGNATURE ae2wtlib-15.2.1-forge.jar |AE2WTLib |ae2wtlib |15.2.1-forge |COMMON_SET|Manifest: NOSIGNATURE ExtendedAE-1.20-1.0.12-forge.jar |ExtendedAE |expatternprovider |1.20-1.0.12-forge |COMMON_SET|Manifest: NOSIGNATURE arseng-1.1.5.jar |Ars Énergistique |arseng |1.1.5 |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.4.jar |Forbidden & Arcanus |forbidden_arcanus |1.20.1-2.2.4 |COMMON_SET|Manifest: NOSIGNATURE nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.20.1-forge-1.1.18.jar |Iceberg |iceberg |1.1.18 |COMMON_SET|Manifest: NOSIGNATURE Quark-4.0-436.jar |Quark |quark |4.0-436 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.20-2.8.1.jar |Supplementaries |supplementaries |1.20-2.8.1 |COMMON_SET|Manifest: NOSIGNATURE mutil-1.20.1-6.1.1.jar |mutil |mutil |6.1.1 |COMMON_SET|Manifest: NOSIGNATURE create-stuff-additions1.20.1_v2.0.4a.jar |Create Stuff & Additions |create_sa |2.0.4. |COMMON_SET|Manifest: NOSIGNATURE Nullscape_1.20.4_v1.2.4.jar |Nullscape |nullscape |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE immersive_paintings-0.6.7+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.7+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE armourersworkshop-forge-1.20.1-2.1.0.jar |Armourer's Workshop |armourers_workshop |2.1.0 |COMMON_SET|Manifest: 58:d0:3b:4b:a0:4b:43:fb:59:0f:27:f5:39:d5:65:de:9a:24:ee:2e:15:48:b1:4f:78:1a:e1:ef:cd:a4:d9:0a EndlessBiomes 1.5.0 - 1.20.1.jar |EndlessBiomes |endlessbiomes |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE modonomicon-1.20.1-forge-1.59.0.jar |Modonomicon |modonomicon |1.59.0 |COMMON_SET|Manifest: NOSIGNATURE solcarrot-1.20.1-1.15.1.jar |Spice of Life: Carrot Edition |solcarrot |1.15.1 |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 castleblocks-1.0.12-forge-1.20.1.jar |CastleBlocks Forge |castleblocks |1.0.12 |COMMON_SET|Manifest: NOSIGNATURE refinedstorageaddons-0.10.0.jar |Refined Storage Addons |refinedstorageaddons |0.10.0 |COMMON_SET|Manifest: NOSIGNATURE CrabbersDelight-1.20.1-1.1.4.jar |Crabber's Delight |crabbersdelight |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE Applied-Mekanistics-1.4.2.jar |Applied Mekanistics |appmek |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE megacells-forge-2.3.3-1.20.1.jar |MEGA Cells |megacells |2.3.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE PacketFixer-forge-1.20.1-1.2.8.jar |Packet Fixer |packetfixer |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE chisels-and-bits-forge-1.4.147.jar |chisels-and-bits |chiselsandbits |1.4.147 |COMMON_SET|Manifest: NOSIGNATURE exlinefurniture-forge-1.20.1-2.7.3.jar |Exline's Furniture Mod |exlinefurniture |2.7.3 |COMMON_SET|Manifest: NOSIGNATURE Flywheel Backend: Uninitialized Crash Report UUID: b0c6c7f5-5e43-4df1-9f62-0250a874793a FML: 47.2 Forge: net.minecraftforge:47.2.20