Guest User

Untitled

a guest
Jan 8th, 2023
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.72 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 1/8/23, 9:04 PM
  5. Description: Rendering overlay
  6.  
  7. net.minecraftforge.fml.ModLoadingException: ConnectedTexturesMod (ctm) encountered an error during the enqueue_imc event phase
  8. §7java.lang.ClassCastException: class java.util.HashMap$Node cannot be cast to class java.util.HashMap$TreeNode (java.util.HashMap$Node and java.util.HashMap$TreeNode are in module java.base of loader 'bootstrap')
  9. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:110) ~[javafmllanguage-1.18.2-40.2.0.jar%23375!/:?] {}
  10. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:285) ~[fmlcore-1.18.2-40.2.0.jar%23374!/:?] {}
  11. at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?] {re:mixin}
  12. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:219) ~[fmlcore-1.18.2-40.2.0.jar%23374!/:?] {re:mixin}
  13. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:285) ~[fmlcore-1.18.2-40.2.0.jar%23374!/:?] {}
  14. at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:262) ~[forge-1.18.2-40.2.0-universal.jar%23378!/:?] {re:mixin,re:classloading,pl:mixin:A}
  15. at net.minecraft.client.renderer.texture.TextureAtlas.m_118307_(TextureAtlas.java:103) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
  16. at net.minecraft.client.resources.model.ModelBakery.processLoading(ModelBakery.java:223) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
  17. at net.minecraftforge.client.model.ForgeModelBakery.<init>(ForgeModelBakery.java:61) ~[forge-1.18.2-40.2.0-universal.jar%23378!/:?] {re:classloading,re:mixin}
  18. at net.minecraft.client.resources.model.ModelManager.m_5944_(ModelManager.java:57) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
  19. at net.minecraft.client.resources.model.ModelManager.m_5944_(ModelManager.java:20) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
  20. at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10786_(SimplePreparableReloadListener.java:11) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,re:classloading}
  21. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] {}
  22. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] {}
  23. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  24. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  25. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  26. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  27. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  28. Caused by: java.lang.ClassCastException: class java.util.HashMap$Node cannot be cast to class java.util.HashMap$TreeNode (java.util.HashMap$Node and java.util.HashMap$TreeNode are in module java.base of loader 'bootstrap')
  29. at java.util.HashMap$TreeNode.moveRootToFront(HashMap.java:1986) ~[?:?] {}
  30. at java.util.HashMap$TreeNode.treeify(HashMap.java:2102) ~[?:?] {}
  31. at java.util.HashMap.treeifyBin(HashMap.java:770) ~[?:?] {re:mixin}
  32. at java.util.HashMap.putVal(HashMap.java:642) ~[?:?] {re:mixin}
  33. at java.util.HashMap.put(HashMap.java:610) ~[?:?] {re:mixin}
  34. at team.chisel.ctm.client.util.ResourceUtil.getMetadata(ResourceUtil.java:64) ~[CTM-1.18.2-1.1.5+5.jar%23134!/:1.18.2-1.1.5+5] {re:classloading}
  35. at team.chisel.ctm.client.util.TextureMetadataHandler.onTextureStitch(TextureMetadataHandler.java:54) ~[CTM-1.18.2-1.1.5+5.jar%23134!/:1.18.2-1.1.5+5] {re:classloading}
  36. at net.minecraftforge.eventbus.ASMEventHandler_7_TextureMetadataHandler_onTextureStitch_Pre.invoke(.dynamic) ~[?:?] {}
  37. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
  38. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
  39. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
  40. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:106) ~[javafmllanguage-1.18.2-40.2.0.jar%23375!/:?] {}
  41. ... 18 more
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Head --
  48. Thread: Render thread
  49. Stacktrace:
  50. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:110) ~[javafmllanguage-1.18.2-40.2.0.jar%23375!/:?] {}
  51. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:285) ~[fmlcore-1.18.2-40.2.0.jar%23374!/:?] {}
  52. -- Overlay render details --
  53. Details:
  54. Overlay name: net.minecraft.client.gui.screens.LoadingOverlay
  55. Stacktrace:
  56. at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:882) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:apoli.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:pehkui.mixins.json:client.compat115plus.GameRendererMixin,pl:mixin:APP:pehkui.mixins.json:client.compat115plus.compat1192minus.GameRendererMixin,pl:mixin:APP:rubidium_extras.mixins.json:TotalDarkness.MixinGameRenderer,pl:mixin:APP:rubidium_extras.mixins.json:Zoom.GameRendererMixin,pl:mixin:APP:dragonsurvival.mixins.json:AccessorGameRenderer,pl:mixin:APP:dragonsurvival.mixins.json:MixinGameRenderer,pl:mixin:APP:AdditionalAdditions.mixins.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  57. at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1046) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:apoli.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:chat_heads.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:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,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:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:cyanide.mixins.json:client.MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  58. at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:apoli.mixins.json:MinecraftClientMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:chat_heads.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:the_bumblezone.mixins.json:client.MinecraftMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:rubidium_extras.mixins.json:FrameCounter.FpsAccessorMixin,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:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:cyanide.mixins.json:client.MinecraftMixin,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  59. at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23373!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
  60. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  61. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  62. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  63. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  64. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.0.jar%2317!/:?] {}
  65. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
  66. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
  67. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
  68. at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
  69. at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
  70. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
  71. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
  72. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
  73.  
  74.  
  75. -- Last reload --
  76. Details:
  77. Reload number: 1
  78. Reload reason: initial
  79. Finished: No
  80. Packs: Default, Mod Resources, Supplementaries Generated Pack, quark-emote-pack, Immersive Weathering Generated Pack
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.18.2
  85. Minecraft Version ID: 1.18.2
  86. Operating System: Windows 10 (amd64) version 10.0
  87. Java Version: 17.0.1, Microsoft
  88. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  89. Memory: 1718118080 bytes (1638 MiB) / 4068474880 bytes (3880 MiB) up to 12884901888 bytes (12288 MiB)
  90. CPUs: 16
  91. Processor Vendor: GenuineIntel
  92. Processor Name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
  93. Identifier: Intel64 Family 6 Model 158 Stepping 12
  94. Microarchitecture: Coffee Lake
  95. Frequency (GHz): 3.60
  96. Number of physical packages: 1
  97. Number of physical CPUs: 8
  98. Number of logical CPUs: 16
  99. Graphics card #0 name: NVIDIA GeForce RTX 2080
  100. Graphics card #0 vendor: NVIDIA (0x10de)
  101. Graphics card #0 VRAM (MB): 4095.00
  102. Graphics card #0 deviceId: 0x1ed0
  103. Graphics card #0 versionInfo: DriverVersion=30.0.14.9729
  104. Memory slot #0 capacity (MB): 16384.00
  105. Memory slot #0 clockSpeed (GHz): 2.40
  106. Memory slot #0 type: DDR4
  107. Memory slot #1 capacity (MB): 16384.00
  108. Memory slot #1 clockSpeed (GHz): 2.40
  109. Memory slot #1 type: DDR4
  110. Virtual memory max (MB): 37572.88
  111. Virtual memory used (MB): 30922.55
  112. Swap memory total (MB): 4864.00
  113. Swap memory used (MB): 42.63
  114. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m
  115. Loaded Shaderpack: MakeUp-UltraFast-8.6g
  116. Profile: Custom (+10 options changed by user)
  117. NEC status: No NEC detected
  118. Launched Version: forge-40.2.0
  119. Backend library: LWJGL version 3.2.2 SNAPSHOT
  120. Backend API: NVIDIA GeForce RTX 2080/PCIe/SSE2 GL version 3.2.0 NVIDIA 497.29, NVIDIA Corporation
  121. Window size: 1024x768
  122. GL Caps: Using framebuffer using OpenGL 3.2
  123. GL debug messages:
  124. Using VBOs: Yes
  125. Is Modded: Definitely; Client brand changed to 'forge'
  126. Type: Client (map_client.txt)
  127. Graphics mode: fancy
  128. Resource Packs: vanilla, mod_resources, Supplementaries Generated Pack, quark:emote_resources (incompatible)
  129. Current Language: English (US)
  130. CPU: 16x Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
  131. ModLauncher: 9.1.3+9.1.3+main.9b69c82a
  132. ModLauncher launch target: forgeclient
  133. ModLauncher naming: srg
  134. ModLauncher services:
  135. mixin PLUGINSERVICE
  136. eventbus PLUGINSERVICE
  137. slf4jfixer PLUGINSERVICE
  138. object_holder_definalize PLUGINSERVICE
  139. runtime_enum_extender PLUGINSERVICE
  140. capability_token_subclass PLUGINSERVICE
  141. accesstransformer PLUGINSERVICE
  142. runtimedistcleaner PLUGINSERVICE
  143. mixin TRANSFORMATIONSERVICE
  144. fml TRANSFORMATIONSERVICE
  145. FML Language Providers:
  146. javafml@null
  147. lowcodefml@null
  148. Mod List:
  149. adaptive_performance_tweaks_core_1.18.2-3.17.0.jar|APTweaks: Core |adaptive_performance_tweaks_co|3.17.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  150. 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
  151. habitat-1.1.5.jar |Habitat |habitat |1.1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  152. StackablePotions-forge-1.18.2-1.0.0.jar |Stackable Potions |stackablepotions |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  153. Origins-1.18.2-1.4.1.4-unified.jar |Additional Entity Attributes |additionalentityattributes |1.18.2-1.4.1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  154. infernal-expansion-1.18.2-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  155. variablespawnerhardness-1.18.2-1.3.1.jar |Variable Spawner Hardness |variablespawnerhardness |1.18.2-1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  156. nether-s-exoticism-1.18.2-1.2.4.jar |Nether's Exoticism |nethers_exoticism |1.2.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  157. prefab-1.8.2.3.jar |Prefab |prefab |1.8.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  158. SlashBlade-1.18.2-0.0.8.jar |Slash Blade |slashblade |0.0.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
  159. Uppers-0.4.1.jar |Uppers |uppers |0.4.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  160. Entity_Collision_FPS_Fix-forge-1.18.2-1.0.0.jar |Entity Collision FPS Fix |entitycollisionfpsfix |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  161. stalwart-dungeons-1.18.2-1.2.3.jar |Stalwart Dungeons |stalwart_dungeons |1.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  162. rubidium-0.5.4.jar |Rubidium |rubidium |0.5.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  163. ForgeEndertech-1.18.2-9.0.5.1-build.1150.jar |ForgeEndertech |forgeendertech |9.0.5.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  164. CTM-1.18.2-1.1.5+5.jar |ConnectedTexturesMod |ctm |1.18.2-1.1.5+5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  165. ReAuth-1.18-Forge-4.0.6.jar |ReAuth |reauth |4.0.6 |ENQUEUE_IM|Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
  166. YungsApi-1.18.2-Forge-2.2.7.jar |YUNG's API |yungsapi |1.18.2-Forge-2.2.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  167. pyromancer 1.8.1 1.18.2.jar |Pyromancer |pyromancer |1.8.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  168. WitherSkeletonTweaks-1.18.2-7.1.3.jar |Wither Skeleton Tweaks |wstweaks |7.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  169. 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
  170. guardvillagers-1.18.2.1.4.3.jar |Guard Villagers |guardvillagers |1.4.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  171. adaptive_performance_tweaks_gamerules_1.18.2-3.17.|APTweaks: Gamerules |adaptive_performance_tweaks_ga|3.17.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  172. HarderSpawners-1.18.2-40.2.22.1.jar |Harder Spawners Mod |harderspawners |1.18.2-40.2.22.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  173. secretrooms-1.18.2-1.1.5.jar |Secret Rooms 6 |secretroomsmod |1.18.2-1.1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  174. DarkUtilities-Forge-1.18.2-10.0.5.jar |DarkUtilities |darkutils |10.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  175. Customized-Dungeon-Loot-1.18.x-(v.2.1.1).jar |Customized Dungeon Loot |cdl |2.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  176. balm-3.2.1+0.jar |Balm |balm |3.2.1+0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  177. gunswithoutroses-1.18.2-1.0.14.jar |Guns Without Roses |gunswithoutroses |1.18.2-1.0.14 |ENQUEUE_IM|Manifest: NOSIGNATURE
  178. JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |ENQUEUE_IM|Manifest: NOSIGNATURE
  179. chat_heads-0.6.1-forge-1.18.2.jar |Chat Heads |chat_heads |0.6.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  180. cloth-config-6.4.90-forge.jar |Cloth Config v4 API |cloth_config |6.4.90 |ENQUEUE_IM|Manifest: NOSIGNATURE
  181. shetiphiancore-1.18-3.10.12.jar |ShetiPhian-Core |shetiphiancore |3.10.12 |ENQUEUE_IM|Manifest: NOSIGNATURE
  182. 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
  183. ConfigurableCane-1.18.2-2.3.1.jar |Configurable Cane |configurablecane |2.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  184. structure_gel-1.18.2-2.4.7.jar |Structure Gel API |structure_gel |2.4.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  185. LavaClearView-1.18.2-forge-4.0.1.jar |Lava Clear View |clearview |4.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  186. explorations-1.18.2-1.1.1.jar |Explorations+ |explorations |1.18.2 - 1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  187. castle_in_the_sky-1.18.2-0.4.1.jar |Castle in the sky |castle_in_the_sky |1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  188. cleancut-mc1.18.2-4.0-forge.jar |Clean Cut |cleancut |4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  189. repurposed_structures_forge-5.1.14+1.18.2.jar |Repurposed Structures |repurposed_structures |5.1.14+1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  190. BetterCompatibilityChecker-1.1.18-build.42+mc1.18.|Better Compatibility Checker |bcc |1.1.18-build.42+mc1.|ENQUEUE_IM|Manifest: NOSIGNATURE
  191. BiomesOPlenty-1.18.2-16.0.0.134.jar |Biomes O' Plenty |biomesoplenty |0.0NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
  192. verdure-1.18.2-1.1.2.jar |Verdure |verdure |1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  193. geode-1.1.3-1.18.2.jar |Geode+ |geode |1.1.2+1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  194. Thatched-forge-1.18.2-1.1.0.jar |Thatched |thatched |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  195. supermartijn642corelib-1.1.1-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  196. YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  197. volcanic_caverns-1.18.2-1.1.2.jar |Volcanic Caverns |volcanic_caverns |1.18.2-1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  198. DarkerDepths-1.18.2-1.0.6-patch4.jar |DarkerDepths |darkerdepths |1.18.2-1.0.6-patch4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  199. spark-1.9.11-forge.jar |spark |spark |1.9.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
  200. curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  201. corail_woodcutter-1.18.2-2.3.8.jar |Corail Woodcutter |corail_woodcutter |2.3.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
  202. oculus-1.4.3.jar |Oculus |oculus |1.4.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  203. extlights-4.4.jar |Extended Lights |extlights |4.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  204. YungsExtras-1.18.2-Forge-2.1.0.jar |YUNG's Extras |yungsextras |1.18.2-Forge-2.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  205. bettervillage-forge-1.18.2-2.0.0.jar |Better village |bettervillage |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  206. overweightfarming-1.18.2-1.6.0-forge.jar |Overweight Farming |overweight_farming |1.18.2-1.6.0-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
  207. Atlas-Lib-1.18.2-1.1.6.jar |Atlas Lib |atlaslib |1.1.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  208. TheAbyss2 2.2.3-4-a 1.18.2.jar |TheAbyss |theabyss |2.2.34 |ENQUEUE_IM|Manifest: NOSIGNATURE
  209. TheGoldRush-1.2.1-1.18.2.jar |The Gold Rush |the_gold_rush |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  210. glowinc-1.18.2_1.2.3.jar |Glow Inc. |glowinc |1.18.2_1.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  211. the_bumblezone_forge-5.1.2+1.18.2.jar |The Bumblezone |the_bumblezone |5.1.2+1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  212. JadeAddons-1.18.2-forge-2.4.1.jar |Jade Addons |jadeaddons |2.4.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  213. krypton-0.1.10-SNAPSHOT.jar |Krypton Reforged |krypton |0.1.10-SNAPSHOT |ENQUEUE_IM|Manifest: NOSIGNATURE
  214. GeodeOPlenty-1.0.0.jar |Geode O' Plenty |geodeoplenty |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  215. YungsBetterMineshafts-1.18.2-Forge-2.2.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  216. veinmining-forge-1.18.2-0.21.jar |Vein Mining |veinmining |1.18.2-0.21 |ENQUEUE_IM|Manifest: NOSIGNATURE
  217. NekosEnchantedBooks-1.18.2-1.8.0.jar |Neko's Enchanted Books |nebs |1.8.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  218. Hyle-forge-1.18.2-0.1.0.jar |Hyle |hyle |0.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  219. DarkPaintings-Forge-1.18.2-10.0.3.jar |DarkPaintings |darkpaintings |10.0.3 |ENQUEUE_IM|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
  220. Mobifier-forge-1.18.2-1.0.3.jar |Mobifier |mobifier |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  221. simplyhotsprings-1.18.2-0.2.5.jar |Simply Hot Springs |simplyhotsprings |1.18.2-0.2.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  222. radium-0.7.10.jar |Radium |radium |0.7.10 |ENQUEUE_IM|Manifest: NOSIGNATURE
  223. QuarkOddities-1.18.jar |Quark Oddities |quarkoddities |1.18 |ENQUEUE_IM|Manifest: NOSIGNATURE
  224. clienttweaks-forge-1.18.1-7.1.0.jar |Client Tweaks |clienttweaks |7.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  225. mowziesmobs-1.5.32.jar |Mowzie's Mobs |mowziesmobs |1.5.32 |ENQUEUE_IM|Manifest: NOSIGNATURE
  226. VanillaExcavators-1.18.2-4.1.3.jar |Vanilla Excavators |vanillaexcavators |1.18.2-4.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  227. treeharvester-1.18.2-7.0.jar |Tree Harvester |treeharvester |7.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  228. jei-1.18.2-forge-10.2.1.283.jar |Just Enough Items |jei |10.2.1.283 |ENQUEUE_IM|Manifest: NOSIGNATURE
  229. The_Graveyard_1.9.3_(FORGE)_for_1.18.2.jar |The Graveyard |graveyard |1.9.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  230. AttributeFix-Forge-1.18.2-14.0.2.jar |AttributeFix |attributefix |14.0.2 |ENQUEUE_IM|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
  231. Pehkui-3.6.3+1.18.2-forge.jar |Pehkui |pehkui |3.6.3+1.18.2-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
  232. InfernalGeode-BETA.jar |Infernal Geode |infernal_geode |1.0-SNAPSHOT |ENQUEUE_IM|Manifest: NOSIGNATURE
  233. libraryferret-forge-1.18.2-3.0.0.jar |Library ferret |libraryferret |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  234. goblintraders-1.8.0-1.18.2.jar |Goblin Traders |goblintraders |1.8.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  235. caelus-forge-1.18.1-3.0.0.2.jar |Caelus API |caelus |1.18.1-3.0.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  236. Kobolds-2.1.2.jar |Kobolds |kobolds |2.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  237. immersive_weathering-1.18.2-3.0.3-forge.jar |Immersive Weathering |immersive_weathering |1.18.2-3.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  238. Fallingleaves-1.18.2-1.3.2.jar |Falling Leaves |fallingleaves |1.3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  239. shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  240. oresabovediamonds-8.1.1.jar |Ores Above Diamonds |oresabovediamonds |8.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  241. awesomedungeon-forge-1.18.2-3.0.0.jar |Awesome dungeon |awesomedungeon |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  242. NaturesCompass-1.18.2-1.9.7-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.7-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
  243. additionalbars-3.0.1-beta+1.18.2.jar |Additional Bars |additionalbars |3.0.1-beta |ENQUEUE_IM|Manifest: NOSIGNATURE
  244. LibX-1.18.2-3.2.18.jar |LibX |libx |1.18.2-3.2.18 |ENQUEUE_IM|Manifest: NOSIGNATURE
  245. champions-forge-1.18.2-2.1.6.3.jar |Champions |champions |1.18.2-2.1.6.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  246. curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  247. farmingforblockheads-forge-1.18.2-10.0.2.jar |Farming for Blockheads |farmingforblockheads |10.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  248. CrockPot-1.18.2-1.2.0-release.jar |Crock Pot |crockpot |1.2.0-release |ENQUEUE_IM|Manifest: NOSIGNATURE
  249. rubidium_extras-1.18.2_v1.3.2.jar |Rubidium Extras |rubidium_extras |1.18.2_v1.3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  250. forge-1.18.2-40.2.0-universal.jar |Forge |forge |40.2.0 |ENQUEUE_IM|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
  251. SpawnBalanceUtility-1.18.2-1.40.12.1.jar |SpawnBalanceUtility |spawnbalanceutility |1.18.2-1.40.12.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  252. idas_forge-1.5.2+1.18.2.jar |Integrated Dungeons and Struct|idas |1.5.2+1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  253. infernalmobs-1.18.6.jar |Infernal Mobs |infernalmobs |1.18.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  254. DungeonsArise-1.18.2-2.1.52-release.jar |When Dungeons Arise |dungeons_arise |2.1.52-1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  255. awesomedungeonocean-forge-1.18.2-3.0.1.jar |Awesome dungeon edition ocean |awesomedungeonocean |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  256. client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |ENQUEUE_IM|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
  257. cofh_core-1.18.2-9.1.2.32.jar |CoFH Core |cofh_core |9.1.2.32 |ENQUEUE_IM|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  258. radon-0.8.1.jar |Radon |radon |0.8.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  259. logprot-1.18.2-1.6.jar |Logprot |logprot |1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  260. TerraBlender-forge-1.18.2-1.2.0.126.jar |TerraBlender |terrablender |1.2.0.126 |ENQUEUE_IM|Manifest: NOSIGNATURE
  261. inversia-1.18.2-0.1.3.jar |Inversia |inversia |0.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  262. awesomedungeonnether-forge-1.18.2-3.0.0.jar |Awesome dungeon nether |awesomedungeonnether |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  263. MoreVanillaLib-1.18.2-3.1.1.jar |MoreVanillaLib |morevanillalib |1.18.2-3.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  264. pamhc2crops-1.18.2-1.0.5.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |0.0NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
  265. FabricBiomeApiReforged-2.0.3.jar |Fabric BiomeApi Reforged |fabric_biome_api |2.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  266. Ding-1.18-1.3.0.jar |Ding |ding |1.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  267. betterfpsdist-1.18.2-1.5.jar |betterfpsdist mod |betterfpsdist |1.18.2-1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  268. kffmod-3.9.1.jar |Kotlin For Forge |kotlinforforge |3.9.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  269. flywheel-forge-1.18.2-0.6.8.jar |Flywheel |flywheel |0.6.8-97 |ENQUEUE_IM|Manifest: NOSIGNATURE
  270. Mantle-1.18.2-1.9.31.jar |Mantle |mantle |1.9.31 |ENQUEUE_IM|Manifest: NOSIGNATURE
  271. ecologics-forge-1.18.2-1.7.11.jar |Ecologics |ecologics |1.7.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
  272. stonecutter_recipe_tags-3.0.1+1.18.bc850d5.forge.j|Stonecutter Recipe Tags |stonecutter_recipe_tags |3.0.1+1.18.bc850d5.f|ENQUEUE_IM|Manifest: NOSIGNATURE
  273. pamhc2foodcore-1.18.2-1.0.3.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  274. polymorph-forge-1.18.2-0.46.jar |Polymorph |polymorph |1.18.2-0.46 |ENQUEUE_IM|Manifest: NOSIGNATURE
  275. AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |ENQUEUE_IM|Manifest: NOSIGNATURE
  276. [1.18.2] SecurityCraft v1.9.5.jar |SecurityCraft |securitycraft |1.9.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  277. EarthMobs-1.18.2-1.3.1.jar |Earth Mobs Mod |earthmobsmod |1.18.2-1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  278. effective_fg-1.2.4.jar |Effective (Forge) |effective_fg |1.2.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  279. floormats-1.18.2-v1.5.4.jar |Floor Mats |floormats |1.18.2-v1.5.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  280. custom-crosshair-mod-v1.4.0-forge-mc1.18.2.jar |Custom Crosshair Mod |custom_crosshair_mod |1.4.0-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
  281. appleskin-forge-mc1.18.2-2.4.1.jar |AppleSkin |appleskin |2.4.1+mc1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  282. PuzzlesLib-v3.3.5-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.5 |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
  283. Plus The End V.1.1.10.jar |Plus The End |plus_the_end |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  284. Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4.7.jar |Oh The Biomes You'll Go |byg |1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  285. terraqueous-1.18-1.9.12.jar |Terraqueous |terraqueous |1.9.12 |ENQUEUE_IM|Manifest: NOSIGNATURE
  286. CosmeticArmorReworked-1.18.2-v2a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2a |ENQUEUE_IM|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
  287. step-1.18-1.1.0.jar |Step |step |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  288. Vanishmod-1.18.2-1.1.9.2.jar |Vanishmod |vmod |1.1.9.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  289. defaultoptions-forge-1.18.2-14.1.1.jar |Default Options |defaultoptions |14.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  290. blue_skies-1.18.2-1.3.12.jar |Blue Skies |blue_skies |1.3.12 |ENQUEUE_IM|Manifest: NOSIGNATURE
  291. Piglin Expansion 1.2.1.jar |Piglin Expansion |piglin_expansion |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  292. YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar |YUNG's Better Witch Huts |betterwitchhuts |1.18.2-Forge-1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  293. Galosphere-1.18.2-1.2.0-Forge.jar |Galosphere |galosphere |1.18.2-1.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  294. Floral Enchantment-1.18.2-1.4.0.jar |Floral Enchantment |floralench |1.18.2-1.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  295. extendedslabs-1.18.2-2.3.0.jar |Extended Slabs + |extendedslabs |2.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  296. powershot-1.4.0-1.18.2-forge.jar |Powershot |powershot |1.4.0-1.18.2-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
  297. incontrol-1.18-6.1.1.jar |InControl |incontrol |1.18-6.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  298. YungsBetterOceanMonuments-1.18.2-Forge-1.0.3.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.18.2-Forge-1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  299. connectivity-1.18.2-3.2.jar |Connectivity Mod |connectivity |1.18.2-3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  300. kleeslabs-forge-1.18.2-11.1.1.jar |KleeSlabs |kleeslabs |11.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  301. glassential-forge-1.18.2-1.2.3.jar |Glassential |glassential |1.18.2-1.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  302. configurableextramobdrops_1.18.2-2.5.jar |Configurable Extra Mob Drops |configurableextramobdrops |2.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  303. XaerosWorldMap_1.28.7_Forge_1.18.2.jar |Xaero's World Map |xaeroworldmap |1.28.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  304. cookingforblockheads-forge-1.18.2-12.2.0.jar |CookingForBlockheads |cookingforblockheads |12.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  305. Prism-1.18.2-1.0.1.jar |Prism |prism |1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  306. Placebo-1.18.2-6.6.6.jar |Placebo |placebo |6.6.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  307. potionsmaster-0.5.9-1.18.2-40.0.2.jar |Potions Master |potionsmaster |0.5.9-1.18.2-40.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  308. 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 |ENQUEUE_IM|Manifest: NOSIGNATURE
  309. gemsnjewels-1.18.2-0.6.1.jar |Gems & Jewels |gemsnjewels |0.6.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  310. culinaryconstruct-forge-1.18.2-4.3.1.0.jar |Culinary Construct |culinaryconstruct |1.18.2-4.3.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  311. Bookshelf-Forge-1.18.2-13.2.50.jar |Bookshelf |bookshelf |13.2.50 |ENQUEUE_IM|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
  312. Upcycle-1.18-(v.1.0.0).jar |Upcycle! |upcycle |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  313. OceanFloor-1.18.2-1.1.0.jar |oceanfloor |oceanfloor |1.18.2-1.1.0 |ENQUEUE_IM|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
  314. consistency_plus-forge-0.5.0+1.18.2.jar |Consistency Plus |consistency_plus |0.5.0+1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  315. jeed-1.18.2-1.11.jar |Just Enough Effect Description|jeed |1.18.2-1.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
  316. aas-1.19_1.2.jar |Apollo's Additional Structures|apollo |1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  317. Rex's-AdditionalStructures-1.18.2-(v.3.1.1).jar |Additional Structures |additionalstructures |3.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  318. VTweaks-1.18.2-3.6.7.jar |V-Tweaks |vtweaks |3.6.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  319. FpsReducer2-forge-1.18.2-2.0.jar |FPS Reducer |fpsreducer |1.18.2-2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  320. [1.18.2] BobLib-0.3.0.jar |BobLib |boblib |0.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  321. MmmMmmMmmMmm-1.18.2-1.5.2.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  322. absentbydesign-1.18.2-1.6.2.jar |Absent By Design Mod |absentbydesign |1.18.2-1.6.2 |ENQUEUE_IM|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
  323. twilightforest-1.18.2-4.1.1423-universal.jar |The Twilight Forest |twilightforest |4.1.1423 |ENQUEUE_IM|Manifest: NOSIGNATURE
  324. ExperienceBugFix-1.18-1.38.0.2.jar |Experience Bug Fix |experiencebugfix |1.38.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  325. cuneiform-1.18.2-1.3.3.1.jar |Cuneiform |cuneiform |1.3.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  326. chipped-forge-1.18.2-2.0.1.jar |Chipped |chipped |2.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  327. DustrialDecor-1.3.3-1.18.2.jar |'Dustrial Decor |dustrial_decor |1.3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  328. AmbientSounds_FORGE_v5.0.16_mc1.18.2.jar |Ambient Sounds |ambientsounds |5.0.16 |ENQUEUE_IM|Manifest: NOSIGNATURE
  329. 1.18.2-enchantedgoldenapplecrafting-1.0.jar |Enchanted Golden Apple Craftin|enchantedgoldenapplecrafting |1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  330. mcw-fences-1.0.7-mc1.18.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  331. zmedievalmusic-1.18.2-1.4.jar |medievalmusic mod |medievalmusic |1.18.2-1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  332. born_in_chaos_1.18_1.9.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  333. dungeons_enhanced-1.18.2-3.2.1.jar |Dungeons Enhanced |dungeons_enhanced |3.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  334. pamhc2foodextended-1.18.2-1.0.5.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  335. CNB-1.18.2-1.4.0.jar |Creatures and Beasts |cnb |1.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  336. geckolib-forge-1.18-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |ENQUEUE_IM|Manifest: NOSIGNATURE
  337. Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  338. ars_nouveau-1.18.2-2.8.0.jar |Ars Nouveau |ars_nouveau |2.8.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  339. leap-1.18-1.1.2.jar |Leap |leap |1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  340. collective-1.18.2-6.13.jar |Collective |collective |6.13 |ENQUEUE_IM|Manifest: NOSIGNATURE
  341. origins-classes-forge-1.1.6.jar |Origins: Classes |origins_classes |1.1.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  342. Xaeros_Minimap_FP22.16.3_Forge_1.18.2.jar |Xaero's Minimap |xaerominimapfair |22.16.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  343. firespreadtweaks_1.18.2-1.3.jar |Fire Spread Tweaks |firespreadtweaks |1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  344. Gobber2-Forge-1.18.2-2.6.37.jar |Gobber 2 |gobber2 |2.6.37 |ENQUEUE_IM|Manifest: NOSIGNATURE
  345. YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  346. EnigmaticLegacy-2.25.0.jar |Enigmatic Legacy |enigmaticlegacy |2.25.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  347. Runelic-Forge-1.18.2-11.0.1.jar |Runelic |runelic |11.0.1 |ENQUEUE_IM|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
  348. architectury-4.10.88-forge.jar |Architectury |architectury |4.10.88 |ENQUEUE_IM|Manifest: NOSIGNATURE
  349. curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  350. AI-Improvements-1.18.2-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  351. The_Undergarden-1.18.2-0.7.1.jar |The Undergarden |undergarden |0.7.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  352. TrampleStopper-3.1.0-build.27+mc1.18.2.jar |Trample Stopper |tramplestopper |3.1.0-build.27+mc1.1|ENQUEUE_IM|Manifest: NOSIGNATURE
  353. sulfurpotassiummod-1.18.2-2.3.3+Forge.jar |Sulfur & Potassium Mod |sulfurpotassiummod |2.3.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  354. adaptive_performance_tweaks_items_1.18.2-3.17.0.ja|APTweaks: Items |adaptive_performance_tweaks_it|3.17.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  355. speedyladders-1.18.2-1.jar |Speedy Ladders |speedyladders |1.18.2-1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  356. towns_and_towers_forge-1.10.0.1+1.18.2.jar |Towns and Towers |t_and_t |0.0NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
  357. observable-2.2.3-forge.jar |Observable |observable |2.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  358. DragonSurvival-1.18.2-1.5.40.jar |Dragon Survival |dragonsurvival |1.18.2-1.5.40 |ENQUEUE_IM|Manifest: NOSIGNATURE
  359. effortlessbuilding-1.18-2.37.jar |Effortless Building |effortlessbuilding |1.18-2.37 |ENQUEUE_IM|Manifest: NOSIGNATURE
  360. Cyclic-1.18.2-1.7.13.jar |Cyclic |cyclic |1.18.2-1.7.13 |ENQUEUE_IM|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
  361. wwoo-2.6.3-FORGE-1.18.2.jar |William Wythers Overhauled Ove|wwoo_forge |2.6.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  362. BetterAdvancements-1.18.2-0.2.0.146.jar |Better Advancements |betteradvancements |0.2.0.146 |ENQUEUE_IM|Manifest: NOSIGNATURE
  363. RootsClassic-1.18.2-1.1.28.jar |Roots Classic |rootsclassic |1.18.2-1.1.28 |ENQUEUE_IM|Manifest: NOSIGNATURE
  364. Cucumber-1.18.2-5.1.3.jar |Cucumber Library |cucumber |5.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  365. trashslot-forge-1.18.1-11.0.2.jar |TrashSlot |trashslot |11.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  366. biomemakeover-FORGE-1.18.2-1.4.32.jar |Biome Makeover |biomemakeover |1.18.2-1.4.32 |ENQUEUE_IM|Manifest: NOSIGNATURE
  367. oculus-flywheel-compat-1.18.2-0.1.8-BETA.jar |Oculus Flywheel Compat |irisflw |1.18.2-0.1.8-BETA |ENQUEUE_IM|Manifest: NOSIGNATURE
  368. mores-1.3.0.jar |More Ore Stones |mores |1.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  369. awesomedungeonend-forge-1.18.2-3.0.0.jar |Awesome dungeon the end |awesomedungeonend |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  370. Shrines-1.18.2-4.1.0.jar |Shrines |shrines |1.18.2-4.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  371. nourished-nether-1.18.2-v17.jar |Nourished Nether |nourished_nether |1.1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  372. Enlightened End RE Release V1.21.jar |Enlightened End |nourished_end |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  373. platforms-1.18-1.9.7.jar |Platforms |platforms |1.9.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  374. Steve's_Vanilla_v0.4.0+1.18.2.jar |Steve's Vanilla |steves_vanilla |0.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  375. the-conjurer-1.18.2-1.1.1.jar |The Conjurer |conjurer_illager |1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  376. CuriosQuarkOBP-1.18.2-1.1.4.jar |Curios Quark Oddities Backpack|curiosquarkobp |1.1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  377. ensorcellation-1.18.2-3.1.0.11.jar |Ensorcellation |ensorcellation |3.1.0.11 |ENQUEUE_IM|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  378. create-1.18.2-0.5.0.g.jar |Create |create |0.5.0.g |ENQUEUE_IM|Manifest: NOSIGNATURE
  379. ars_creo-1.18.2-2.1.4.jar |Ars Creo |ars_creo |2.1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  380. waystones-forge-1.18.2-10.1.0.jar |Waystones |waystones |10.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  381. goldenhopper-1.2.7-1.18.2.jar |Golden Hopper |goldenhopper |1.2.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  382. Structory-1.18.2-1.0.2.jar |Structory |structory |0.0NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
  383. mcw-paintings-1.0.4-mc1.18.2.jar |Macaw's Paintings |mcwpaintings |1.0.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  384. FastSuite-1.18.2-3.0.2.jar |Fast Suite |fastsuite |3.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  385. Clumps-forge-1.18.2-8.0.0+17.jar |Clumps |clumps |8.0.0+17 |ENQUEUE_IM|Manifest: NOSIGNATURE
  386. comforts-forge-1.18.2-5.0.0.5.jar |Comforts |comforts |1.18.2-5.0.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  387. artifacts-1.18.2-4.2.0.jar |Artifacts |artifacts |1.18.2-4.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  388. configured-2.0.0-1.18.2.jar |Configured |configured |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  389. configurablemobpotioneffects_1.18.2-2.1.jar |Configurable Mob Potion Effect|configurablemobpotioneffects |2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  390. alcocraft-1.0.0.jar |Alcocraft |alcocraft |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  391. ItemBorders-1.18.1-1.1.5.jar |Item Borders |itemborders |1.1.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  392. Decorative Blocks-forge-1.18.2-2.1.2.jar |Decorative Blocks |decorative_blocks |2.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  393. VanillaTweaks-forge-1.18.2-1.5.57.jar |VanillaTweaks |vanillatweaks |1.5.57 |ENQUEUE_IM|Manifest: NOSIGNATURE
  394. respawningshulkers-1.18.2-3.0.jar |Respawning Shulkers |respawningshulkers |3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  395. DungeonCrawl-1.18.2-2.3.10.jar |Dungeon Crawl |dungeoncrawl |2.3.10 |ENQUEUE_IM|Manifest: NOSIGNATURE
  396. farsightedmobs-forge-1.1-1.18.jar |Farsighted Mobs |farsightedmobs |1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  397. create-confectionery1.18.2_v1.0.8.jar |Create Confectionery |create_confectionery |1.0.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
  398. lazydfu-1.0-1.18+.jar |LazyDFU |lazydfu |0.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  399. cyanide-forge-1.18.2-2.1.1.jar |Cyanide |cyanide |2.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  400. YungsBetterDesertTemples-1.18.2-Forge-1.3.1.jar |YUNG's Better Desert Temples |betterdeserttemples |1.18.2-Forge-1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  401. ExplorersCompass-1.18.2-1.3.0-forge.jar |Explorer's Compass |explorerscompass |1.18.2-1.3.0-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
  402. Block Swap-forge-1.18.2-1.0.1.jar |Block Swap |blockswap |1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  403. walljump-forge-1.18.1-1.3.7.jar |Wall-Jump! |walljump |1.18.1-1.3.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  404. ToastControl-1.18.2-6.0.3.jar |Toast Control |toastcontrol |6.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  405. Terralith_v2.2.3.jar |Terralith |terralith |0.0NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
  406. blueprint-1.18.2-5.5.0.jar |Blueprint |blueprint |5.5.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  407. boatload-1.18.2-3.0.0.jar |Boatload |boatload |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  408. savage_and_ravage-1.18.2-4.0.0.jar |Savage & Ravage |savage_and_ravage |4.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  409. neapolitan-1.18.2-3.0.0.jar |Neapolitan |neapolitan |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  410. allurement-1.18.2-2.0.0.jar |Allurement |allurement |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  411. woodworks-1.18.2-1.1.0.jar |Woodworks |woodworks |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  412. incubation-1.18.2-2.0.2.jar |Incubation |incubation |2.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  413. buzzier_bees-1.18.2-4.0.0.jar |Buzzier Bees |buzzier_bees |4.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  414. berry_good-1.18.2-5.0.0.jar |Berry Good |berry_good |5.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  415. customfov-forge-1.18.1-5.2.0.0.jar |Custom FoV |customfov |1.18.1-5.2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  416. terraform-3.1.1.jar |Terraform Api Reforged |terraform |3.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  417. Cinderscapes-Reforged-2.0.3.jar |Cinderscapes Reforged |cinderscapes |2.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  418. friendsandfoes-forge-mc1.18.2-1.4.6.jar |Friends&Foes |friendsandfoes |1.4.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  419. dash-1.18-1.0.1.jar |Dash |dash |1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  420. selene-1.18.2-1.17.9.jar |Selene |selene |1.18.2-1.17.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
  421. supplementaries-1.18.2-1.5.14.jar |Supplementaries |supplementaries |1.18.2-1.5.14 |ENQUEUE_IM|Manifest: NOSIGNATURE
  422. MysticalAgriculture-1.18.2-5.1.2.jar |Mystical Agriculture |mysticalagriculture |5.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  423. The_Graveyard_Biomes_1.1_(FORGE)_for_1.18.2.jar |The Graveyard Biomes |graveyard_biomes |1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  424. TConstruct-1.18.2-3.5.3.63.jar |Tinkers' Construct |tconstruct |3.5.3.63 |ENQUEUE_IM|Manifest: NOSIGNATURE
  425. BrassAmberBattleTowers-1.18.2-2.3.1.jar |Brass-Amber BattleTowers |ba_bt |1.18.2-2.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  426. silent-lib-1.18.2-6.2.0.jar |Silent Lib |silentlib |6.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  427. Jade-1.18.2-forge-5.2.6.jar |Jade |jade |5.2.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  428. additionaladditions-4.0.5.jar |Additional Additions |additionaladditions |4.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
  429. CreativeCore_FORGE_v2.6.15_mc1.18.2.jar |CreativeCore |creativecore |0.0NONE |ENQUEUE_IM|Manifest: NOSIGNATURE
  430. archers_paradox-1.18.2-3.1.0.9.jar |Archer's Paradox |archers_paradox |3.1.0.9 |ENQUEUE_IM|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  431. unstructured-0.4+1.18.2[FORGE].jar |Unstructured [FORGE] |unstructured |0.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  432. Iceberg-1.18.2-forge-1.0.49.jar |Iceberg |iceberg |1.0.49 |ENQUEUE_IM|Manifest: NOSIGNATURE
  433. reliquary-1.18.2-2.0.19.1161.jar |Reliquary |reliquary |1.18.2-2.0.19.1161 |ENQUEUE_IM|Manifest: NOSIGNATURE
  434. Quark-3.2-358.jar |Quark |quark |3.2-358 |ENQUEUE_IM|Manifest: NOSIGNATURE
  435. terraincognita-1.18.2-2.0.jar |Terra Incognita |terraincognita |1.18.2-2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  436. LegendaryTooltips-1.18.2-1.3.1.jar |Legendary Tooltips |legendarytooltips |1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  437. Gobber_Delight_1.0.3_Forge_1.18.2.jar |Gobber Delight (by NoCube) |gobberdelight |1.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  438. create-stuff-additions1.18.2_v2.0.2a.jar |Create Stuff & Additions |create_sa |2.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  439. ngv-1.2.0.jar |Nether Gold Veins |ngv |1.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  440. ars_elemental-1.18.2-0.4.9.8.jar |Ars Elemental |ars_elemental |1.18.2-0.4.9.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
  441. DiagonalFences-v3.1.0-1.18.2.jar |Diagonal Fences |diagonalfences |3.1.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
  442. wlrs-1.12.8-1.18.2.jar |Waterlogged Redstone |wlrs |1.12.8-1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  443. VanillaHammers-1.18.2-4.1.2.jar |Vanilla Hammers |vanillahammers |1.18.2-4.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  444. Blocks + 1.18.1 - 1.4.jar |Blocks + |blocksplus |1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
  445. upgradedcore-1.18.2-3.2.0.0-release.jar |Upgraded Core |upgradedcore |1.18.2-3.2.0.0-relea|ENQUEUE_IM|Manifest: NOSIGNATURE
  446. HunterIllager-1.18.2-4.0.1.jar |Hunter Illager |hunterillager |1.18.2-4.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  447. mvs-3.0.8-1.18.2.jar |Moog's Voyager Structures |mvs |3.0.8-1.18.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  448. creeperoverhaul-1.3.1-forge.jar |Creeper Overhaul |creeperoverhaul |1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  449. alexsdelight-1.18.2-1.3.3.jar |Alex's Delight |alexsdelight |1.3.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  450. citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
  451. alexsmobs-1.18.6.jar |Alex's Mobs |alexsmobs |1.18.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  452. cloudstorage-1.1.0-1.18.2.jar |Cloud Storage |cloudstorage |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  453. domesticationinnovation-1.4.2-1.18.2.jar |Domestication Innovation |domesticationinnovation |1.4.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  454. FarmersDelight-1.18.2-1.2.0.jar |Farmer's Delight |farmersdelight |1.18.2-1.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  455. culturaldelights-1.18.2-0.14.jar |Cultural Delights |culturaldelights |1.18.2-0.14 |ENQUEUE_IM|Manifest: NOSIGNATURE
  456. honeyexpansion-1.1.1.jar |Honey expansion |honeyexpansion |1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  457. Delightful-1.18.2-2.6.jar |Delightful |delightful |2.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
  458. enhanced_mushrooms-forge-4.0.1+1.18.2.jar |Enhanced Mushrooms |enhanced_mushrooms |4.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  459. pollen-forge-1.6.0+1.18.2.jar |Pollen |pollen |1.6.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  460. NethersDelight-1.18.2-2.2.0.jar |Nethers Delight |nethersdelight |2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
  461. abnormals_delight-1.18.2-3.0.1.jar |Abnormals Delight |abnormals_delight |3.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
  462. ferritecore-4.2.2-forge.jar |Ferrite Core |ferritecore |4.2.2 |ENQUEUE_IM|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
  463. SoL-Carrot-1.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  464. Enhanced_Celestials-forge-1.18.2-2.0.7.jar |Enhanced Celestials |enhancedcelestials |2.0.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
  465. BetterF3-3.0.0-Forge-1.18.2.jar |BetterF3 |betterf3 |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  466. expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  467. valhelsia_core-forge-1.18.2-0.4.0.jar |Valhelsia Core |valhelsia_core |1.18.2-0.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  468. valhelsia_structures-forge-1.18.2-0.1.0.jar |Valhelsia Structures |valhelsia_structures |1.18.2-0.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  469. no-telemetry-1.5.0.jar |No Telemetry |no_telemetry |1.5.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
  470. createaddition-1.18.2-20221219a.jar |Create Crafts & Additions |createaddition |1.18.2-20221219a |ENQUEUE_IM|Manifest: NOSIGNATURE
  471. Crash Report UUID: efe4a06e-74cd-4eca-9d1a-1ec96a6878b7
  472. Flywheel Backend: Uninitialized
  473. FML: 40.2
  474. Forge: net.minecraftforge:40.2.0
Advertisement
Add Comment
Please, Sign In to add comment