Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2024
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.41 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 2024-08-03 17:11:07
  5. Description: Exception generating new chunk
  6.  
  7. java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / biomesoplenty:lush_savanna]=net.minecraft.world.level.biome.Biome@6e208659}]
  8. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  9. at net.minecraft.world.level.chunk.ChunkGenerator.m_223094_(ChunkGenerator.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:structure_gel.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
  10. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {}
  11. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:structure_gel.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
  12. at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin,pl:mixin:A}
  13. at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  14. at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin,pl:mixin:A}
  15. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  16. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
  17. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  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.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  21. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  22. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  23. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {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. Suspected Mods: NONE
  38. Stacktrace:
  39. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  40. at net.minecraft.world.level.chunk.ChunkGenerator.m_223094_(ChunkGenerator.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:structure_gel.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
  41. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {}
  42. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:structure_gel.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
  43. at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin,pl:mixin:A}
  44. at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  45. at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin,pl:mixin:A}
  46. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  47. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
  48. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  49. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  50. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  51. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  52. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  53. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  54. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  55. -- Chunk to be generated --
  56. Details:
  57. Location: -3,-3
  58. Position hash: -8589934595
  59. Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@191df14e
  60. Stacktrace:
  61. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  62. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
  63. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ars_nouveau.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  64. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  65. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  66. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  67. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  68. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  69. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading}
  70. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  71. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  72. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  73. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  74. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  75. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  76.  
  77.  
  78. -- Affected level --
  79. Details:
  80. All players: 0 total; []
  81. Chunk stats: 625
  82. Level dimension: minecraft:overworld
  83. Level spawn location: World: (-24,64,-24), Section: (at 8,0,8 in -2,4,-2; chunk contains blocks -32,-64,-32 to -17,319,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
  84. Level time: 0 game time, 0 day time
  85. Level name: New World
  86. Level game mode: Game mode: survival (ID 0). Hardcore: true. Cheats: false
  87. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  88. Known server brands: forge
  89. Removed feature flags:
  90. Level was modded: true
  91. Level storage version: 0x04ABD - Anvil
  92. Stacktrace:
  93. at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:355) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  94. at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:308) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  95. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:classloading,pl:runtimedistcleaner:A}
  96. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  97. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23472!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  98. at java.lang.Thread.run(Thread.java:833) ~[?:?] {}
  99.  
  100.  
  101. -- System Details --
  102. Details:
  103. Minecraft Version: 1.20.1
  104. Minecraft Version ID: 1.20.1
  105. Operating System: Windows 11 (amd64) version 10.0
  106. Java Version: 17.0.8, Microsoft
  107. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  108. Memory: 1260172800 bytes (1201 MiB) / 4362076160 bytes (4160 MiB) up to 8489271296 bytes (8096 MiB)
  109. CPUs: 16
  110. Processor Vendor: GenuineIntel
  111. Processor Name: 12th Gen Intel(R) Core(TM) i5-12500H
  112. Identifier: Intel64 Family 6 Model 154 Stepping 3
  113. Microarchitecture: Alder Lake
  114. Frequency (GHz): 3.11
  115. Number of physical packages: 1
  116. Number of physical CPUs: 12
  117. Number of logical CPUs: 16
  118. Graphics card #0 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU
  119. Graphics card #0 vendor: NVIDIA (0x10de)
  120. Graphics card #0 VRAM (MB): 4095.00
  121. Graphics card #0 deviceId: 0x25a0
  122. Graphics card #0 versionInfo: DriverVersion=30.0.15.1274
  123. Graphics card #1 name: Intel(R) Iris(R) Xe Graphics
  124. Graphics card #1 vendor: Intel Corporation (0x8086)
  125. Graphics card #1 VRAM (MB): 1024.00
  126. Graphics card #1 deviceId: 0x46a6
  127. Graphics card #1 versionInfo: DriverVersion=31.0.101.5081
  128. Memory slot #0 capacity (MB): 8192.00
  129. Memory slot #0 clockSpeed (GHz): 3.20
  130. Memory slot #0 type: DDR4
  131. Memory slot #1 capacity (MB): 8192.00
  132. Memory slot #1 clockSpeed (GHz): 3.20
  133. Memory slot #1 type: DDR4
  134. Virtual memory max (MB): 19032.05
  135. Virtual memory used (MB): 16663.99
  136. Swap memory total (MB): 2944.00
  137. Swap memory used (MB): 248.18
  138. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8096m -Xms256m
  139. Server Running: true
  140. Player Count: 0 / 8; []
  141. Data Packs: vanilla, mod:cyclopscore, mod:kuma_api (incompatible), mod:randomloot, mod:wandering_bags, mod:unionlib (incompatible), mod:playeranimator (incompatible), mod:nethers_exoticism, mod:slashblade, mod:naturalist (incompatible), mod:keebszs_battle_towers, mod:squidink, mod:hammerlib, mod:projecte, mod:dynamiclights (incompatible), mod:neat, mod:medieval_craft_structures, mod:enhancedvisuals, mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:evilcraft, mod:gateways (incompatible), mod:maxhealthfix (incompatible), mod:mixinextras (incompatible), mod:wstweaks (incompatible), mod:bookshelf, mod:guardvillagers (incompatible), mod:relics, mod:magicaljewelry (incompatible), mod:grimoireofgaia, mod:balm, mod:jeresources, mod:cloth_config (incompatible), mod:dragonmounts, mod:structure_gel, mod:enemyexpansion, mod:superiorshields, mod:handcrafted (incompatible), mod:ambientsounds, mod:dogslie, mod:colorfulhearts, mod:botania, mod:resourcefulconfig (incompatible), mod:wthit (incompatible), mod:travellersbootsreloaded (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:levelhearts (incompatible), mod:searchables (incompatible), mod:seadwellers, mod:horse_colors, mod:oreexcavation (incompatible), mod:attributeslib (incompatible), mod:villagertools (incompatible), mod:survive (incompatible), mod:usefulhats, mod:tombstone, mod:enigmaticlegacy (incompatible), mod:resourcefullib (incompatible), mod:sapience (incompatible), mod:architectury (incompatible), mod:epicpowerbracelets, mod:flib, mod:monolib (incompatible), mod:new_shield_variants (incompatible), mod:portablecraftingtable (incompatible), mod:puffish_attributes, mod:fastleafdecay, mod:disenchanting (incompatible), mod:epicpaladins (incompatible), mod:majruszlibrary (incompatible), mod:cyclic, mod:betteradvancements (incompatible), mod:skillcloaks (incompatible), mod:majruszsaccessories (incompatible), mod:rhino (incompatible), mod:puffish_skills, mod:mowziesmobs, mod:geckolib, mod:magic_rings, mod:rootsclassic, mod:endertrigon (incompatible), mod:snad (incompatible), mod:octolib, mod:realmrpg_demons, mod:jei, mod:kubejs (incompatible), mod:nameless_trinkets (incompatible), mod:everlastingabilities, mod:graveyard (incompatible), mod:attributefix (incompatible), mod:conjurer_illager (incompatible), mod:libraryferret, mod:gnumus, mod:caelus (incompatible), mod:kobolds, mod:ringsofascension (incompatible), mod:waystones, mod:fallingleaves, mod:clumps (incompatible), mod:journeymap (incompatible), mod:travelersbackpack, mod:artifacts, mod:untamedwilds, mod:sereneseasons (incompatible), mod:badpackets (incompatible), mod:crackerslib (incompatible), mod:magistuarmory (incompatible), mod:dungeoncrawl, mod:shady_alchemist, mod:mcjtylib, mod:notenoughwands, mod:mahoutsukai, mod:iceandfire, mod:orcz, mod:toastcontrol (incompatible), mod:life_steal_enchantment, mod:inventorypets (incompatible), mod:ichunutil, mod:ars_nouveau (incompatible), mod:knightsnmages, mod:mythicmounts (incompatible), mod:forge, mod:feederhelmet, mod:undead_revamp2, mod:tarotcards, mod:medieval_craft_weapons, mod:ironchest, mod:craftingtweaks, mod:useless_sword, mod:sons_of_sins, mod:simplyswords (incompatible), mod:mutant_iceologer, mod:enchdesc (incompatible), mod:terrablender, mod:biomesoplenty (incompatible), mod:endermanoverhaul (incompatible), mod:mousetweaks, mod:creativecore, mod:cleanswing (incompatible), mod:kotlinforforge (incompatible), mod:golems, mod:reliquary (incompatible), mod:shadowizardlib (incompatible), mod:corruptional, mod:irons_spellbooks, mod:ice_and_fire_spellbooks, mod:regrowth, mod:ambientenvironment (incompatible), mod:magma_monsters, mod:embers, mod:appleskin (incompatible), mod:vampirism, mod:vampirism_integrations (incompatible), mod:godly_vampirism (incompatible), mod:aquaculture, mod:majruszsenchantments (incompatible), mod:betterinvisibility (incompatible), mod:realmrpg_wyrms, mod:expandability (incompatible), mod:cosmeticarmorreworked, mod:overloadedarmorbar (incompatible), mod:pots_and_mimics, golems:golems_addon_biomesoplenty
  142. Enabled Feature Flags: minecraft:vanilla
  143. World Generation: Stable
  144. Type: Integrated Server (map_client.txt)
  145. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  146. Launched Version: forge-47.3.5
  147. ModLauncher: 10.0.9+10.0.9+main.dcd20f30
  148. ModLauncher launch target: forgeclient
  149. ModLauncher naming: srg
  150. ModLauncher services:
  151. mixin-0.8.5.jar mixin PLUGINSERVICE
  152. eventbus-6.0.5.jar eventbus PLUGINSERVICE
  153. fmlloader-1.20.1-47.3.5.jar slf4jfixer PLUGINSERVICE
  154. fmlloader-1.20.1-47.3.5.jar object_holder_definalize PLUGINSERVICE
  155. fmlloader-1.20.1-47.3.5.jar runtime_enum_extender PLUGINSERVICE
  156. fmlloader-1.20.1-47.3.5.jar capability_token_subclass PLUGINSERVICE
  157. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  158. fmlloader-1.20.1-47.3.5.jar runtimedistcleaner PLUGINSERVICE
  159. modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
  160. modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
  161. FML Language Providers:
  162. javafml@null
  163. lowcodefml@null
  164. Mod List:
  165. CyclopsCore-1.20.1-1.19.5.jar |Cyclops Core |cyclopscore |1.19.5 |DONE |Manifest: NOSIGNATURE
  166. kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |DONE |Manifest: NOSIGNATURE
  167. randomloot-0.0.0.jar |RandomLoot 2 |randomloot |0.0.0 |DONE |Manifest: NOSIGNATURE
  168. wandering-bags-1.20.1-2.0.7.jar |Wandering Bags |wandering_bags |2.0.7 |DONE |Manifest: NOSIGNATURE
  169. UnionLib-1.20.1-10.2.6-Forge.jar |UnionLib |unionlib |10.2.6 |DONE |Manifest: NOSIGNATURE
  170. player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |DONE |Manifest: NOSIGNATURE
  171. nether-s-exoticism-1.20.1-1.2.8.jar |Nether's Exoticism |nethers_exoticism |1.2.8 |DONE |Manifest: NOSIGNATURE
  172. SlashBlade-1.20.1-0.1.2.jar |Slash Blade |slashblade |0.1.2 |DONE |Manifest: NOSIGNATURE
  173. naturalist-forge-4.0.3-1.20.1.jar |Naturalist |naturalist |4.0.3 |DONE |Manifest: NOSIGNATURE
  174. keebszs_battletowers_0.6.0-1.20.1BETA.jar |Keebsz's Battle Towers |keebszs_battle_towers |0.6.0-1.20.1 |DONE |Manifest: NOSIGNATURE
  175. squidink-1.20.1-1.0.0.9.jar |SquidInk |squidink |1.20.1-1.0.0.9 |DONE |Manifest: NOSIGNATURE
  176. HammerLib-1.20.1-20.1.32.jar |HammerLib |hammerlib |20.1.32 |DONE |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
  177. ProjectE-1.20.1-PE1.0.1.jar |ProjectE |projecte |1.0.1 |DONE |Manifest: NOSIGNATURE
  178. dynamiclights-1.20.1.2.jar |Dynamic Lights |dynamiclights |1.20.1.2 |DONE |Manifest: NOSIGNATURE
  179. Neat-1.20-35-FORGE.jar |Neat |neat |1.20-35-FORGE |DONE |Manifest: NOSIGNATURE
  180. MedievalCraftStructures-1.20.1-1.0.0.jar |Medieval craft_structures |medieval_craft_structures |2.0.1 |DONE |Manifest: NOSIGNATURE
  181. EnhancedVisuals_FORGE_v1.8.1_mc1.20.1.jar |EnhancedVisuals |enhancedvisuals |1.8.1 |DONE |Manifest: NOSIGNATURE
  182. Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE
  183. Placebo-1.20.1-8.6.2.jar |Placebo |placebo |8.6.2 |DONE |Manifest: NOSIGNATURE
  184. citadel-2.5.6-1.20.1.jar |Citadel |citadel |2.5.6 |DONE |Manifest: NOSIGNATURE
  185. EvilCraft-1.20.1-1.2.44.jar |EvilCraft |evilcraft |1.2.44 |DONE |Manifest: NOSIGNATURE
  186. GatewaysToEternity-1.20.1-4.2.5.jar |Gateways To Eternity |gateways |4.2.5 |DONE |Manifest: NOSIGNATURE
  187. MaxHealthFix-Forge-1.20.1-12.0.3.jar |MaxHealthFix |maxhealthfix |12.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
  188. mixinextras-forge-0.3.5.jar |MixinExtras |mixinextras |0.3.5 |DONE |Manifest: NOSIGNATURE
  189. WitherSkeletonTweaks-1.20.1-9.1.0.jar |Wither Skeleton Tweaks |wstweaks |9.1.0 |DONE |Manifest: NOSIGNATURE
  190. Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |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
  191. guardvillagers-1.20.1-1.6.6.jar |Guard Villagers |guardvillagers |1.20.1-1.6.6 |DONE |Manifest: NOSIGNATURE
  192. relics-1.20.1-0.8.0.4.jar |Relics |relics |0.8.0.4 |DONE |Manifest: NOSIGNATURE
  193. magicaljewelry-1.20.1_1.6.0.jar |Magical Jewelry |magicaljewelry |1.20.1_1.6.0 |DONE |Manifest: NOSIGNATURE
  194. GrimoireOfGaia4-1.20.1-4.0.0-alpha.10.jar |Grimoire of Gaia 4 |grimoireofgaia |4.0.0-alpha.10 |DONE |Manifest: NOSIGNATURE
  195. balm-forge-1.20.1-7.3.6-all.jar |Balm |balm |7.3.6 |DONE |Manifest: NOSIGNATURE
  196. JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE
  197. cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE
  198. dragonmounts-1.20.1-1.2.3-beta.jar |Dragon Mounts: Legacy |dragonmounts |1.2.3-beta |DONE |Manifest: NOSIGNATURE
  199. structure_gel-1.20.1-2.16.2.jar |Structure Gel API |structure_gel |2.16.2 |DONE |Manifest: NOSIGNATURE
  200. enemyexpansion-2.3.1-forge-1.20.1.jar |Enemy Expansion |enemyexpansion |2.3.1 |DONE |Manifest: NOSIGNATURE
  201. superiorshields-1.20.1-3.1.0-all.jar |Superior Shields |superiorshields |1.20.1-3.1.0 |DONE |Manifest: NOSIGNATURE
  202. handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |DONE |Manifest: NOSIGNATURE
  203. AmbientSounds_FORGE_v6.0.3_mc1.20.1.jar |AmbientSounds |ambientsounds |6.0.3 |DONE |Manifest: NOSIGNATURE
  204. LetSleepingDogsLie-1.20.1-Forge-1.3.0.jar |Let Sleeping Dogs Lie |dogslie |1.3.0 |DONE |Manifest: ae:67:c5:55:fb:7e:f3:4e:5c:71:f4:50:9e:df:a2:b0:32:86:cf:09:f2:fe:9b:db:94:3b:09:88:a2:3d:91:1f
  205. colorfulhearts-forge-1.20.1-4.3.13.jar |Colorful Hearts |colorfulhearts |4.3.13 |DONE |Manifest: NOSIGNATURE
  206. Botania-1.20.1-445-FORGE.jar |Botania |botania |1.20.1-445-FORGE |DONE |Manifest: NOSIGNATURE
  207. resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |DONE |Manifest: NOSIGNATURE
  208. wthit-forge-8.13.3.jar |wthit |wthit |8.13.3 |DONE |Manifest: NOSIGNATURE
  209. TravellersBootsReloaded-1.20.1-2.1.2-neoforge.jar |Traveller's Boots: Reloaded |travellersbootsreloaded |2.1.2-neoforge |DONE |Manifest: NOSIGNATURE
  210. curios-forge-5.9.1+1.20.1.jar |Curios API |curios |5.9.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  211. Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE
  212. levelhearts-1.20.1-2.4.0.jar |LevelHearts |levelhearts |2.4.0 |DONE |Manifest: NOSIGNATURE
  213. Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |DONE |Manifest: NOSIGNATURE
  214. realmrpg_seadwellers_2.9.9_forge_1.20.1.jar |Realm RPG: Sea Dwellers |seadwellers |2.9.9 |DONE |Manifest: NOSIGNATURE
  215. realistic_horse_genetics-1.20.1-13.3.jar |Realistic Horse Genetics |horse_colors |1.20.1-13.3 |DONE |Manifest: NOSIGNATURE
  216. oreexcavation-1.13.170.jar |OreExcavation |oreexcavation |1.13.170 |DONE |Manifest: NOSIGNATURE
  217. ApothicAttributes-1.20.1-1.3.6.jar |Apothic Attributes |attributeslib |1.3.6 |DONE |Manifest: NOSIGNATURE
  218. villagertools-1.20.1-1.0.3.jar |villagertools |villagertools |1.0.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
  219. Survive-1.20.1-9.0.5.jar |Survive |survive |1.20.1-9.0.5 |DONE |Manifest: NOSIGNATURE
  220. usefulhats-1.20.1-4.2.0.0.jar |Useful Hats |usefulhats |1.20.1-4.2.0.0 |DONE |Manifest: NOSIGNATURE
  221. tombstone-1.20.1-8.6.8.jar |Corail Tombstone |tombstone |8.6.8 |DONE |Manifest: NOSIGNATURE
  222. EnigmaticLegacy-2.30.0.jar |Enigmatic Legacy |enigmaticlegacy |2.30.0 |DONE |Manifest: NOSIGNATURE
  223. resourcefullib-forge-1.20.1-2.1.28.jar |Resourceful Lib |resourcefullib |2.1.28 |DONE |Manifest: NOSIGNATURE
  224. sapience-1.20.1-1.0.0.jar |Sapience |sapience |1.20.1-1.0.0 |DONE |Manifest: NOSIGNATURE
  225. architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
  226. epicpowerbracelets-forge-1.20.X-1.1.0.jar |Epic Power Bracelets |epicpowerbracelets |1.1.0 |DONE |Manifest: NOSIGNATURE
  227. flib-1.20.1-0.0.14.jar |flib |flib |0.0.14 |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
  228. monolib-forge-1.20.1-1.3.0.jar |MonoLib |monolib |1.3.0 |DONE |Manifest: NOSIGNATURE
  229. new_shield_variants-merged-1.20.1-1.3.0.jar |New Shield Variants |new_shield_variants |1.3.0 |DONE |Manifest: NOSIGNATURE
  230. PortableCraftingTable-1.20.1-3.2.2-[FORGE].jar |Portable Crafting Table |portablecraftingtable |3.2.2-[FORGE] |DONE |Manifest: NOSIGNATURE
  231. puffish_attributes-0.5.0-1.20-forge.jar |Pufferfish's Attributes |puffish_attributes |0.5.0 |DONE |Manifest: NOSIGNATURE
  232. FastLeafDecay-32.jar |Fast Leaf Decay |fastleafdecay |32 |DONE |Manifest: NOSIGNATURE
  233. Disenchanting-forge-1.20.1-2.2.4.jar |Disenchanting |disenchanting |2.2.3 |DONE |Manifest: NOSIGNATURE
  234. epicpaladins-0.1.1-1.20.1-forge.jar |Epic Paladins |epicpaladins |0.1.1-1.20.1-forge |DONE |Manifest: NOSIGNATURE
  235. majrusz-library-forge-1.20.1-7.0.8.jar |Majrusz Library |majruszlibrary |7.0.8 |DONE |Manifest: NOSIGNATURE
  236. Cyclic-1.20.1-1.12.10.jar |Cyclic |cyclic |1.12.10 |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
  237. BetterAdvancements-Forge-1.20.1-0.4.2.10.jar |Better Advancements |betteradvancements |0.4.2.10 |DONE |Manifest: NOSIGNATURE
  238. skillcloaks-1.20.1-1.2.4.jar |Skillcloaks |skillcloaks |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE
  239. majruszs-accessories-forge-1.20.1-1.5.3.jar |Majrusz's Accessories |majruszsaccessories |1.5.3 |DONE |Manifest: NOSIGNATURE
  240. rhino-forge-2001.2.2-build.18.jar |Rhino |rhino |2001.2.2-build.18 |DONE |Manifest: NOSIGNATURE
  241. puffish_skills-0.13.2-1.20-forge.jar |Pufferfish's Skills |puffish_skills |0.13.2 |DONE |Manifest: NOSIGNATURE
  242. mowziesmobs-1.6.5.jar |Mowzie's Mobs |mowziesmobs |1.6.4 |DONE |Manifest: NOSIGNATURE
  243. geckolib-forge-1.20.1-4.4.7.jar |GeckoLib 4 |geckolib |4.4.7 |DONE |Manifest: NOSIGNATURE
  244. Magic rings 6.4 1.20.1.jar |Magic rings |magic_rings |6.4 |DONE |Manifest: NOSIGNATURE
  245. RootsClassic-1.20.1-1.4.0.jar |Roots Classic |rootsclassic |1.4.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
  246. endertrigon-1.20.1-1.1-all.jar |Ender Trigon |endertrigon |1.20.1-1.1 |DONE |Manifest: NOSIGNATURE
  247. Snad-20.1.0.jar |Snad |snad |20.1.0 |DONE |Manifest: NOSIGNATURE
  248. octolib-1.20.1-0.3.jar |OctoLib |octolib |0.3 |DONE |Manifest: NOSIGNATURE
  249. realmrpg_imps_and_demons_0.9.0_forge_1.20.1.jar |Realm RPG: Imps & Demons |realmrpg_demons |0.9.0 |DONE |Manifest: NOSIGNATURE
  250. jei-1.20.1-forge-15.8.2.25.jar |Just Enough Items |jei |15.8.2.25 |DONE |Manifest: NOSIGNATURE
  251. kubejs-forge-2001.6.5-build.14.jar |KubeJS |kubejs |2001.6.5-build.14 |DONE |Manifest: NOSIGNATURE
  252. Nameless Trinkets-1.20.1-1.7.8.jar |Nameless Trinkets |nameless_trinkets |1.20.1-1.7.8 |DONE |Manifest: NOSIGNATURE
  253. EverlastingAbilities-1.20.1-2.1.1.jar |EverlastingAbilities |everlastingabilities |2.1.1 |DONE |Manifest: NOSIGNATURE
  254. The_Graveyard_3.1_(FORGE)_for_1.20.1.jar |The Graveyard |graveyard |3.1 |DONE |Manifest: NOSIGNATURE
  255. AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.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
  256. the-conjurer-1.20.1-1.1.6.jar |The Conjurer |conjurer_illager |1.1.6 |DONE |Manifest: NOSIGNATURE
  257. libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |DONE |Manifest: NOSIGNATURE
  258. gnumus_settlement_[Forge]1.20.1_v1.0.jar |Gnumus Settlement |gnumus |1.0.0 |DONE |Manifest: NOSIGNATURE
  259. caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  260. Kobolds-2.11.3.jar |Kobolds |kobolds |2.11.3 |DONE |Manifest: NOSIGNATURE
  261. RingsOfAscension-1.20.1-2.0.2.jar |Rings of Ascension |ringsofascension |2.0.0 |DONE |Manifest: NOSIGNATURE
  262. waystones-forge-1.20-14.1.4.jar |Waystones |waystones |14.1.4 |DONE |Manifest: NOSIGNATURE
  263. Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |DONE |Manifest: NOSIGNATURE
  264. Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |DONE |Manifest: NOSIGNATURE
  265. journeymap-1.20.1-5.10.1-forge.jar |Journeymap |journeymap |5.10.1 |DONE |Manifest: NOSIGNATURE
  266. travelersbackpack-forge-1.20.1-9.1.15.jar |Traveler's Backpack |travelersbackpack |9.1.15 |DONE |Manifest: NOSIGNATURE
  267. artifacts-forge-9.5.11.jar |Artifacts |artifacts |9.5.11 |DONE |Manifest: NOSIGNATURE
  268. untamedwilds-1.20.1-4.0.4.jar |Untamed Wilds |untamedwilds |4.0.4 |DONE |Manifest: NOSIGNATURE
  269. SereneSeasons-1.20.1-9.0.0.46.jar |Serene Seasons |sereneseasons |9.0.0.46 |DONE |Manifest: NOSIGNATURE
  270. badpackets-forge-0.4.3.jar |Bad Packets |badpackets |0.4.3 |DONE |Manifest: NOSIGNATURE
  271. crackerslib-forge-1.20.1-0.3.2.1.jar |CrackersLib |crackerslib |1.20.1-0.3.2.1 |DONE |Manifest: NOSIGNATURE
  272. [1.20.1-forge]-Epic-Knights-9.8.jar |Epic Knights Mod |magistuarmory |9.8 |DONE |Manifest: NOSIGNATURE
  273. Dungeon Crawl-1.20.1-2.3.14.jar |Dungeon Crawl |dungeoncrawl |2.3.14 |DONE |Manifest: NOSIGNATURE
  274. Shady Alchemist 1.0.0 - 1.20.1.jar |Shady Alchemist |shady_alchemist |1.0.0 |DONE |Manifest: NOSIGNATURE
  275. mcjtylib-1.20-8.0.5.jar |McJtyLib |mcjtylib |1.20-8.0.5 |DONE |Manifest: NOSIGNATURE
  276. notenoughwands-1.20-6.0.2.jar |Not Enough Wands |notenoughwands |1.20-6.0.2 |DONE |Manifest: NOSIGNATURE
  277. mahoutsukai-1.20.1-v1.34.69.jar |Mahou Tsukai |mahoutsukai |1.20.1-v1.34.69 |DONE |Manifest: NOSIGNATURE
  278. iceandfire-2.1.13-1.20.1-beta-4.jar |Ice and Fire |iceandfire |2.1.13-1.20.1-beta-4|DONE |Manifest: NOSIGNATURE
  279. Orcz_0.87_1.20.1.jar |Orcz |orcz |0.82 |DONE |Manifest: NOSIGNATURE
  280. ToastControl-1.20.1-8.0.3.jar |Toast Control |toastcontrol |8.0.3 |DONE |Manifest: NOSIGNATURE
  281. Life Steal Enchant 1.0.0 - 1.20.1.jar |Life Steal Enchantment |life_steal_enchantment |1.0.0 |DONE |Manifest: NOSIGNATURE
  282. inventorypets-1.20.1-2.1.2.jar |Inventory Pets |inventorypets |2.1.2 |DONE |Manifest: NOSIGNATURE
  283. iChunUtil-1.20.1-Forge-1.0.0.jar |iChunUtil |ichunutil |1.0.0 |DONE |Manifest: ae:67:c5:55:fb:7e:f3:4e:5c:71:f4:50:9e:df:a2:b0:32:86:cf:09:f2:fe:9b:db:94:3b:09:88:a2:3d:91:1f
  284. ars_nouveau-1.20.1-4.12.3-all.jar |Ars Nouveau |ars_nouveau |4.12.3 |DONE |Manifest: NOSIGNATURE
  285. knightsnmages-0.0.7-neo.jar |KnightsnMages |knightsnmages |0.0.7-neo |DONE |Manifest: NOSIGNATURE
  286. mythicmounts-20.1-7.4.2-forge.jar |MythicMounts |mythicmounts |20.1-7.4.2-forge |DONE |Manifest: NOSIGNATURE
  287. forge-1.20.1-47.3.5-universal.jar |Forge |forge |47.3.5 |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
  288. FeederHelmet-47.1.0.jar |AutoFeederHelmet |feederhelmet |47.1.0 |DONE |Manifest: NOSIGNATURE
  289. THEUNDEADREVAMPED_1.2_1.20.1[Society Monmento Upd|Undead_revamp2 |undead_revamp2 |1.0.0 |DONE |Manifest: NOSIGNATURE
  290. tarotcards-1.20-1.6.4.jar |Tarot Cards |tarotcards |1.20-1.6.4 |DONE |Manifest: NOSIGNATURE
  291. MedievalCraftWeapons-1.20.1-1.0.2.jar |Medieval_craft_weapons |medieval_craft_weapons |1.0.0 |DONE |Manifest: NOSIGNATURE
  292. ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |DONE |Manifest: NOSIGNATURE
  293. craftingtweaks-forge-1.20.1-18.2.4.jar |CraftingTweaks |craftingtweaks |18.2.4 |DONE |Manifest: NOSIGNATURE
  294. useless-sword-1.20.1-V1.4.1.jar |Useless Sword |useless_sword |1.4.1 |DONE |Manifest: NOSIGNATURE
  295. client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |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
  296. sons-of-sins-1.20.1-2.1.6.jar |Sons of Sins |sons_of_sins |2.1.6 |DONE |Manifest: NOSIGNATURE
  297. simplyswords-forge-1.55.0-1.20.1.jar |Simply Swords |simplyswords |1.55.0-1.20.1 |DONE |Manifest: NOSIGNATURE
  298. Mutant Iceologer 2.0.1.jar |Mutant Iceologer |mutant_iceologer |2.0.1 |DONE |Manifest: NOSIGNATURE
  299. EnchantmentDescriptions-Forge-1.20.1-17.0.16.jar |EnchantmentDescriptions |enchdesc |17.0.16 |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
  300. TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |3.0.1.7 |DONE |Manifest: NOSIGNATURE
  301. BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |DONE |Manifest: NOSIGNATURE
  302. endermanoverhaul-forge-1.20.1-1.0.4.jar |Enderman Overhaul |endermanoverhaul |1.0.4 |DONE |Manifest: NOSIGNATURE
  303. MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |DONE |Manifest: NOSIGNATURE
  304. CreativeCore_FORGE_v2.11.33_mc1.20.1.jar |CreativeCore |creativecore |2.11.33 |DONE |Manifest: NOSIGNATURE
  305. cleanswing-1.20-1.5.jar |Clean Swing Through Grass |cleanswing |1.20-1.5 |DONE |Manifest: NOSIGNATURE
  306. kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |DONE |Manifest: NOSIGNATURE
  307. extragolems-20.1.0.2.jar |Extra Golems |golems |20.1.0.2 |DONE |Manifest: NOSIGNATURE
  308. reliquary-1.20.1-2.0.41.1229.jar |Reliquary |reliquary |1.20.1-2.0.41.1229 |DONE |Manifest: NOSIGNATURE
  309. shadowizardlib-1.20.1-1.2.0.jar |ShadowizardLib |shadowizardlib |1.20.1-1.2.0 |DONE |Manifest: NOSIGNATURE
  310. Corruptional 1.0.0 - 1.20.1.jar |Corruptional |corruptional |1.0.0 |DONE |Manifest: NOSIGNATURE
  311. irons_spellbooks-1.20.1-3.3.0.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.3.0 |DONE |Manifest: NOSIGNATURE
  312. ice_and_fire_spellbooks-2.2.0-1.20.1.jar |Ice and Fire: Spellbooks |ice_and_fire_spellbooks |2.2.0-1.20.1 |DONE |Manifest: NOSIGNATURE
  313. regrowth-1.20-46.31.2.jar |Regrowth |regrowth |46.31.2 |DONE |Manifest: NOSIGNATURE
  314. AmbientEnvironment-forge-1.20.1-11.0.0.1.jar |Ambient Environment |ambientenvironment |11.0.0.1 |DONE |Manifest: NOSIGNATURE
  315. MagmaMonsters-1.0.0.jar |MagmaMonsters |magma_monsters |1.0.0 |DONE |Manifest: NOSIGNATURE
  316. embersrekindled-1.20.1-1.3.9.jar |Embers Rekindled |embers |1.20.1-1.3.9 |DONE |Manifest: NOSIGNATURE
  317. appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  318. Vampirism-1.20.1-1.10.9.jar |Vampirism |vampirism |1.10.9 |DONE |Manifest: NOSIGNATURE
  319. vampirism_integrations-1.20.1-1.8.0.jar |Vampirism Integrations |vampirism_integrations |1.8.0 |DONE |Manifest: NOSIGNATURE
  320. GodlyVampirism-1.20.1-1.10.0.jar |Godly Vampirism |godly_vampirism |1.10.0 |DONE |Manifest: NOSIGNATURE
  321. Aquaculture-1.20.1-2.5.2.jar |Aquaculture 2 |aquaculture |2.5.2 |DONE |Manifest: NOSIGNATURE
  322. majruszs-enchantments-forge-1.20.1-1.10.8.jar |Majrusz's Enchantments |majruszsenchantments |1.10.8 |DONE |Manifest: NOSIGNATURE
  323. betterinvisibility-1.20.1-1.0.4.jar |Better Invisibility |betterinvisibility |1.0.4 |DONE |Manifest: NOSIGNATURE
  324. realmrpg_dragon_wyrms_1.0.1_forge_1.20.1.jar |Realm RPG: Dragon Wyrms |realmrpg_wyrms |1.0.1 |DONE |Manifest: NOSIGNATURE
  325. expandability-9.0.4.jar |ExpandAbility |expandability |9.0.4 |DONE |Manifest: NOSIGNATURE
  326. cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |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
  327. overloadedarmorbar-1.20.1-1.jar |Overloaded Armor Bar |overloadedarmorbar |1.20.1-1 |DONE |Manifest: NOSIGNATURE
  328. realmrpg_pots_and_mimics_1.0.2_forge_1.20.1.jar |Realm RPG: Pots & Mimics |pots_and_mimics |1.0.2 |DONE |Manifest: NOSIGNATURE
  329. Crash Report UUID: 6804ae85-b898-45c3-9a1e-cd28241315e7
  330. FML: 47.3
  331. Forge: net.minecraftforge:47.3.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement