tanglefire1000 Posted November 7, 2022 Share Posted November 7, 2022 Keep getting this error when starting up Better Minecraft V13 (was previously working fine!): The game crashed whilst rendering overlay Error: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file flywheel-client.toml of type CLIENT for modid flywheel This is the crash report: ---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3 Time: 11/7/22, 6:12 PM Description: Rendering overlay net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file flywheel-client.toml of type CLIENT for modid flywheel at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} 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.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:33) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading} at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:33) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:186) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:186) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.ModLoader.lambda$loadMods$14(ModLoader.java:170) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:170) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:121) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:121) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:103) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {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:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid character ' ' after key [rue] at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:152) ~[toml-3.6.4.jar%238!/:?] {} at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%238!/:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%238!/:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%238!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%237!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%237!/:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%237!/:?] {} at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%237!/:?] {} at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%237!/:?] {} at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} ... 26 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} 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.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:33) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading} at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} at net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:33) ~[forge-1.18.2-40.1.60-universal.jar%23324!/:?] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:186) ~[fmlcore-1.18.2-40.1.60.jar%23320!/:?] {} -- Overlay render details -- Details: Overlay name: net.minecraft.client.gui.screens.LoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:882) ~[client-1.18.2-20220404.173914-srg.jar%23319!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1044) ~[client-1.18.2-20220404.173914-srg.jar%23319!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixin.dynamic_asset_generator.json:MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:IMixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:663) ~[client-1.18.2-20220404.173914-srg.jar%23319!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixin.dynamic_asset_generator.json:MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:fancymenu.general.mixin.json:IMixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23319!/:?] {re:classloading,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) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.60.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: No Packs: Default, Mod Resources, quark-emote-pack, Stay_True_1.18.zip, NoBushyLeaves.zip, Xaero's Minimap - Mod Icons.zip, Immersive Weathering Generated Pack, Snowyspirit Generated Pack, Supplementaries Generated Pack, dynamic_asset_generator:client, Unity-1.18.X-Dark-0.8.1.zip, Vanilla Additions Dark GUI.zip Recovery: Yes Recovery reason: java.util.concurrent.CompletionException: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file flywheel-client.toml of type CLIENT for modid flywheel at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Caused by: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file flywheel-client.toml of type CLIENT for modid flywheel at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at java.base/java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) at TRANSFORMER/[email protected]/net.minecraftforge.fml.core.ModStateProvider.lambda$new$1(ModStateProvider.java:33) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:111) at TRANSFORMER/[email protected]/net.minecraftforge.fml.core.ModStateProvider.lambda$new$3(ModStateProvider.java:33) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:186) at java.base/java.util.Optional.ifPresent(Optional.java:178) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:186) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$loadMods$14(ModLoader.java:170) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:170) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$startModLoading$5(ClientModLoader.java:121) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.startModLoading(ClientModLoader.java:121) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:103) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:112) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ... 6 more Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid character ' ' after key [rue] at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:152) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) at MC-BOOTSTRAP/[email protected]/com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ... 26 more -- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1157211360 bytes (1103 MiB) / 2258632704 bytes (2154 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx Identifier: AuthenticAMD Family 23 Model 24 Stepping 1 Microarchitecture: Zen / Zen+ Frequency (GHz): 2.10 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: AMD Radeon(TM) Vega 8 Graphics Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 2048.00 Graphics card #0 deviceId: 0x15d8 Graphics card #0 versionInfo: DriverVersion=30.0.13044.10001 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 13926.64 Virtual memory used (MB): 11790.01 Swap memory total (MB): 7835.05 Swap memory used (MB): 1439.02 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Loaded Shaderpack: (off) Launched Version: forge-40.1.60 Backend library: LWJGL version 3.2.2 SNAPSHOT Backend API: AMD Radeon(TM) Vega 8 Graphics GL version 3.2.14761 Core Profile Forward-Compatible Context 21.30.44.10 30.0.13044.10001, ATI Technologies Inc. Window size: 1920x1080 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: English (US) CPU: 8x AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx ModLauncher: 9.1.3+9.1.3+main.9b69c82a ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE slf4jfixer PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: dynamiclightsreforged-1.18.2_v1.3.3.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.18.2_v1.3.3 |COMMON_SET|Manifest: NOSIGNATURE create-stuff-additions1.18.2_v1.1.8.jar |Create Stuff Additions |create_stuff_additions |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG's Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE auudio_forge_1.0.3_MC_1.18-1.18.2.jar |Auudio |auudio |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-essentials-1802.1.7-build.42.jar |FTB Essentials |ftbessentials |1802.1.7-build.42 |COMMON_SET|Manifest: NOSIGNATURE cftlc-1.0.1+1.18.2.jar |Creatures from the Lush Cave |cftlc |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE brixpansion-1.18.2-1.0.1.jar |Brixpansion |brixpansion |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE mcw-windows-2.0.3-mc1.18.2.jar |Macaw's Windows |mcwwindows |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE stalwart-dungeons-1.18.2-1.2.2.jar |Stalwart Dungeons |stalwart_dungeons |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE bambooeverything-1.2.7-build.14+mc1.18.2.jar |Bamboo Everything |bambooeverything |1.2.7-build.14+mc1.1|COMMON_SET|Manifest: NOSIGNATURE Strawgolem-forge-1.18.2-2.0.0b1.jar |Straw Golem |strawgolem |2.0.0b1 |COMMON_SET|Manifest: NOSIGNATURE rubidium-0.5.2a.jar |Rubidium |rubidium |0.5.2a |COMMON_SET|Manifest: NOSIGNATURE duckling-1.0.5-forge.jar |Duckling |duckling |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.18.2-Forge-2.0.8.jar |YUNG's API |yungsapi |1.18.2-Forge-2.0.8 |COMMON_SET|Manifest: NOSIGNATURE wildbackport-1.1.4.jar |WildBackport |wildbackport |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE upgradednetherite_items-1.18.2-3.2.0.0-release.jar|Upgraded Netherite : Items |upgradednetherite_items |1.18.2-3.2.0.0-relea|COMMON_SET|Manifest: NOSIGNATURE guardvillagers-1.18.2.1.4.3.jar |Guard Villagers |guardvillagers |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE Apotheosis-1.18.2-5.3.6.jar |Apotheosis |apotheosis |5.3.6 |COMMON_SET|Manifest: NOSIGNATURE PickUpNotifier-v3.2.0-1.18.2-Forge.jar |Pick Up Notifier |pickupnotifier |3.2.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 balm-3.1.0+0.jar |Balm |balm |3.1.0+0 |COMMON_SET|Manifest: NOSIGNATURE immersive_armors-1.3.5.jar |Immersive Armors |immersive_armors |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-6.2.62-forge.jar |Cloth Config v4 API |cloth_config |6.2.62 |COMMON_SET|Manifest: NOSIGNATURE revampedwolf-1.18.2-1.2.0.jar |RevampedWolf |revampedwolf |1.18.2-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE upgradednetherite-1.18.2-4.2.0.6-release.jar |Upgraded Netherite |upgradednetherite |1.18.2-4.2.0.6-relea|COMMON_SET|Manifest: NOSIGNATURE structure_gel-1.18.2-2.4.6.jar |Structure Gel API |structure_gel |2.4.6 |COMMON_SET|Manifest: NOSIGNATURE repurposed_structures_forge-5.1.14+1.18.2.jar |Repurposed Structures |repurposed_structures |5.1.14+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE morevillagers-forge-1.18.2-3.3.2.jar |More Villagers |morevillagers |3.3.2 |COMMON_SET|Manifest: NOSIGNATURE BetterCompatibilityChecker-1.1.15-build.29+mc1.18.|Better Compatibility Checker |bcc |1.1.15-build.29+mc1.|COMMON_SET|Manifest: NOSIGNATURE verdure-1.18.2-1.1.2.jar |Verdure |verdure |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE geode-1.0.7.jar |Geode+ |geode |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE ImprovedMountHUD-v3.1.0-1.18.2-Forge.jar |Improved Mount HUD |improvedmounthud |3.1.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 mcw-trapdoors-1.0.6-mc1.18.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642corelib-1.0.19-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.19 |COMMON_SET|Manifest: NOSIGNATURE YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE volcanic_caverns-1.18.2-1.1.2.jar |Volcanic Caverns |volcanic_caverns |1.18.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE DarkerDepths-1.18.2-1.0.6-patch2.jar |DarkerDepths |darkerdepths |1.18.2-1.0.6-patch2 |COMMON_SET|Manifest: NOSIGNATURE Highlighter-1.18.1-1.1.2.jar |Highlighter |highlighter |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE spark-1.9.11-forge.jar |spark |spark |1.9.11 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |COMMON_SET|Manifest: NOSIGNATURE corail_woodcutter-1.18.2-2.3.5.jar |Corail Woodcutter |corail_woodcutter |2.3.5 |COMMON_SET|Manifest: NOSIGNATURE oculus-mc1.18.2-1.2.5.jar |Oculus |oculus |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE YungsExtras-1.18.2-Forge-2.1.0.jar |YUNG's Extras |yungsextras |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE overweightfarming-1.18.2-1.3.4-forge.jar |Overweight Farming |overweight_farming |1.18.2-1.3.3-forge |COMMON_SET|Manifest: NOSIGNATURE mcw-roofs-2.1.2-mc1.18.2.jar |Macaw's Roofs |mcwroofs |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE Wandering Trapper-forge-1.18.2-1.2.0.jar |Wandering Trapper |wandering_trapper |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE cfm-7.0.0-pre29-1.18.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre29 |COMMON_SET|Manifest: NOSIGNATURE biomeinfo-1.18.2-1.4.jar |BiomeInfo |biomeinfo |1.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-furniture-3.0.0-mc1.18.2.jar |Macaw's Furniture |mcwfurnitures |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE Chimes-1.1.2-1.18.2.jar |Chimes |chimes |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE The Gold Rush 1.1.1.jar |The Gold Rush |the_gold_rush |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE BetterShieldsMC1.18.1-1.0.1.jar |Better Shields |bettershields |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE JadeAddons-1.18.2-2.3.0.jar |Jade Addons |jadeaddons |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE EasyShulkerBoxes-v3.1.1-1.18.2-Forge.jar |Easy Shulker Boxes |easyshulkerboxes |3.1.1 |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 YungsBetterMineshafts-1.18.2-Forge-2.2.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.2 |COMMON_SET|Manifest: NOSIGNATURE SimpleDiscordRichPresence-1.6.0-build.8+mc1.18.1.j|Simple Discord Rich Presence |sdrp |1.6.0-build.8+mc1.18|COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.18-3.0.28.jar |GeckoLib |geckolib3 |3.0.28 |COMMON_SET|Manifest: NOSIGNATURE BetterModsButton-v3.2.2-1.18.2-Forge.jar |Better Mods Button |bettermodsbutton |3.2.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 NekosEnchantedBooks-1.18.2-1.7.0.jar |Neko's Enchanted Books |nebs |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE DarkPaintings-Forge-1.18.2-10.0.3.jar |DarkPaintings |darkpaintings |10.0.3 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 mcw-lights-1.0.3-mc1.18.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE radium-0.7.10.jar |Radium |radium |0.7.10 |COMMON_SET|Manifest: NOSIGNATURE QuarkOddities-1.18.jar |Quark Oddities |quarkoddities |1.18 |COMMON_SET|Manifest: NOSIGNATURE clienttweaks-forge-1.18.1-7.1.0.jar |Client Tweaks |clienttweaks |7.1.0 |COMMON_SET|Manifest: NOSIGNATURE ConfigMenusForge-v3.2.0-1.18.2-Forge.jar |Config Menus for Forge |configmenusforge |3.2.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 jei-1.18.2-9.7.0.224.jar |Just Enough Items |jei |9.7.0.224 |COMMON_SET|Manifest: NOSIGNATURE VisualWorkbench-v3.3.0-1.18.2-Forge.jar |Visual Workbench |visualworkbench |3.3.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 UniversalBoneMeal-v3.0.5-1.18.2-Forge.jar |Universal Bone Meal |universalbonemeal |3.0.5 |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 The_Graveyard_1.9.1_(FORGE)_for_1.18.2.jar |The Graveyard |graveyard |1.9.1 |COMMON_SET|Manifest: NOSIGNATURE AttributeFix-Forge-1.18.2-14.0.2.jar |AttributeFix |attributefix |14.0.2 |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 goblintraders-1.7.2-1.18.2.jar |Goblin Traders |goblintraders |1.7.2 |COMMON_SET|Manifest: NOSIGNATURE caelus-forge-1.18.1-3.0.0.2.jar |Caelus API |caelus |1.18.1-3.0.0.2 |COMMON_SET|Manifest: NOSIGNATURE Paxi-1.18.2-Forge-2.0.jar |Paxi |paxi |1.18.2-Forge-2.0 |COMMON_SET|Manifest: NOSIGNATURE immersive_weathering-1.18.2-1.2.11.jar |Immersive Weathering |immersive_weathering |1.18.2-1.2.11 |COMMON_SET|Manifest: NOSIGNATURE extendedclouds-1.1.1-forge.jar |Extended Clouds |extendedclouds |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE NaturesCompass-1.18.2-1.9.7-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.7-forge |COMMON_SET|Manifest: NOSIGNATURE additionalbars-3.0.1-beta+1.18.2.jar |Additional Bars |additionalbars |3.0.1-beta |COMMON_SET|Manifest: NOSIGNATURE SereneSeasons-1.18.2-7.0.0.15.jar |Serene Seasons |sereneseasons |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |COMMON_SET|Manifest: NOSIGNATURE snowundertrees-1.18.2-1.2.1.jar |Snow Under Trees |snowundertrees |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE snuffles-1.0.2.jar |Snuffles |snuffles |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE DeleteWorldsToTrash-v3.2.0-1.18.2-Forge.jar |Delete Worlds To Trash |deleteworldstotrash |3.2.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 additional_lights-1.18.2-2.1.4.jar |Additional Lights |additional_lights |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE JEITweaker-1.18.2-3.0.0.8.jar |JEI Tweaker |jeitweaker |3.0.0.8 |COMMON_SET|Manifest: NOSIGNATURE CraftTweaker-forge-1.18.2-9.1.164.jar |CraftTweaker |crafttweaker |9.1.164 |COMMON_SET|Manifest: NOSIGNATURE rubidium_extras-1.18.2_v1.3.1.jar |Rubidium Extras |rubidium_extras |1.18.2_v1.3.1 |COMMON_SET|Manifest: NOSIGNATURE forge-1.18.2-40.1.60-universal.jar |Forge |forge |40.1.60 |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 idas_forge-1.2.3+1.18.2.jar |Integrated Dungeons and Struct|idas |1.2.3+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE DungeonsArise-1.18.2-2.1.50d-beta.jar |When Dungeons Arise |dungeons_arise |2.1.50d-1.18.2 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.18.2-1.1.0.102.jar |TerraBlender |terrablender |1.18.2-1.1.0.102 |COMMON_SET|Manifest: NOSIGNATURE MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |COMMON_SET|Manifest: NOSIGNATURE CreateTweaker-1.18.2-2.0.0.14.jar |CreateTweaker |createtweaker |2.0.0.14 |COMMON_SET|Manifest: NOSIGNATURE Paintings-forge-1.18.2-9.1.2.1.jar |Paintings ++ |paintings |9.1.2.1 |COMMON_SET|Manifest: NOSIGNATURE notenoughanimations-forge-1.6.0-mc1.18.2.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.18-0.6.4.jar |Flywheel |flywheel |1.18-0.6.4.87 |COMMON_SET|Manifest: NOSIGNATURE Mantle-1.18.2-1.9.27.jar |Mantle |mantle |1.9.27 |COMMON_SET|Manifest: NOSIGNATURE ecologics-forge-1.18.2-1.7.4.jar |Ecologics |ecologics |1.7.4 |COMMON_SET|Manifest: NOSIGNATURE polymorph-forge-1.18.2-0.44.jar |Polymorph |polymorph |1.18.2-0.44 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughProfessions-1.18.2-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |COMMON_SET|Manifest: NOSIGNATURE EarthMobs-1.18.2-1.1.2.jar |Earth Mobs Mod |earthmobsmod |1.18.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE entityculling-forge-mc1.18-1.5.1.jar |EntityCulling |entityculling |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE structures_compass-1.18.2-1.4.1.jar |Structures Compass |structures_compass |1.18.2-1.4.1 |COMMON_SET|Manifest: NOSIGNATURE appleskin-forge-mc1.18-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.18 |COMMON_SET|Manifest: NOSIGNATURE upgradednetherite_ultimate-1.18.2-3.2.0.1-release.|Upgraded Netherite : Ultimerit|upgradednetherite_ultimate |1.18.2-3.2.0.1-relea|COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Aquaculture-1.18.2-2.3.7.jar |Aquaculture 2 |aquaculture |1.18.2-2.3.7 |COMMON_SET|Manifest: NOSIGNATURE slimy-stuff-1.18.2-1.0.6.jar |Slimy Stuff |slimy_stuff |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE CosmeticArmorReworked-1.18.2-v2.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2 |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 xptome-1.18.2-2.1.6.jar |XP Tome |xpbook |2.1.6 |COMMON_SET|Manifest: NOSIGNATURE tetra-1.18.2-4.9.3.jar |Tetra |tetra |4.9.3 |COMMON_SET|Manifest: NOSIGNATURE blue_skies-1.18.2-1.3.12.jar |Blue Skies |blue_skies |1.3.12 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar |YUNG's Better Witch Huts |betterwitchhuts |1.18.2-Forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |COMMON_SET|Manifest: NOSIGNATURE grimoire_of_tetra-1.2.2.jar |Grimoire Of Tetra |grimoire_of_tetra |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE Galosphere-1.18.2-1.0.3.jar |Galosphere |galosphere |1.18.2-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE AdditionalBanners-Forge-1.18.2-7.0.6.jar |AdditionalBanners |additionalbanners |7.0.6 |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 Tips-Forge-1.18.2-5.0.3.jar |Tips |tipsmod |5.0.3 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 sophisticatedcore-1.18.2-0.3.7.59.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.3.7.59 |COMMON_SET|Manifest: NOSIGNATURE kleeslabs-forge-1.18.2-11.1.1.jar |KleeSlabs |kleeslabs |11.1.1 |COMMON_SET|Manifest: NOSIGNATURE villagernames_1.18.2-3.5.jar |Villager Names |villagernames |3.5 |COMMON_SET|Manifest: NOSIGNATURE XaerosWorldMap_1.25.1_Forge_1.18.2.jar |Xaero's World Map |xaeroworldmap |1.25.1 |COMMON_SET|Manifest: NOSIGNATURE Controlling-forge-1.18.2-9.0+21.jar |Controlling |controlling |9.0+21 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.18.2-6.4.2.jar |Placebo |placebo |6.4.2 |COMMON_SET|Manifest: NOSIGNATURE citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.18.6.jar |Alex's Mobs |alexsmobs |1.18.6 |COMMON_SET|Manifest: NOSIGNATURE moreminecarts-1.4.6.jar |More Minecarts |moreminecarts |1.4.6 |COMMON_SET|Manifest: NOSIGNATURE feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone |feature_nbt_deadlock_be_gone |2.0.0+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.18.2-13.2.21.jar |Bookshelf |bookshelf |13.2.21 |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.18.2-3.17.10.621.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.17.10.621 |COMMON_SET|Manifest: NOSIGNATURE twigs-forge-1.1.4-patch3+1.18.2.jar |Twigs |twigs |1.1.4-patch1+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE mcw-doors-1.0.6-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar |Additional Structures |additionalstructures |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE bygonenether-1.1.2-1.18.2.jar |Bygone Nether |bygonenether |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |COMMON_SET|Manifest: NOSIGNATURE absentbydesign-1.18.2-1.6.2.jar |Absent By Design Mod |absentbydesign |1.18.2-1.6.2 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed konkrete_forge_1.3.3_MC_1.18-1.18.1.jar |Konkrete |konkrete |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE createcafe-1.4-1.18.2.jar |Create Cafe |createcafe |1.4-1.18.2 |COMMON_SET|Manifest: NOSIGNATURE JEIEnchantmentInfo-1.17.1-2.0.0.jar |JEI Enchantment Info |jeienchantmentinfo |1.17.1-2.0.0 |COMMON_SET|Manifest: NOSIGNATURE EquipmentCompare-1.18.1-1.2.12.jar |Equipment Compare |equipmentcompare |1.2.12 |COMMON_SET|Manifest: NOSIGNATURE chipped-1.18.2-1.2.1-forge.jar |Chipped |chipped |1.18.2-1.2.1-forge |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-2.0.3-mc1.18.2.jar |Macaw's Bridges |mcwbridges |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.18.2-1.1.2.jar |Farmer's Delight |farmersdelight |1.18.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE Snow_Pig-1.18.2-4.2.0.jar |Snow Pig |snowpig |1.18.2-4.2.0 |COMMON_SET|Manifest: NOSIGNATURE culturaldelights-1.18.2-0.11.jar |Cultural Delights |culturaldelights |1.18.2-0.11 |COMMON_SET|Manifest: NOSIGNATURE BrewinAndChewin-1.18.2-1.0.1.jar |Brewin' and Chewin' |brewinandchewin |1.18.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE FarmersRespite-1.18.2-1.3.0.jar |Farmer's Respite |farmersrespite |1.18.1-1.3.0 |COMMON_SET|Manifest: NOSIGNATURE Delightful-1.18.2-1.8.jar |Delightful |delightful |1.8 |COMMON_SET|Manifest: NOSIGNATURE DustrialDecor-1.3.3-1.18.2.jar |'Dustrial Decor |dustrial_decor |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE Decorative Blocks Compat-forge-1.18.2-2.1.0.jar |Decorative Compat |decorative_compat |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE simpleshops-1.2.1.jar |Simple Shops |simpleshops |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.0.5-mc1.18.2.jar |Macaw's Fences and Walls |mcwfences |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE skinned_lanterns-1.18.2-1.3.4.jar |Skinned Lanterns |skinnedlanterns |1.18.2-1.3.4 |COMMON_SET|Manifest: NOSIGNATURE Illager Plushies 1.1.5 1.18.2.jar |Illager Plushies |illager_plushies |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE corail_woodcutter_extension_byg-1.0.1.jar |Corail Woodcutter: Extension B|corail_woodcutter_extension_by|1.0.1 |COMMON_SET|Manifest: NOSIGNATURE Cataclysm-0.19.jar |Cataclysm Mod |cataclysm |1.0 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |COMMON_SET|Manifest: NOSIGNATURE ironchests-2.0.3-forge.jar |Iron Chests: Restocked |ironchests |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE collective-1.18.2-4.28.jar |Collective |collective |4.28 |COMMON_SET|Manifest: NOSIGNATURE villagertools-1.18-1.0.2.jar |villagertools |villagertools |1.18-1.0.2 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed DrawersTooltip-1.18.2-forge-5.0.0.jar |Drawers Tooltip |drawerstooltip |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE BetterThirdPerson-Forge-1.18.2-1.8.1.jar |Better Third Person |betterthirdperson |1.8.1 |COMMON_SET|Manifest: NOSIGNATURE lostcities-1.18-5.3.3.jar |LostCities |lostcities |1.18-5.3.3 |COMMON_SET|Manifest: NOSIGNATURE elevatorid-1.18.2-1.8.4.jar |Elevator Mod |elevatorid |1.18.2-1.8.4 |COMMON_SET|Manifest: NOSIGNATURE ftb-ultimine-forge-1802.3.3-build.55.jar |FTB Ultimine |ftbultimine |1802.3.3-build.55 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE EnigmaticLegacy-2.24.1.jar |Enigmatic Legacy |enigmaticlegacy |2.24.1 |COMMON_SET|Manifest: NOSIGNATURE Runelic-Forge-1.18.2-11.0.1.jar |Runelic |runelic |11.0.1 |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 starterkit_1.18.2-3.2.jar |Starter Kit |starterkit |3.2 |COMMON_SET|Manifest: NOSIGNATURE architectury-4.5.76-forge.jar |Architectury |architectury |4.5.76 |COMMON_SET|Manifest: NOSIGNATURE ftb-library-forge-1802.3.6-build.123.jar |FTB Library |ftblibrary |1802.3.6-build.123 |COMMON_SET|Manifest: NOSIGNATURE ftb-teams-forge-1802.2.6-build.51.jar |FTB Teams |ftbteams |1802.2.6-build.51 |COMMON_SET|Manifest: NOSIGNATURE curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.0 |COMMON_SET|Manifest: NOSIGNATURE AI-Improvements-1.18.2-0.5.0.jar |AI-Improvements |aiimprovements |0.5.0 |COMMON_SET|Manifest: NOSIGNATURE cherishedworlds-forge-1.18-5.1.1.0.jar |Cherished Worlds |cherishedworlds |1.18-5.1.1.0 |COMMON_SET|Manifest: NOSIGNATURE The_Undergarden-1.18.2-0.7.1.jar |The Undergarden |undergarden |0.7.1 |COMMON_SET|Manifest: NOSIGNATURE enchantwithmob-1.18.2-4.2.0.jar |Enchant With Mob |enchantwithmob |1.18.2-4.2.0 |COMMON_SET|Manifest: NOSIGNATURE Mushlings-1.18.2-1.0.0.jar |Mushlings Mod |mushlings |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Towns-and-Towers-1.18.2-1.6.0.jar |Towns and Towers - Structure A|t_and_t |1.6 |COMMON_SET|Manifest: NOSIGNATURE mavm-mc1.18.2-forge-1.0.8b.jar |More Axolotl Variants Mod |mavm |1.0.8b |COMMON_SET|Manifest: NOSIGNATURE voidtotem-forge-1.18.2-1.3.1.jar |Void Totem |voidtotem |1.18.2-1.3.1 |COMMON_SET|Manifest: NOSIGNATURE TradingPost-v3.2.0-1.18.2-Forge.jar |Trading Post |tradingpost |3.2.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 BetterAdvancements-1.18.2-0.1.2.125.jar |Better Advancements |betteradvancements |0.1.2.125 |COMMON_SET|Manifest: NOSIGNATURE BH-Menu-1.18.2-1.3.jar |Bisect Hosting Menu |bhmenu |1.18.2-1.3 |COMMON_SET|Manifest: NOSIGNATURE Tinkers Reforged 1.18.2-1.0.8.jar |Tinkers Reforged |tinkers_reforged |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE biomemakeover-FORGE-1.18.2-1.4.28.jar |Biome Makeover |biomemakeover |1.18.2-1.4.28 |COMMON_SET|Manifest: NOSIGNATURE Shrines-1.18.2-4.1.0.jar |Shrines |shrines |1.18.2-4.1.0 |COMMON_SET|Manifest: NOSIGNATURE additionallanterns-1.0.1-mc1.18.jar |Additional Lanterns |additionallanterns |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE Nourished Nether Release V13.1.jar |Nourished Nether |nourished_nether |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE item-filters-forge-1802.2.7-build.33.jar |Item Filters |itemfilters |1802.2.7-build.33 |COMMON_SET|Manifest: NOSIGNATURE ftb-quests-forge-1802.3.8-build.101.jar |FTB Quests |ftbquests |1802.3.8-build.101 |COMMON_SET|Manifest: NOSIGNATURE EasyMagic-v3.3.0-1.18.2-Forge.jar |Easy Magic |easymagic |3.3.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 Enlightened End BB V1.5.jar |Enlightened End |nourished_end |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE Steve's_Vanilla_v0.4.0+1.18.2.jar |Steve's Vanilla |steves_vanilla |0.4.0 |COMMON_SET|Manifest: NOSIGNATURE the-conjurer-1.18.2-1.1.1.jar |The Conjurer |conjurer_illager |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE create-mc1.18.2_v0.5.0c.jar |Create |create |0.5.0c |COMMON_SET|Manifest: NOSIGNATURE createplus-1.18.2_v0.5.0.jar |Create Plus |createplus |1.18.2_v0.5.0 |COMMON_SET|Manifest: NOSIGNATURE waystones-forge-1.18.2-10.1.0.jar |Waystones |waystones |10.1.0 |COMMON_SET|Manifest: NOSIGNATURE MerchantMarkers-1.18.2-1.2.0.jar |Merchant Markers |merchantmarkers |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE Xaeros_Minimap_22.11.1_Forge_1.18.2.jar |Xaero's Minimap |xaerominimap |22.11.1 |COMMON_SET|Manifest: NOSIGNATURE Structory-1.18.2-1.0.2.jar |Structory |structory |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE mcw-paintings-1.0.3-mc1.18.2.jar |Macaw's Paintings |mcwpaintings |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.18.2-8.0.0+10.jar |Clumps |clumps |8.0.0+10 |COMMON_SET|Manifest: NOSIGNATURE village-employment-1.18.2-1.5.1.jar |Village Employment |village_employment |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-1.18.2-5.0.0.4.jar |Comforts |comforts |1.18.2-5.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE SimpleStorageNetwork-1.18.2-1.6.2.jar |Simple Storage Network |storagenetwork |1.18.2-1.6.2 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed Decorative Blocks-forge-1.18.2-2.1.0.jar |Decorative Blocks |decorative_blocks |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE BadMobs-1.18.2-13.01.jar |BadMobs |badmobs |13.01 |COMMON_SET|Manifest: NOSIGNATURE More Babies-forge-1.18.1-0.5.2.jar |More Babies |more_babies |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE create-confectionery1.18.2_v1.0.8.jar |Create Confectionery |create_confectionery |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE lazydfu-1.0-1.18+.jar |LazyDFU |lazydfu |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDesertTemples-1.18.2-Forge-1.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.18.2-Forge-1.2 |COMMON_SET|Manifest: NOSIGNATURE ExplorersCompass-1.18.2-1.2.3-forge.jar |Explorer's Compass |explorerscompass |1.18.2-1.2.3-forge |COMMON_SET|Manifest: NOSIGNATURE blueprint-1.18.2-5.4.0.jar |Blueprint |blueprint |5.4.0 |COMMON_SET|Manifest: NOSIGNATURE Compat_Makeover-1.18.2-1.5.1.jar |Compat Makeover |compat_makeover |1.18.2-1.5.1 |COMMON_SET|Manifest: NOSIGNATURE AkashicTome-1.5-20.jar |Akashic Tome |akashictome |1.5-20 |COMMON_SET|Manifest: NOSIGNATURE ftb-chunks-forge-1802.3.6-build.147.jar |FTB Chunks |ftbchunks |1802.3.6-build.147 |COMMON_SET|Manifest: NOSIGNATURE 3dskinlayers-forge-1.4.6-mc1.18.2.jar |3dSkinLayers |skinlayers3d |1.4.6 |COMMON_SET|Manifest: NOSIGNATURE scuba_gear-1.18.2-1.0.4.jar |Scuba Gear |scuba_gear |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE curiouslights-forge-1.1.0+1.18.2.jar |Curious Lights |curiouslights |1.1.0+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE forgottenrecipes-forge-1.18.1-1.0.0.jar |Forgotten Recipes |forgottenrecipes |1.18.1-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE friendsandfoes-forge-mc1.18.2-1.4.5.jar |Friends&Foes |friendsandfoes |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.18.2-1.4.8.jar |Supplementaries |supplementaries |1.18.2-1.4.8 |COMMON_SET|Manifest: NOSIGNATURE TConstruct-1.18.2-3.5.1.31.jar |Tinkers' Construct |tconstruct |3.5.1.31 |COMMON_SET|Manifest: NOSIGNATURE JER-Integration-3.3.1.jar |JER Integration |jerintegration |3.3.1 |COMMON_SET|Manifest: NOSIGNATURE pigsteel-1.18.2-3.1.0.jar |Pigsteel Mod |pigsteel |1.18.2-3.1.0 |COMMON_SET|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar |EnchantmentDescriptions |enchdesc |10.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 dynamic_asset_generator-forge-1.18.2-0.6.3.jar |DynamicAssetGenerator |dynamic_asset_generator |0.6.3 |COMMON_SET|Manifest: NOSIGNATURE excavated_variants-forge-1.18.2-0.6.4.jar |Excavated Variants |excavated_variants |0.6.4 |COMMON_SET|Manifest: NOSIGNATURE ToolBelt-1.18.2-1.18.8.jar |Tool Belt |toolbelt |1.18.8 |COMMON_SET|Manifest: NOSIGNATURE MagnumTorch-v3.1.3-1.18.2-Forge.jar |Magnum Torch |magnumtorch |3.1.3 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Jade-1.18.2-forge-5.2.3.jar |Jade |jade |5.2.3 |COMMON_SET|Manifest: NOSIGNATURE additionaladditions-4.0.5.jar |Additional Additions |additionaladditions |4.0.5 |COMMON_SET|Manifest: NOSIGNATURE snowyspirit-1.18.2-1.3.2.jar |Snowy Spirit |snowyspirit |1.18.2-1.3.2 |COMMON_SET|Manifest: NOSIGNATURE CreativeCore_FORGE_v2.6.12_mc1.18.2.jar |CreativeCore |creativecore |2.6.12 |COMMON_SET|Manifest: NOSIGNATURE NethersDelight-1.18.2-2.2.0.jar |Nethers Delight |nethersdelight |2.2 |COMMON_SET|Manifest: NOSIGNATURE mobcompack-0.0.3.1-1.18.2.jar |Mob Compack |mobcompack |0.0.3.1-1.18.2 |COMMON_SET|Manifest: NOSIGNATURE ThisRocks-1.18.2-1.0.2.jar |This Rocks! (Forge) |rocks |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.18.2-1.0.44.jar |Iceberg |iceberg |1.0.44 |COMMON_SET|Manifest: NOSIGNATURE Quark-3.2-358.jar |Quark |quark |3.2-358 |COMMON_SET|Manifest: NOSIGNATURE mutil-1.18.2-4.5.0.jar |mutil |mutil |4.5.0 |COMMON_SET|Manifest: NOSIGNATURE tetrapak-1.18.2-0.5.2.jar |Tetra Pak |tetrapak |1.18.2-0.5.2 |COMMON_SET|Manifest: NOSIGNATURE art_of_forging-1.4.8-1.18.2.jar |Art Of Forging |art_of_forging |1.4.8-1.18.2 |COMMON_SET|Manifest: NOSIGNATURE StorageDrawers-1.18.2-10.2.1.jar |Storage Drawers |storagedrawers |10.2.1 |COMMON_SET|Manifest: NOSIGNATURE morestoragedrawers-1.18.2-1.1.2.jar |More Storage Drawers |morestoragedrawers |1.18.2-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.18.2-16.0.0.134.jar |Biomes O' Plenty |biomesoplenty |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4.2.jar |Oh The Biomes You'll Go |byg |1.4 |COMMON_SET|Manifest: NOSIGNATURE additionalbarsbop-3.0.1-beta+1.18.2.jar |Additional Bars (Biomes o' Ple|additionalbarsbop |3.0.1-beta |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.18.2-4.1.1184-universal.jar |The Twilight Forest |twilightforest |4.1.1184 |COMMON_SET|Manifest: NOSIGNATURE Compat-O-Plenty-1.18.2-1.5.2.jar |Compat O' Plenty |compatoplenty |1.18.2-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE InventoryHud_[1.18].forge-3.4.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.4 |COMMON_SET|Manifest: NOSIGNATURE sprout-1.3.1-forge.jar |Sprout |sprout |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE fancymenu_forge_2.11.0_MC_1.18.2.jar |FancyMenu |fancymenu |2.11.0 |COMMON_SET|Manifest: NOSIGNATURE drippyloadingscreen_forge_1.6.4_MC_1.18-1.18.2.jar|Drippy Loading Screen |drippyloadingscreen |1.6.4 |COMMON_SET|Manifest: NOSIGNATURE Blocks + 1.18.1 - 1.4.jar |Blocks + |blocksplus |1.4 |COMMON_SET|Manifest: NOSIGNATURE upgradedcore-1.18.2-3.2.0.0-release.jar |Upgraded Core |upgradedcore |1.18.2-3.2.0.0-relea|COMMON_SET|Manifest: NOSIGNATURE HunterIllager-1.18.2-4.0.1.jar |Hunter Illager |hunterillager |1.18.2-4.0.1 |COMMON_SET|Manifest: NOSIGNATURE illagersweararmor-1.1.5.jar |Illagers Wear Armor |zillagersweararmor |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |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 creeperoverhaul-1.18.2-1.3.0-forge.jar |Creeper Overhaul |creeperoverhaul |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE ferritecore-4.2.1-forge.jar |Ferrite Core |ferritecore |0.0NONE |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 Enhanced_Celestials-forge-1.18.2-2.0.7.jar |Enhanced Celestials |enhancedcelestials |2.0.7 |COMMON_SET|Manifest: NOSIGNATURE BetterF3-1.2.5-Forge-1.18.2.jar |BetterF3 |betterf3 |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_core-1.18.2-0.3.1.jar |Valhelsia Core |valhelsia_core |1.18.2-0.3.1 |COMMON_SET|Manifest: NOSIGNATURE forbidden_arcanus-1.18.2-2.1.0-beta2.jar |Forbidden & Arcanus |forbidden_arcanus |1.18.2-2.1.0-beta2 |COMMON_SET|Manifest: NOSIGNATURE ChiselsBits-forge-1.18.2-1.2.113-universal.jar |Chisels & bits |chiselsandbits |1.2.113 |COMMON_SET|Manifest: NOSIGNATURE createaddition-1.18.2-20220715a.jar |Create Crafts & Additions |createaddition |1.18.2-20220715a |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 87b2eb15-8916-43ee-8187-ee2d2353d3b8 Flywheel Backend: Uninitialized FML: 40.1 Forge: net.minecraftforge:40.1.60 I'm really not very good at techy stuff so any help is greatly appreciated thank you! Quote Link to comment Share on other sites More sharing options...
warjort Posted November 7, 2022 Share Posted November 7, 2022 Your config file flywheel-client.toml is invalid/corrupted. You can find it in the config subfolder. If you don't have a backup of this file and don't know how to fix it, you can delete the file and it will recreate it with default values. Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post. Link to comment Share on other sites More sharing options...
tanglefire1000 Posted November 7, 2022 Author Share Posted November 7, 2022 sorry where would I find the subfolder? It's not in the .minecraft folder Quote Link to comment Share on other sites More sharing options...
warjort Posted November 7, 2022 Share Posted November 7, 2022 1 hour ago, warjort said: You can find it in the config subfolder. The subfolder is called config. Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post. Link to comment Share on other sites More sharing options...
ntehbegng Posted January 28, 2023 Share Posted January 28, 2023 I'm having a similar problem. I deleted the flywheel config file just in case lol and reloaded the game no success. Is it an oculus v flywheel compatibility problem???? Here's the crash report ---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 1/27/23, 6:58 PM Description: Rendering overlay java.lang.IllegalArgumentException: Failed to create model for minecraft:pig at net.minecraft.client.renderer.entity.EntityRenderers.m_174039_(EntityRenderers.java:153) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.imdlib-betteranimalmodels.json:EntityRenderersInvoker,pl:mixin:APP:mixin.imdlib-betteranimalsplus.json:EntityRenderersInvoker,pl:mixin:A} at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?] {re:mixin} at net.minecraft.client.renderer.entity.EntityRenderers.m_174049_(EntityRenderers.java:149) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.imdlib-betteranimalmodels.json:EntityRenderersInvoker,pl:mixin:APP:mixin.imdlib-betteranimalsplus.json:EntityRenderersInvoker,pl:mixin:A} at net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_6213_(EntityRenderDispatcher.java:333) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:mixin:APP:mixins.oculus.json:MixinEntityRenderDispatcher,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinEntityRenderDispatcher,pl:mixin:APP:bettercombat.mixins.json:client.firstpersonrender.EntityRenderDispatcherMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.packs.resources.ResourceManagerReloadListener.m_10759_(ResourceManagerReloadListener.java:15) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:computing_frames,re:classloading,re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:795) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:795) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:795) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at com.mojang.blaze3d.systems.RenderSystem.m_69884_(RenderSystem.java:211) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:APP:pollen.mixins.json:client.RenderSystemMixin,pl:mixin:A} at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:198) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:APP:pollen.mixins.json:client.RenderSystemMixin,pl:mixin:A} at com.mojang.blaze3d.platform.Window.m_85435_(Window.java:333) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1068) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixin.cleancut.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:enhancedvisuals.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:assets/mining_dimension/mining_dimension.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixin.cleancut.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:enhancedvisuals.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:assets/mining_dimension/mining_dimension.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.0.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} Caused by: java.lang.NullPointerException: null key in entry: null=shadows.apotheosis.village.fletching.arrows.ObsidianArrowRenderer@3a31f0ef at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:31) ~[guava-31.0.1-jre.jar%2329!/:?] {} at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:337) ~[guava-31.0.1-jre.jar%2329!/:?] {re:mixin} at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:447) ~[guava-31.0.1-jre.jar%2329!/:?] {re:mixin} at net.minecraft.client.renderer.entity.EntityRenderers.m_174039_(EntityRenderers.java:151) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.imdlib-betteranimalmodels.json:EntityRenderersInvoker,pl:mixin:APP:mixin.imdlib-betteranimalsplus.json:EntityRenderersInvoker,pl:mixin:A} ... 133 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.entity.EntityRenderers.m_174039_(EntityRenderers.java:153) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.imdlib-betteranimalmodels.json:EntityRenderersInvoker,pl:mixin:APP:mixin.imdlib-betteranimalsplus.json:EntityRenderersInvoker,pl:mixin:A} at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?] {re:mixin} at net.minecraft.client.renderer.entity.EntityRenderers.m_174049_(EntityRenderers.java:149) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.imdlib-betteranimalmodels.json:EntityRenderersInvoker,pl:mixin:APP:mixin.imdlib-betteranimalsplus.json:EntityRenderersInvoker,pl:mixin:A} at net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_6213_(EntityRenderDispatcher.java:333) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:renderer,xf:fml:twilightforest:bake,pl:mixin:APP:mixins.oculus.json:MixinEntityRenderDispatcher,pl:mixin:APP:mixins.oculus.json:entity_render_context.MixinEntityRenderDispatcher,pl:mixin:APP:bettercombat.mixins.json:client.firstpersonrender.EntityRenderDispatcherMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.packs.resources.ResourceManagerReloadListener.m_10759_(ResourceManagerReloadListener.java:15) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:computing_frames,re:classloading,re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:795) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:795) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:795) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:784) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,re:classloading,pl:mixin:APP:pollen-common.mixins.json:SimpleReloadInstanceMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at com.mojang.blaze3d.systems.RenderSystem.m_69884_(RenderSystem.java:211) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:APP:pollen.mixins.json:client.RenderSystemMixin,pl:mixin:A} at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:198) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:APP:pollen.mixins.json:client.RenderSystemMixin,pl:mixin:A} -- Overlay render details -- Details: Overlay name: net.minecraft.client.gui.screens.LoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:882) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1046) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixin.cleancut.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:enhancedvisuals.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:assets/mining_dimension/mining_dimension.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mixin.cleancut.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Images,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:antiqueatlas-common.mixins.json:MixinMinecraftClient,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:enhancedvisuals.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:assets/mining_dimension/mining_dimension.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23280!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,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) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.0.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: No Packs: Default, Mod Resources, Snowyspirit Generated Pack, Supplementaries Generated Pack, quark-emote-pack -- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 6288420000 bytes (5997 MiB) / 13119782912 bytes (12512 MiB) up to 13119782912 bytes (12512 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz Identifier: Intel64 Family 6 Model 165 Stepping 2 Microarchitecture: unknown Frequency (GHz): 2.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: Intel(R) UHD Graphics Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x9bc4 Graphics card #0 versionInfo: DriverVersion=27.20.100.8280 Graphics card #1 name: NVIDIA GeForce RTX 2060 Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x1f15 Graphics card #1 versionInfo: DriverVersion=27.21.14.5167 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 37463.05 Virtual memory used (MB): 24661.70 Swap memory total (MB): 4864.00 Swap memory used (MB): 0.00 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12512m -Xms256m Loaded Shaderpack: (off) NEC status: No NEC detected Launched Version: forge-40.2.0 Backend library: LWJGL version 3.2.2 SNAPSHOT Backend API: GeForce RTX 2060/PCIe/SSE2 GL version 3.2.0 NVIDIA 451.67, NVIDIA Corporation Window size: 1920x1080 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: English (US) CPU: 12x Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz ModLauncher: 9.1.3+9.1.3+main.9b69c82a ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE slf4jfixer PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] javafml@null [email protected] lowcodefml@null Mod List: dynamiclightsreforged-1.18.2_v1.3.3.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.18.2_v1.3.3 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.1.6-forge-mc1.18.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6 |DONE |Manifest: NOSIGNATURE Uppers-0.4.1.jar |Uppers |uppers |0.4.1 |DONE |Manifest: NOSIGNATURE woodenhopper-1.18.1-1.2.2.1.jar |Wooden Hopper |woodenhopper |1.18.1-1.2.2.1 |DONE |Manifest: NOSIGNATURE rubidium-0.5.4.jar |Rubidium |rubidium |0.5.4 |DONE |Manifest: NOSIGNATURE modnametooltip-1.18.1-1.18.0.jar |Mod Name Tooltip |modnametooltip |1.18.0 |DONE |Manifest: NOSIGNATURE ForgeEndertech-1.18.2-9.0.5.1-build.1150.jar |ForgeEndertech |forgeendertech |9.0.5.1 |DONE |Manifest: NOSIGNATURE CTM-1.18.2-1.1.5+5.jar |ConnectedTexturesMod |ctm |1.18.2-1.1.5+5 |DONE |Manifest: NOSIGNATURE YungsApi-1.18.2-Forge-2.2.7.jar |YUNG's API |yungsapi |1.18.2-Forge-2.2.7 |DONE |Manifest: NOSIGNATURE GatewaysToEternity-1.18.2-2.2.1.jar |Gateways To Eternity |gateways |2.2.1 |DONE |Manifest: NOSIGNATURE WitherSkeletonTweaks-1.18.2-7.1.3.jar |Wither Skeleton Tweaks |wstweaks |7.1.3 |DONE |Manifest: NOSIGNATURE guardvillagers-1.18.2.1.4.3.jar |Guard Villagers |guardvillagers |1.4.3 |DONE |Manifest: NOSIGNATURE Apotheosis-1.18.2-5.7.7.jar |Apotheosis |apotheosis |5.7.7 |DONE |Manifest: NOSIGNATURE ironagefurniture-1.18.2-0.2.0.10.jar |Iron Age Furniture |ironagefurniture |1.18.2-0.2.0.10 |DONE |Manifest: NOSIGNATURE balm-3.2.2+0.jar |Balm |balm |3.2.2+0 |DONE |Manifest: NOSIGNATURE WaterStrainer-1.18.2-13.0.0.jar |Water Strainer |waterstrainer |1.18.2-13.0.0 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |DONE |Manifest: NOSIGNATURE Paraglider-1.18.2-1.6.0.4.jar |Paraglider |paraglider |1.6.0.4 |DONE |Manifest: NOSIGNATURE cloth-config-6.4.90-forge.jar |Cloth Config v4 API |cloth_config |6.4.90 |DONE |Manifest: NOSIGNATURE shetiphiancore-1.18-3.10.12.jar |ShetiPhian-Core |shetiphiancore |3.10.12 |DONE |Manifest: NOSIGNATURE durabilitytooltip-1.1.4-forge-mc1.18.jar |Durability Tooltip |durabilitytooltip |1.1.4 |DONE |Manifest: NOSIGNATURE easy_piglins-1.18.2-1.0.0.jar |Easy Piglins |easy_piglins |1.18.2-1.0.0 |DONE |Manifest: NOSIGNATURE structure_gel-1.18.2-2.4.7.jar |Structure Gel API |structure_gel |2.4.7 |DONE |Manifest: NOSIGNATURE cleancut-mc1.18.2-4.0-forge.jar |Clean Cut |cleancut |4.0 |DONE |Manifest: NOSIGNATURE Amplified_Nether_v1.1.1.jar |Amplified Nether |amplifiednether |0.0NONE |DONE |Manifest: NOSIGNATURE morevillagers-forge-1.18.2-3.3.2.jar |More Villagers |morevillagers |3.3.2 |DONE |Manifest: NOSIGNATURE BotanyTrees-Forge-1.18.2-4.0.6.jar |BotanyTrees |botanytrees |4.0.6 |DONE |Manifest: NOSIGNATURE toughnessbar-1.18.2-7.jar |Toughness Bar |toughnessbar |1.18.2-7 |DONE |Manifest: NOSIGNATURE calemicore-1.0.14.jar |Calemi Core |calemicore |1.0.14 |DONE |Manifest: NOSIGNATURE clay-0.4.2-forge-1.18.2.jar |Clay Soldiers |clay |0.4.2 |DONE |Manifest: NOSIGNATURE fairylights-5.0.0-1.18.2.jar |Fairy Lights |fairylights |5.0.0 |DONE |Manifest: NOSIGNATURE DarkerDepths-1.18.2-1.0.6-patch4.jar |DarkerDepths |darkerdepths |1.18.2-1.0.6-patch4 |DONE |Manifest: NOSIGNATURE curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |DONE |Manifest: NOSIGNATURE oculus-1.4.3a.jar |Oculus |oculus |1.4.3a |DONE |Manifest: NOSIGNATURE workers-1.18.2-1.5.2.jar |Workers Mod |workers |1.5.2 |DONE |Manifest: NOSIGNATURE Measurements-1.18.2-1.3.0.jar |Measurements |measurements |1.3.0 |DONE |Manifest: NOSIGNATURE FramedBlocks-5.10.0.jar |FramedBlocks |framedblocks |5.10.0 |DONE |Manifest: NOSIGNATURE Thirst-1.18.2-1.2.2.jar |Thirst Mod |thirst |1.18.2-1.2.2 |DONE |Manifest: NOSIGNATURE tombstone-7.6.1-1.18.2.jar |Corail Tombstone |tombstone |7.6.1 |DONE |Manifest: NOSIGNATURE constructionwand-1.18.2-2.7.jar |Construction Wand |constructionwand |1.18.2-2.7 |DONE |Manifest: NOSIGNATURE Chimes-1.1.2-1.18.2.jar |Chimes |chimes |1.1.2 |DONE |Manifest: NOSIGNATURE betterwithminecolonies-1.16.5++-1.18.19.jar |Better With Minecolonies |betterwithminecolonies |1.16.5++-1.18.19 |DONE |Manifest: NOSIGNATURE woodenbucket-1.18.2-1.0.2.1.jar |Wooden Bucket |woodenbucket |1.18.2-1.0.2.1 |DONE |Manifest: NOSIGNATURE AdChimneys-1.18.2-8.3.3.0-build.1088.jar |Advanced Chimneys |adchimneys |8.3.3.0 |DONE |Manifest: NOSIGNATURE FastLeafDecay-28.jar |FastLeafDecay |fastleafdecay |28 |DONE |Manifest: NOSIGNATURE CodeChickenLib-1.18.2-4.1.2.475-universal.jar |CodeChicken Lib |codechickenlib |4.1.2.475 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71 sliceanddice-1.1.0.jar |Create Slice & Dice |sliceanddice |1.1.0 |DONE |Manifest: NOSIGNATURE recruits-1.18.2-1.9.1.jar |Recruits Mod |recruits |1.9.0 |DONE |Manifest: NOSIGNATURE SmartBrainLib-forge-1.18.2-1.8.1.jar |SmartBrainLib |smartbrainlib |1.8.1 |DONE |Manifest: NOSIGNATURE dusk-1.18.2-2.1.jar |Dusk Mod |dusk |1.18.2-2.1 |DONE |Manifest: NOSIGNATURE depthmeter-1.18.2-1.0.0.jar |DepthMeter |depthmeter |1.18.2-1.0.0 |DONE |Manifest: NOSIGNATURE jei-1.18.2-9.7.1.255.jar |Just Enough Items |jei |9.7.1.255 |DONE |Manifest: NOSIGNATURE The_Graveyard_1.9.3_(FORGE)_for_1.18.2.jar |The Graveyard |graveyard |1.9.3 |DONE |Manifest: NOSIGNATURE AttributeFix-Forge-1.18.2-14.0.2.jar |AttributeFix |attributefix |14.0.2 |DONE |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 goblintraders-1.8.0-1.18.2.jar |Goblin Traders |goblintraders |1.8.0 |DONE |Manifest: NOSIGNATURE feathers-1.0.3.jar |Feathers |feathers |1.0.3 |DONE |Manifest: NOSIGNATURE PrettyPipesFluids-1.18.2-1.1.0.jar |Pretty Fluid Pipes |ppfluids |1.18.2-1.1.0 |DONE |Manifest: NOSIGNATURE Serene Seasons-1.18.2-7.0.0.13.jar |Serene Seasons |sereneseasons |1.18.2-7.0.0.13 |DONE |Manifest: NOSIGNATURE BotanyPots-Forge-1.18.2-8.0.24.jar |BotanyPots |botanypots |8.0.24 |DONE |Manifest: NOSIGNATURE farmingforblockheads-forge-1.18.2-10.0.2.jar |Farming for Blockheads |farmingforblockheads |10.0.2 |DONE |Manifest: NOSIGNATURE table_top_craft-1.18.2-2.1.2.jar |Table Top Craft |table_top_craft |1.18.2-2.1.2 |DONE |Manifest: NOSIGNATURE mysticalworld-1.18.2-0.4.7.28.jar |Mystical World |mysticalworld |0.4.7.28 |DONE |Manifest: NOSIGNATURE ImmersivePetroleum-1.18.2-4.0.0-17.jar |Immersive Petroleum |immersivepetroleum |4.0.0-17 |DONE |Manifest: NOSIGNATURE forge-1.18.2-40.2.0-universal.jar |Forge |forge |40.2.0 |DONE |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 chalk-1.18.2-1.3.2.jar |Chalk |chalk |1.3.2 |DONE |Manifest: NOSIGNATURE ironchest-1.18.2-13.2.11.jar |Iron Chests |ironchest |1.18.2-13.2.11 |DONE |Manifest: NOSIGNATURE client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |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 theoneprobe-1.18-5.1.2.jar |The One Probe |theoneprobe |1.18-5.1.2 |DONE |Manifest: NOSIGNATURE topaddons-1.18.2-2.3.0-beta.jar |TOP Addons |topaddons |1.18.2-2.3.0-beta |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.18.2-1.2.0.126.jar |TerraBlender |terrablender |1.2.0.126 |DONE |Manifest: NOSIGNATURE MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE commonality-1.18.2-1.4.0.jar |Commonality |commonality |1.4.0 |DONE |Manifest: NOSIGNATURE AdLods-1.18.2-6.0.2.1-build.1150.jar |Large Ore Deposits |adlods |6.0.2.1 |DONE |Manifest: NOSIGNATURE domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.18.2-1.0.50-ALPHA |DONE |Manifest: NOSIGNATURE astikorcarts-1.18.2-1.1.2.jar |AstikorCarts |astikorcarts |1.1.2 |DONE |Manifest: NOSIGNATURE kffmod-3.9.1.jar |Kotlin For Forge |kotlinforforge |3.9.1 |DONE |Manifest: NOSIGNATURE mmlib-1.2.0-1.18.2.jar |Mysterious Mountain Lib |mmlib |1.2.0-1.18.2 |DONE |Manifest: NOSIGNATURE jeiintegration_1.18.2-9.0.0.37.jar |JEI Integration |jeiintegration |9.0.0.37 |DONE |Manifest: NOSIGNATURE flywheel-forge-1.18.2-0.6.8.a.jar |Flywheel |flywheel |0.6.8.a |DONE |Manifest: NOSIGNATURE extendedflywheels-1.2.5-1.18.2-0.5.e.jar |Extended Flywheels |extendedflywheels |1.2.5-1.18.2-0.5.e |DONE |Manifest: NOSIGNATURE alloyed-1.18.2-v1.4e.jar |Create: Alloyed |alloyed |1.18.2 |DONE |Manifest: NOSIGNATURE Mantle-1.18.2-1.9.43.jar |Mantle |mantle |1.9.43 |DONE |Manifest: NOSIGNATURE polymorph-forge-1.18.2-0.46.jar |Polymorph |polymorph |1.18.2-0.46 |DONE |Manifest: NOSIGNATURE JustEnoughProfessions-1.18.2-1.3.0.jar |Just Enough Professions (JEP) |justenoughprofessions |1.3.0 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |DONE |Manifest: NOSIGNATURE mna-1.7.2.10.jar |Mana and Artifice |mna |1.7.2.10 |DONE |Manifest: NOSIGNATURE villagebellrecipe-1.18.2-3.0.jar |Village Bell Recipe |villagebellrecipe |3.0 |DONE |Manifest: NOSIGNATURE Regrowth-1.18.2-1.40.31.1.jar |Regrowth |regrowth |1.18.2-1.40.31.1 |DONE |Manifest: NOSIGNATURE structurize-1.18.2-1.0.424-ALPHA.jar |Structurize |structurize |1.18.2-1.0.424-ALPHA|DONE |Manifest: NOSIGNATURE appleskin-forge-mc1.18.2-2.4.1.jar |AppleSkin |appleskin |2.4.1+mc1.18.2 |DONE |Manifest: NOSIGNATURE occultism-1.18.2-1.67.0.jar |Occultism |occultism |1.18.2-1.67.0 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |DONE |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 Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4.7.jar |Oh The Biomes You'll Go |byg |1.4 |DONE |Manifest: NOSIGNATURE Aquaculture-1.18.2-2.3.10.jar |Aquaculture 2 |aquaculture |1.18.2-2.3.10 |DONE |Manifest: NOSIGNATURE mannequins-forge-2.1.0+1.18.1.jar |Mannequins |mannequins |2.1.0 |DONE |Manifest: NOSIGNATURE hexerei-0.2.2.jar |Hexerei |hexerei |0.2.2 |DONE |Manifest: NOSIGNATURE blue_skies-1.18.2-1.3.12.jar |Blue Skies |blue_skies |1.3.12 |DONE |Manifest: NOSIGNATURE beautify-1.18.2-1.4.1.jar |Beautify |beautify |1.4.1 |DONE |Manifest: NOSIGNATURE kingvillager-1.10.jar |The King of the Village |kingvillager |1.10 |DONE |Manifest: NOSIGNATURE rsgauges-1.18.2-1.2.16.jar |Gauges and Switches |rsgauges |1.2.16 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b EnhancedVisuals_FORGE_v1.6.3_mc1.18.2.jar |EnhancedVisuals |enhancedvisuals |1.6.3 |DONE |Manifest: NOSIGNATURE Controlling-forge-1.18.2-9.0+22.jar |Controlling |controlling |9.0+22 |DONE |Manifest: NOSIGNATURE Placebo-1.18.2-6.6.6.jar |Placebo |placebo |6.6.6 |DONE |Manifest: NOSIGNATURE zombieawareness-1.18.1-1.12.3.jar |Zombie Awareness |zombieawareness |1.18.1-1.12.3 |DONE |Manifest: NOSIGNATURE potionsmaster-0.5.9-1.18.2-40.0.2.jar |Potions Master |potionsmaster |0.5.9-1.18.2-40.0.2 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.18.2-13.2.52.jar |Bookshelf |bookshelf |13.2.52 |DONE |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 musketmod-1.18.2-forge-1.4.4.jar |Musket Mod |musketmod |1.4.4 |DONE |Manifest: NOSIGNATURE Wandering Trapper-forge-1.18.2-1.2.2.jar |Wandering Trapper |wandering_trapper |1.2.2 |DONE |Manifest: NOSIGNATURE endercrop-1.18.2-1.7.0-beta.jar |Ender Crop |endercrop |1.18.2-1.7.0-beta |DONE |Manifest: NOSIGNATURE simpleplanes-1.18.2-5.2.1.jar |Simple Planes |simpleplanes |1.18.2-5.2.1 |DONE |Manifest: NOSIGNATURE jeed-1.18.2-1.11.jar |Just Enough Effect Description|jeed |1.18.2-1.11 |DONE |Manifest: NOSIGNATURE Beyond-Earth-1.18.2-6.2.jar |Beyond Earth |beyond_earth |6.2 |DONE |Manifest: NOSIGNATURE MmmMmmMmmMmm-1.18.2-1.5.2.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.2 |DONE |Manifest: NOSIGNATURE twilightforest-1.18.2-4.1.1494-universal.jar |The Twilight Forest |twilightforest |4.1.1494 |DONE |Manifest: NOSIGNATURE cuneiform-1.18.2-1.3.3.1.jar |Cuneiform |cuneiform |1.3.3.1 |DONE |Manifest: NOSIGNATURE PrettyPipes-1.12.8.jar |Pretty Pipes |prettypipes |1.12.8 |DONE |Manifest: NOSIGNATURE chipped-forge-1.18.2-2.0.1.jar |Chipped |chipped |2.0.1 |DONE |Manifest: NOSIGNATURE mining_dimension-1.18.2-1.0.0.jar |Mining World |mining_dimension |1.18.2-1.0.0 |DONE |Manifest: NOSIGNATURE elenaidodge2-1.0.2.jar |Elenai Dodge 2 |elenaidodge2 |1.0.2 |DONE |Manifest: NOSIGNATURE player-animation-lib-forge-0.4.2+1.18.jar |Player Animator |playeranimator |0.4.2+1.18 |DONE |Manifest: NOSIGNATURE bettercombat-forge-1.5.5+1.18.2.jar |Better Combat |bettercombat |1.5.5+1.18.2 |DONE |Manifest: NOSIGNATURE zmedievalmusic-1.18.2-1.4.jar |medievalmusic mod |medievalmusic |1.18.2-1.4 |DONE |Manifest: NOSIGNATURE CNB-1.18.2-1.5.0.jar |Creatures and Beasts |cnb |1.5.0 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.18-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE Goblins_Dungeons_1.0.8.jar |Goblins & Dungeons |goblinsanddungeons |1.0.8 |DONE |Manifest: NOSIGNATURE Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |DONE |Manifest: NOSIGNATURE blockui-1.18.2-0.0.55-ALPHA.jar |UI Library Mod |blockui |1.18.2-0.0.55-ALPHA |DONE |Manifest: NOSIGNATURE multi-piston-1.18.2-1.2.15-ALPHA.jar |Multi-Piston |multipiston |1.18.2-1.2.15-ALPHA |DONE |Manifest: NOSIGNATURE collective-1.18.2-6.43.jar |Collective |collective |6.43 |DONE |Manifest: NOSIGNATURE hedgemagic-1.7.2.jar |Hedge Magic |hedgemagic |1.7.2 |DONE |Manifest: NOSIGNATURE camera-1.18.2-1.0.5.jar |Camera Mod |camera |1.18.2-1.0.5 |DONE |Manifest: NOSIGNATURE villagertools-1.18-1.0.2.jar |villagertools |villagertools |1.18-1.0.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed rpggods-18.2.6.jar |RPG Gods |rpggods |18.2.6 |DONE |Manifest: NOSIGNATURE greekfantasy-18.2.9.jar |Greek Fantasy |greekfantasy |18.2.9 |DONE |Manifest: NOSIGNATURE xercapaint-1.18.2-1.0.1.jar |Joy of Painting |xercapaint |1.18.2-1.0.1 |DONE |Manifest: NOSIGNATURE buildersaddition-1.18.2-20220308a.jar |Builders Crafts & Addition |buildersaddition |1.18.2-20220308a |DONE |Manifest: NOSIGNATURE TwilightDelight-1.18.2-1.1.4.jar |Twilight Delight |twilightdelight |1.1.4 |DONE |Manifest: NOSIGNATURE architectury-4.10.88-forge.jar |Architectury |architectury |4.10.88 |DONE |Manifest: NOSIGNATURE antiqueatlas-7.0.3-forge-mc1.18.2.jar |Antique Atlas |antiqueatlas |7.0.3-forge-mc1.18.2|DONE |Manifest: NOSIGNATURE The_Undergarden-1.18.2-0.7.1.jar |The Undergarden |undergarden |0.7.1 |DONE |Manifest: NOSIGNATURE woodenshears-1.18.2-1.2.1.2.jar |Wooden Shears |woodenshears |1.18.2-1.2.1.2 |DONE |Manifest: NOSIGNATURE inventoryessentials-forge-1.18.2-4.0.2.jar |Inventory Essentials |inventoryessentials |4.0.2 |DONE |Manifest: NOSIGNATURE smallships-1.18.2-2.0.0-Alpha-0.4.jar |Small Ships Mod |smallships |2.0.0-a0.4 |DONE |Manifest: NOSIGNATURE chickensshed-1.18.2-1.3.3.jar |ChickensShed |chickensshed |1.3.3 |DONE |Manifest: NOSIGNATURE corail_pillar-5.4.1-1.18.2.jar |Corail Pillar |corail_pillar |5.4.1 |DONE |Manifest: NOSIGNATURE TradingPost-v3.2.0-1.18.2-Forge.jar |Trading Post |tradingpost |3.2.0 |DONE |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 caupona-1.18.2-0.4.5.jar |Caupona |caupona |1.18.2-0.4.5 |DONE |Manifest: NOSIGNATURE BetterAdvancements-1.18.2-0.2.0.146.jar |Better Advancements |betteradvancements |0.2.0.146 |DONE |Manifest: NOSIGNATURE inventorysorter-1.18-19.0.0.jar |Simple Inventory Sorter |inventorysorter |19.0.0 |DONE |Manifest: NOSIGNATURE BedBenefits-Forge-1.18.2-6.0.2.jar |BedBenefits |bedbenefits |6.0.2 |DONE |Manifest: NOSIGNATURE Festive_Delight_1.0.jar |Festive Delight |festive_delight |1.0.0 |DONE |Manifest: NOSIGNATURE RootsClassic-1.18.2-1.1.28.jar |Roots Classic |rootsclassic |1.18.2-1.1.28 |DONE |Manifest: NOSIGNATURE betteranimalmodels-1.18.2-5.6.0-forge.jar |Cyber's Better Animal Models |betteranimalmodels |1.18.2-5.6.0 |DONE |Manifest: NOSIGNATURE craftingstation-1.18.2-5.0.1.jar |Crafting Station |craftingstation |1.18.2-5.0.1 |DONE |Manifest: NOSIGNATURE platforms-1.18-1.9.7.jar |Platforms |platforms |1.9.7 |DONE |Manifest: NOSIGNATURE [1.18.2]-Medieval-Siege-Machines-v1.9.jar.jar |Medieval Siege Machines |siegemachines |0.0.1-1.18.2 |DONE |Manifest: NOSIGNATURE metalbarrels-1.18.2-4.3.jar |Metal Barrels |metalbarrels |1.18.2-4.3 |DONE |Manifest: NOSIGNATURE callablehorses-1.18.2-1.2.2.5.jar |Callable Horses |callablehorses |1.2.2.5 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9 create-1.18.2-0.5.0.h.jar |Create |create |0.5.0.h |DONE |Manifest: NOSIGNATURE createplus-1.18.2_v0.5.1a.jar |Create Plus |createplus |1.18.2_v0.5.1a |DONE |Manifest: NOSIGNATURE Clumps-forge-1.18.2-8.0.0+17.jar |Clumps |clumps |8.0.0+17 |DONE |Manifest: NOSIGNATURE artifacts-1.18.2-4.2.0.jar |Artifacts |artifacts |1.18.2-4.2.0 |DONE |Manifest: NOSIGNATURE SimpleStorageNetwork-1.18.2-1.6.2.jar |Simple Storage Network |storagenetwork |1.18.2-1.6.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed framedcompactdrawers-1.18-4.1.0.jar |Framed Compacting Drawers |framedcompactdrawers |1.18-4.1.0 |DONE |Manifest: NOSIGNATURE Decorative Blocks-forge-1.18.2-2.1.2.jar |Decorative Blocks |decorative_blocks |2.1.2 |DONE |Manifest: NOSIGNATURE DungeonCrawl-1.18.2-2.3.10.jar |Dungeon Crawl |dungeoncrawl |2.3.10 |DONE |Manifest: NOSIGNATURE betteranimalsplus-1.18.2-11.0.10-forge.jar |Better Animals Plus |betteranimalsplus |1.18.2-11.0.10 |DONE |Manifest: NOSIGNATURE Orcz_0.83_1.18.2 [AI FIXES].jar |Orcz |orcz |0.80 |DONE |Manifest: NOSIGNATURE netherdepthsupgrade-2.0.1-1.18.2.jar |Nether Depths Upgrade |netherdepthsupgrade |2.0.1-1.18.2 |DONE |Manifest: NOSIGNATURE blueprint-1.18.2-5.5.0.jar |Blueprint |blueprint |5.5.0 |DONE |Manifest: NOSIGNATURE boatload-1.18.2-3.0.0.jar |Boatload |boatload |3.0.0 |DONE |Manifest: NOSIGNATURE savage_and_ravage-1.18.2-4.0.0.jar |Savage & Ravage |savage_and_ravage |4.0.0 |DONE |Manifest: NOSIGNATURE upgrade_aquatic-1.18.2-4.0.0.jar |Upgrade Aquatic |upgrade_aquatic |4.0.0 |DONE |Manifest: NOSIGNATURE neapolitan-1.18.2-3.0.0.jar |Neapolitan |neapolitan |3.0.0 |DONE |Manifest: NOSIGNATURE berry_good-1.18.2-5.0.0.jar |Berry Good |berry_good |5.0.0 |DONE |Manifest: NOSIGNATURE EnderStorage-1.18.2-2.9.0.182-universal.jar |EnderStorage |enderstorage |2.9.0.182 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71 firstaid-1.11.1.jar |First Aid |firstaid |1.11.1 |DONE |Manifest: NOSIGNATURE TravelersTitles-1.18.2-Forge-2.1.1.jar |Traveler's Titles |travelerstitles |1.18.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE BloodMagic-1.18.2-3.2.6-41.jar |Blood Magic |bloodmagic |1.18.2-3.2.6-41 |DONE |Manifest: NOSIGNATURE xercamusic-1.18.2-1.0.2.jar |Xerca's Music Maker Mod |xercamusic |1.18.2-1.0.2 |DONE |Manifest: NOSIGNATURE jeimultiblocks-1.18.2-0.0.2.jar |Just Enough Immersive Multiblo|jeimultiblocks |0.0.2 |DONE |Manifest: NOSIGNATURE ImmersivePosts-1.18.2-4.3.0-3.jar |Immersive Posts |immersiveposts |4.3.0-3 |DONE |Manifest: NOSIGNATURE ImmersiveEngineering-1.18.2-8.3.0-155.jar |Immersive Engineering |immersiveengineering |1.18.2-8.3.0-155 |DONE |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 selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |DONE |Manifest: NOSIGNATURE supplementaries-1.18.2-1.5.15.jar |Supplementaries |supplementaries |1.18.2-1.5.15 |DONE |Manifest: NOSIGNATURE craftingtweaks-forge-1.18.2-14.0.3.jar |CraftingTweaks |craftingtweaks |14.0.3 |DONE |Manifest: NOSIGNATURE TConstruct-1.18.2-3.6.2.92.jar |Tinkers' Construct |tconstruct |3.6.2.92 |DONE |Manifest: NOSIGNATURE simplyswords-1.30-1.18.2.jar |Simply Swords |simplyswords |1.30-1.18.2 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.18.2-10.0.12.jar |EnchantmentDescriptions |enchdesc |10.0.12 |DONE |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 swingthroughgrass-1.18.2-1.9.1.jar |SwingThroughGrass |swingthroughgrass |1.18.2-1.9.1 |DONE |Manifest: NOSIGNATURE pollen-forge-1.6.1+1.18.2.jar |Pollen |pollen |1.6.1 |DONE |Manifest: NOSIGNATURE arcaneadditions-1.5.0.jar |Arcane Additions |arcaneadditions |1.5.0 |DONE |Manifest: NOSIGNATURE snowyspirit-1.18.2-1.3.2.jar |Snowy Spirit |snowyspirit |1.18.2-1.3.2 |DONE |Manifest: NOSIGNATURE CreativeCore_FORGE_v2.6.15_mc1.18.2.jar |CreativeCore |creativecore |0.0NONE |DONE |Manifest: NOSIGNATURE theurgy-1.18.2-1.2.0.jar |Theurgy |theurgy |1.18.2-1.2.0 |DONE |Manifest: NOSIGNATURE easy_villagers-1.18.2-1.0.11.jar |Easy Villagers |easy_villagers |1.18.2-1.0.11 |DONE |Manifest: NOSIGNATURE Quark-3.2-358.jar |Quark |quark |3.2-358 |DONE |Manifest: NOSIGNATURE terraincognita-1.18.2-2.0.jar |Terra Incognita |terraincognita |1.18.2-2.0 |DONE |Manifest: NOSIGNATURE DramaticDoors-Forge-1.18.2-2.1.8.jar |Dramatic Doors |dramaticdoors |1.18.2-2.1.8 |DONE |Manifest: NOSIGNATURE bucketlib-1.18.2-0.5.3.9.jar |BucketLib |bucketlib |1.18.2-0.5.3.9 |DONE |Manifest: NOSIGNATURE Beyond-Earth-Giselle-Addon-1.18.2-2.20.jar |Beyond Earth: Giselle Addon |beyond_earth_giselle_addon |1.18.2-2.20 |DONE |Manifest: NOSIGNATURE StorageDrawers-1.18.2-10.2.1.jar |Storage Drawers |storagedrawers |10.2.1 |DONE |Manifest: NOSIGNATURE DiagonalFences-v3.1.0-1.18.2.jar |Diagonal Fences |diagonalfences |3.1.0 |DONE |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 miners_delight-1.18.2-1.0.3.jar |Miner's Delight |miners_delight |1.18.2-1.0.3 |DONE |Manifest: NOSIGNATURE modonomicon-1.18.2-1.23.2.jar |Modonomicon |modonomicon |1.18.2-1.23.2 |DONE |Manifest: NOSIGNATURE coroutil-1.18.1-1.2.44.jar |CoroUtil |coroutil |1.18.1-1.2.44 |DONE |Manifest: NOSIGNATURE minecolonies-1.18.2-1.0.966-RELEASE.jar |MineColonies |minecolonies |1.18.2-1.0.966-RELEA|DONE |Manifest: NOSIGNATURE alexsdelight-1.18.2-1.3.3.jar |Alex's Delight |alexsdelight |1.3.3 |DONE |Manifest: NOSIGNATURE citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |DONE |Manifest: NOSIGNATURE alexsmobs-1.18.6.jar |Alex's Mobs |alexsmobs |1.18.6 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.18.2-1.2.0.jar |Farmer's Delight |farmersdelight |1.18.2-1.2.0 |DONE |Manifest: NOSIGNATURE corn_delight-1.0.6-1.18.2.jar |Corn Delight |corn_delight |1.0.6-1.18.2 |DONE |Manifest: NOSIGNATURE BrewinAndChewin-1.18.2-1.0.1.jar |Brewin' and Chewin' |brewinandchewin |1.18.2-1.0.1 |DONE |Manifest: NOSIGNATURE FarmersRespite-1.18.2-1.3.0.jar |Farmer's Respite |farmersrespite |1.18.1-1.3.0 |DONE |Manifest: NOSIGNATURE ends_delight-1.18.2-1.0.jar |End's Delight |ends_delight |1.18.2-1.0 |DONE |Manifest: NOSIGNATURE NethersDelight-1.18.2-2.2.0.jar |Nethers Delight |nethersdelight |2.2 |DONE |Manifest: NOSIGNATURE abnormals_delight-1.18.2-3.0.1.jar |Abnormals Delight |abnormals_delight |3.0.1 |DONE |Manifest: NOSIGNATURE engineersdecor-1.18.2-1.1.28.jar |Engineer's Decor |engineersdecor |1.1.28 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b SoL-Carrot-1.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |DONE |Manifest: NOSIGNATURE apexcore-1.18.2-4.13.0.jar |ApexCore |apexcore |4.13.0 |DONE |Manifest: NOSIGNATURE fantasydice-1.18.2-4.7.0.jar |Fantasy's Dice |fantasydice |4.7.0 |DONE |Manifest: NOSIGNATURE fantasyfurniture-1.18.2-3.14.0.jar |Fantasy's Furniture |fantasyfurniture |3.14.0 |DONE |Manifest: NOSIGNATURE moredragoneggs-3.1.jar |More Dragon Eggs |moredragoneggs |3.1 |DONE |Manifest: NOSIGNATURE Enhanced_Celestials-forge-1.18.2-2.0.7.jar |Enhanced Celestials |enhancedcelestials |2.0.7 |DONE |Manifest: NOSIGNATURE Craftable Horse Armour Saddle-1.18-1.8-Forge.jar |CHA&S - Craftable Horse Armour|craftablehorsearmour |1.8 |DONE |Manifest: NOSIGNATURE Blood-Smeltery-1.18.2-1.1.5a.jar |Blood Smeltery |bloodsmeltery |1.1.5a |DONE |Manifest: NOSIGNATURE playingcards-1.0.1.jar |Playing Cards |playingcards |1.0.1 |DONE |Manifest: NOSIGNATURE expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE valhelsia_core-forge-1.18.2-0.4.0.jar |Valhelsia Core |valhelsia_core |1.18.2-0.4.0 |DONE |Manifest: NOSIGNATURE forbidden_arcanus-1.18.2-2.1.1.jar |Forbidden & Arcanus |forbidden_arcanus |1.18.2-2.1.1 |DONE |Manifest: NOSIGNATURE createaddition-1.18.2-20221219a.jar |Create Crafts & Additions |createaddition |1.18.2-20221219a |DONE |Manifest: NOSIGNATURE Crash Report UUID: 3dd4aa50-e5a7-4dec-81a9-4bf277b78e0e FML: 40.2 Forge: net.minecraftforge:40.2.0 Flywheel Backend: GL33 Instanced Arrays FramedBlocks BlockEntity Warning: Not applicable Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.