jayhillx

[issued] mb crash - 5/18/24

May 19th, 2024
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.35 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. // Hi. I'm Connector, and I'm a crashaholic
  4. =========================
  5. SINYTRA CONNECTOR IS PRESENT!
  6. Please verify issues are not caused by Connector before reporting them to mod authors.
  7. If you're unsure, file a report on Connector's issue tracker found at https://github.com/Sinytra/Connector/issues.
  8. =========================
  9.  
  10. // Surprise! Haha. Well, this is awkward.
  11.  
  12. Time: 2024-05-18 00:31:51
  13. Description: Exception generating new chunk
  14.  
  15. java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / regions_unexplored:rocky_reef]=net.minecraft.world.level.biome.Biome@16e19cc5}, Reference{ResourceKey[minecraft:worldgen/biome / mysticsbiomes:lagoon]=net.minecraft.world.level.biome.Biome@377fb616}]
  16. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  17. at com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$3(ModdedBiomeSlicesManager.java:78) ~[blueprint-1.20.1-7.1.0.jar%23399!/:7.1.0] {re:mixin,re:classloading}
  18. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {}
  19. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin from mod citadel,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin from mod betterfortresses,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin from mod bettermineshafts,pl:mixin:APP:betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin from mod betterjungletemples,pl:mixin:APP:betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin from mod betterwitchhuts,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin from mod betteroceanmonuments,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin from mod betterstrongholds,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin from mod betterdeserttemples,pl:mixin:A,pl:connector_pre_launch:A}
  20. at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin from mod citadel,pl:mixin:A,pl:connector_pre_launch:A}
  21. at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  22. at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin from mod citadel,pl:mixin:A,pl:connector_pre_launch:A}
  23. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin from mod modernfix,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric_lifecycle_events_v1,pl:mixin:A,pl:connector_pre_launch:A}
  24. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
  25. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin from mod modernfix,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric_lifecycle_events_v1,pl:mixin:A,pl:connector_pre_launch:A}
  26. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  27. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  28. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  29. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  30. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  31. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  32. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  33. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  34. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  35. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
  36. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
  37. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Server thread
  45. Stacktrace:
  46. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  47. at com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$3(ModdedBiomeSlicesManager.java:78) ~[blueprint-1.20.1-7.1.0.jar%23399!/:7.1.0] {re:mixin,re:classloading}
  48. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {}
  49. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin from mod citadel,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin from mod betterfortresses,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin from mod bettermineshafts,pl:mixin:APP:betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin from mod betterjungletemples,pl:mixin:APP:betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin from mod betterwitchhuts,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin from mod betteroceanmonuments,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin from mod betterstrongholds,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin from mod betterdeserttemples,pl:mixin:A,pl:connector_pre_launch:A}
  50. at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin from mod citadel,pl:mixin:A,pl:connector_pre_launch:A}
  51. at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  52. at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:ChunkStatusMixin from mod citadel,pl:mixin:A,pl:connector_pre_launch:A}
  53. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin from mod modernfix,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric_lifecycle_events_v1,pl:mixin:A,pl:connector_pre_launch:A}
  54. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
  55. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin from mod modernfix,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric_lifecycle_events_v1,pl:mixin:A,pl:connector_pre_launch:A}
  56. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  57. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  58. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  59. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  60. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  61. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  62. -- Chunk to be generated --
  63. Details:
  64. Location: -9,3
  65. Position hash: 17179869175
  66. Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@58418d12
  67. Stacktrace:
  68. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin from mod modernfix,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric_lifecycle_events_v1,pl:mixin:A,pl:connector_pre_launch:A}
  69. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
  70. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin from mod modernfix,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric_lifecycle_events_v1,pl:mixin:A,pl:connector_pre_launch:A}
  71. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  72. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  73. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  74. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  75. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  76. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:classloading,pl:connector_pre_launch:A}
  77. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  78. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  79. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  80. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
  81. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
  82. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}
  83.  
  84.  
  85. -- Affected level --
  86. Details:
  87. All players: 0 total; []
  88. Chunk stats: 625
  89. Level dimension: minecraft:overworld
  90. Level spawn location: World: (-120,64,72), Section: (at 8,0,8 in -8,4,4; chunk contains blocks -128,-64,64 to -113,319,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
  91. Level time: 0 game time, 0 day time
  92. Level name: lagoon
  93. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  94. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  95. Known server brands: forge
  96. Removed feature flags:
  97. Level was modded: true
  98. Level storage version: 0x04ABD - Anvil
  99. Stacktrace:
  100. at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:355) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:eldritch_end.mixins.json:server.BiomeMixin from mod eldritch_end,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:APP:petal.mixins.json:ExampleMixin from mod petal,pl:mixin:A,pl:connector_pre_launch:A}
  101. at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:308) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:eldritch_end.mixins.json:server.BiomeMixin from mod eldritch_end,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:APP:petal.mixins.json:ExampleMixin from mod petal,pl:mixin:A,pl:connector_pre_launch:A}
  102. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:63) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:computing_frames,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.IntegratedServerMixin from mod modernfix,pl:mixin:APP:lithostitched.mixins.json:client.IntegratedServerMixin from mod lithostitched,pl:mixin:APP:blueprint.mixins.json:client.IntegratedServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
  103. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:eldritch_end.mixins.json:server.BiomeMixin from mod eldritch_end,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:APP:petal.mixins.json:ExampleMixin from mod petal,pl:mixin:A,pl:connector_pre_launch:A}
  104. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23580!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:eldritch_end.mixins.json:server.BiomeMixin from mod eldritch_end,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:APP:petal.mixins.json:ExampleMixin from mod petal,pl:mixin:A,pl:connector_pre_launch:A}
  105. at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}
  106.  
  107.  
  108. -- Cobblemon --
  109. Details:
  110. Version: 1.5.0
  111. Is Snapshot: false
  112. Git Commit: 347e10d (https://gitlab.com/cable-mc/cobblemon/-/commit/347e10d7e474a7741f2d31c439a6696093a6ee23)
  113. Branch: HEAD
  114. Timestamp: 05/11/2024 10:26:01 UTC
  115.  
  116. -- System Details --
  117. Details:
  118. Minecraft Version: 1.20.1
  119. Minecraft Version ID: 1.20.1
  120. Operating System: Windows 10 (amd64) version 10.0
  121. Java Version: 17.0.8, Microsoft
  122. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  123. Memory: 3268954704 bytes (3117 MiB) / 9135194112 bytes (8712 MiB) up to 12582912000 bytes (12000 MiB)
  124. CPUs: 16
  125. Processor Vendor: AuthenticAMD
  126. Processor Name: AMD Ryzen 7 5800X 8-Core Processor
  127. Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
  128. Microarchitecture: Zen 3
  129. Frequency (GHz): 3.79
  130. Number of physical packages: 1
  131. Number of physical CPUs: 8
  132. Number of logical CPUs: 16
  133. Graphics card #0 name: AMD Radeon RX 6700 XT
  134. Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
  135. Graphics card #0 VRAM (MB): 4095.00
  136. Graphics card #0 deviceId: 0x73df
  137. Graphics card #0 versionInfo: DriverVersion=27.20.21034.37
  138. Memory slot #0 capacity (MB): 16384.00
  139. Memory slot #0 clockSpeed (GHz): 2.13
  140. Memory slot #0 type: DDR4
  141. Memory slot #1 capacity (MB): 16384.00
  142. Memory slot #1 clockSpeed (GHz): 2.13
  143. Memory slot #1 type: DDR4
  144. Virtual memory max (MB): 60325.50
  145. Virtual memory used (MB): 51930.00
  146. Swap memory total (MB): 27648.00
  147. Swap memory used (MB): 2716.18
  148. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12000m -Xms256m
  149. Loaded Shaderpack: (off)
  150. Server Running: true
  151. Player Count: 0 / 8; []
  152. Data Packs: vanilla, mod:betterdungeons, mod:habitat, mod:fabric_language_kotlin, mod:rainbowreef, mod:trinkets, mod:nyctophobia (incompatible), mod:connectorextras_kubejs_bridge, mod:fabric_rendering_fluids_v1, mod:cardinal_components_entity, mod:fabric_models_v0, mod:mcwwindows, mod:aquaculturedelight, mod:fabric_convention_tags_v1, mod:modernfix (incompatible), mod:fabric_command_api_v1, mod:fabric_block_view_api_v2, mod:fabric_command_api_v2, mod:yungsapi, mod:connectorextras_rei_bridge, mod:chestcavity (incompatible), mod:balm, mod:unimplemented_items (incompatible), mod:fabric_screen_api_v1, mod:betterfortresses, mod:cloth_config (incompatible), mod:shetiphiancore, mod:ctov, mod:sawmill (incompatible), mod:embeddium, mod:connectorextras_terrablender_bridge, mod:handcrafted (incompatible), mod:fabric_game_rule_api_v1, mod:expanded_tooltips (incompatible), mod:supermartijn642corelib, mod:botania, mod:org_jetbrains_kotlinx_kotlinx_coroutines_jdk8, mod:org_jetbrains_kotlinx_kotlinx_serialization_core_jvm, mod:luphieclutteredmod, mod:curios (incompatible), mod:oculus, mod:eldritch_end, mod:cobblemon, mod:bettervillage, mod:com_typesafe_config, mod:fightorflight (incompatible), mod:fabric_entity_events_v1, mod:mcwroofs, mod:cfm, mod:biomeinfo, mod:mcwfurnitures, mod:betterendisland, mod:fabric_rendering_data_attachment_v1, mod:fallingtree (incompatible), mod:l2library (incompatible), mod:bettas, mod:unchained (incompatible), mod:bettermineshafts, mod:betterjungletemples, mod:fabric_client_tags_api_v1, mod:fabric_dimensions_v1, mod:blahaj, mod:fastload, mod:fabric_model_loading_api_v1, mod:lithostitched, mod:fabric_screen_handler_api_v1, mod:libraryferret, mod:fabric_rendering_v1, mod:carpeted (incompatible), mod:catloaf (incompatible), mod:fabric_renderer_indigo, mod:petyourcobblemon, mod:better_end_sky, mod:smarterfarmers (incompatible), mod:badpackets (incompatible), mod:connectorextras_geckolib_fabric_compat, mod:geodes, mod:starlight (incompatible), mod:rotomphonecobblemon, mod:passiveendermen, mod:fusion, mod:fabric_particles_v1, mod:puzzlesaccessapi, mod:org_jetbrains_kotlinx_kotlinx_serialization_json_jvm, mod:forge, mod:mcwpaths, mod:tectonic (incompatible), mod:adv_nuker (incompatible), mod:terrablender, mod:biomesoplenty (incompatible), mod:mysticsbiomes, mod:itemphysiclite, mod:fabric_api_base, mod:woods_and_mires, mod:necronomicon (incompatible), mod:moresnifferflowers (incompatible), mod:pamhc2crops (incompatible), mod:compatemon (incompatible), mod:spectrelib (incompatible), mod:fabric_block_api_v1, mod:connectorextras_jei_bridge, mod:fabric_resource_conditions_api_v1, mod:hibernalherbs (incompatible), mod:forgeconfigapiport, mod:cobbled_shiny_particles, mod:kotlinforforge (incompatible), mod:myths_and_legends (incompatible), mod:xaerominimap (incompatible), mod:fabric_item_group_api_v1, mod:multibeds, mod:zeta (incompatible), mod:lolmcvbop, mod:entityculling, mod:fabric_registry_sync_v0, mod:immediatelyfast (incompatible), mod:fabric_recipe_api_v1, mod:connectedglass, mod:fabric_object_builder_api_v1, mod:puzzleslib, mod:aquaculture, mod:org_jetbrains_kotlin_kotlin_reflect, mod:fabric_sound_api_v1, mod:fabric_message_api_v1, mod:verdantvibes, mod:valentines_blessing, mod:fruitsdelight (incompatible), mod:letsdoaddonstructures, mod:aquamirae (incompatible), mod:cristellib (incompatible), mod:fabric_renderer_api_v1, mod:embeddiumplus, mod:betterwitchhuts, mod:beautify (incompatible), mod:omega_config, mod:org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm, mod:fabric_item_api_v1, mod:galosphere (incompatible), mod:naturalist (incompatible), mod:architects_palette, mod:betteroceanmonuments, mod:connectivity (incompatible), mod:incendium, mod:gpumemleakfix (incompatible), mod:realisticbees, mod:mcwfurnituresbop, mod:xaeroworldmap (incompatible), mod:cookingforblockheads, mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:domesticationinnovation (incompatible), mod:profundis, mod:fabric_data_attachment_api_v1, mod:more_crustacean, mod:mixinextras (incompatible), mod:connectorextras_continuity_compat, mod:mr_tool_trims, mod:limitmobspawn (incompatible), mod:cat_jam (incompatible), mod:org_jetbrains_kotlinx_atomicfu_jvm, mod:macawsroofsbop, mod:fabric_api, mod:connectorextras_modmenu_bridge, mod:fabric_content_registries_v0, mod:no_nv_flash, mod:letsdoaddon_compat, mod:diagonalwalls, mod:diagonalblocks, mod:vanityslots, mod:mcwbridges, mod:macawsbridgesbop, mod:farmersdelight, mod:tmtcd, mod:entity_model_features (incompatible), mod:entity_texture_features (incompatible), mod:cobblemonintegrations (incompatible), mod:fabric_api_lookup_api_v1, mod:simpletms, mod:squidnoglitch, mod:mcwfences, mod:mcwfencesbop, mod:diagonalwindows, mod:snifferplus (incompatible), mod:reach_entity_attributes, mod:connectorextras_architectury_bridge, mod:patchouli (incompatible), mod:elds, mod:org_jetbrains_kotlinx_kotlinx_serialization_cbor_jvm, mod:megamons (incompatible), mod:collective, mod:dawnoftimebuilder (incompatible), mod:connectormod, mod:betterstrongholds, mod:resourcefullib (incompatible), mod:cardinal_components_base, mod:architectury (incompatible), mod:doapi (incompatible), mod:threatengl (incompatible), mod:vinery (incompatible), mod:herbalbrews, mod:furnish (incompatible), mod:nethervinery (incompatible), mod:bakery (incompatible), mod:beachparty (incompatible), mod:bloomingnature, mod:meadow, mod:aiimprovements, mod:fabric_loot_api_v2, mod:cupboard (incompatible), mod:connectorextras, mod:cryingportals, mod:biomancy, mod:jei, mod:geckolib, mod:crittersandcompanions, mod:quad (incompatible), mod:lolmcv (incompatible), mod:fabric_networking_api_v1, mod:org_jetbrains_kotlin_kotlin_stdlib, mod:t_and_t (incompatible), mod:quarkdelight, mod:fishnostuck, mod:fabric_lifecycle_events_v1, mod:fabric_key_binding_api_v1, mod:org_jetbrains_kotlin_kotlin_stdlib_jdk8, mod:fabric_transfer_api_v1, mod:org_jetbrains_kotlin_kotlin_stdlib_jdk7, mod:justoutdoorstuffs, mod:amendments (incompatible), mod:ash_api, mod:mooshroomtweaks, mod:connectorextras_pehkui_bridge, mod:fabric_resource_loader_v0, mod:hearth_and_home (incompatible), mod:obscure_api (incompatible), mod:cobbled_counter (incompatible), mod:fastsuite (incompatible), mod:comforts (incompatible), mod:fabric_mining_level_api_v1, mod:outer_end, mod:decorative_blocks, mod:org_jetbrains_kotlinx_kotlinx_datetime_jvm, mod:betterdeserttemples, mod:spawn_notification (incompatible), mod:terralith, mod:blueprint, mod:upgrade_aquatic (incompatible), mod:neapolitan (incompatible), mod:incubation (incompatible), mod:buzzier_bees (incompatible), mod:berry_good, mod:azurelib, mod:connectorextras_energy_bridge, mod:fabulous_flowers, mod:fabric_transitive_access_wideners_v1, mod:okzoomer (incompatible), mod:alexscaves, mod:tact, mod:moonlight (incompatible), mod:babyfat (incompatible), mod:regions_unexplored (incompatible), mod:icepreventscropgrowth, mod:fabric_blockrenderlayer_v1, mod:mixinsquared (incompatible), mod:jade (incompatible), mod:amecsapi, mod:another_furniture (incompatible), mod:creativecore, mod:petal, mod:blocky_bass, mod:citresewn (incompatible), mod:quark (incompatible), mod:supplementaries, mod:suppsquared (incompatible), mod:immersive_paintings (incompatible), mod:diagonalfences, mod:fabric_biome_api_v1, mod:alexsdelight, mod:ferritecore (incompatible), mod:yet_another_config_lib_v3 (incompatible), mod:cobblemonrider (incompatible), mod:etcetera (incompatible), mod:betterlily (incompatible), mod:pokeplushie (incompatible), mod:convenientdecor, mod:crabbersdelight, mod:badoptimizations (incompatible), mod:connectorextras_emi_bridge, mod:fabric_data_generation_api_v1, mod:fabric_events_interaction_v0, Supplementaries Generated Pack, Suppsquared Generated Pack, better_leaves, bushy_leaves, convenientdecor:hydrated_farmland, fabric, green_stove, minecraft_bricks, optifine_support, tact/apply_tag_adjustments, tectonic/terratonic
  153. Enabled Feature Flags: minecraft:vanilla
  154. World Generation: Stable
  155. Type: Integrated Server (map_client.txt)
  156. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  157. Launched Version: forge-47.2.0
  158. Sinytra Connector: 1.0.0-beta.43+1.20.1
  159. SINYTRA CONNECTOR IS PRESENT!
  160. Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker.
  161. Connector's issue tracker can be found at https://github.com/Sinytra/Connector/issues.
  162. Installed Fabric mods:
  163. | ================================================== | ============================== | ============================== | ==================== |
  164. | fabric-language-kotlin-1.10.19+kotlin.1.9.23_mappe | Fabric Language Kotlin | fabric_language_kotlin | 1.10.19kotlin.1.9.23 |
  165. | trinkets-3.7.2_mapped_srg_1.20.1.jar | Trinkets | trinkets | 3.7.2 |
  166. | trinkets-3.7.2$cardinal-components-entity-5.2.0_ma | Cardinal Components API (entit | cardinal_components_entity | 5.2.0 |
  167. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlinx-coroutines-jdk8 | org_jetbrains_kotlinx_kotlinx_ | 1.8.0 |
  168. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlinx-serialization-core-jvm | org_jetbrains_kotlinx_kotlinx_ | 1.6.3 |
  169. | Eldritch_End-FORGE-MC1.20.1-0.2.31_mapped_srg_1.20 | Eldritch End | eldritch_end | 0.2.31 |
  170. | Cobblemon-fabric-1.5.0+1.20.1_mapped_srg_1.20.1.ja | Cobblemon | cobblemon | 1.5.01.20.1 |
  171. | WoodsAndMires-2.1.1+1.20.1$config-1.4.2_mapped_srg | config | com_typesafe_config | 1.4.2 |
  172. | blahaj-fabric-1.20.0-0.3.2_mapped_srg_1.20.1.jar | Blåhaj | blahaj | 0.3.2 |
  173. | better-end-sky-0.2.1+1.20_mapped_srg_1.20.1.jar | Better End Sky | better_end_sky | 0.2.11.20 |
  174. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlinx-serialization-json-jvm | org_jetbrains_kotlinx_kotlinx_ | 1.6.3 |
  175. | WoodsAndMires-2.1.1+1.20.1_mapped_srg_1.20.1.jar | Woods and Mires | woods_and_mires | 2.1.11.20.1 |
  176. | cobbled-shiny-particles-1.0.6.1_mapped_srg_1.20.1. | Cobbled Shiny Particles | cobbled_shiny_particles | 1.0.6.1 |
  177. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlin-reflect | org_jetbrains_kotlin_kotlin_re | 1.9.23 |
  178. | convenientdecor-0.4.1$omega-config-base-1.4.0+1.20 | OmegaConfig | omega_config | 1.4.01.20.1 |
  179. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlinx-coroutines-core-jvm | org_jetbrains_kotlinx_kotlinx_ | 1.8.0 |
  180. | profundis-1.6.2_mapped_srg_1.20.1.jar | Profundis | profundis | 1.6.2 |
  181. | More_Crustacean-1.0.1_mapped_srg_1.20.1.jar | More Crustacean | more_crustacean | 1.0.1 |
  182. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$atomi | atomicfu-jvm | org_jetbrains_kotlinx_atomicfu | 0.23.2 |
  183. | VanitySlots-1.2.9_mapped_srg_1.20.1.jar | Vanity Slots | vanityslots | 1.2.9 |
  184. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlinx-serialization-cbor-jvm | org_jetbrains_kotlinx_kotlinx_ | 1.6.3 |
  185. | trinkets-3.7.2$cardinal-components-base-5.2.0_mapp | Cardinal Components API (base) | cardinal_components_base | 5.2.0 |
  186. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlin-stdlib | org_jetbrains_kotlin_kotlin_st | 1.9.23 |
  187. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlin-stdlib-jdk8 | org_jetbrains_kotlin_kotlin_st | 1.9.23 |
  188. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlin-stdlib-jdk7 | org_jetbrains_kotlin_kotlin_st | 1.9.23 |
  189. | fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli | kotlinx-datetime-jvm | org_jetbrains_kotlinx_kotlinx_ | 0.5.0 |
  190. | petal-1.0.1_mapped_srg_1.20.1.jar | Petal | petal | 1.0.1 |
  191. | blocky_bass-1.0.18_mapped_srg_1.20.1.jar | Blocky Bass | blocky_bass | 1.0.18 |
  192. | convenientdecor-0.4.1_mapped_srg_1.20.1.jar | Convenient Decor | convenientdecor | 0.4.1 |
  193. ModLauncher: 10.0.9+10.0.9+main.dcd20f30
  194. ModLauncher launch target: forgeclient
  195. ModLauncher naming: srg
  196. ModLauncher services:
  197. mixin-0.8.5.jar mixin PLUGINSERVICE
  198. eventbus-6.0.5.jar eventbus PLUGINSERVICE
  199. fmlloader-1.20.1-47.2.0.jar slf4jfixer PLUGINSERVICE
  200. fmlloader-1.20.1-47.2.0.jar object_holder_definalize PLUGINSERVICE
  201. fmlloader-1.20.1-47.2.0.jar runtime_enum_extender PLUGINSERVICE
  202. fmlloader-1.20.1-47.2.0.jar capability_token_subclass PLUGINSERVICE
  203. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  204. fmlloader-1.20.1-47.2.0.jar runtimedistcleaner PLUGINSERVICE
  205. modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
  206. modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
  207. modlauncher-10.0.9.jar mixin-transmogrifier TRANSFORMATIONSERVICE
  208. modlauncher-10.0.9.jar connector_loader TRANSFORMATIONSERVICE
  209. FML Language Providers:
  210. minecraft@1.0
  211. javafml@null
  212. kotlinforforge@4.10.0
  213. lowcodefml@null
  214. Mod List:
  215. YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
  216. habitat-1.3.1.jar |Habitat |habitat |1.3.1 |DONE |Manifest: NOSIGNATURE
  217. fabric-language-kotlin-1.10.19+kotlin.1.9.23_mappe|Fabric Language Kotlin |fabric_language_kotlin |1.10.19kotlin.1.9.23|DONE |Manifest: NOSIGNATURE
  218. rainbowreef-2.1-1.20.1.jar |Rainbow Reef |rainbowreef |2.1-1.20.1 |DONE |Manifest: NOSIGNATURE
  219. trinkets-3.7.2_mapped_srg_1.20.1.jar |Trinkets |trinkets |3.7.2 |DONE |Manifest: NOSIGNATURE
  220. Nyctophobia_1.6_(FORGE)_for_1.20+.jar |Nyctophobia |nyctophobia |1.6 |DONE |Manifest: NOSIGNATURE
  221. kubejs-bridge-1.10.1+1.20.1.jar |Connector Extras KubeJS Bridge|connectorextras_kubejs_bridge |1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  222. fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar |Fabric Rendering Fluids (v1) |fabric_rendering_fluids_v1 |3.0.28+4ac5e37a77 |DONE |Manifest: NOSIGNATURE
  223. trinkets-3.7.2$cardinal-components-entity-5.2.0_ma|Cardinal Components API (entit|cardinal_components_entity |5.2.0 |DONE |Manifest: NOSIGNATURE
  224. fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |DONE |Manifest: NOSIGNATURE
  225. mcw-windows-2.2.1-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.2.1 |DONE |Manifest: NOSIGNATURE
  226. aquaculture_delight_1.0.0_forge_1.20.1.jar |Aquaculture Delight |aquaculturedelight |1.0.0 |DONE |Manifest: NOSIGNATURE
  227. fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |DONE |Manifest: NOSIGNATURE
  228. modernfix-forge-5.17.0+mc1.20.1.jar |ModernFix |modernfix |5.17.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  229. fabric-command-api-v1-1.2.34+f71b366f77.jar |Fabric Command API (v1) |fabric_command_api_v1 |1.2.34+f71b366f77 |DONE |Manifest: NOSIGNATURE
  230. fabric-block-view-api-v2-1.0.1+0767707077.jar |Fabric BlockView API (v2) |fabric_block_view_api_v2 |1.0.1+0767707077 |DONE |Manifest: NOSIGNATURE
  231. fabric-command-api-v2-2.2.13+561530ec77.jar |Fabric Command API (v2) |fabric_command_api_v2 |2.2.13+561530ec77 |DONE |Manifest: NOSIGNATURE
  232. YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |DONE |Manifest: NOSIGNATURE
  233. rei-bridge-1.10.1+1.20.1.jar |Connector Extras REI Bridge |connectorextras_rei_bridge |1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  234. chestcavity-forge-1.20.1-2.16.6.jar |Chest Cavity |chestcavity |1.20.1-2.16.2 |DONE |Manifest: NOSIGNATURE
  235. balm-forge-1.20.1-7.2.2.jar |Balm |balm |7.2.2 |DONE |Manifest: NOSIGNATURE
  236. cobblemon-unimplemented-items-1.5-forge-1.0.0.jar |Unimplemented Items |unimplemented_items |1.5-forge-1.0.0 |DONE |Manifest: NOSIGNATURE
  237. fabric-screen-api-v1-2.0.8+45a670a577.jar |Fabric Screen API (v1) |fabric_screen_api_v1 |2.0.8+45a670a577 |DONE |Manifest: NOSIGNATURE
  238. YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE
  239. cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE
  240. shetiphiancore-forge-1.20.1-1.3.jar |ShetiPhian-Core |shetiphiancore |1.20.1-1.3 |DONE |Manifest: NOSIGNATURE
  241. ctov-forge-3.4.3.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.3 |DONE |Manifest: NOSIGNATURE
  242. sawmill-1.20-1.3.13.jar |Universal Sawmill |sawmill |1.20-1.3.13 |DONE |Manifest: NOSIGNATURE
  243. embeddium-0.3.19+mc1.20.1-all.jar |Embeddium |embeddium |0.3.19+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  244. terrablender-bridge-1.10.1+1.20.1.jar |Connector Extras Terrablender |connectorextras_terrablender_b|1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  245. handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |DONE |Manifest: NOSIGNATURE
  246. fabric-game-rule-api-v1-1.0.40+683d4da877.jar |Fabric Game Rule API (v1) |fabric_game_rule_api_v1 |1.0.40+683d4da877 |DONE |Manifest: NOSIGNATURE
  247. expanded_tooltips-1.20.1-1.1.0-forge.jar |Expanded Tooltips |expanded_tooltips |1.20.1-1.1.0-forge |DONE |Manifest: NOSIGNATURE
  248. supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |DONE |Manifest: NOSIGNATURE
  249. Botania-1.20.1-444-FORGE.jar |Botania |botania |1.20.1-444-FORGE |DONE |Manifest: NOSIGNATURE
  250. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlinx-coroutines-jdk8 |org_jetbrains_kotlinx_kotlinx_|1.8.0 |DONE |Manifest: NOSIGNATURE
  251. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlinx-serialization-core-jvm|org_jetbrains_kotlinx_kotlinx_|1.6.3 |DONE |Manifest: NOSIGNATURE
  252. cluttered-2.1-1.20.1.jar |Cluttered |luphieclutteredmod |2.1 |DONE |Manifest: NOSIGNATURE
  253. curios-forge-5.9.0+1.20.1.jar |Curios API |curios |5.9.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  254. oculus-mc1.20.1-1.7.0.jar |Oculus |oculus |1.7.0 |DONE |Manifest: NOSIGNATURE
  255. Eldritch_End-FORGE-MC1.20.1-0.2.31_mapped_srg_1.20|Eldritch End |eldritch_end |0.2.31 |DONE |Manifest: NOSIGNATURE
  256. Cobblemon-fabric-1.5.0+1.20.1_mapped_srg_1.20.1.ja|Cobblemon |cobblemon |1.5.01.20.1 |DONE |Manifest: NOSIGNATURE
  257. bettervillage-forge-1.20.1-3.2.0.jar |Better village |bettervillage |3.1.0 |DONE |Manifest: NOSIGNATURE
  258. WoodsAndMires-2.1.1+1.20.1$config-1.4.2_mapped_srg|config |com_typesafe_config |1.4.2 |DONE |Manifest: NOSIGNATURE
  259. fightorflight-forge-0.6.0.jar |Cobblemon Fight or Flight |fightorflight |0.6.0 |DONE |Manifest: NOSIGNATURE
  260. fabric-entity-events-v1-1.6.0+6274ab9d77.jar |Fabric Entity Events (v1) |fabric_entity_events_v1 |1.6.0+6274ab9d77 |DONE |Manifest: NOSIGNATURE
  261. mcw-roofs-2.3.0-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.0 |DONE |Manifest: NOSIGNATURE
  262. cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
  263. biomeinfo-1.20.1-1.6.jar |BiomeInfo |biomeinfo |1.6 |DONE |Manifest: NOSIGNATURE
  264. mcw-furniture-3.2.2-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.2.2 |DONE |Manifest: NOSIGNATURE
  265. YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE
  266. fabric-rendering-data-attachment-v1-0.3.37+a6081af|Fabric Rendering Data Attachme|fabric_rendering_data_attachme|0.3.37+a6081afc77 |DONE |Manifest: NOSIGNATURE
  267. FallingTree-1.20.1-4.3.4.jar |FallingTree |fallingtree |4.3.4 |DONE |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
  268. l2library-2.4.11-slim.jar |L2 Library |l2library |2.4.11 |DONE |Manifest: NOSIGNATURE
  269. DragN_Bettas-1.20.1-1.2.1.jar |DragN's Bettas |bettas |1.2.1 |DONE |Manifest: NOSIGNATURE
  270. cobblemon-unchained-1.5-forge-1.0.1.jar |Cobblemon Unchained |unchained |1.5-forge-1.0.1 |DONE |Manifest: NOSIGNATURE
  271. YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE
  272. YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |DONE |Manifest: NOSIGNATURE
  273. fabric-client-tags-api-v1-1.1.2+5d6761b877.jar |Fabric Client Tags |fabric_client_tags_api_v1 |1.1.2+5d6761b877 |DONE |Manifest: NOSIGNATURE
  274. fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |DONE |Manifest: NOSIGNATURE
  275. blahaj-fabric-1.20.0-0.3.2_mapped_srg_1.20.1.jar |Blåhaj |blahaj |0.3.2 |DONE |Manifest: NOSIGNATURE
  276. Fastload-Reforged-mc1.20.1-3.4.0.jar |Fastload-Reforged |fastload |3.4.0 |DONE |Manifest: NOSIGNATURE
  277. fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar |Fabric Model Loading API (v1) |fabric_model_loading_api_v1 |1.0.3+6274ab9d77 |DONE |Manifest: NOSIGNATURE
  278. lithostitched-forge-1.20.1-1.1.5.jar |Lithostitched |lithostitched |1.1.5 |DONE |Manifest: NOSIGNATURE
  279. fabric-screen-handler-api-v1-1.3.30+561530ec77.jar|Fabric Screen Handler API (v1)|fabric_screen_handler_api_v1 |1.3.30+561530ec77 |DONE |Manifest: NOSIGNATURE
  280. libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |DONE |Manifest: NOSIGNATURE
  281. fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |DONE |Manifest: NOSIGNATURE
  282. carpeted-1.20-1.4.jar |Carpeted |carpeted |1.20-1.4 |DONE |Manifest: NOSIGNATURE
  283. catloaf-1.1.1-1.20.x-FORGE.jar |Cat Loaf |catloaf |1.1.1 |DONE |Manifest: NOSIGNATURE
  284. fabric-renderer-indigo-1.5.1+67f9824077.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.1+67f9824077 |DONE |Manifest: NOSIGNATURE
  285. petyourcobblemon-1.2.0.jar |Pet Your Cobblemon |petyourcobblemon |1.2.0 |DONE |Manifest: NOSIGNATURE
  286. better-end-sky-0.2.1+1.20_mapped_srg_1.20.1.jar |Better End Sky |better_end_sky |0.2.11.20 |DONE |Manifest: NOSIGNATURE
  287. smarterfarmers-1.20-1.8.3.jar |Smarter Farmers |smarterfarmers |1.20-1.8.3 |DONE |Manifest: NOSIGNATURE
  288. badpackets-forge-0.4.3.jar |Bad Packets |badpackets |0.4.3 |DONE |Manifest: NOSIGNATURE
  289. geckolib-fabric-compat-1.10.1+1.20.1.jar |Connector Extras Geckolib-Fabr|connectorextras_geckolib_fabri|1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  290. more-geodes-reforged-1.1.1.jar |More Geodes Reforged |geodes |1.1.1 |DONE |Manifest: NOSIGNATURE
  291. starlight-1.1.2+forge.1cda73c.jar |Starlight |starlight |1.1.2+forge.1cda73c |DONE |Manifest: NOSIGNATURE
  292. RotomPhoneCobblemon-forge-1.0.2+1.20.1.jar |RotomPhoneCobblemon |rotomphonecobblemon |1.0.2+1.20.1 |DONE |Manifest: NOSIGNATURE
  293. passiveendermen-1.20.1-4.6.jar |Passive Endermen |passiveendermen |4.6 |DONE |Manifest: NOSIGNATURE
  294. fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |DONE |Manifest: NOSIGNATURE
  295. fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |DONE |Manifest: NOSIGNATURE
  296. puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  297. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlinx-serialization-json-jvm|org_jetbrains_kotlinx_kotlinx_|1.6.3 |DONE |Manifest: NOSIGNATURE
  298. forge-1.20.1-47.2.0-universal.jar |Forge |forge |47.2.0 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
  299. mcw-paths-1.0.5-1.20.1forge.jar |Macaw's Paths and Pavings |mcwpaths |1.0.5 |DONE |Manifest: NOSIGNATURE
  300. tectonic-forge-1.19.3-2.3.4.jar |Tectonic |tectonic |2.3.4 |DONE |Manifest: NOSIGNATURE
  301. 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
  302. adv_nuker-1.20-1.3.jar |Recipe Advancements Nuker |adv_nuker |1.20-1.3 |DONE |Manifest: NOSIGNATURE
  303. TerraBlender-forge-1.20.1-3.0.1.6.jar |TerraBlender |terrablender |3.0.1.6 |DONE |Manifest: NOSIGNATURE
  304. BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |DONE |Manifest: NOSIGNATURE
  305. mysticsbiomes-1.20.1-3.3.jar |Mystic's Biomes |mysticsbiomes |3.3 |DONE |Manifest: NOSIGNATURE
  306. ItemPhysicLite_FORGE_v1.6.4_mc1.20.1.jar |ItemPhysicLite |itemphysiclite |1.6.4 |DONE |Manifest: NOSIGNATURE
  307. fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |DONE |Manifest: NOSIGNATURE
  308. WoodsAndMires-2.1.1+1.20.1_mapped_srg_1.20.1.jar |Woods and Mires |woods_and_mires |2.1.11.20.1 |DONE |Manifest: NOSIGNATURE
  309. Necronomicon-Forge-1.4.2.jar |Necronomicon |necronomicon |1.4.2 |DONE |Manifest: NOSIGNATURE
  310. moresnifferflowers-1.4.3.jar |More Sniffer Flowers |moresnifferflowers |1.4.3 |DONE |Manifest: NOSIGNATURE
  311. pamhc2crops-1.20-1.0.3.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |1.0.3 |DONE |Manifest: NOSIGNATURE
  312. compatemon-forge-1.0.1.jar |Compatemon |compatemon |1.0.1 |DONE |Manifest: NOSIGNATURE
  313. spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE
  314. fabric-block-api-v1-1.0.11+0e6cb7f777.jar |Fabric Block API (v1) |fabric_block_api_v1 |1.0.11+0e6cb7f777 |DONE |Manifest: NOSIGNATURE
  315. jei-bridge-1.10.1+1.20.1.jar |Connector Extras JEI Bridge |connectorextras_jei_bridge |1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  316. fabric-resource-conditions-api-v1-2.3.8+9ad825cd77|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9ad825cd77 |DONE |Manifest: NOSIGNATURE
  317. HibernalHerbs-forge-1.20.1-1.1-hotfix-3.jar |Hibernal Herbs |hibernalherbs |1.1-hotfix-3 |DONE |Manifest: NOSIGNATURE
  318. forgeconfigapiport-1.10.1+1.20.1.jar |Forge Config API Port (Connect|forgeconfigapiport |8.0.0 |DONE |Manifest: NOSIGNATURE
  319. cobbled-shiny-particles-1.0.6.1_mapped_srg_1.20.1.|Cobbled Shiny Particles |cobbled_shiny_particles |1.0.6.1 |DONE |Manifest: NOSIGNATURE
  320. kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |DONE |Manifest: NOSIGNATURE
  321. Myths_and_Legends-1.1.jar |Myths and Legends |myths_and_legends |1.1 |DONE |Manifest: NOSIGNATURE
  322. Xaeros_Minimap_24.1.1_Forge_1.20.jar |Xaero's Minimap |xaerominimap |24.1.1 |DONE |Manifest: NOSIGNATURE
  323. fabric-item-group-api-v1-4.0.12+c9161c2d77.jar |Fabric Item Group API (v1) |fabric_item_group_api_v1 |4.0.12+c9161c2d77 |DONE |Manifest: NOSIGNATURE
  324. multibeds-forge-1.20.1-1.2.jar |Multi-Beds |multibeds |1.20.1-1.2 |DONE |Manifest: NOSIGNATURE
  325. Zeta-1.0-16.jar |Zeta |zeta |1.0-16 |DONE |Manifest: NOSIGNATURE
  326. MCV-BiomesOPlenty-1.0.0+1.20.2-Forge.jar |More Chest Variants - Biome O'|lolmcvbop |1.0.0 |DONE |Manifest: NOSIGNATURE
  327. entityculling-forge-1.6.2-mc1.20.1.jar |EntityCulling |entityculling |1.6.2 |DONE |Manifest: NOSIGNATURE
  328. fabric-registry-sync-v0-2.3.3+1c0ea72177.jar |Fabric Registry Sync (v0) |fabric_registry_sync_v0 |2.3.3+1c0ea72177 |DONE |Manifest: NOSIGNATURE
  329. ImmediatelyFast-Forge-1.2.14+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.14+1.20.4 |DONE |Manifest: NOSIGNATURE
  330. fabric-recipe-api-v1-1.0.21+514a076577.jar |Fabric Recipe API (v1) |fabric_recipe_api_v1 |1.0.21+514a076577 |DONE |Manifest: NOSIGNATURE
  331. connectedglass-1.1.11-forge-mc1.20.1.jar |Connected Glass |connectedglass |1.1.11 |DONE |Manifest: NOSIGNATURE
  332. fabric-object-builder-api-v1-11.1.3+2174fc8477.jar|Fabric Object Builder API (v1)|fabric_object_builder_api_v1 |11.1.3+2174fc8477 |DONE |Manifest: NOSIGNATURE
  333. PuzzlesLib-v8.1.19-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.19 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  334. Aquaculture-1.20.1-2.5.1.jar |Aquaculture 2 |aquaculture |2.5.1 |DONE |Manifest: NOSIGNATURE
  335. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlin-reflect |org_jetbrains_kotlin_kotlin_re|1.9.23 |DONE |Manifest: NOSIGNATURE
  336. fabric-sound-api-v1-1.0.13+4f23bd8477.jar |Fabric Sound API (v1) |fabric_sound_api_v1 |1.0.13+4f23bd8477 |DONE |Manifest: NOSIGNATURE
  337. fabric-message-api-v1-5.1.9+52cc178c77.jar |Fabric Message API (v1) |fabric_message_api_v1 |5.1.9+52cc178c77 |DONE |Manifest: NOSIGNATURE
  338. verdantvibes-1.0.3-1.20.1.jar |Verdant Vibes |verdantvibes |1.0.3-1.20.1 |DONE |Manifest: NOSIGNATURE
  339. valentinesblessing 1.0.0 1.20.1 forge.jar |Valentine's Blessing |valentines_blessing |1.0.0 |DONE |Manifest: NOSIGNATURE
  340. fruitsdelight-1.0.9.jar |Fruits Delight |fruitsdelight |1.0.9 |DONE |Manifest: NOSIGNATURE
  341. letsdo-addon-structures-1.7.1.jar |Let's Do Addon: Structures |letsdoaddonstructures |1.7.1 |DONE |Manifest: NOSIGNATURE
  342. aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |DONE |Manifest: NOSIGNATURE
  343. cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |DONE |Manifest: NOSIGNATURE
  344. fabric-renderer-api-v1-3.2.1+1d29b44577.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+1d29b44577 |DONE |Manifest: NOSIGNATURE
  345. embeddiumplus-1.20.1-v1.2.12.jar |Embeddium++ |embeddiumplus |1.2.12 |DONE |Manifest: NOSIGNATURE
  346. YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE
  347. beautify-2.0.2.jar |Beautify |beautify |2.0.2 |DONE |Manifest: NOSIGNATURE
  348. convenientdecor-0.4.1$omega-config-base-1.4.0+1.20|OmegaConfig |omega_config |1.4.01.20.1 |DONE |Manifest: NOSIGNATURE
  349. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlinx-coroutines-core-jvm |org_jetbrains_kotlinx_kotlinx_|1.8.0 |DONE |Manifest: NOSIGNATURE
  350. fabric-item-api-v1-2.1.28+4d0bbcfa77.jar |Fabric Item API (v1) |fabric_item_api_v1 |2.1.28+4d0bbcfa77 |DONE |Manifest: NOSIGNATURE
  351. Galosphere-1.20.1-1.4.1-Forge.jar |Galosphere |galosphere |1.20.1-1.4.1 |DONE |Manifest: NOSIGNATURE
  352. naturalist-forge-4.0.3-1.20.1.jar |Naturalist |naturalist |4.0.3 |DONE |Manifest: NOSIGNATURE
  353. Architects-Palette-1.20.1-1.3.6.1.jar |Architect's Palette |architects_palette |1.3.6.1 |DONE |Manifest: NOSIGNATURE
  354. YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |DONE |Manifest: NOSIGNATURE
  355. connectivity-1.20.1-5.5.jar |Connectivity Mod |connectivity |1.20.1-5.5 |DONE |Manifest: NOSIGNATURE
  356. Incendium_1.20.x_v5.3.5.jar |Incendium |incendium |5.3.5 |DONE |Manifest: NOSIGNATURE
  357. gpumemleakfix-1.20.1-1.8.jar |Gpu memory leak fix |gpumemleakfix |1.20.1-1.8 |DONE |Manifest: NOSIGNATURE
  358. realisticbees-1.20.1-3.8.jar |Realistic Bees |realisticbees |3.8 |DONE |Manifest: NOSIGNATURE
  359. mcwfurnituresbop-1.20-1.1.jar |Macaw's Furnitures - BOP |mcwfurnituresbop |1.20-1.1 |DONE |Manifest: NOSIGNATURE
  360. XaerosWorldMap_1.38.4_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.38.4 |DONE |Manifest: NOSIGNATURE
  361. cookingforblockheads-forge-1.20.1-16.0.4.jar |CookingForBlockheads |cookingforblockheads |16.0.4 |DONE |Manifest: NOSIGNATURE
  362. Placebo-1.20.1-8.6.1.jar |Placebo |placebo |8.6.1 |DONE |Manifest: NOSIGNATURE
  363. citadel-2.5.4-1.20.1.jar |Citadel |citadel |2.5.4 |DONE |Manifest: NOSIGNATURE
  364. alexsmobs-1.22.8.jar |Alex's Mobs |alexsmobs |1.22.8 |DONE |Manifest: NOSIGNATURE
  365. domesticationinnovation-1.7.1-1.20.1.jar |Domestication Innovation |domesticationinnovation |1.7.1 |DONE |Manifest: NOSIGNATURE
  366. profundis-1.6.2_mapped_srg_1.20.1.jar |Profundis |profundis |1.6.2 |DONE |Manifest: NOSIGNATURE
  367. fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar|Fabric Data Attachment API (v1|fabric_data_attachment_api_v1 |1.0.0+30ef839e77 |DONE |Manifest: NOSIGNATURE
  368. More_Crustacean-1.0.1_mapped_srg_1.20.1.jar |More Crustacean |more_crustacean |1.0.1 |DONE |Manifest: NOSIGNATURE
  369. mixinextras-forge-0.3.5.jar |MixinExtras |mixinextras |0.3.5 |DONE |Manifest: NOSIGNATURE
  370. continuity-compat-1.10.1+1.20.1.jar |Connector Extras Continuity Co|connectorextras_continuity_com|1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  371. tool-trims-mod-v2-0-2e-1-20.jar |Tool Trims |mr_tool_trims |2.0.2+1.20 |DONE |Manifest: NOSIGNATURE
  372. LimitMobSpawn-20.1.1.jar |Limit Mob Spawn |limitmobspawn |20.1.1 |DONE |Manifest: ef:50:af:b3:03:e0:3e:70:a7:ef:78:77:a5:4d:d4:b5:07:ec:df:9d:d6:f3:12:13:c9:3c:cd:9a:0a:3e:6b:43
  373. cat_jam-forge-mc1.20-1.2.2.jar |cat_jam |cat_jam |1.2.2 |DONE |Manifest: NOSIGNATURE
  374. fabric-language-kotlin-1.10.19+kotlin.1.9.23$atomi|atomicfu-jvm |org_jetbrains_kotlinx_atomicfu|0.23.2 |DONE |Manifest: NOSIGNATURE
  375. macawsroofsbop-1.20-1.0.jar |Macaw's Roofs - BOP |macawsroofsbop |1.20-1.0 |DONE |Manifest: NOSIGNATURE
  376. fabric-api-0.92.1+1.11.8+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.1+1.11.8+1.20.1|DONE |Manifest: NOSIGNATURE
  377. modmenu-bridge-1.10.1+1.20.1.jar |Connector Extras ModMenu Bridg|connectorextras_modmenu_bridge|1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  378. fabric-content-registries-v0-4.0.11+a670df1e77.jar|Fabric Content Registries (v0)|fabric_content_registries_v0 |4.0.11+a670df1e77 |DONE |Manifest: NOSIGNATURE
  379. no_nv_flash-1.20.1-1.6.0.4.jar |No Night Vision Flashing |no_nv_flash |1.6.0 |DONE |Manifest: NOSIGNATURE
  380. letsdo-addon-compat-forge-v1.4.1.jar |[Let's Do Addon] Compat |letsdoaddon_compat |1.4.1 |DONE |Manifest: NOSIGNATURE
  381. DiagonalWalls-v8.0.3-1.20.1-Forge.jar |Diagonal Walls |diagonalwalls |8.0.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  382. diagonalblocks-forge-8.0.5.jar |Diagonal Blocks |diagonalblocks |8.0.5 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  383. VanitySlots-1.2.9_mapped_srg_1.20.1.jar |Vanity Slots |vanityslots |1.2.9 |DONE |Manifest: NOSIGNATURE
  384. mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |DONE |Manifest: NOSIGNATURE
  385. macawsbridgesbop-1.20-1.2.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.20-1.2 |DONE |Manifest: NOSIGNATURE
  386. FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE
  387. Tomtaru's Cobblemon Farmer's Delight Tweaks - 1.2|Tomtaru's Cobblemon & Farmer's|tmtcd |0.0.2 |DONE |Manifest: NOSIGNATURE
  388. entity_model_features_forge_1.20.1-2.0.2.jar |Entity Model Features |entity_model_features |2.0.2 |DONE |Manifest: NOSIGNATURE
  389. entity_texture_features_forge_1.20.1-6.0.1.jar |Entity Texture Features |entity_texture_features |6.0.1 |DONE |Manifest: NOSIGNATURE
  390. cobblemonintegrations-1.20.1-1.0.5.jar |Cobblemon Integrations |cobblemonintegrations |1.0.5 |DONE |Manifest: NOSIGNATURE
  391. fabric-api-lookup-api-v1-1.6.36+67f9824077.jar |Fabric API Lookup API (v1) |fabric_api_lookup_api_v1 |1.6.36+67f9824077 |DONE |Manifest: NOSIGNATURE
  392. SimpleTMsForge-1.1.2.jar |Cobblemon: Simple TM's |simpletms |1.1.2 |DONE |Manifest: NOSIGNATURE
  393. squidnoglitch-mc1.20.1-v1.0.3-forge.jar |Squid No Glitch |squidnoglitch |1.0.3 |DONE |Manifest: NOSIGNATURE
  394. mcw-fences-1.1.1-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |DONE |Manifest: NOSIGNATURE
  395. mcwfencesbop-1.20-1.0.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.0 |DONE |Manifest: NOSIGNATURE
  396. DiagonalWindows-v8.1.4-1.20.1-Forge.jar |Diagonal Windows |diagonalwindows |8.1.4 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  397. Sniffer+-forge-1.20.1-0.3.0.jar |Hellion's Sniffer+ |snifferplus |0.3.0 |DONE |Manifest: NOSIGNATURE
  398. reach-entity-attributes-2.4.0.jar |Reach Entity Attributes |reach_entity_attributes |2.4.0 |DONE |Manifest: NOSIGNATURE
  399. architectury-bridge-1.10.1+1.20.1.jar |Connector Extras Architectury |connectorextras_architectury_b|1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  400. Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE
  401. elds-1.0.0-forge-1.20.1.jar |ELDS Extras |elds |1.0.0 |DONE |Manifest: NOSIGNATURE
  402. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlinx-serialization-cbor-jvm|org_jetbrains_kotlinx_kotlinx_|1.6.3 |DONE |Manifest: NOSIGNATURE
  403. MegamonsForge-1.2.1.jar |Ascension Megamons |megamons |1.5.0+1.20.1-forge+f|DONE |Manifest: NOSIGNATURE
  404. collective-1.20.1-7.57.jar |Collective |collective |7.57 |DONE |Manifest: NOSIGNATURE
  405. dotbe-1.5.6.jar |DawnOfTimeBuilder |dawnoftimebuilder |1.5.6 |DONE |Manifest: NOSIGNATURE
  406. Connector-1.0.0-beta.43+1.20.1-mod.jar |Connector |connectormod |1.0.0-beta.43+1.20.1|DONE |Manifest: NOSIGNATURE
  407. YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE
  408. resourcefullib-forge-1.20.1-2.1.24.jar |Resourceful Lib |resourcefullib |2.1.24 |DONE |Manifest: NOSIGNATURE
  409. trinkets-3.7.2$cardinal-components-base-5.2.0_mapp|Cardinal Components API (base)|cardinal_components_base |5.2.0 |DONE |Manifest: NOSIGNATURE
  410. architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
  411. letsdo-API-forge-1.2.12-forge.jar |[Let's Do] API |doapi |1.2.12 |DONE |Manifest: NOSIGNATURE
  412. threatengl-forge-1.2.1-beta.3.jar |ThreatenGL |threatengl |1.2.1-beta.3 |DONE |Manifest: NOSIGNATURE
  413. letsdo-vinery-forge-1.4.19.jar |[Let's Do] Vinery |vinery |1.4.19 |DONE |Manifest: NOSIGNATURE
  414. letsdo-herbalbrews-forge-1.0.7.jar |[Let's Do] HerbalBrews |herbalbrews |1.0.7 |DONE |Manifest: NOSIGNATURE
  415. furnish-26-forge.jar |Furnish |furnish |26 |DONE |Manifest: NOSIGNATURE
  416. letsdo-nethervinery-forge-1.2.12.jar |[Let's Do] NetherVinery |nethervinery |1.2.12 |DONE |Manifest: NOSIGNATURE
  417. letsdo-bakery-forge-1.1.10.jar |[Let's Do] Bakery |bakery |1.1.10 |DONE |Manifest: NOSIGNATURE
  418. letsdo-beachparty-forge-1.1.5.jar |[Let's Do] Beachparty |beachparty |1.1.5 |DONE |Manifest: NOSIGNATURE
  419. letsdo-bloomingnature-forge-1.0.7.jar |[Let's Do] BloomingNature |bloomingnature |1.0.7 |DONE |Manifest: NOSIGNATURE
  420. letsdo-meadow-forge-1.3.13.1.jar |[Let's Do] Meadow |meadow |1.3.13.1 |DONE |Manifest: NOSIGNATURE
  421. AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |DONE |Manifest: NOSIGNATURE
  422. fabric-loot-api-v2-1.2.1+eb28f93e77.jar |Fabric Loot API (v2) |fabric_loot_api_v2 |1.2.1+eb28f93e77 |DONE |Manifest: NOSIGNATURE
  423. cupboard-1.20.1-2.6.jar |Cupboard utilities |cupboard |1.20.1-2.6 |DONE |Manifest: NOSIGNATURE
  424. ConnectorExtras-1.10.1+1.20.1.jar |Connector Extras |connectorextras |1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  425. cryingportals-1.20.1-2.7.jar |Crying Portals |cryingportals |2.7 |DONE |Manifest: NOSIGNATURE
  426. biomancy-forge-1.20.1-2.4.4.0.jar |Biomancy 2 |biomancy |2.4.4.0 |DONE |Manifest: NOSIGNATURE
  427. jei-1.20.1-forge-15.3.0.4.jar |Just Enough Items |jei |15.3.0.4 |DONE |Manifest: NOSIGNATURE
  428. geckolib-forge-1.20.1-4.4.4.jar |GeckoLib 4 |geckolib |4.4.4 |DONE |Manifest: NOSIGNATURE
  429. crittersandcompanions-1.20.1-2.1.1.jar |Critters and Companions |crittersandcompanions |1.20.1-2.1.1 |DONE |Manifest: NOSIGNATURE
  430. Quad-1.2.2+1.20.4-Forge.jar |Quad |quad |1.2.2 |DONE |Manifest: NOSIGNATURE
  431. MoreChestVariants-1.5.4+1.20.2-Forge.jar |More Chest Variants |lolmcv |1.5.4 |DONE |Manifest: NOSIGNATURE
  432. fabric-networking-api-v1-1.3.11+503a202477.jar |Fabric Networking API (v1) |fabric_networking_api_v1 |1.3.11+503a202477 |DONE |Manifest: NOSIGNATURE
  433. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlin-stdlib |org_jetbrains_kotlin_kotlin_st|1.9.23 |DONE |Manifest: NOSIGNATURE
  434. Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |DONE |Manifest: NOSIGNATURE
  435. quark_delight_1.0.0_forge_1.20.1.jar |Quark Delight |quarkdelight |1.0.0 |DONE |Manifest: NOSIGNATURE
  436. fishnostuck-mc1.20.1-v1.0.3-forge.jar |Fish No Stuck |fishnostuck |1.0.3 |DONE |Manifest: NOSIGNATURE
  437. fabric-lifecycle-events-v1-2.2.22+afab492177.jar |Fabric Lifecycle Events (v1) |fabric_lifecycle_events_v1 |2.2.22+afab492177 |DONE |Manifest: NOSIGNATURE
  438. fabric-key-binding-api-v1-1.0.37+561530ec77.jar |Fabric Key Binding API (v1) |fabric_key_binding_api_v1 |1.0.37+561530ec77 |DONE |Manifest: NOSIGNATURE
  439. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlin-stdlib-jdk8 |org_jetbrains_kotlin_kotlin_st|1.9.23 |DONE |Manifest: NOSIGNATURE
  440. fabric-transfer-api-v1-3.3.5+631c9cd677.jar |Fabric Transfer API (v1) |fabric_transfer_api_v1 |3.3.5+631c9cd677 |DONE |Manifest: NOSIGNATURE
  441. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlin-stdlib-jdk7 |org_jetbrains_kotlin_kotlin_st|1.9.23 |DONE |Manifest: NOSIGNATURE
  442. JustOutdoorStuffs-1.20.1-forge-v1.0.2.jar |Just Outdoor Stuffs |justoutdoorstuffs |1.0.2-1.20.1 |DONE |Manifest: NOSIGNATURE
  443. amendments-1.20-1.1.29.jar |Amendments |amendments |1.20-1.1.29 |DONE |Manifest: NOSIGNATURE
  444. ash_api-forge-3.0.2+1.20.1.jar |Ash API |ash_api |3.0.2+1.20.1 |DONE |Manifest: NOSIGNATURE
  445. mooshroomtweaks-1.20.1-3.4.jar |Mooshroom Tweaks |mooshroomtweaks |3.4 |DONE |Manifest: NOSIGNATURE
  446. pehkui-bridge-1.10.1+1.20.1.jar |Connector Extras Pehkui Bridge|connectorextras_pehkui_bridge |1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  447. fabric-resource-loader-v0-0.11.10+bcd08ed377.jar |Fabric Resource Loader (v0) |fabric_resource_loader_v0 |0.11.10+bcd08ed377 |DONE |Manifest: NOSIGNATURE
  448. hearth_and_home-forge-1.20.1-2.0.1.jar |Hearth & Home |hearth_and_home |1.20.1-2.0.1 |DONE |Manifest: NOSIGNATURE
  449. obscure_api-15.jar |Obscure API |obscure_api |15 |DONE |Manifest: NOSIGNATURE
  450. cobblemon-counter-1.5-forge-1.0.1.jar |Cobblemon Counter |cobbled_counter |1.5-forge-1.0.1 |DONE |Manifest: NOSIGNATURE
  451. FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |DONE |Manifest: NOSIGNATURE
  452. comforts-forge-6.3.5+1.20.1.jar |Comforts |comforts |6.3.5+1.20.1 |DONE |Manifest: NOSIGNATURE
  453. fabric-mining-level-api-v1-2.1.50+561530ec77.jar |Fabric Mining Level API (v1) |fabric_mining_level_api_v1 |2.1.50+561530ec77 |DONE |Manifest: NOSIGNATURE
  454. TheOuterEnd-1.0.9.jar |The Outer End |outer_end |1.0.8 |DONE |Manifest: NOSIGNATURE
  455. decorative_blocks-forge-1.20.1-4.1.3.jar |Decorative Blocks |decorative_blocks |4.1.3 |DONE |Manifest: NOSIGNATURE
  456. fabric-language-kotlin-1.10.19+kotlin.1.9.23$kotli|kotlinx-datetime-jvm |org_jetbrains_kotlinx_kotlinx_|0.5.0 |DONE |Manifest: NOSIGNATURE
  457. YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE
  458. cobblemon-spawn-notification-1.4-forge-1.1.0.jar |Cobblemon Spawn Notification |spawn_notification |1.4-forge-1.1.0 |DONE |Manifest: NOSIGNATURE
  459. Terralith_1.20_v2.5.1.jar |Terralith |terralith |2.5.1 |DONE |Manifest: NOSIGNATURE
  460. blueprint-1.20.1-7.1.0.jar |Blueprint |blueprint |7.1.0 |DONE |Manifest: NOSIGNATURE
  461. upgrade_aquatic-1.20.1-6.0.0.jar |Upgrade Aquatic |upgrade_aquatic |6.0.0 |DONE |Manifest: NOSIGNATURE
  462. neapolitan-1.20.1-5.0.0.jar |Neapolitan |neapolitan |5.0.0 |DONE |Manifest: NOSIGNATURE
  463. incubation-1.20.1-4.0.2.jar |Incubation |incubation |4.0.2 |DONE |Manifest: NOSIGNATURE
  464. buzzier_bees-1.20.1-6.0.0.jar |Buzzier Bees |buzzier_bees |6.0.0 |DONE |Manifest: NOSIGNATURE
  465. berry_good-1.20.1-7.0.0.jar |Berry Good |berry_good |7.0.0 |DONE |Manifest: NOSIGNATURE
  466. azurelib-neo-1.20.1-2.0.22.jar |AzureLib |azurelib |2.0.22 |DONE |Manifest: NOSIGNATURE
  467. energy-bridge-1.10.1+1.20.1.jar |Connector Extras Energy Bridge|connectorextras_energy_bridge |1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  468. fabulous_flowers-1.1.0[forge-1.20.1].jar |Fabulous Flowers |fabulous_flowers |1.1.0 |DONE |Manifest: NOSIGNATURE
  469. fabric-transitive-access-wideners-v1-4.3.1+1880499|Fabric Transitive Access Widen|fabric_transitive_access_widen|4.3.1+1880499877 |DONE |Manifest: NOSIGNATURE
  470. okzoomer-forge-1.20-3.0.1.jar |OkZoomer |okzoomer |3.0.1 |DONE |Manifest: NOSIGNATURE
  471. alexscaves-1.1.4.jar |Alex's Caves |alexscaves |1.1.4 |DONE |Manifest: NOSIGNATURE
  472. tact-1.1.4+1.20.1.jar |TACT |tact |1.1.4 |DONE |Manifest: NOSIGNATURE
  473. moonlight-1.20-2.11.21-forge.jar |Moonlight Library |moonlight |1.20-2.11.21 |DONE |Manifest: NOSIGNATURE
  474. babyfat-1.0.0.jar |Baby Fat |babyfat |1.0.0 |DONE |Manifest: NOSIGNATURE
  475. RegionsUnexploredForge-0.5.5+1.20.1.jar |Regions Unexplored |regions_unexplored |0.5.5 |DONE |Manifest: NOSIGNATURE
  476. icepreventscropgrowth-1.20.1-3.2.jar |Ice Prevents Crop Growth |icepreventscropgrowth |3.2 |DONE |Manifest: NOSIGNATURE
  477. fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |DONE |Manifest: NOSIGNATURE
  478. mixinsquared-forge-0.1.2-beta.5.jar |MixinSquared |mixinsquared |0.1.2-beta.5 |DONE |Manifest: NOSIGNATURE
  479. Jade-1.20.1-forge-11.8.0.jar |Jade |jade |11.8.0 |DONE |Manifest: NOSIGNATURE
  480. amecsapi-1.5.3+mc1.20-pre1.jar |Amecs API |amecsapi |1.5.3+mc1.20-pre1 |DONE |Manifest: NOSIGNATURE
  481. another_furniture-forge-1.20.1-3.0.1.jar |Another Furniture |another_furniture |1.20.1-3.0.1 |DONE |Manifest: NOSIGNATURE
  482. CreativeCore_FORGE_v2.11.28_mc1.20.1.jar |CreativeCore |creativecore |2.11.28 |DONE |Manifest: NOSIGNATURE
  483. petal-1.0.1_mapped_srg_1.20.1.jar |Petal |petal |1.0.1 |DONE |Manifest: NOSIGNATURE
  484. blocky_bass-1.0.18_mapped_srg_1.20.1.jar |Blocky Bass |blocky_bass |1.0.18 |DONE |Manifest: NOSIGNATURE
  485. citresewn-1.20.1-5.jar |CIT Resewn |citresewn |1.20.1-5 |DONE |Manifest: NOSIGNATURE
  486. Quark-4.0-443.jar |Quark |quark |4.0-443 |DONE |Manifest: NOSIGNATURE
  487. supplementaries-1.20-2.8.11.jar |Supplementaries |supplementaries |1.20-2.8.11 |DONE |Manifest: NOSIGNATURE
  488. suppsquared-1.20-1.1.14.jar |Supplementaries Squared |suppsquared |1.20-1.1.14 |DONE |Manifest: NOSIGNATURE
  489. immersive_paintings-0.6.7+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.7+1.20.1 |DONE |Manifest: NOSIGNATURE
  490. DiagonalFences-v8.1.4-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.4 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  491. fabric-biome-api-v1-13.0.13+dc36698e77.jar |Fabric Biome API (v1) |fabric_biome_api_v1 |13.0.13+dc36698e77 |DONE |Manifest: NOSIGNATURE
  492. alexsdelight-1.5.jar |Alex's Delight |alexsdelight |1.5 |DONE |Manifest: NOSIGNATURE
  493. ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |DONE |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
  494. YetAnotherConfigLib-3.4.2+1.20.1-forge.jar |YetAnotherConfigLib |yet_another_config_lib_v3 |3.4.2+1.20.1-forge |DONE |Manifest: NOSIGNATURE
  495. cobblemonrider-1.1.0.jar |cobblemonrider |cobblemonrider |1.1.0 |DONE |Manifest: NOSIGNATURE
  496. Etcetera-1.20.1-1.1.3-Forge.jar |Etcetera |etcetera |1.20.1-1.1.3 |DONE |Manifest: NOSIGNATURE
  497. betterlily-1.20-1.3.1.jar |Better Lily Pads |betterlily |1.20-1.3.1 |DONE |Manifest: NOSIGNATURE
  498. pokeplushie-forge-1.1.0-1.20.1.jar |pokeplushie |pokeplushie |1.1.0 |DONE |Manifest: NOSIGNATURE
  499. convenientdecor-0.4.1_mapped_srg_1.20.1.jar |Convenient Decor |convenientdecor |0.4.1 |DONE |Manifest: NOSIGNATURE
  500. CrabbersDelight-1.20.1-1.1.4a.jar |Crabber's Delight |crabbersdelight |1.1.4 |DONE |Manifest: NOSIGNATURE
  501. BadOptimizations-2.1.1.jar |BadOptimizations |badoptimizations |2.1.1 |DONE |Manifest: NOSIGNATURE
  502. emi-bridge-1.10.1+1.20.1.jar |Connector Extras EMI Bridge |connectorextras_emi_bridge |1.10.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  503. fabric-data-generation-api-v1-12.3.4+369cb3a477.ja|Fabric Data Generation API (v1|fabric_data_generation_api_v1 |12.3.4+369cb3a477 |DONE |Manifest: NOSIGNATURE
  504. fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar |Fabric Events Interaction (v0)|fabric_events_interaction_v0 |0.6.2+0d0bd5a777 |DONE |Manifest: NOSIGNATURE
  505. Crash Report UUID: 49de85e7-c970-4ebd-b28e-714cc16493bd
  506. FML: 47.2
  507. Forge: net.minecraftforge:47.2.0
Add Comment
Please, Sign In to add comment