Guest User

Crash Report

a guest
Jun 13th, 2022
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 6/13/22, 9:23 AM
  5. Description: Exception generating new chunk
  6.  
  7. java.lang.IllegalStateException: Feature order cycle found, involved biomes: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:lush_caves]=net.minecraft.world.level.biome.Biome@364bfa68}]
  8. at net.minecraft.world.level.biome.BiomeSource.m_186727_(BiomeSource.java:136) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  9. at net.minecraft.world.level.biome.BiomeSource.m_204231_(BiomeSource.java:70) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  10. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%2328!/:?] {}
  11. at net.minecraft.world.level.biome.BiomeSource.m_186733_(BiomeSource.java:258) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  12. at net.minecraft.world.level.chunk.ChunkGenerator.m_183372_(ChunkGenerator.java:401) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:bettermineshafts_forge.mixins.json:DisableVanillaMineshaftsMixinForge,pl:mixin:A}
  13. at net.minecraft.world.level.chunk.ChunkStatus.m_187807_(ChunkStatus.java:135) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  14. at net.minecraft.world.level.chunk.ChunkStatus.m_187788_(ChunkStatus.java:262) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  15. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$22(ChunkMap.java:589) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  16. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  17. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$24(ChunkMap.java:587) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  18. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  19. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  20. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  21. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  22. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  23. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  24. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  25. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  26. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  27. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  28. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  29. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Thread: Server thread
  37. Stacktrace:
  38. at net.minecraft.world.level.biome.BiomeSource.m_186727_(BiomeSource.java:136) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  39. at net.minecraft.world.level.biome.BiomeSource.m_204231_(BiomeSource.java:70) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  40. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%2328!/:?] {}
  41. at net.minecraft.world.level.biome.BiomeSource.m_186733_(BiomeSource.java:258) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  42. at net.minecraft.world.level.chunk.ChunkGenerator.m_183372_(ChunkGenerator.java:401) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:bettermineshafts_forge.mixins.json:DisableVanillaMineshaftsMixinForge,pl:mixin:A}
  43. at net.minecraft.world.level.chunk.ChunkStatus.m_187807_(ChunkStatus.java:135) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  44. at net.minecraft.world.level.chunk.ChunkStatus.m_187788_(ChunkStatus.java:262) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  45. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$22(ChunkMap.java:589) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  46. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  47. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$24(ChunkMap.java:587) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  48. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  49. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  50. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  51. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  52. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  53. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  54. -- Chunk to be generated --
  55. Details:
  56. Location: -1,-1
  57. Position hash: -1
  58. Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@265f3bb9
  59. Stacktrace:
  60. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$22(ChunkMap.java:589) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  61. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  62. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$24(ChunkMap.java:587) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:accesstransformer:B}
  63. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  64. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  65. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  66. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  67. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  68. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading}
  69. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  70. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  71. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  72. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  73. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  74. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  75.  
  76.  
  77. -- Affected level --
  78. Details:
  79. All players: 0 total; []
  80. Chunk stats: 625
  81. Level dimension: minecraft:overworld
  82. Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
  83. Level time: 0 game time, 0 day time
  84. Level name: Test World 10
  85. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  86. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  87. Known server brands: forge
  88. Level was modded: true
  89. Level storage version: 0x04ABD - Anvil
  90. Stacktrace:
  91. at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:373) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  92. at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:316) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  93. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:64) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:classloading,pl:runtimedistcleaner:A}
  94. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  95. at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23253!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  96. at java.lang.Thread.run(Thread.java:833) [?:?] {}
  97.  
  98.  
  99. -- System Details --
  100. Details:
  101. Minecraft Version: 1.18.2
  102. Minecraft Version ID: 1.18.2
  103. Operating System: Windows 10 (amd64) version 10.0
  104. Java Version: 17.0.1, Microsoft
  105. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  106. Memory: 2199866152 bytes (2097 MiB) / 9663676416 bytes (9216 MiB) up to 9663676416 bytes (9216 MiB)
  107. CPUs: 4
  108. Processor Vendor: AuthenticAMD
  109. Processor Name: AMD Ryzen 3 2200G with Radeon Vega Graphics
  110. Identifier: AuthenticAMD Family 23 Model 17 Stepping 0
  111. Microarchitecture: Zen
  112. Frequency (GHz): 3.50
  113. Number of physical packages: 1
  114. Number of physical CPUs: 4
  115. Number of logical CPUs: 4
  116. Graphics card #0 name: AMD Radeon(TM) Vega 8 Graphics
  117. Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
  118. Graphics card #0 VRAM (MB): 0.00
  119. Graphics card #0 deviceId: 0x15dd
  120. Graphics card #0 versionInfo: DriverVersion=30.0.13023.4001
  121. Graphics card #1 name: NVIDIA GeForce GTX 1050 Ti
  122. Graphics card #1 vendor: NVIDIA (0x10de)
  123. Graphics card #1 VRAM (MB): 4095.00
  124. Graphics card #1 deviceId: 0x1c82
  125. Graphics card #1 versionInfo: DriverVersion=30.0.15.1295
  126. Memory slot #0 capacity (MB): 8192.00
  127. Memory slot #0 clockSpeed (GHz): 2.40
  128. Memory slot #0 type: DDR4
  129. Memory slot #1 capacity (MB): 8192.00
  130. Memory slot #1 clockSpeed (GHz): 2.40
  131. Memory slot #1 type: DDR4
  132. Virtual memory max (MB): 26354.29
  133. Virtual memory used (MB): 22705.97
  134. Swap memory total (MB): 10277.79
  135. Swap memory used (MB): 1816.49
  136. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9216m -Xms256m
  137. Server Running: true
  138. Player Count: 0 / 8; []
  139. Data Packs: vanilla, mod:supermartijn642configlib, mod:integratedterminals, mod:uppers, mod:mcwwindows, mod:neat (incompatible), mod:ironjetpacks, mod:essentials (incompatible), mod:forgeendertech, mod:moreconcrete, mod:modernlife (incompatible), mod:yungsapi, mod:darkutils (incompatible), mod:balm (incompatible), mod:waterstrainer, mod:speedyhoppers (incompatible), mod:jeresources (incompatible), mod:chat_heads (incompatible), mod:cloth_config (incompatible), mod:shetiphiancore, mod:quirkygenerators (incompatible), mod:emojiful (incompatible), mod:tklib (incompatible), mod:refinedstorage, mod:torchmaster (incompatible), mod:morevillagers (incompatible), mod:bcc (incompatible), mod:simplyutilities, mod:mcwtrpdoors, mod:supermartijn642corelib, mod:curios (incompatible), mod:extlights, mod:advgenerators (incompatible), mod:yungsextras, mod:tombstone, mod:extrastorage, mod:mcwroofs, mod:marketcrates (incompatible), mod:cfm, mod:mcwfurnitures, mod:chimes (incompatible), mod:adorn (incompatible), mod:adchimneys, mod:fastleafdecay, mod:exoticbirds (incompatible), mod:codechickenlib (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:nebs, mod:darkpaintings (incompatible), mod:mcwlights, mod:extraweapons, mod:shieldmechanics (incompatible), mod:jei (incompatible), mod:ae2 (incompatible), mod:mekanism, mod:mzojpaint (incompatible), mod:bdlib (incompatible), mod:naturescompass (incompatible), mod:adhooks, mod:alib (incompatible), mod:charcoalblock (incompatible), mod:electrodynamics (incompatible), mod:catalogue (incompatible), mod:ironchest, mod:zerocore, mod:logprot (incompatible), mod:immersiveengineering, mod:blockydoors (incompatible), mod:firstpersonmod (incompatible), mod:domum_ornamentum (incompatible), mod:paintings (incompatible), mod:notenoughanimations (incompatible), mod:flywheel (incompatible), mod:mantle (incompatible), mod:integrateddynamics, mod:stonecutter_recipe_tags (incompatible), mod:sit (incompatible), mod:structurize (incompatible), mod:lootr (incompatible), mod:connectedglass, mod:cosmeticarmorreworked (incompatible), mod:cyclopscore, mod:supercircuitmaker (incompatible), mod:gamingdeco, mod:netherportalfix (incompatible), mod:advancedperipherals (incompatible), mod:tinyredstone (incompatible), mod:extendedcrafting, mod:additionalbanners (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs (incompatible), mod:rsgauges (incompatible), mod:glassential (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:feature_nbt_deadlock_be_gone (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:taloi, mod:consistency_plus (incompatible), mod:buildinggadgets (incompatible), mod:forge, mod:cofh_core, mod:thermal, mod:thermal_innovation, mod:thermal_locomotion (incompatible), mod:plonk (incompatible), mod:thermal_cultivation, mod:aquaculture (incompatible), mod:simpleplanes (incompatible), mod:mcwdoors, mod:sworddisplay (incompatible), mod:mekanismgenerators, mod:carryon (incompatible), mod:dummmmmmy (incompatible), mod:absentbydesign, mod:mob_grinding_utils (incompatible), mod:equipmentcompare (incompatible), mod:chipped (incompatible), mod:mcwbridges, mod:farmersdelight (incompatible), mod:dustrial_decor (incompatible), mod:decorative_compat, mod:commoncapabilities, mod:signpost, mod:mekanismadditions, mod:mcwfences, mod:customgamerules (incompatible), mod:skinnedlanterns (incompatible), mod:patchouli (incompatible), mod:blockui (incompatible), mod:multipiston (incompatible), mod:collective, mod:oreexcavation, mod:thermal_expansion, mod:integratedtunnels, mod:betterthirdperson (incompatible), mod:buildersaddition (incompatible), mod:runelic (incompatible), mod:mekanismtools, mod:architectury (incompatible), mod:ftbic (incompatible), mod:myrtrees (incompatible), mod:computercraft, mod:aiimprovements (incompatible), mod:bigreactors, mod:lightoverlay (incompatible), mod:trashcans, mod:chunkloaders (incompatible), mod:bwncr (incompatible), mod:cyclic, mod:betteradvancements (incompatible), mod:moremekanismprocessing (incompatible), mod:landmines, mod:cucumber, mod:ae2wtlib (incompatible), mod:dice (incompatible), mod:itemfilters (incompatible), mod:platforms, mod:waystones (incompatible), mod:merchantmarkers (incompatible), mod:mcwpaintings, mod:clumps (incompatible), mod:journeymap, mod:itemborders (incompatible), mod:decorative_blocks, mod:betteranimalsplus (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolsdim (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:rftoolscontrol (incompatible), mod:farsight_view (incompatible), mod:toastcontrol (incompatible), mod:enderstorage (incompatible), mod:selene (incompatible), mod:tconstruct (incompatible), mod:rftoolsutility (incompatible), mod:silentlib, mod:creativecore (incompatible), mod:movingelevators, mod:rocks, mod:iceberg (incompatible), mod:mutil (incompatible), mod:pigpen (incompatible), mod:fastbench (incompatible), mod:blocksplus (incompatible), mod:scaffoldingpower, mod:assemblyline (incompatible), mod:engineersdecor (incompatible), mod:playertrackingcompass, mod:refinedstorageaddons, mod:appmek (incompatible), mod:expandability (incompatible), mod:valhelsia_core (incompatible), mod:chiselsandbits (incompatible)
  140. World Generation: Experimental
  141. Type: Integrated Server (map_client.txt)
  142. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  143. ModLauncher: 9.1.3+9.1.3+main.9b69c82a
  144. ModLauncher launch target: forgeclient
  145. ModLauncher naming: srg
  146. ModLauncher services:
  147. mixin PLUGINSERVICE
  148. eventbus PLUGINSERVICE
  149. slf4jfixer PLUGINSERVICE
  150. object_holder_definalize PLUGINSERVICE
  151. runtime_enum_extender PLUGINSERVICE
  152. capability_token_subclass PLUGINSERVICE
  153. accesstransformer PLUGINSERVICE
  154. runtimedistcleaner PLUGINSERVICE
  155. mixin TRANSFORMATIONSERVICE
  156. fml TRANSFORMATIONSERVICE
  157. FML Language Providers:
  158. javafml@null
  159. lowcodefml@null
  160. Mod List:
  161. supermartijn642configlib-1.1.3-forge-mc1.18.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.3 |DONE |Manifest: NOSIGNATURE
  162. IntegratedTerminals-1.18.2-1.3.0.jar |IntegratedTerminals |integratedterminals |1.3.0 |DONE |Manifest: NOSIGNATURE
  163. Uppers-0.4.1.jar |Uppers |uppers |0.4.1 |DONE |Manifest: NOSIGNATURE
  164. mcw-windows-2.0.3-mc1.18.2.jar |Macaw's Windows |mcwwindows |2.0.3 |DONE |Manifest: NOSIGNATURE
  165. Neat 1.8-30.jar |Neat |neat |1.8-30 |DONE |Manifest: NOSIGNATURE
  166. IronJetpacks-1.18.2-5.1.2.jar |Iron Jetpacks |ironjetpacks |5.1.2 |DONE |Manifest: NOSIGNATURE
  167. essentials-1.18.2-2.14.0.jar |Essentials |essentials |1.18.2-2.14.0 |DONE |Manifest: NOSIGNATURE
  168. ForgeEndertech-1.18.2-9.0.2.0-build.0935.jar |ForgeEndertech |forgeendertech |9.0.2.0 |DONE |Manifest: NOSIGNATURE
  169. moreconcrete-1.4.0-1.18.2.jar |More Concrete |moreconcrete |1.4.0 |DONE |Manifest: NOSIGNATURE
  170. modernlife-1.18.2-1.54.jar |Modern Life |modernlife |1.18.2-1.54 |DONE |Manifest: NOSIGNATURE
  171. YungsApi-1.18.2-Forge-2.0.8.jar |YUNG's API |yungsapi |1.18.2-Forge-2.0.8 |DONE |Manifest: NOSIGNATURE
  172. DarkUtilities-Forge-1.18.2-10.0.4.jar |DarkUtilities |darkutils |10.0.4 |DONE |Manifest: NOSIGNATURE
  173. balm-3.0.3+0.jar |Balm |balm |3.0.3+0 |DONE |Manifest: NOSIGNATURE
  174. WaterStrainer-1.18.2-13.0.0.jar |Water Strainer |waterstrainer |1.18.2-13.0.0 |DONE |Manifest: NOSIGNATURE
  175. speedyhoppers-1.18.2-1.jar |Speedy Hoppers |speedyhoppers |1.18.2-1 |DONE |Manifest: NOSIGNATURE
  176. JustEnoughResources-1.18.2-0.14.1.170.jar |Just Enough Resources |jeresources |0.14.1.170 |DONE |Manifest: NOSIGNATURE
  177. chat_heads-0.6.0-forge-1.18.1.jar |Chat Heads |chat_heads |0.6.0 |DONE |Manifest: NOSIGNATURE
  178. cloth-config-6.2.62-forge.jar |Cloth Config v4 API |cloth_config |6.2.62 |DONE |Manifest: NOSIGNATURE
  179. shetiphiancore-1.18-3.10.9.jar |ShetiPhian-Core |shetiphiancore |3.10.9 |DONE |Manifest: NOSIGNATURE
  180. quirkygenerators-1.18.2-2.jar |Quirky Generators |quirkygenerators |1.18.2-2 |DONE |Manifest: NOSIGNATURE
  181. emojiful-1.18.2-3.0.1.jar |Emojiful |emojiful |1.18.2-3.0.1 |DONE |Manifest: NOSIGNATURE
  182. TKLib-0.0.23+1.18.2.jar |TKLib |tklib |0.0.23 |DONE |Manifest: NOSIGNATURE
  183. refinedstorage-1.10.2.jar |Refined Storage |refinedstorage |1.10.2 |DONE |Manifest: NOSIGNATURE
  184. torchmaster-18.1.0.jar |Torchmaster |torchmaster |18.1.0 |DONE |Manifest: NOSIGNATURE
  185. morevillagers-FORGE-1.18.2-3.2.0.jar |More Villagers |morevillagers |3.2.0 |DONE |Manifest: NOSIGNATURE
  186. BetterCompatibilityChecker-1.1.14-build.26+mc1.18.|Better Compatibility Checker |bcc |1.1.14-build.26+mc1.|DONE |Manifest: NOSIGNATURE
  187. simplyutilities-1.18.2-0.5.3-build.25.jar |Simply Utilities |simplyutilities |1.18.2-0.5.3-build.2|DONE |Manifest: NOSIGNATURE
  188. mcw-trapdoors-1.0.5-mc1.18.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.5 |DONE |Manifest: NOSIGNATURE
  189. supermartijn642corelib-1.0.18-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |DONE |Manifest: NOSIGNATURE
  190. curios-forge-1.18.2-5.0.7.0.jar |Curios API |curios |1.18.2-5.0.7.0 |DONE |Manifest: NOSIGNATURE
  191. extlights-4.4.jar |Extended Lights |extlights |4.4 |DONE |Manifest: NOSIGNATURE
  192. advgenerators-1.1.0.5-mc1.18.2.jar |Advanced Generators |advgenerators |1.1.0.5 |DONE |Manifest: NOSIGNATURE
  193. YungsExtras-1.18.2-Forge-2.1.0.jar |YUNG's Extras |yungsextras |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  194. tombstone-7.4.8-1.18.2.jar |Corail Tombstone |tombstone |7.4.8 |DONE |Manifest: NOSIGNATURE
  195. ExtraStorage-1.18.2-2.1.0.jar |Extra Storage |extrastorage |2.1.0 |DONE |Manifest: NOSIGNATURE
  196. mcw-roofs-2.1.2-mc1.18.2.jar |Macaw's Roofs |mcwroofs |2.1.2 |DONE |Manifest: NOSIGNATURE
  197. marketcrates-forge-1.4.1.jar |Market Crates |marketcrates |1.4.1 |DONE |Manifest: NOSIGNATURE
  198. cfm-7.0.0-pre29-1.18.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre29 |DONE |Manifest: NOSIGNATURE
  199. mcw-furniture-3.0.0-mc1.18.2.jar |Macaw's Furniture |mcwfurnitures |3.0.0 |DONE |Manifest: NOSIGNATURE
  200. Chimes-1.1.2-1.18.2.jar |Chimes |chimes |1.1.2 |DONE |Manifest: NOSIGNATURE
  201. Adorn-3.5.0+1.18.2-forge.jar |Adorn |adorn |3.5.0+1.18.2 |DONE |Manifest: NOSIGNATURE
  202. AdChimneys-1.18.2-8.2.0.0-build.0935.jar |Advanced Chimneys |adchimneys |8.2.0.0 |DONE |Manifest: NOSIGNATURE
  203. FastLeafDecay-28.jar |FastLeafDecay |fastleafdecay |28 |DONE |Manifest: NOSIGNATURE
  204. exoticbirds-1.18.2-1.4.0.jar |Exotic Birds |exoticbirds |1.4.0 |DONE |Manifest: NOSIGNATURE
  205. CodeChickenLib-1.18.2-4.1.0.461-universal.jar |CodeChicken Lib |codechickenlib |4.1.0.461 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  206. YungsBetterMineshafts-1.18.2-Forge-2.1.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.1.3 |DONE |Manifest: NOSIGNATURE
  207. geckolib-forge-1.18-3.0.24.jar |GeckoLib |geckolib3 |3.0.24 |DONE |Manifest: NOSIGNATURE
  208. NekosEnchantedBooks-1.18.2-1.7.0.jar |Neko's Enchanted Books |nebs |1.7.0 |DONE |Manifest: NOSIGNATURE
  209. DarkPaintings-Forge-1.18.2-10.0.3.jar |DarkPaintings |darkpaintings |10.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  210. mcw-lights-1.0.3-mc1.18.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.3 |DONE |Manifest: NOSIGNATURE
  211. ExtraWeaponsModRelease1.18.2.1.0.b311.jar |Extra Weapons |extraweapons |1.18.2.1.0.311 |DONE |Manifest: NOSIGNATURE
  212. shieldmechanics-1.18.2-3.2.jar |Shield Mechanics |shieldmechanics |1.18.2-3.2 |DONE |Manifest: NOSIGNATURE
  213. jei-1.18.2-9.7.0.196.jar |Just Enough Items |jei |9.7.0.196 |DONE |Manifest: NOSIGNATURE
  214. appliedenergistics2-11.1.2.jar |Applied Energistics 2 |ae2 |11.1.2 |DONE |Manifest: NOSIGNATURE
  215. Mekanism-1.18.2-10.2.3.463.jar |Mekanism |mekanism |10.2.3 |DONE |Manifest: NOSIGNATURE
  216. Paint Palettes 1.18.2 -2- Forge 40.0.2.jar |Paintable Planks |mzojpaint |1.0 |DONE |Manifest: NOSIGNATURE
  217. bdlib-1.19.3.7-mc1.18.2.jar |BdLib |bdlib |1.19.3.7 |DONE |Manifest: NOSIGNATURE
  218. NaturesCompass-1.18.2-1.9.5-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.5-forge |DONE |Manifest: NOSIGNATURE
  219. AdHooks-1.18.2-8.0.0.0-build.0342.jar |Advanced Hook Launchers |adhooks |8.0.0.0 |DONE |Manifest: NOSIGNATURE
  220. alib-1.18.2-2.jar |A Lib |alib |1.18.2-2 |DONE |Manifest: NOSIGNATURE
  221. A Block of Charcoal-1.2.jar |A Block of Charcoal |charcoalblock |1.2 |DONE |Manifest: NOSIGNATURE
  222. Electrodynamics-1.18.2-0.6.3-10.jar |Electrodynamics |electrodynamics |1.18.2-0.6.3-10 |DONE |Manifest: NOSIGNATURE
  223. catalogue-1.6.2-1.18.2.jar |Catalogue |catalogue |1.6.2 |DONE |Manifest: NOSIGNATURE
  224. ironchest-1.18.2-13.1.9.jar |Iron Chests |ironchest |1.18.2-13.1.9 |DONE |Manifest: NOSIGNATURE
  225. ZeroCore2-1.18.2-2.1.17.jar |Zero CORE 2 |zerocore |1.18.2-2.1.17 |DONE |Manifest: NOSIGNATURE
  226. client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
  227. logprot-1.18.2-1.6.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE
  228. ImmersiveEngineering-1.18.2-8.0.2-149.jar |Immersive Engineering |immersiveengineering |1.18.2-8.0.2-149 |DONE |Manifest: NOSIGNATURE
  229. blockydoors-1.18-1.0.0.jar |blockydoors |blockydoors |1.18-1.0.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  230. firstperson-forge-2.1.0-mc1.18.jar |FirstPersonModel Mod |firstpersonmod |2.1.0-mc1.18 |DONE |Manifest: NOSIGNATURE
  231. domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.18.2-1.0.50-ALPHA |DONE |Manifest: NOSIGNATURE
  232. Paintings-forge-1.18.2-9.1.2.1.jar |Paintings ++ |paintings |9.1.2.1 |DONE |Manifest: NOSIGNATURE
  233. notenoughanimations-forge-1.6.0-mc1.18.2.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.0 |DONE |Manifest: NOSIGNATURE
  234. flywheel-forge-1.18-0.6.2.jar |Flywheel |flywheel |1.18-0.6.2 |DONE |Manifest: NOSIGNATURE
  235. Mantle-1.18.2-1.9.26.jar |Mantle |mantle |1.9.26 |DONE |Manifest: NOSIGNATURE
  236. IntegratedDynamics-1.18.2-1.11.1.jar |IntegratedDynamics |integrateddynamics |1.11.1 |DONE |Manifest: NOSIGNATURE
  237. stonecutter_recipe_tags-3.0.1+1.18.bc850d5.forge.j|Stonecutter Recipe Tags |stonecutter_recipe_tags |3.0.1+1.18.bc850d5.f|DONE |Manifest: NOSIGNATURE
  238. sit-1.18.2-1.3.2.jar |Sit |sit |1.3.2 |DONE |Manifest: NOSIGNATURE
  239. structurize-1.18.2-1.0.399-RELEASE.jar |Structurize |structurize |1.18.2-1.0.399-RELEA|DONE |Manifest: NOSIGNATURE
  240. lootr-1.18.2-0.2.17.54.jar |Lootr |lootr |0.2.17.54 |DONE |Manifest: NOSIGNATURE
  241. connectedglass-1.1.3a-forge-mc1.18.jar |Connected Glass |connectedglass |1.1.3a |DONE |Manifest: NOSIGNATURE
  242. CosmeticArmorReworked-1.18.2-v2.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2 |DONE |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
  243. CyclopsCore-1.18.2-1.15.0.jar |Cyclops Core |cyclopscore |1.15.0 |DONE |Manifest: NOSIGNATURE
  244. SuperCircuitMaker2-0.2.9+1.18.2.jar |Super Circuit Maker |supercircuitmaker |0.2.9 |DONE |Manifest: NOSIGNATURE
  245. Gaming Deco 1.5.2.3 [1.18].jar |GamingDeco |gamingdeco |1.5 |DONE |Manifest: NOSIGNATURE
  246. netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |DONE |Manifest: NOSIGNATURE
  247. advancedperipherals-1.18.2-0.7.15b.jar |Advanced Peripherals |advancedperipherals |0.7.15b |DONE |Manifest: NOSIGNATURE
  248. tinyredstone-1.18.2-3.2.0.jar |Tiny Redstone |tinyredstone |1.18.2-3.2.0 |DONE |Manifest: NOSIGNATURE
  249. ExtendedCrafting-1.18.2-4.1.0.jar |Extended Crafting |extendedcrafting |4.1.0 |DONE |Manifest: NOSIGNATURE
  250. AdditionalBanners-Forge-1.18.2-7.0.4.jar |AdditionalBanners |additionalbanners |7.0.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  251. sophisticatedcore-1.18.2-0.3.1.39.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.3.1.39 |DONE |Manifest: NOSIGNATURE
  252. kleeslabs-forge-1.18.1-11.1.0.jar |KleeSlabs |kleeslabs |11.1.0 |DONE |Manifest: NOSIGNATURE
  253. rsgauges-1.18.2-1.2.16.jar |Gauges and Switches |rsgauges |1.2.16 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  254. glassential-forge-1.18.2-1.2.3.jar |Glassential |glassential |1.18.2-1.2.3 |DONE |Manifest: NOSIGNATURE
  255. Controlling-forge-1.18.2-9.0+19.jar |Controlling |controlling |9.0+19 |DONE |Manifest: NOSIGNATURE
  256. Placebo-1.18.2-6.4.0.jar |Placebo |placebo |6.4.0 |DONE |Manifest: NOSIGNATURE
  257. citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |DONE |Manifest: NOSIGNATURE
  258. alexsmobs-1.18.3.jar |Alex's Mobs |alexsmobs |1.18.3 |DONE |Manifest: NOSIGNATURE
  259. 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 |DONE |Manifest: NOSIGNATURE
  260. Bookshelf-Forge-1.18.2-13.2.20.jar |Bookshelf |bookshelf |13.2.20 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  261. sophisticatedbackpacks-1.18.2-3.17.4.592.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.17.4.592 |DONE |Manifest: NOSIGNATURE
  262. taloi-1.18.2-0.18.2.jar |That's A Lot Of Items |taloi |0.18.2 |DONE |Manifest: NOSIGNATURE
  263. consistency_plus-0.5.0+1.18.2-forge.jar |Consistency Plus |consistency_plus |0.5.0+1.18.2-forge |DONE |Manifest: NOSIGNATURE
  264. buildinggadgets-3.13.0-build.5+mc1.18.2.jar |Building Gadgets |buildinggadgets |3.13.0-build.5+mc1.1|DONE |Manifest: NOSIGNATURE
  265. forge-1.18.2-40.1.51-universal.jar |Forge |forge |40.1.51 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
  266. cofh_core-1.18.2-1.6.3.19.jar |CoFH Core |cofh_core |1.6.3.19 |DONE |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
  267. thermal_foundation-1.18.2-1.6.2.27.jar |Thermal Series |thermal |1.6.2.27 |DONE |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
  268. thermal_innovation-1.18.2-1.6.1.10.jar |Thermal Innovation |thermal_innovation |1.6.1.10 |DONE |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
  269. thermal_locomotion-1.18.2-1.6.0.6.jar |Thermal Locomotion |thermal_locomotion |1.6.0.6 |DONE |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
  270. plonk-1.18.2-10.0.2.jar |Plonk |plonk |10.0.2 |DONE |Manifest: NOSIGNATURE
  271. thermal_cultivation-1.18.2-1.6.1.9.jar |Thermal Cultivation |thermal_cultivation |1.6.1.9 |DONE |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
  272. Aquaculture-1.18.2-2.3.6.jar |Aquaculture 2 |aquaculture |1.18.2-2.3.6 |DONE |Manifest: NOSIGNATURE
  273. simpleplanes-1.18.2-4.13.4.jar |Simple Planes |simpleplanes |1.18.2-4.13.4 |DONE |Manifest: NOSIGNATURE
  274. mcw-doors-1.0.6-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.6 |DONE |Manifest: NOSIGNATURE
  275. sworddisplay-1.18.2-1.0.0.jar |Sword Displays |sworddisplay |1.18.2-1.0.0 |DONE |Manifest: NOSIGNATURE
  276. MekanismGenerators-1.18.2-10.2.3.463.jar |Mekanism: Generators |mekanismgenerators |10.2.3 |DONE |Manifest: NOSIGNATURE
  277. carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |DONE |Manifest: NOSIGNATURE
  278. MmmMmmMmmMmm-1.18.2-1.5.2.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.2 |DONE |Manifest: NOSIGNATURE
  279. absentbydesign-1.18.2-1.6.2.jar |Absent By Design Mod |absentbydesign |1.18.2-1.6.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  280. mob_grinding_utils-1.18.2-0.4.39.jar |Mob Grinding Utils |mob_grinding_utils |1.18.2-0.4.39 |DONE |Manifest: NOSIGNATURE
  281. EquipmentCompare-1.18.1-1.2.12.jar |Equipment Compare |equipmentcompare |1.2.12 |DONE |Manifest: NOSIGNATURE
  282. chipped-1.18.2-1.2.1-forge.jar |Chipped |chipped |1.18.2-1.2.1-forge |DONE |Manifest: NOSIGNATURE
  283. mcw-bridges-2.0.3-mc1.18.2.jar |Macaw's Bridges |mcwbridges |2.0.3 |DONE |Manifest: NOSIGNATURE
  284. FarmersDelight-1.18.2-1.1.1.jar |Farmer's Delight |farmersdelight |1.18.2-1.1.1 |DONE |Manifest: NOSIGNATURE
  285. DustrialDecor-1.3.3-1.18.2.jar |'Dustrial Decor |dustrial_decor |1.3.2 |DONE |Manifest: NOSIGNATURE
  286. Decorative Blocks Compat-forge-1.18.2-2.1.0.jar |Decorative Compat |decorative_compat |2.1.0 |DONE |Manifest: NOSIGNATURE
  287. CommonCapabilities-1.18.2-2.8.2.jar |CommonCapabilities |commoncapabilities |2.8.2 |DONE |Manifest: NOSIGNATURE
  288. signpost-1.18.2-2.00.5.jar |Signpost |signpost |1.18.2-2.00.5 |DONE |Manifest: NOSIGNATURE
  289. MekanismAdditions-1.18.2-10.2.3.463.jar |Mekanism: Additions |mekanismadditions |10.2.3 |DONE |Manifest: NOSIGNATURE
  290. mcw-fences-1.0.5-mc1.18.2.jar |Macaw's Fences and Walls |mcwfences |1.0.5 |DONE |Manifest: NOSIGNATURE
  291. customgamerules-1.18-1.1.3.jar |Powerful Game Rules |customgamerules |1.18-1.1.3 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  292. skinned_lanterns-1.18.2-1.3.4.jar |Skinned Lanterns |skinnedlanterns |1.18.2-1.3.4 |DONE |Manifest: NOSIGNATURE
  293. Patchouli-1.18.2-69.jar |Patchouli |patchouli |0.0NONE |DONE |Manifest: NOSIGNATURE
  294. blockui-1.18.2-0.0.47-ALPHA.jar |UI Library Mod |blockui |1.18.2-0.0.47-ALPHA |DONE |Manifest: NOSIGNATURE
  295. multi-piston-1.18.2-1.2.7-ALPHA.jar |Multi-Piston |multipiston |1.18.2-1.2.7-ALPHA |DONE |Manifest: NOSIGNATURE
  296. collective-1.18.2-4.28.jar |Collective |collective |4.28 |DONE |Manifest: NOSIGNATURE
  297. OreExcavation-1.10.161.jar |OreExcavation |oreexcavation |1.10.161 |DONE |Manifest: NOSIGNATURE
  298. thermal_expansion-1.18.2-1.6.1.11.jar |Thermal Expansion |thermal_expansion |1.6.1.11 |DONE |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
  299. IntegratedTunnels-1.18.2-1.8.11.jar |IntegratedTunnels |integratedtunnels |1.8.11 |DONE |Manifest: NOSIGNATURE
  300. BetterThirdPerson-Forge-1.18.2-1.8.0.jar |Better Third Person |betterthirdperson |1.8.0 |DONE |Manifest: NOSIGNATURE
  301. buildersaddition-1.18.2-20220308a.jar |Builders Crafts & Addition |buildersaddition |1.18.2-20220308a |DONE |Manifest: NOSIGNATURE
  302. Runelic-Forge-1.18.2-11.0.1.jar |Runelic |runelic |11.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  303. MekanismTools-1.18.2-10.2.3.463.jar |Mekanism: Tools |mekanismtools |10.2.3 |DONE |Manifest: NOSIGNATURE
  304. architectury-4.4.70.jar |Architectury |architectury |4.4.70 |DONE |Manifest: NOSIGNATURE
  305. ftb-industrial-contraptions-1802.1.5-build.149.jar|FTB Industrial Contraptions |ftbic |1802.1.5-build.149 |DONE |Manifest: NOSIGNATURE
  306. myrtrees-forge-1.1.0-build.29.jar |Myrtrees |myrtrees |1.1.0-build.29 |DONE |Manifest: NOSIGNATURE
  307. cc-tweaked-1.18.2-1.100.6.jar |CC: Tweaked |computercraft |1.100.6 |DONE |Manifest: NOSIGNATURE
  308. AI-Improvements-1.18.2-0.5.0.jar |AI-Improvements |aiimprovements |0.5.0 |DONE |Manifest: NOSIGNATURE
  309. ExtremeReactors2-1.18.2-2.0.45.jar |Extreme Reactors |bigreactors |1.18.2-2.0.45 |DONE |Manifest: NOSIGNATURE
  310. light-overlay-6.0.5-forge.jar |Light Overlay |lightoverlay |6.0.5 |DONE |Manifest: NOSIGNATURE
  311. trashcans-1.0.15-forge-mc1.18.jar |Trash Cans |trashcans |1.0.15 |DONE |Manifest: NOSIGNATURE
  312. chunkloaders-1.1.12-mc1.18.jar |Chunk Loaders |chunkloaders |1.1.12 |DONE |Manifest: NOSIGNATURE
  313. bwncr-3.13.21.jar |Bad Wither No Cookie Reloaded |bwncr |3.13.21 |DONE |Manifest: NOSIGNATURE
  314. Cyclic-1.18.2-1.7.1.jar |Cyclic |cyclic |1.18.2-1.7.1 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  315. BetterAdvancements-1.18.2-0.2.0.129.jar |Better Advancements |betteradvancements |0.2.0.129 |DONE |Manifest: NOSIGNATURE
  316. MoreMekanismProcessing-1.18.2-2.4.jar |More Mekanism Processing |moremekanismprocessing |2.4 |DONE |Manifest: NOSIGNATURE
  317. landmines-1.0.4-forge-mc1.18.jar |Landmines |landmines |1.0.4 |DONE |Manifest: NOSIGNATURE
  318. Cucumber-1.18.2-5.1.1.jar |Cucumber Library |cucumber |5.1.1 |DONE |Manifest: NOSIGNATURE
  319. AE2WTLib-11.1.0.jar |AE2WTLib |ae2wtlib |11.1.0 |DONE |Manifest: NOSIGNATURE
  320. Dice-1.18.2-1.0.0.jar |Dice |dice |1.0.0 |DONE |Manifest: NOSIGNATURE
  321. item-filters-forge-1802.2.7-build.27.jar |Item Filters |itemfilters |1802.2.7-build.27 |DONE |Manifest: NOSIGNATURE
  322. platforms-1.18-1.9.4.jar |Platforms |platforms |1.9.4 |DONE |Manifest: NOSIGNATURE
  323. waystones-forge-1.18.2-10.0.0.jar |Waystones |waystones |10.0.0 |DONE |Manifest: NOSIGNATURE
  324. MerchantMarkers-1.18.2-1.2.0.jar |Merchant Markers |merchantmarkers |1.2.0 |DONE |Manifest: NOSIGNATURE
  325. mcw-paintings-1.0.3-mc1.18.2.jar |Macaw's Paintings |mcwpaintings |1.0.3 |DONE |Manifest: NOSIGNATURE
  326. Clumps-forge-1.18.2-8.0.0+8.jar |Clumps |clumps |8.0.0+8 |DONE |Manifest: NOSIGNATURE
  327. journeymap-1.18.2-5.8.5-forge.jar |Journeymap |journeymap |5.8.5 |DONE |Manifest: NOSIGNATURE
  328. ItemBorders-1.18.1-1.1.5.jar |Item Borders |itemborders |1.1.5 |DONE |Manifest: NOSIGNATURE
  329. Decorative Blocks-forge-1.18.2-2.1.0.jar |Decorative Blocks |decorative_blocks |2.1.0 |DONE |Manifest: NOSIGNATURE
  330. betteranimalsplus-1.18.2-11.0.5-forge.jar |Better Animals Plus |betteranimalsplus |1.18.2-11.0.5 |DONE |Manifest: NOSIGNATURE
  331. mcjtylib-1.18-6.0.15.jar |McJtyLib |mcjtylib |1.18-6.0.15 |DONE |Manifest: NOSIGNATURE
  332. rftoolsbase-1.18-3.0.9.jar |RFToolsBase |rftoolsbase |1.18-3.0.9 |DONE |Manifest: NOSIGNATURE
  333. xnet-1.18-4.0.5.jar |XNet |xnet |1.18-4.0.5 |DONE |Manifest: NOSIGNATURE
  334. rftoolsdim-1.18-8.0.7.jar |RFToolsDimensions |rftoolsdim |1.18-8.0.7 |DONE |Manifest: NOSIGNATURE
  335. rftoolspower-1.18-4.0.5.jar |RFToolsPower |rftoolspower |1.18-4.0.5 |DONE |Manifest: NOSIGNATURE
  336. rftoolsbuilder-1.18-4.0.12.jar |RFToolsBuilder |rftoolsbuilder |1.18-4.0.12 |DONE |Manifest: NOSIGNATURE
  337. rftoolscontrol-1.18-5.0.6.jar |RFToolsControl |rftoolscontrol |1.18-5.0.6 |DONE |Manifest: NOSIGNATURE
  338. farsight-1.18.2-1.9.jar |Farsight mod |farsight_view |1.18.2-1.9 |DONE |Manifest: NOSIGNATURE
  339. ToastControl-1.18.2-6.0.2.jar |Toast Control |toastcontrol |6.0.2 |DONE |Manifest: NOSIGNATURE
  340. EnderStorage-1.18.2-2.9.0.177-universal.jar |EnderStorage |enderstorage |2.9.0.177 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  341. selene-1.18.2-1.17.6.jar |Selene |selene |1.18.2-1.17.6 |DONE |Manifest: NOSIGNATURE
  342. TConstruct-1.18.2-3.5.0.17.jar |Tinkers' Construct |tconstruct |3.5.0.17 |DONE |Manifest: NOSIGNATURE
  343. rftoolsutility-1.18-4.0.16.jar |RFToolsUtility |rftoolsutility |1.18-4.0.16 |DONE |Manifest: NOSIGNATURE
  344. silent-lib-1.18.2-6.2.0.jar |Silent Lib |silentlib |6.2.0 |DONE |Manifest: NOSIGNATURE
  345. CreativeCore_FORGE_v2.6.10_mc1.18.2.jar |CreativeCore |creativecore |2.6.10 |DONE |Manifest: NOSIGNATURE
  346. movingelevators-1.3.7-forge-mc1.18.jar |Moving Elevators |movingelevators |1.3.7 |DONE |Manifest: NOSIGNATURE
  347. ThisRocks-1.18.2-1.0.2.jar |This Rocks! (Forge) |rocks |1.0.2 |DONE |Manifest: NOSIGNATURE
  348. Iceberg-1.18.2-1.0.44.jar |Iceberg |iceberg |1.0.44 |DONE |Manifest: NOSIGNATURE
  349. mutil-1.18.2-4.5.0.jar |mutil |mutil |4.5.0 |DONE |Manifest: NOSIGNATURE
  350. PigPen-Forge-1.18.2-8.0.1.jar |PigPen |pigpen |8.0.1 |DONE |Manifest: NOSIGNATURE
  351. FastWorkbench-1.18.2-6.0.2.jar |Fast Workbench |fastbench |6.0.2 |DONE |Manifest: NOSIGNATURE
  352. Blocks + 1.18.1 - 1.4.jar |Blocks + |blocksplus |1.4 |DONE |Manifest: NOSIGNATURE
  353. scaffoldingpower-1.18.2-1.3.0.jar |Scaffolding power |scaffoldingpower |1.18.2-1.3.0 |DONE |Manifest: NOSIGNATURE
  354. Assembly Line-1.18.2-0.4.2-3.jar |Assembly Line |assemblyline |1.18.2-0.4.2-3 |DONE |Manifest: NOSIGNATURE
  355. engineersdecor-1.18.2-1.1.22.jar |Engineer's Decor |engineersdecor |1.1.22 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  356. playertrackingcompass_1.18.2-1.9.jar |Player Tracking Compass |playertrackingcompass |1.9 |DONE |Manifest: NOSIGNATURE
  357. refinedstorageaddons-0.8.2.jar |Refined Storage Addons |refinedstorageaddons |0.8.2 |DONE |Manifest: NOSIGNATURE
  358. Applied-Mekanistics-1.2.0.jar |Applied Mekanistics |appmek |1.2.0 |DONE |Manifest: NOSIGNATURE
  359. expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE
  360. valhelsia_core-1.18.2-0.3.1.jar |Valhelsia Core |valhelsia_core |1.18.2-0.3.1 |DONE |Manifest: NOSIGNATURE
  361. ChiselsBits-forge-1.18.2-1.2.90-universal.jar |Chisels & bits |chiselsandbits |1.2.90 |DONE |Manifest: NOSIGNATURE
  362. Flywheel Backend: GL33 Instanced Arrays
  363. Crash Report UUID: 960c456c-5224-4211-9123-5d1921e6f3bf
  364. FML: 40.1
  365. Forge: net.minecraftforge:40.1.51
Advertisement
Add Comment
Please, Sign In to add comment