Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

melody

Members
  • Joined

  • Last visited

Everything posted by melody

  1. ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 7/2/22, 5:12 PM Description: Rendering overlay net.minecraftforge.fml.ModLoadingException: Forge (forge) encountered an error during the sided_setup event phase §7java.lang.IllegalStateException: Can not register model loaders after models have started loading. Please use ModelRegistryEvent to register your loaders. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:110) ~[javafmllanguage-1.18.2-40.1.52.jar%23255!/:?] {} at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:284) ~[fmlcore-1.18.2-40.1.52.jar%23254!/:?] {} at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:219) ~[fmlcore-1.18.2-40.1.52.jar%23254!/:?] {} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:284) ~[fmlcore-1.18.2-40.1.52.jar%23254!/:?] {} at net.minecraftforge.client.model.ModelLoaderRegistry.onModelLoadingStart(ModelLoaderRegistry.java:97) ~[forge-1.18.2-40.1.52-universal.jar%23258!/:?] {re:classloading} at net.minecraft.client.resources.model.ModelBakery.processLoading(ModelBakery.java:168) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.client.model.ForgeModelBakery.<init>(ForgeModelBakery.java:61) ~[forge-1.18.2-40.1.52-universal.jar%23258!/:?] {re:classloading} at net.minecraft.client.resources.model.ModelManager.m_5944_(ModelManager.java:57) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelManager.m_5944_(ModelManager.java:20) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10786_(SimplePreparableReloadListener.java:11) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,re:classloading} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] {} 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: java.lang.IllegalStateException: Can not register model loaders after models have started loading. Please use ModelRegistryEvent to register your loaders. at net.minecraftforge.client.model.ModelLoaderRegistry.registerLoader(ModelLoaderRegistry.java:126) ~[forge-1.18.2-40.1.52-universal.jar%23258!/:?] {re:classloading} at java.util.Map.forEach(Map.java:713) ~[?:?] {re:mixin} at net.minecraftforge.client.model.ModelLoaderRegistry.lambda$init$2(ModelLoaderRegistry.java:86) ~[forge-1.18.2-40.1.52-universal.jar%23258!/:?] {re:classloading} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:106) ~[javafmllanguage-1.18.2-40.1.52.jar%23255!/:?] {} ... 17 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.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:110) ~[javafmllanguage-1.18.2-40.1.52.jar%23255!/:?] {} -- 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%23253!/:?] {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%23253!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:mixin.dynamic_asset_generator.json:MinecraftMixin,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:simplerpc.mixins.json:ScreenEventsMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:663) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:betterthirdperson.mixins.json:MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:mixin.dynamic_asset_generator.json:MinecraftMixin,pl:mixin:APP:dynamiclightsreforged.mixins.json:MinecraftClientMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,pl:mixin:APP:simplerpc.mixins.json:ScreenEventsMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {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.52.jar%2316!/:?] {} 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, Xaero's Minimap - Mod Icons.zip, Everycomp Generated Pack, Immersive Weathering Generated Pack, Snowyspirit Generated Pack, Supplementaries Generated Pack, dynamic_asset_generator:client, blue_skies:legacy_pack, Better-Leaves-6.1-1.13+.zip, immersive_weathering:better_brick_blocks, immersive_weathering:better_brick_items, butterflies-rp.zip, Quark Programmer Art.zip, FreshAnimations_v1.6.1.zip Recovery: Yes Recovery reason: java.util.concurrent.CompletionException: java.lang.IllegalStateException: zip file closed 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$AsyncSupply.run(CompletableFuture.java:1770) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) 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: java.lang.IllegalStateException: zip file closed at java.base/java.util.zip.ZipFile.ensureOpen(ZipFile.java:831) at java.base/java.util.zip.ZipFile.getEntry(ZipFile.java:330) at TRANSFORMER/[email protected]/net.minecraft.server.packs.FilePackResources.m_6105_(FilePackResources.java:55) at TRANSFORMER/[email protected]/net.minecraft.server.packs.AbstractPackResources.m_7211_(AbstractPackResources.java:38) at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.FallbackResourceManager.m_142591_(FallbackResourceManager.java:54) at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.MultiPackResourceManager.m_142591_(MultiPackResourceManager.java:47) at TRANSFORMER/[email protected]/net.minecraft.client.gui.font.providers.LegacyUnicodeBitmapsProvider.m_95437_(LegacyUnicodeBitmapsProvider.java:109) at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1220) at TRANSFORMER/[email protected]/net.minecraft.client.gui.font.providers.LegacyUnicodeBitmapsProvider.m_7823_(LegacyUnicodeBitmapsProvider.java:87) at TRANSFORMER/[email protected]/net.minecraft.client.gui.font.FontManager$1.m_95032_(FontManager.java:115) at MC-BOOTSTRAP/[email protected]/it.unimi.dsi.fastutil.ints.IntOpenHashSet.forEach(IntOpenHashSet.java:802) at MC-BOOTSTRAP/[email protected]/it.unimi.dsi.fastutil.ints.IntIterable.forEach(IntIterable.java:152) at MC-BOOTSTRAP/[email protected]/it.unimi.dsi.fastutil.ints.AbstractIntCollection.forEach(AbstractIntCollection.java:145) at TRANSFORMER/[email protected]/net.minecraft.client.gui.font.FontManager$1.m_5944_(FontManager.java:110) at TRANSFORMER/[email protected]/net.minecraft.client.gui.font.FontManager$1.m_5944_(FontManager.java:51) at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10786_(SimplePreparableReloadListener.java:11) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ... 6 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: 773456208 bytes (737 MiB) / 1723858944 bytes (1644 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3600 6-Core Processor Identifier: AuthenticAMD Family 23 Model 113 Stepping 0 Microarchitecture: Zen 2 Frequency (GHz): 3.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 1660 Ti Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2182 Graphics card #0 versionInfo: DriverVersion=31.0.15.1659 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.60 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.60 Memory slot #1 type: DDR4 Virtual memory max (MB): 18763.03 Virtual memory used (MB): 14262.06 Swap memory total (MB): 2432.00 Swap memory used (MB): 180.29 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Loaded Shaderpack: BSL_v8.1.01.zip Profile: HIGH (+0 options changed by user) Launched Version: forge-40.1.52 Backend library: LWJGL version 3.2.2 SNAPSHOT Backend API: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 516.59, 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 AMD Ryzen 5 3600 6-Core Processor 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 [email protected] Mod List: dynamiclightsreforged-1.18.2_v1.3.3.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.18.2_v1.3.3 |ENQUEUE_IM|Manifest: NOSIGNATURE YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG's Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE auudio_forge_1.0.3_MC_1.18-1.18.2.jar |Auudio |auudio |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE cftlc-1.0.1+1.18.2.jar |Creatures from the Lush Cave |cftlc |1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE stalwart-dungeons-1.18.2-1.2.2.jar |Stalwart Dungeons |stalwart_dungeons |1.2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE bambooeverything-1.2.7-build.14+mc1.18.2.jar |Bamboo Everything |bambooeverything |1.2.7-build.14+mc1.1|ENQUEUE_IM|Manifest: NOSIGNATURE Strawgolem-forge-1.18.2-2.0.0b1.jar |Straw Golem |strawgolem |2.0.0b1 |ENQUEUE_IM|Manifest: NOSIGNATURE rubidium-0.5.2a.jar |Rubidium |rubidium |0.5.2a |ENQUEUE_IM|Manifest: NOSIGNATURE duckling-1.0.5-forge.jar |Duckling |duckling |1.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE YungsApi-1.18.2-Forge-2.0.8.jar |YUNG's API |yungsapi |1.18.2-Forge-2.0.8 |ENQUEUE_IM|Manifest: NOSIGNATURE wildbackport-1.1.2.jar |WildBackport |wildbackport |1.1.2 |ENQUEUE_IM|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|ENQUEUE_IM|Manifest: NOSIGNATURE PickUpNotifier-v3.2.0-1.18.2-Forge.jar |Pick Up Notifier |pickupnotifier |3.2.0 |ENQUEUE_IM|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 |ENQUEUE_IM|Manifest: NOSIGNATURE JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |ENQUEUE_IM|Manifest: NOSIGNATURE cloth-config-6.2.62-forge.jar |Cloth Config v4 API |cloth_config |6.2.62 |ENQUEUE_IM|Manifest: NOSIGNATURE revampedwolf-1.18.2-1.2.0.jar |RevampedWolf |revampedwolf |1.18.2-1.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE upgradednetherite-1.18.2-4.2.0.6-release.jar |Upgraded Netherite |upgradednetherite |1.18.2-4.2.0.6-relea|ENQUEUE_IM|Manifest: NOSIGNATURE structure_gel-1.18.2-2.4.4.jar |Structure Gel API |structure_gel |2.4.4 |ENQUEUE_IM|Manifest: NOSIGNATURE corpse-1.18.2-1.0.1.jar |Corpse |corpse |1.18.2-1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE repurposed_structures_forge-5.1.14+1.18.2.jar |Repurposed Structures |repurposed_structures |5.1.14+1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE morevillagers-forge-1.18.2-3.3.2.jar |More Villagers |morevillagers |3.3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE BetterCompatibilityChecker-1.1.14-build.26+mc1.18.|Better Compatibility Checker |bcc |1.1.14-build.26+mc1.|ENQUEUE_IM|Manifest: NOSIGNATURE BiomesOPlenty-1.18.2-16.0.0.115.jar |Biomes O' Plenty |biomesoplenty |0.0NONE |ENQUEUE_IM|Manifest: NOSIGNATURE verdure-1.18.2-1.1.2.jar |Verdure |verdure |1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE geode-1.0.7.jar |Geode+ |geode |1.0.7 |ENQUEUE_IM|Manifest: NOSIGNATURE supermartijn642corelib-1.0.18-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |ENQUEUE_IM|Manifest: NOSIGNATURE YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE Botania-1.18.2-434.jar |Botania |botania |1.18.2-434 |ENQUEUE_IM|Manifest: NOSIGNATURE Highlighter-1.18.1-1.1.2.jar |Highlighter |highlighter |1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE spark-1.9.11-forge.jar |spark |spark |1.9.11 |SIDED_SETU|Manifest: NOSIGNATURE curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |SIDED_SETU|Manifest: NOSIGNATURE corail_woodcutter-1.18.2-2.3.5.jar |Corail Woodcutter |corail_woodcutter |2.3.5 |SIDED_SETU|Manifest: NOSIGNATURE oculus-mc1.18.2-1.2.5.jar |Oculus |oculus |1.2.5 |SIDED_SETU|Manifest: NOSIGNATURE YungsExtras-1.18.2-Forge-2.1.0.jar |YUNG's Extras |yungsextras |1.18.2-Forge-2.1.0 |SIDED_SETU|Manifest: NOSIGNATURE biomeinfo-1.18.2-1.4.jar |BiomeInfo |biomeinfo |1.4 |SIDED_SETU|Manifest: NOSIGNATURE Adorn-3.5.0+1.18.2-forge.jar |Adorn |adorn |3.5.0+1.18.2 |SIDED_SETU|Manifest: NOSIGNATURE BetterShieldsMC1.18.1-1.0.1.jar |Better Shields |bettershields |1.0.1 |SIDED_SETU|Manifest: NOSIGNATURE FallingTree-1.18.2-3.5.1.jar |FallingTree |fallingtree |3.5.1 |SIDED_SETU|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29 EasyShulkerBoxes-v3.1.1-1.18.2-Forge.jar |Easy Shulker Boxes |easyshulkerboxes |3.1.1 |SIDED_SETU|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.1.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.1.4 |SIDED_SETU|Manifest: NOSIGNATURE veinmining-forge-1.18.2-0.18.jar |Vein Mining |veinmining |1.18.2-0.18 |SIDED_SETU|Manifest: NOSIGNATURE geckolib-forge-1.18-3.0.26.jar |GeckoLib |geckolib3 |3.0.26 |SIDED_SETU|Manifest: NOSIGNATURE BetterModsButton-v3.2.2-1.18.2-Forge.jar |Better Mods Button |bettermodsbutton |3.2.2 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE DarkPaintings-Forge-1.18.2-10.0.3.jar |DarkPaintings |darkpaintings |10.0.3 |SIDED_SETU|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 radium-0.7.10.jar |Radium |radium |0.7.10 |SIDED_SETU|Manifest: NOSIGNATURE clienttweaks-forge-1.18.1-7.1.0.jar |Client Tweaks |clienttweaks |7.1.0 |SIDED_SETU|Manifest: NOSIGNATURE ConfigMenusForge-v3.2.0-1.18.2-Forge.jar |Config Menus for Forge |configmenusforge |3.2.0 |SIDED_SETU|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.196.jar |Just Enough Items |jei |9.7.0.196 |SIDED_SETU|Manifest: NOSIGNATURE VisualWorkbench-v3.3.0-1.18.2-Forge.jar |Visual Workbench |visualworkbench |3.3.0 |SIDED_SETU|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 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE AttributeFix-Forge-1.18.2-14.0.2.jar |AttributeFix |attributefix |14.0.2 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE caelus-forge-1.18.1-3.0.0.2.jar |Caelus API |caelus |1.18.1-3.0.0.2 |SIDED_SETU|Manifest: NOSIGNATURE Paxi-1.18.2-Forge-2.0.jar |Paxi |paxi |1.18.2-Forge-2.0 |SIDED_SETU|Manifest: NOSIGNATURE immersive_weathering-1.18.2-1.2.11.jar |Immersive Weathering |immersive_weathering |1.18.2-1.2.11 |SIDED_SETU|Manifest: NOSIGNATURE Fallingleaves-1.18.2-1.3.2.jar |Falling Leaves |fallingleaves |1.3.2 |SIDED_SETU|Manifest: NOSIGNATURE NaturesCompass-1.18.2-1.9.5-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.5-forge |SIDED_SETU|Manifest: NOSIGNATURE additionalbars-3.0.1-beta+1.18.2.jar |Additional Bars |additionalbars |3.0.1-beta |SIDED_SETU|Manifest: NOSIGNATURE SereneSeasons-1.18.2-7.0.0.15.jar |Serene Seasons |sereneseasons |0.0NONE |SIDED_SETU|Manifest: NOSIGNATURE curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |SIDED_SETU|Manifest: NOSIGNATURE snuffles-1.0.2.jar |Snuffles |snuffles |1.0.2 |SIDED_SETU|Manifest: NOSIGNATURE DeleteWorldsToTrash-v3.2.0-1.18.2-Forge.jar |Delete Worlds To Trash |deleteworldstotrash |3.2.0 |SIDED_SETU|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 JEITweaker-1.18.2-3.0.0.8.jar |JEI Tweaker |jeitweaker |3.0.0.8 |SIDED_SETU|Manifest: NOSIGNATURE CraftTweaker-forge-1.18.2-9.1.157.jar |CraftTweaker |crafttweaker |9.1.157 |SIDED_SETU|Manifest: NOSIGNATURE rubidium_extras-1.18.2_v1.3.1.jar |Rubidium Extras |rubidium_extras |1.18.2_v1.3.1 |SIDED_SETU|Manifest: NOSIGNATURE forge-1.18.2-40.1.52-universal.jar |Forge |forge |40.1.52 |SIDED_SETU|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 DungeonsArise-1.18.2-2.1.50d-beta.jar |When Dungeons Arise |dungeons_arise |2.1.50d-1.18.2 |SIDED_SETU|Manifest: NOSIGNATURE radon-0.8.1.jar |Radon |radon |0.8.1 |SIDED_SETU|Manifest: NOSIGNATURE TerraBlender-forge-1.18.2-1.1.0.102.jar |TerraBlender |terrablender |1.18.2-1.1.0.102 |SIDED_SETU|Manifest: NOSIGNATURE MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |SIDED_SETU|Manifest: NOSIGNATURE ambientadditions-1.18.2-0.8.0.jar |Ambient Additions |ambientadditions |1.18.2-0.8.0 |SIDED_SETU|Manifest: NOSIGNATURE Paintings-forge-1.18.2-9.1.2.1.jar |Paintings ++ |paintings |9.1.2.1 |SIDED_SETU|Manifest: NOSIGNATURE notenoughanimations-forge-1.6.0-mc1.18.2.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.0 |SIDED_SETU|Manifest: NOSIGNATURE polymorph-forge-1.18.2-0.44.jar |Polymorph |polymorph |1.18.2-0.44 |SIDED_SETU|Manifest: NOSIGNATURE JustEnoughProfessions-1.18.2-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |SIDED_SETU|Manifest: NOSIGNATURE AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |SIDED_SETU|Manifest: NOSIGNATURE EarthMobs-1.18.2-1.1.2.jar |Earth Mobs Mod |earthmobsmod |1.18.2-1.1.2 |SIDED_SETU|Manifest: NOSIGNATURE entityculling-forge-mc1.18-1.5.1.jar |EntityCulling |entityculling |1.5.1 |SIDED_SETU|Manifest: NOSIGNATURE backpacked-2.1.8-1.18.2.jar |Backpacked |backpacked |2.1.8 |SIDED_SETU|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|SIDED_SETU|Manifest: NOSIGNATURE PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |SIDED_SETU|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.1.jar |Oh The Biomes You'll Go |byg |1.4 |SIDED_SETU|Manifest: NOSIGNATURE Aquaculture-1.18.2-2.3.7.jar |Aquaculture 2 |aquaculture |1.18.2-2.3.7 |SIDED_SETU|Manifest: NOSIGNATURE xptome-1.18.2-2.1.5.jar |XP Tome |xpbook |2.1.5 |SIDED_SETU|Manifest: NOSIGNATURE blue_skies-1.18.2-1.3.12.jar |Blue Skies |blue_skies |1.3.12 |SIDED_SETU|Manifest: NOSIGNATURE YungsBetterWitchHuts-1.18.2-Forge-1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.18.2-Forge-1.0 |SIDED_SETU|Manifest: NOSIGNATURE netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |SIDED_SETU|Manifest: NOSIGNATURE AdditionalBanners-Forge-1.18.2-7.0.6.jar |AdditionalBanners |additionalbanners |7.0.6 |SIDED_SETU|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 incontrol-1.18-6.0.11.jar |InControl |incontrol |1.18-6.0.11 |SIDED_SETU|Manifest: NOSIGNATURE Tips-Forge-1.18.2-5.0.3.jar |Tips |tipsmod |5.0.3 |SIDED_SETU|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 kleeslabs-forge-1.18.2-11.1.1.jar |KleeSlabs |kleeslabs |11.1.1 |SIDED_SETU|Manifest: NOSIGNATURE villagernames_1.18.2-3.5.jar |Villager Names |villagernames |3.5 |SIDED_SETU|Manifest: NOSIGNATURE XaerosWorldMap_1.23.3_Forge_1.18.2.jar |Xaero's World Map |xaeroworldmap |1.23.3 |SIDED_SETU|Manifest: NOSIGNATURE Controlling-forge-1.18.2-9.0+19.jar |Controlling |controlling |9.0+19 |SIDED_SETU|Manifest: NOSIGNATURE citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |SIDED_SETU|Manifest: NOSIGNATURE alexsmobs-1.18.5.jar |Alex's Mobs |alexsmobs |1.18.5 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE Bookshelf-Forge-1.18.2-13.2.21.jar |Bookshelf |bookshelf |13.2.21 |SIDED_SETU|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 twigs-forge-1.1.4-patch3+1.18.2.jar |Twigs |twigs |1.1.4-patch1+1.18.2 |SIDED_SETU|Manifest: NOSIGNATURE jeed-1.18.2-1.11.jar |Just Enough Effect Description|jeed |1.18.2-1.11 |SIDED_SETU|Manifest: NOSIGNATURE Rex's-AdditionalStructures-1.18.2-(v.3.1.0).jar |Additional Structures |additionalstructures |3.1.0 |SIDED_SETU|Manifest: NOSIGNATURE bygonenether-1.1.2-1.18.2.jar |Bygone Nether |bygonenether |1.1.2 |SIDED_SETU|Manifest: NOSIGNATURE carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |SIDED_SETU|Manifest: NOSIGNATURE dragonmounts-1.18.2-BETA_1.1.0b1.jar |Dragon Mounts: Legacy |dragonmounts |1.18.2-BETA_1.1.0b1 |SIDED_SETU|Manifest: NOSIGNATURE absentbydesign-1.18.2-1.6.2.jar |Absent By Design Mod |absentbydesign |1.18.2-1.6.2 |SIDED_SETU|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 twilightforest-1.18.2-4.1.1102-universal.jar |The Twilight Forest |twilightforest |4.1.1102 |SIDED_SETU|Manifest: NOSIGNATURE konkrete_forge_1.3.3_MC_1.18-1.18.1.jar |Konkrete |konkrete |1.3.3 |SIDED_SETU|Manifest: NOSIGNATURE JEIEnchantmentInfo-1.17.1-2.0.0.jar |JEI Enchantment Info |jeienchantmentinfo |1.17.1-2.0.0 |SIDED_SETU|Manifest: NOSIGNATURE EquipmentCompare-1.18.1-1.2.12.jar |Equipment Compare |equipmentcompare |1.2.12 |SIDED_SETU|Manifest: NOSIGNATURE chipped-1.18.2-1.2.1-forge.jar |Chipped |chipped |1.18.2-1.2.1-forge |SIDED_SETU|Manifest: NOSIGNATURE FarmersDelight-1.18.2-1.1.2.jar |Farmer's Delight |farmersdelight |1.18.2-1.1.2 |SIDED_SETU|Manifest: NOSIGNATURE Snow_Pig-1.18.2-4.2.0.jar |Snow Pig |snowpig |1.18.2-4.2.0 |SIDED_SETU|Manifest: NOSIGNATURE culturaldelights-1.18.2-0.11.jar |Cultural Delights |culturaldelights |1.18.2-0.11 |SIDED_SETU|Manifest: NOSIGNATURE FarmersRespite-1.18.2-1.2.0.jar |Farmer's Respite |farmersrespite |1.18.1-1.2.0 |SIDED_SETU|Manifest: NOSIGNATURE simpleshops-1.2.1.jar |Simple Shops |simpleshops |1.1.4 |SIDED_SETU|Manifest: NOSIGNATURE skinned_lanterns-1.18.2-1.3.4.jar |Skinned Lanterns |skinnedlanterns |1.18.2-1.3.4 |SIDED_SETU|Manifest: NOSIGNATURE JER-Integration-3.3.1.jar |JER Integration |jerintegration |3.3.1 |SIDED_SETU|Manifest: NOSIGNATURE Illager Plushies 1.1.5 1.18.2.jar |Illager Plushies |illager_plushies |1.1.5 |SIDED_SETU|Manifest: NOSIGNATURE Cataclysm-0.19.jar |Cataclysm Mod |cataclysm |1.0 |SIDED_SETU|Manifest: NOSIGNATURE Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |SIDED_SETU|Manifest: NOSIGNATURE collective-1.18.2-4.28.jar |Collective |collective |4.28 |SIDED_SETU|Manifest: NOSIGNATURE villagertools-1.18-1.0.2.jar |villagertools |villagertools |1.18-1.0.2 |SIDED_SETU|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 BetterThirdPerson-Forge-1.18.2-1.8.1.jar |Better Third Person |betterthirdperson |1.8.1 |SIDED_SETU|Manifest: NOSIGNATURE elevatorid-1.18.2-1.8.4.jar |Elevator Mod |elevatorid |1.18.2-1.8.4 |SIDED_SETU|Manifest: NOSIGNATURE YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |SIDED_SETU|Manifest: NOSIGNATURE Runelic-Forge-1.18.2-11.0.1.jar |Runelic |runelic |11.0.1 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE Spirit-forge-1.18.2-1.3.0.jar |Spirit |spirit |1.3.0 |SIDED_SETU|Manifest: NOSIGNATURE architectury-4.5.75-forge.jar |Architectury |architectury |4.5.75 |SIDED_SETU|Manifest: NOSIGNATURE ftb-library-forge-1802.3.6-build.123.jar |FTB Library |ftblibrary |1802.3.6-build.123 |SIDED_SETU|Manifest: NOSIGNATURE ftb-teams-forge-1802.2.6-build.51.jar |FTB Teams |ftbteams |1802.2.6-build.51 |SIDED_SETU|Manifest: NOSIGNATURE AI-Improvements-1.18.2-0.5.0.jar |AI-Improvements |aiimprovements |0.5.0 |SIDED_SETU|Manifest: NOSIGNATURE cherishedworlds-forge-1.18-5.1.1.0.jar |Cherished Worlds |cherishedworlds |1.18-5.1.1.0 |SIDED_SETU|Manifest: NOSIGNATURE enchantwithmob-1.18.2-4.2.0.jar |Enchant With Mob |enchantwithmob |1.18.2-4.2.0 |SIDED_SETU|Manifest: NOSIGNATURE Towns-and-Towers-1.18.2-1.6.0.jar |Towns and Towers - Structure A|t_and_t |1.6 |SIDED_SETU|Manifest: NOSIGNATURE mavm-mc1.18.2-forge-1.0.8b.jar |More Axolotl Variants Mod |mavm |1.0.8b |SIDED_SETU|Manifest: NOSIGNATURE voidtotem-forge-1.18.2-1.3.1.jar |Void Totem |voidtotem |1.18.2-1.3.1 |SIDED_SETU|Manifest: NOSIGNATURE TradingPost-v3.2.0-1.18.2-Forge.jar |Trading Post |tradingpost |3.2.0 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE BH-Menu-1.18.2-1.3.jar |Bisect Hosting Menu |bhmenu |1.18.2-1.3 |SIDED_SETU|Manifest: NOSIGNATURE biomemakeover-FORGE-1.18.2-1.4.24.jar |Biome Makeover |biomemakeover |1.18.2-1.4.24 |SIDED_SETU|Manifest: NOSIGNATURE additionallanterns-1.0.1-mc1.18.jar |Additional Lanterns |additionallanterns |1.0.1 |SIDED_SETU|Manifest: NOSIGNATURE NourishedNetherV12.jar |Nourished Nether |nourished_nether |1.1.3 |SIDED_SETU|Manifest: NOSIGNATURE item-filters-forge-1802.2.7-build.29.jar |Item Filters |itemfilters |1802.2.7-build.29 |SIDED_SETU|Manifest: NOSIGNATURE ftb-quests-forge-1802.3.8-build.101.jar |FTB Quests |ftbquests |1802.3.8-build.101 |SIDED_SETU|Manifest: NOSIGNATURE EasyMagic-v3.3.0-1.18.2-Forge.jar |Easy Magic |easymagic |3.3.0 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE Steve's_Vanilla_v0.4.0+1.18.2.jar |Steve's Vanilla |steves_vanilla |0.4.0 |SIDED_SETU|Manifest: NOSIGNATURE the-conjurer-1.18.2-1.1.1.jar |The Conjurer |conjurer_illager |1.1.1 |SIDED_SETU|Manifest: NOSIGNATURE simple-rpc-1.18.2-3.0.1.jar |Simple RPC |simplerpc |3.0.1 |SIDED_SETU|Manifest: NOSIGNATURE waystones-forge-1.18.2-10.1.0.jar |Waystones |waystones |10.1.0 |SIDED_SETU|Manifest: NOSIGNATURE MerchantMarkers-1.18.2-1.2.0.jar |Merchant Markers |merchantmarkers |1.2.0 |SIDED_SETU|Manifest: NOSIGNATURE Xaeros_Minimap_22.9.3_Forge_1.18.2.jar |Xaero's Minimap |xaerominimap |22.9.3 |SIDED_SETU|Manifest: NOSIGNATURE Clumps-forge-1.18.2-8.0.0+10.jar |Clumps |clumps |8.0.0+10 |SIDED_SETU|Manifest: NOSIGNATURE village-employment-1.18.2-1.5.1.jar |Village Employment |village_employment |1.5.1 |SIDED_SETU|Manifest: NOSIGNATURE comforts-forge-1.18.2-5.0.0.4.jar |Comforts |comforts |1.18.2-5.0.0.4 |SIDED_SETU|Manifest: NOSIGNATURE SimpleStorageNetwork-1.18.2-1.6.1.jar |Simple Storage Network |storagenetwork |1.18.2-1.6.1 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE BadMobs-1.18.2-13.01.jar |BadMobs |badmobs |13.01 |SIDED_SETU|Manifest: NOSIGNATURE More Babies-forge-1.18.1-0.5.2.jar |More Babies |more_babies |0.5.2 |SIDED_SETU|Manifest: NOSIGNATURE lazydfu-1.0-1.18+.jar |LazyDFU |lazydfu |0.1.3 |SIDED_SETU|Manifest: NOSIGNATURE everycomp-1.18.2-1.5.7.jar |Every Compat |everycomp |1.18.2-1.5.7 |SIDED_SETU|Manifest: NOSIGNATURE YungsBetterDesertTemples-1.18.2-Forge-1.1.0.jar |YUNG's Better Desert Temples |betterdeserttemples |1.18.2-Forge-1.1.0 |SIDED_SETU|Manifest: NOSIGNATURE blueprint-1.18.2-5.4.0.jar |Blueprint |blueprint |5.4.0 |SIDED_SETU|Manifest: NOSIGNATURE Compat-O-Plenty-1.18.2-1.5.1.jar |Compat O' Plenty |compatoplenty |1.18.2-1.5.1 |SIDED_SETU|Manifest: NOSIGNATURE AkashicTome-1.5-20.jar |Akashic Tome |akashictome |1.5-20 |SIDED_SETU|Manifest: NOSIGNATURE ftb-chunks-forge-1802.3.6-build.147.jar |FTB Chunks |ftbchunks |1802.3.6-build.147 |SIDED_SETU|Manifest: NOSIGNATURE 3dskinlayers-forge-1.4.6-mc1.18.2.jar |3dSkinLayers |skinlayers3d |1.4.6 |SIDED_SETU|Manifest: NOSIGNATURE curiouslights-forge-1.1.0+1.18.2.jar |Curious Lights |curiouslights |1.1.0+1.18.2 |SIDED_SETU|Manifest: NOSIGNATURE forgottenrecipes-forge-1.18.1-1.0.0.jar |Forgotten Recipes |forgottenrecipes |1.18.1-1.0.0 |SIDED_SETU|Manifest: NOSIGNATURE friendsandfoes-forge-mc1.18.2-1.4.5.jar |Friends&Foes |friendsandfoes |1.4.5 |SIDED_SETU|Manifest: NOSIGNATURE selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |SIDED_SETU|Manifest: NOSIGNATURE supplementaries-1.18.2-1.4.6.jar |Supplementaries |supplementaries |1.18.2-1.4.6 |SIDED_SETU|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.18.2-10.0.4.jar |EnchantmentDescriptions |enchdesc |10.0.4 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE excavated_variants-forge-1.18.2-0.6.2.jar |Excavated Variants |excavated_variants |0.6.2 |SIDED_SETU|Manifest: NOSIGNATURE MagnumTorch-v3.1.3-1.18.2-Forge.jar |Magnum Torch |magnumtorch |3.1.3 |SIDED_SETU|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.2.jar |Jade |jade |5.2.2 |SIDED_SETU|Manifest: NOSIGNATURE additionaladditions-4.0.5.jar |Additional Additions |additionaladditions |4.0.5 |SIDED_SETU|Manifest: NOSIGNATURE snowyspirit-1.18.2-1.3.2.jar |Snowy Spirit |snowyspirit |1.18.2-1.3.2 |SIDED_SETU|Manifest: NOSIGNATURE another_furniture-forge-1.1.2-1.18.2.jar |Another Furniture |another_furniture |1.1.2-1.18.2 |SIDED_SETU|Manifest: NOSIGNATURE NethersDelight-1.18.2-2.2.0.jar |Nethers Delight |nethersdelight |2.2 |SIDED_SETU|Manifest: NOSIGNATURE Iceberg-1.18.2-1.0.44.jar |Iceberg |iceberg |1.0.44 |SIDED_SETU|Manifest: NOSIGNATURE Quark-3.2-358.jar |Quark |quark |3.2-358 |SIDED_SETU|Manifest: NOSIGNATURE ecologics-FORGE-1.18.2-1.6.9.jar |Ecologics |ecologics |1.6.9 |SIDED_SETU|Manifest: NOSIGNATURE InventoryHud_[1.18].forge-3.4.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.4 |SIDED_SETU|Manifest: NOSIGNATURE fancymenu_forge_2.8.0_MC_1.18.2.jar |FancyMenu |fancymenu |2.8.0 |SIDED_SETU|Manifest: NOSIGNATURE drippyloadingscreen_forge_1.6.4_MC_1.18-1.18.2.jar|Drippy Loading Screen |drippyloadingscreen |1.6.4 |SIDED_SETU|Manifest: NOSIGNATURE Blocks + 1.18.1 - 1.4.jar |Blocks + |blocksplus |1.4 |SIDED_SETU|Manifest: NOSIGNATURE upgradedcore-1.18.2-3.2.0.0-release.jar |Upgraded Core |upgradedcore |1.18.2-3.2.0.0-relea|SIDED_SETU|Manifest: NOSIGNATURE HunterIllager-1.18.2-4.0.1.jar |Hunter Illager |hunterillager |1.18.2-4.0.1 |SIDED_SETU|Manifest: NOSIGNATURE illagersweararmor-1.1.5.jar |Illagers Wear Armor |zillagersweararmor |1.1.5 |SIDED_SETU|Manifest: NOSIGNATURE client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE ferritecore-4.2.1-forge.jar |Ferrite Core |ferritecore |0.0NONE |SIDED_SETU|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 |SIDED_SETU|Manifest: NOSIGNATURE BetterF3-1.2.5-Forge-1.18.2.jar |BetterF3 |betterf3 |1.2.5 |SIDED_SETU|Manifest: NOSIGNATURE ChiselsBits-forge-1.18.2-1.2.101-universal.jar |Chisels & bits |chiselsandbits |1.2.101 |SIDED_SETU|Manifest: NOSIGNATURE Crash Report UUID: b37f47f8-69fd-4345-a30d-f6725ec00a56 FML: 40.1 Forge: net.minecraftforge:40.1.52

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.