Guest User

Untitled

a guest
Mar 16th, 2023
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.35 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 2023-03-16 19:45:56
  5. Description: Exception generating new chunk
  6.  
  7. java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:sunflower_plains]=net.minecraft.world.level.biome.Biome@135cc622}, Reference{ResourceKey[minecraft:worldgen/biome / biomesoplenty:mystic_grove]=net.minecraft.world.level.biome.Biome@61378dfd}]
  8. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  9. at com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$3(ModdedBiomeSlicesManager.java:108) ~[blueprint-1.19.2-6.1.1.jar%23461!/:6.1.1] {re:mixin,re:classloading}
  10. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%23115!/:?] {}
  11. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:397) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:mixins.biometweaker.json:ChunkGeneratorMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
  12. at net.minecraft.world.level.chunk.ChunkStatus.m_223313_(ChunkStatus.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  13. at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  14. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterweather.mixins.json:chunk.MixinChunkHolder,pl:mixin:APP:polylib.mixins.json:MixinChunkMap,pl:mixin:APP:tumbleweed.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  15. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23120!/:?] {}
  16. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterweather.mixins.json:chunk.MixinChunkHolder,pl:mixin:APP:polylib.mixins.json:MixinChunkMap,pl:mixin:APP:tumbleweed.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  17. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  18. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  19. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  20. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  21. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  22. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  23. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  24. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  25. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  26. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  27. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  28. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Thread: Server thread
  36. Stacktrace:
  37. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  38. at com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$3(ModdedBiomeSlicesManager.java:108) ~[blueprint-1.19.2-6.1.1.jar%23461!/:6.1.1] {re:mixin,re:classloading}
  39. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%23115!/:?] {}
  40. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:397) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:citadel.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:mixins.biometweaker.json:ChunkGeneratorMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
  41. at net.minecraft.world.level.chunk.ChunkStatus.m_223313_(ChunkStatus.java:145) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  42. at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  43. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterweather.mixins.json:chunk.MixinChunkHolder,pl:mixin:APP:polylib.mixins.json:MixinChunkMap,pl:mixin:APP:tumbleweed.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  44. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23120!/:?] {}
  45. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterweather.mixins.json:chunk.MixinChunkHolder,pl:mixin:APP:polylib.mixins.json:MixinChunkMap,pl:mixin:APP:tumbleweed.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  46. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  47. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  48. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  49. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  50. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  51. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  52. -- Chunk to be generated --
  53. Details:
  54. Location: -6,6
  55. Position hash: 30064771066
  56. Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@b0bf733
  57. Stacktrace:
  58. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:621) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterweather.mixins.json:chunk.MixinChunkHolder,pl:mixin:APP:polylib.mixins.json:MixinChunkMap,pl:mixin:APP:tumbleweed.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  59. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23120!/:?] {}
  60. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:619) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterweather.mixins.json:chunk.MixinChunkHolder,pl:mixin:APP:polylib.mixins.json:MixinChunkMap,pl:mixin:APP:tumbleweed.mixins.json:ChunkMapAccessor,pl:mixin:APP:securitycraft.mixins.json:camera.ChunkMapMixin,pl:mixin:A}
  61. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  62. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  63. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  64. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  65. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  66. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:classloading}
  67. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  68. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  69. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  70. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  71. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  72. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  73.  
  74.  
  75. -- Affected level --
  76. Details:
  77. All players: 0 total; []
  78. Chunk stats: 625
  79. Level dimension: minecraft:overworld
  80. Level spawn location: World: (-72,64,120), Section: (at 8,0,8 in -5,4,7; chunk contains blocks -80,-64,112 to -65,319,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
  81. Level time: 0 game time, 0 day time
  82. Level name: New World
  83. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  84. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  85. Known server brands: forge
  86. Level was modded: true
  87. Level storage version: 0x04ABD - Anvil
  88. Stacktrace:
  89. at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:347) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,pl:mixin:A}
  90. at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:300) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,pl:mixin:A}
  91. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A,re:classloading,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:mixin:A,pl:runtimedistcleaner:A}
  92. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:625) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,pl:mixin:A}
  93. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23711!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,pl:mixin:A}
  94. at java.lang.Thread.run(Thread.java:833) [?:?] {}
  95.  
  96.  
  97. -- System Details --
  98. Details:
  99. Minecraft Version: 1.19.2
  100. Minecraft Version ID: 1.19.2
  101. Operating System: Windows 10 (amd64) version 10.0
  102. Java Version: 17.0.3, Microsoft
  103. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  104. Memory: 2063936064 bytes (1968 MiB) / 10502537216 bytes (10016 MiB) up to 10502537216 bytes (10016 MiB)
  105. CPUs: 12
  106. Processor Vendor: AuthenticAMD
  107. Processor Name: AMD Ryzen 5 5600X 6-Core Processor
  108. Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
  109. Microarchitecture: Zen 3
  110. Frequency (GHz): 3.69
  111. Number of physical packages: 1
  112. Number of physical CPUs: 6
  113. Number of logical CPUs: 12
  114. Graphics card #0 name: NVIDIA GeForce RTX 3090
  115. Graphics card #0 vendor: NVIDIA (0x10de)
  116. Graphics card #0 VRAM (MB): 4095.00
  117. Graphics card #0 deviceId: 0x2204
  118. Graphics card #0 versionInfo: DriverVersion=30.0.14.9649
  119. Memory slot #0 capacity (MB): 16384.00
  120. Memory slot #0 clockSpeed (GHz): 2.13
  121. Memory slot #0 type: DDR4
  122. Memory slot #1 capacity (MB): 16384.00
  123. Memory slot #1 clockSpeed (GHz): 2.13
  124. Memory slot #1 type: DDR4
  125. Virtual memory max (MB): 34763.93
  126. Virtual memory used (MB): 27027.40
  127. Swap memory total (MB): 2048.00
  128. Swap memory used (MB): 61.93
  129. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10016m -Xms256m
  130. Server Running: true
  131. Player Count: 0 / 8; []
  132. Data Packs: vanilla, mod:betterdungeons, mod:supermartijn642configlib (incompatible), mod:openpartiesandclaims (incompatible), mod:infernalexp, mod:paragon, mod:entitycollisionfpsfix (incompatible), mod:satako, mod:mcwwindows, mod:strawgolem (incompatible), mod:neat (incompatible), mod:forgeendertech, mod:ctm (incompatible), mod:yungsapi, mod:macawsbridgesbop, mod:lootbeams, mod:guardvillagers (incompatible), mod:balm (incompatible), mod:k_turrets, mod:immersive_armors (incompatible), mod:jeresources (incompatible), mod:betterfortresses, mod:cloth_config (incompatible), mod:supplementaries (incompatible), mod:refinedstorage, mod:morevillagers, mod:toolstats (incompatible), mod:geode, mod:chunkanimator (incompatible), mod:toughnessbar (incompatible), mod:aquatictorches, mod:supermartijn642corelib (incompatible), mod:resourcefulconfig, mod:darkerdepths (incompatible), mod:highlighter (incompatible), mod:philipsruins (incompatible), mod:curios, mod:gamestages (incompatible), mod:betterweather (incompatible), mod:advgenerators, mod:framedblocks, mod:extrastorage, mod:theabyss, mod:constructionwand, mod:laboratoryblocks, mod:wormhole (incompatible), mod:cfm (incompatible), mod:adchimneys, mod:higherworlddeeperocean (incompatible), mod:fastleafdecay, mod:exoticbirds, mod:codechickenlib (incompatible), mod:bettermineshafts, mod:prettybeaches (incompatible), mod:playerrevive (incompatible), mod:enchantinginfuser (incompatible), mod:portal_gun_advanced_generation, mod:elytraslot, mod:betteranimationscollection (incompatible), mod:doubledoors, mod:cgm (incompatible), mod:rechiseled (incompatible), mod:mining_helmet (incompatible), mod:treeharvester, mod:universalbonemeal (incompatible), mod:graveyard (incompatible), mod:attributefix (incompatible), mod:caelus (incompatible), mod:bdlib, mod:immersive_weathering (incompatible), mod:integrated_api (incompatible), mod:naturescompass (incompatible), mod:sereneseasons, mod:badpackets (incompatible), mod:libx, mod:pneumaticcraft, mod:snowundertrees, mod:catalogue (incompatible), mod:crafttweaker (incompatible), mod:edivadlib, mod:extractinator (incompatible), mod:idas (incompatible), mod:dsurround (incompatible), mod:ironchest (incompatible), mod:alchemistry (incompatible), mod:zerocore, mod:logprot (incompatible), mod:theoneprobe (incompatible), mod:terrablender, mod:mousetweaks, mod:adlods, mod:spectrelib (incompatible), mod:ding, mod:domum_ornamentum, mod:flywheel (incompatible), mod:compressedcreativity (incompatible), mod:alloyed (incompatible), mod:cyclepaintings, mod:polymorph, mod:lootbags, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:securitycraft, mod:entityculling, mod:structurize, mod:pickletweaks (incompatible), mod:scavengers, mod:puzzleslib (incompatible), mod:friendlyfire (incompatible), mod:exnihilosequentia, mod:cosmeticarmorreworked (incompatible), mod:sculked, mod:aquamirae, mod:tetra (incompatible), mod:grapplemod (incompatible), mod:create_things_and_misc, mod:wandering_bags, mod:alchemylib (incompatible), mod:netherportalfix (incompatible), mod:galosphere (incompatible), mod:naturalist, mod:incontrol (incompatible), mod:betteroceanmonuments, mod:multimine (incompatible), mod:immersive_aircraft (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs (incompatible), mod:horseexpert (incompatible), mod:villagernames, mod:xaeroworldmap, mod:prism, mod:placebo (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:finsandtails (incompatible), mod:bookshelf (incompatible), mod:endercrop (incompatible), mod:sophisticatedbackpacks (incompatible), mod:simpleplanes (incompatible), mod:takesapillage (incompatible), mod:mcwdoors, mod:jeed (incompatible), mod:carryon (incompatible), mod:adpother, mod:beyond_earth, mod:dragonfight (incompatible), mod:pfm (incompatible), mod:biometweaker, mod:mob_grinding_utils (incompatible), mod:equipmentcompare (incompatible), mod:mcwbridges, mod:farmersdelight (incompatible), mod:signpost, mod:endrem, mod:mcwfences, mod:fuelgoeshere, mod:born_in_chaos_v1, mod:wthit (incompatible), mod:goprone, mod:cataclysm (incompatible), mod:blockui, mod:multipiston, mod:collective, mod:oreexcavation (incompatible), mod:gobber2, mod:betterstrongholds, mod:desolation, mod:apexguns, mod:enigmaticlegacy (incompatible), mod:resourcefullib (incompatible), mod:eatinganimation (incompatible), mod:forge, mod:cofh_core, mod:thermal, mod:thermal_innovation, mod:thermal_foundation, mod:thermal_dynamics (incompatible), mod:thermal_cultivation, mod:appleskin, mod:thermal_expansion, mod:deeperdarker, mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:jecalculation, mod:jei (incompatible), mod:mekanism, mod:mekanismgenerators, mod:mekanismtools, mod:computercraft (incompatible), mod:bigreactors, mod:chunkloaders (incompatible), mod:framework (incompatible), mod:smallships (incompatible), mod:polylib (incompatible), mod:t_and_t, mod:dreadsteel (incompatible), mod:betteradvancements (incompatible), mod:cucumber (incompatible), mod:spiderstpo (incompatible), mod:snad (incompatible), mod:easymagic (incompatible), mod:travelanchors, mod:scannable (incompatible), mod:obscure_api, mod:reap (incompatible), mod:invmove (incompatible), mod:moguns (incompatible), mod:uniquebattle (incompatible), mod:uniquebase (incompatible), mod:enlightened_end, mod:create, mod:delightful (incompatible), mod:railways (incompatible), mod:waystones (incompatible), mod:merchantmarkers (incompatible), mod:xaerominimap, mod:clumps (incompatible), mod:comforts, mod:tumbleweed, mod:artifacts, mod:davebuildingmod, mod:configured (incompatible), mod:itemborders (incompatible), mod:decorative_blocks (incompatible), mod:bno, mod:betteranimalsplus (incompatible), mod:badmobs (incompatible), mod:ftbbackups2 (incompatible), mod:realistictorches, mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:deepresonance (incompatible), mod:betterdeserttemples, mod:explorerscompass (incompatible), mod:toastcontrol (incompatible), mod:blueprint (incompatible), mod:upgrade_aquatic (incompatible), mod:woodworks (incompatible), mod:enderstorage (incompatible), mod:firstaid (incompatible), mod:travelerstitles, mod:scuba_gear (incompatible), mod:fasterladderclimbing (incompatible), mod:forgottenrecipes (incompatible), mod:jeimultiblocks, mod:immersiveengineering (incompatible), mod:panthalassa (incompatible), mod:geckolib3 (incompatible), mod:patchouli (incompatible), mod:enchdesc (incompatible), mod:swingthroughgrass (incompatible), mod:moonlight (incompatible), mod:toolbelt, mod:enigmaticgraves (incompatible), mod:hoporp, mod:creativecore (incompatible), mod:similsaxtranstructors, mod:nethersdelight (incompatible), mod:roughlyenoughitems (incompatible), mod:rottencreatures (incompatible), mod:easy_villagers (incompatible), mod:iceberg (incompatible), mod:mutil (incompatible), mod:legendarytooltips (incompatible), mod:create_sa, mod:chemlib (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks (incompatible), mod:immersive_paintings (incompatible), mod:diagonalfences (incompatible), mod:betterconduitplacement, mod:coroutil (incompatible), mod:minecolonies (incompatible), mod:engineersdecor, mod:nifty (incompatible), mod:refinedstorageaddons, mod:expandability (incompatible), mod:overloadedarmorbar (incompatible), mod:morphtool (incompatible), mod:betterfoliage (incompatible), mod:biomesoplenty, mod:compatoplenty, mod:atmospheric (incompatible), mod:quark (incompatible), mod:notreepunching (incompatible), Immersive Weathering Generated Pack, Supplementaries Generated Pack, t_and_t_waystones_patch_1.19.2.zip
  133. World Generation: Stable
  134. Type: Integrated Server (map_client.txt)
  135. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  136. Launched Version: forge-43.2.1
  137. ModLauncher: 10.0.8+10.0.8+main.0ef7e830
  138. ModLauncher launch target: forgeclient
  139. ModLauncher naming: srg
  140. ModLauncher services:
  141. mixin-0.8.5.jar mixin PLUGINSERVICE
  142. eventbus-6.0.3.jar eventbus PLUGINSERVICE
  143. fmlloader-1.19.2-43.2.1.jar slf4jfixer PLUGINSERVICE
  144. fmlloader-1.19.2-43.2.1.jar object_holder_definalize PLUGINSERVICE
  145. fmlloader-1.19.2-43.2.1.jar runtime_enum_extender PLUGINSERVICE
  146. fmlloader-1.19.2-43.2.1.jar capability_token_subclass PLUGINSERVICE
  147. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  148. fmlloader-1.19.2-43.2.1.jar runtimedistcleaner PLUGINSERVICE
  149. modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
  150. modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
  151. FML Language Providers:
  152. lowcodefml@null
  153. javafml@null
  154. Mod List:
  155. YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE
  156. supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |DONE |Manifest: NOSIGNATURE
  157. open-parties-and-claims-forge-1.19.2-0.17.0.jar |Open Parties and Claims |openpartiesandclaims |0.17.0 |DONE |Manifest: NOSIGNATURE
  158. infernal-expansion-1.19.2-2.5.3.jar |Infernal Expansion |infernalexp |2.5.1 |DONE |Manifest: NOSIGNATURE
  159. paragon-forge-3.0.2-1.19x.jar |Paragon |paragon |3.0.2 |DONE |Manifest: NOSIGNATURE
  160. Entity_Collision_FPS_Fix-forge-1.19-2.0.0.0.jar |Entity Collision FPS Fix |entitycollisionfpsfix |2.0.0.0 |DONE |Manifest: NOSIGNATURE
  161. Satako-6.0.1-1.19.jar |Satako |satako |6.0.1-1.19 |DONE |Manifest: NOSIGNATURE
  162. mcw-windows-2.1.1-mc1.19.2forge.jar |Macaw's Windows |mcwwindows |2.1.1 |DONE |Manifest: NOSIGNATURE
  163. Strawgolem-forge-1.19.2-2.0.0-beta.5.jar |Straw Golem |strawgolem |2.0.0-beta.5 |DONE |Manifest: NOSIGNATURE
  164. Neat-1.19-32.jar |Neat |neat |1.19-32 |DONE |Manifest: NOSIGNATURE
  165. ForgeEndertech-1.19.2-10.0.5.2-build.0735.jar |ForgeEndertech |forgeendertech |10.0.5.2 |DONE |Manifest: NOSIGNATURE
  166. CTM-1.19.2-1.1.6+8.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+8 |DONE |Manifest: NOSIGNATURE
  167. YungsApi-1.19.2-Forge-3.8.8.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.8 |DONE |Manifest: NOSIGNATURE
  168. macawsbridgesbop-1.19.2-1.1.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.19.2-1.1 |DONE |Manifest: NOSIGNATURE
  169. lootbeams-1.19.2-beta-sept1322.jar |LootBeams |lootbeams |1.19.2 |DONE |Manifest: NOSIGNATURE
  170. guardvillagers-1.19.2-1.5.5.jar |Guard Villagers |guardvillagers |1.19.2-1.5.5 |DONE |Manifest: NOSIGNATURE
  171. balm-forge-1.19.2-4.5.6.jar |Balm |balm |4.5.6 |DONE |Manifest: NOSIGNATURE
  172. K-Turrets-2.0.4-1.19.jar |K-Turrets |k_turrets |2.0.4-1.19 |DONE |Manifest: NOSIGNATURE
  173. immersive_armors-1.5.4+1.19.2-forge.jar |Immersive Armors |immersive_armors |1.5.4+1.19.2 |DONE |Manifest: NOSIGNATURE
  174. JustEnoughResources-1.19.2-1.1.0.179.jar |Just Enough Resources |jeresources |1.1.0.179 |DONE |Manifest: NOSIGNATURE
  175. YungsBetterNetherFortresses-1.19.2-Forge-1.0.5.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.5 |DONE |Manifest: NOSIGNATURE
  176. cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
  177. supplementaries-1.19.2-2.2.57.jar |Supplementaries |supplementaries |1.19.2-2.2.57 |DONE |Manifest: NOSIGNATURE
  178. refinedstorage-1.11.5.jar |Refined Storage |refinedstorage |1.11.5 |DONE |Manifest: NOSIGNATURE
  179. morevillagers-forge-1.19-4.0.3.jar |More Villagers |morevillagers |4.0.3 |DONE |Manifest: NOSIGNATURE
  180. ToolStats-Forge-1.19.2-12.0.2.jar |ToolStats |toolstats |12.0.2 |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
  181. geodeforge-1.1.8-1.19.2.jar |Geode+ |geode |1.1.8 |DONE |Manifest: NOSIGNATURE
  182. ChunkAnimator-1.19.2-1.3.7.jar |Chunk Animator |chunkanimator |1.19.2-1.3.7 |DONE |Manifest: NOSIGNATURE
  183. toughnessbar-1.19.2-8.jar |Toughness Bar |toughnessbar |1.19.2-8 |DONE |Manifest: NOSIGNATURE
  184. aquatictorches-1.19-1.1.0.jar |Aquatic Torches |aquatictorches |1.1.0 |DONE |Manifest: NOSIGNATURE
  185. supermartijn642corelib-1.1.5-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.5 |DONE |Manifest: NOSIGNATURE
  186. resourcefulconfig-forge-1.19.2-1.0.19.jar |Resourcefulconfig |resourcefulconfig |1.0.19 |DONE |Manifest: NOSIGNATURE
  187. DarkerDepths-1.19.2-1.0.0.jar |Darker Depths |darkerdepths |1.19-1.0.7 |DONE |Manifest: NOSIGNATURE
  188. Highlighter-1.19.1-1.1.4.jar |Highlighter |highlighter |1.1.4 |DONE |Manifest: NOSIGNATURE
  189. Philips-ruins1.19.2-4.9.1.jar |Philip's ruins |philipsruins |4.9.1 |DONE |Manifest: NOSIGNATURE
  190. curios-forge-1.19.2-5.1.3.0.jar |Curios API |curios |1.19.2-5.1.3.0 |DONE |Manifest: NOSIGNATURE
  191. GameStages-Forge-1.19.2-11.1.4.jar |GameStages |gamestages |11.1.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
  192. betterweather-1.2.jar |Better Weather |betterweather |1.0.0 |DONE |Manifest: NOSIGNATURE
  193. advgenerators-1.4.0.5-mc1.19.2.jar |Advanced Generators |advgenerators |1.4.0.5 |DONE |Manifest: NOSIGNATURE
  194. FramedBlocks-6.8.0.jar |FramedBlocks |framedblocks |6.8.0 |DONE |Manifest: NOSIGNATURE
  195. ExtraStorage-1.19.2-3.0.1.jar |Extra Storage |extrastorage |3.0.1 |DONE |Manifest: NOSIGNATURE
  196. TA-0.8.5-1.19.2.jar |TheAbyss |theabyss |2.9.7 |DONE |Manifest: NOSIGNATURE
  197. constructionwand-1.19.2-2.9.jar |Construction Wand |constructionwand |1.19.2-2.9 |DONE |Manifest: NOSIGNATURE
  198. laboratoryblocks-1.19.2-0.3r-ctm-required.jar |Artemis' Laboratory Blocks |laboratoryblocks |1.19.2-0.3r-ctm-requ|DONE |Manifest: NOSIGNATURE
  199. wormhole-1.1.12-forge-mc1.19.jar |Wormhole (Portals) |wormhole |1.1.12 |DONE |Manifest: NOSIGNATURE
  200. cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |DONE |Manifest: NOSIGNATURE
  201. AdChimneys-1.19.2-9.1.9.0-build.0767.jar |Advanced Chimneys |adchimneys |9.1.9.0 |DONE |Manifest: NOSIGNATURE
  202. HigherWorldDeeperOceans-1.19.x.jar |Higher World Deeper Oceans |higherworlddeeperocean |0.0.2 |DONE |Manifest: NOSIGNATURE
  203. FastLeafDecay-30.jar |FastLeafDecay |fastleafdecay |30 |DONE |Manifest: NOSIGNATURE
  204. exoticbirds-1.19.2-2.6.0.jar |Exotic Birds |exoticbirds |2.6.0 |DONE |Manifest: NOSIGNATURE
  205. CodeChickenLib-1.19.2-4.3.1.481-universal.jar |CodeChicken Lib |codechickenlib |4.3.1.481 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  206. YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
  207. prettybeaches-forge-1.19-8.0.0.jar |Pretty Beaches |prettybeaches |8.0.0 |DONE |Manifest: NOSIGNATURE
  208. PlayerRevive_FORGE_v2.0.14_mc1.19.2.jar |PlayerRevive |playerrevive |2.0.14 |DONE |Manifest: NOSIGNATURE
  209. EnchantingInfuser-v4.2.2-1.19.2-Forge.jar |Enchanting Infuser |enchantinginfuser |4.2.2 |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
  210. Portal-Gun-Totality-1.19.2.jar |Portal Gun Totality |portal_gun_advanced_generation|2.0 |DONE |Manifest: NOSIGNATURE
  211. elytraslot-forge-6.1.0+1.19.2.jar |Elytra Slot |elytraslot |6.1.0+1.19.2 |DONE |Manifest: NOSIGNATURE
  212. BetterAnimationsCollection-v4.0.5-1.19.2-Forge.jar|Better Animations Collection |betteranimationscollection |4.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
  213. doubledoors-1.19.2-4.5.jar |Double Doors |doubledoors |4.5 |DONE |Manifest: NOSIGNATURE
  214. cgm-1.3.4-1.19.2.jar |MrCrayfish's Gun Mod |cgm |1.3.4 |DONE |Manifest: NOSIGNATURE
  215. rechiseled-1.0.12a-forge-mc1.19.jar |Rechiseled |rechiseled |1.0.12a |DONE |Manifest: NOSIGNATURE
  216. mining_helmet-1.19-2.1.1.jar |Mining Helmet |mining_helmet |2.1.1 |DONE |Manifest: NOSIGNATURE
  217. treeharvester-1.19.2-8.0.jar |Tree Harvester |treeharvester |8.0 |DONE |Manifest: NOSIGNATURE
  218. UniversalBoneMeal-v4.2.0-1.19.2-Forge.jar |Universal Bone Meal |universalbonemeal |4.2.0 |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
  219. The_Graveyard_2.2_(FORGE)_for_1.19.2.jar |The Graveyard |graveyard |2.2 |DONE |Manifest: NOSIGNATURE
  220. AttributeFix-Forge-1.19.2-17.1.3.jar |AttributeFix |attributefix |17.1.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
  221. caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE
  222. bdlib-1.25.0.5-mc1.19.2.jar |BdLib |bdlib |1.25.0.5 |DONE |Manifest: NOSIGNATURE
  223. immersive_weathering-1.19.2-1.2.8-forge.jar |Immersive Weathering |immersive_weathering |1.19.2-1.2.8 |DONE |Manifest: NOSIGNATURE
  224. integrated_api_forge-1.2.2+1.19.2.jar |Integrated API |integrated_api |1.2.2+1.19.2 |DONE |Manifest: NOSIGNATURE
  225. NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE
  226. SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |DONE |Manifest: NOSIGNATURE
  227. badpackets-forge-0.2.1.jar |Bad Packets |badpackets |0.2.1 |DONE |Manifest: NOSIGNATURE
  228. LibX-1.19.2-4.2.8.jar |LibX |libx |1.19.2-4.2.8 |DONE |Manifest: NOSIGNATURE
  229. pneumaticcraft-repressurized-1.19.2-4.3.3-22.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.19.2-4.3.3-22 |DONE |Manifest: NOSIGNATURE
  230. snowundertrees-1.19.2-1.3.1.jar |Snow Under Trees |snowundertrees |1.3.1 |DONE |Manifest: NOSIGNATURE
  231. catalogue-1.7.0-1.19.2.jar |Catalogue |catalogue |1.7.0 |DONE |Manifest: NOSIGNATURE
  232. CraftTweaker-forge-1.19.2-10.1.38.jar |CraftTweaker |crafttweaker |10.1.38 |DONE |Manifest: NOSIGNATURE
  233. EdivadLib-1.19.2-1.2.0.jar |EdivadLib |edivadlib |1.2.0 |DONE |Manifest: NOSIGNATURE
  234. extractinator-forge-1.19.2-2.0.1.jar |Extractinator |extractinator |2.0.1 |DONE |Manifest: NOSIGNATURE
  235. idas_forge-1.6.0+1.19.2.jar |Integrated Dungeons and Struct|idas |1.6.0+1.19.2 |DONE |Manifest: NOSIGNATURE
  236. DynamicSurroundings-6.0.0.2.jar |§3Dynamic Surroundings: Resurr|dsurround |6.0.0.2 |DONE |Manifest: NOSIGNATURE
  237. ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |DONE |Manifest: NOSIGNATURE
  238. alchemistry-1.19.2-2.2.4.jar |Alchemistry |alchemistry |1.19.2-2.2.4 |DONE |Manifest: NOSIGNATURE
  239. ZeroCore2-1.19.2-2.1.32.jar |Zero CORE 2 |zerocore |1.19.2-2.1.32 |DONE |Manifest: NOSIGNATURE
  240. logprot-1.19.2-1.9.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE
  241. theoneprobe-1.19-6.2.2.jar |The One Probe |theoneprobe |1.19-6.2.2 |DONE |Manifest: NOSIGNATURE
  242. TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |2.0.1.136 |DONE |Manifest: NOSIGNATURE
  243. MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE
  244. AdLods-1.19.2-7.0.8.0-build.0785.jar |Large Ore Deposits |adlods |7.0.8.0 |DONE |Manifest: NOSIGNATURE
  245. spectrelib-forge-0.11.0+1.19.jar |SpectreLib |spectrelib |0.11.0+1.19 |DONE |Manifest: NOSIGNATURE
  246. Ding-1.19.2-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
  247. domum_ornamentum-1.19-1.0.76-ALPHA-universal.jar |Domum Ornamentum |domum_ornamentum |1.19-1.0.76-ALPHA |DONE |Manifest: NOSIGNATURE
  248. flywheel-forge-1.19.2-0.6.8.a.jar |Flywheel |flywheel |0.6.8.a |DONE |Manifest: NOSIGNATURE
  249. compressedcreativity-1.19.2-0.1.5.jar |Compressed Creativity |compressedcreativity |1.19.2-0.1.5 |DONE |Manifest: NOSIGNATURE
  250. alloyed-1.19.2-v1.5.jar |Create: Alloyed |alloyed |1.19.2 |DONE |Manifest: NOSIGNATURE
  251. cyclepaintings-1.19.2-3.2.jar |Cycle Paintings |cyclepaintings |3.2 |DONE |Manifest: NOSIGNATURE
  252. polymorph-forge-0.46.1+1.19.2.jar |Polymorph |polymorph |0.46.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  253. lootbags-1.19.2-1.1.2-forge.jar |Resourceful Lootbags |lootbags |1.1.2 |DONE |Manifest: NOSIGNATURE
  254. JustEnoughProfessions-forge-1.19.2-2.0.2.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.2 |DONE |Manifest: NOSIGNATURE
  255. AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE
  256. [1.19.2]+SecurityCraft+v1.9.4.jar |SecurityCraft |securitycraft |1.9.4 |DONE |Manifest: NOSIGNATURE
  257. entityculling-forge-1.6.1-mc1.19.2.jar |EntityCulling |entityculling |1.6.1 |DONE |Manifest: NOSIGNATURE
  258. structurize-1.19.2-1.0.472-BETA.jar |Structurize |structurize |1.19.2-1.0.472-BETA |DONE |Manifest: NOSIGNATURE
  259. PickleTweaks-1.19.2-7.0.3.jar |Pickle Tweaks |pickletweaks |7.0.3 |DONE |Manifest: NOSIGNATURE
  260. Scavenger+1.2.1.jar |Scavengers |scavengers |1.0.0 |DONE |Manifest: NOSIGNATURE
  261. PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |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
  262. FriendlyFire-Forge-1.19.2-14.0.3.jar |FriendlyFire |friendlyfire |14.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
  263. ExNihiloSequentia-1.19.2-4.1.0.55-beta.jar |Ex Nihilo: Sequentia |exnihilosequentia |1.19.2-4.1.0.55-beta|DONE |Manifest: NOSIGNATURE
  264. CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-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
  265. Sculked+V1.4.0.jar |Sculked |sculked |1.4.0 |DONE |Manifest: NOSIGNATURE
  266. aquamirae-5.6.API14.jar |Aquamirae |aquamirae |5.6.API14 |DONE |Manifest: NOSIGNATURE
  267. tetra-1.19.2-5.0.2.jar |Tetra |tetra |5.0.2 |DONE |Manifest: NOSIGNATURE
  268. grappling_hook_mod-1.19.2-1.19.2-v13.jar |Grappling Hook Mod |grapplemod |1.19.2-v13 |DONE |Manifest: NOSIGNATURE
  269. create_misc_and_things_1.19.2_2.0.jar |create: things and misc |create_things_and_misc |1.0.0 |DONE |Manifest: NOSIGNATURE
  270. wandering-bags-1.19.2-2.0.6.jar |Wandering Bags |wandering_bags |2.0.6 |DONE |Manifest: NOSIGNATURE
  271. alchemylib-1.19.2-1.0.20.jar |AlchemyLib |alchemylib |1.19.2-1.0.20 |DONE |Manifest: NOSIGNATURE
  272. netherportalfix-forge-1.19-10.0.1.jar |NetherPortalFix |netherportalfix |10.0.1 |DONE |Manifest: NOSIGNATURE
  273. Galosphere-1.19.2-1.2.3-Forge.jar |Galosphere |galosphere |1.19.2-1.2.3 |DONE |Manifest: NOSIGNATURE
  274. naturalist-forge-2.1.1-1.19.2.jar |Naturalist |naturalist |2.1.1 |DONE |Manifest: NOSIGNATURE
  275. incontrol-1.19-7.1.3.jar |InControl |incontrol |1.19-7.1.3 |DONE |Manifest: NOSIGNATURE
  276. YungsBetterOceanMonuments-1.19.2-Forge-2.1.0.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  277. MultiMine-1.19.2.3.jar |Multi Mine |multimine |1.19.2.3 |DONE |Manifest: NOSIGNATURE
  278. immersive_aircraft-0.3.1+1.19.2-forge.jar |Immersive Aircraft |immersive_aircraft |0.3.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  279. sophisticatedcore-1.19.2-0.5.38.203.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.38.203 |DONE |Manifest: NOSIGNATURE
  280. kleeslabs-forge-1.19-12.1.0.jar |KleeSlabs |kleeslabs |12.1.0 |DONE |Manifest: NOSIGNATURE
  281. HorseExpert-v4.0.0-1.19.2-Forge.jar |Horse Expert |horseexpert |4.0.0 |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
  282. villagernames-1.19.2-5.2.jar |Villager Names |villagernames |5.2 |DONE |Manifest: NOSIGNATURE
  283. XaerosWorldMap_1.29.2_Forge_1.19.1.jar |Xaero's World Map |xaeroworldmap |1.29.2 |DONE |Manifest: NOSIGNATURE
  284. Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |DONE |Manifest: NOSIGNATURE
  285. Placebo-1.19.2-7.1.4.jar |Placebo |placebo |7.1.4 |DONE |Manifest: NOSIGNATURE
  286. citadel-2.1.1-1.19.jar |Citadel |citadel |2.1.1 |DONE |Manifest: NOSIGNATURE
  287. alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |DONE |Manifest: NOSIGNATURE
  288. finsandtails-1.19.2-1.0.1.jar |Fins and Tails |finsandtails |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE
  289. Bookshelf-Forge-1.19.2-16.2.17.jar |Bookshelf |bookshelf |16.2.17 |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
  290. endercrop-1.19.2-1.7.0-beta.jar |Ender Crop |endercrop |1.19.2-1.7.0-beta |DONE |Manifest: NOSIGNATURE
  291. sophisticatedbackpacks-1.19.2-3.18.40.779.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.40.779 |DONE |Manifest: NOSIGNATURE
  292. simpleplanes-1.19.2-5.2.2.jar |Simple Planes |simpleplanes |1.19.2-5.2.2 |DONE |Manifest: NOSIGNATURE
  293. takesapillage-1.0.3-1.19.2.jar |It Takes A Pillage |takesapillage |1.0.3 |DONE |Manifest: NOSIGNATURE
  294. mcw-doors-1.0.8forge-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.0.8 |DONE |Manifest: NOSIGNATURE
  295. jeed-1.19.2-1.18.jar |Just Enough Effect Description|jeed |1.19.2-1.18 |DONE |Manifest: NOSIGNATURE
  296. carryon-forge-1.19.2-2.0.5.10.jar |Carry On |carryon |2.0.5.10 |DONE |Manifest: NOSIGNATURE
  297. AdPother-1.19.2-7.0.9.0-build.0803.jar |Pollution of the Realms |adpother |7.0.9.0 |DONE |Manifest: NOSIGNATURE
  298. Beyond-Earth-1.19.2-6.4b.jar |Beyond Earth |beyond_earth |6.4b |DONE |Manifest: NOSIGNATURE
  299. dragonfight-1.19.2-2.5.jar |dragonfight mod |dragonfight |1.19.2-2.5 |DONE |Manifest: NOSIGNATURE
  300. paladin-furniture-mod-1.1.1-forge-mc1.19.jar |Paladin's Furniture |pfm |1.1.1 |DONE |Manifest: NOSIGNATURE
  301. biometweaker-1.19.2-4.1.7.jar |BiomeTweaker |biometweaker |1.19.2-4.1.7 |DONE |Manifest: NOSIGNATURE
  302. mob_grinding_utils-1.19.2-0.4.47.jar |Mob Grinding Utils |mob_grinding_utils |1.19.2-0.4.47 |DONE |Manifest: NOSIGNATURE
  303. EquipmentCompare-1.19.2-forge-1.3.2.jar |Equipment Compare |equipmentcompare |1.3.2 |DONE |Manifest: NOSIGNATURE
  304. mcw-bridges-2.0.6-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.0.6 |DONE |Manifest: NOSIGNATURE
  305. FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |DONE |Manifest: NOSIGNATURE
  306. signpost-1.19.2-2.01.0.jar |Signpost |signpost |1.19.2-2.01.0 |DONE |Manifest: NOSIGNATURE
  307. endrem_forge-5.2.1-R-1.19.X.jar |End Remastered |endrem |5.2.1-R-1.19.2 |DONE |Manifest: NOSIGNATURE
  308. mcw-fences-1.0.7-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE
  309. fuelgoeshere-1.19.2-0.1.0.0.jar |Fuel Goes Here |fuelgoeshere |1.19.2-0.1.0.0 |DONE |Manifest: NOSIGNATURE
  310. born_in_chaos_1.19_1.3.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |DONE |Manifest: NOSIGNATURE
  311. wthit-forge-5.14.0.jar |wthit |wthit |5.14.0 |DONE |Manifest: NOSIGNATURE
  312. goprone-1.19-2.0.4.jar |GoProne |goprone |1.19-2.0.4 |DONE |Manifest: NOSIGNATURE
  313. L_Enders_Cataclysm-0.73-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
  314. blockui-1.19-0.0.64-ALPHA.jar |UI Library Mod |blockui |1.19-0.0.64-ALPHA |DONE |Manifest: NOSIGNATURE
  315. multipiston-1.19.2-1.2.21-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.21-ALPHA |DONE |Manifest: NOSIGNATURE
  316. collective-1.19.2-6.53.jar |Collective |collective |6.53 |DONE |Manifest: NOSIGNATURE
  317. OreExcavation-1.11.166.jar |OreExcavation |oreexcavation |1.11.166 |DONE |Manifest: NOSIGNATURE
  318. Gobber2-Forge-1.19.2-2.7.28.jar |Gobber 2 |gobber2 |2.7.28 |DONE |Manifest: NOSIGNATURE
  319. YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
  320. Desolation+1.1.8+1.19.2.jar |Desolation (Forge) |desolation |1.1.8 |DONE |Manifest: NOSIGNATURE
  321. ApexGunAddon-1.19.x-0.0.1.jar |Apex Guns |apexguns |0.0.1 |DONE |Manifest: NOSIGNATURE
  322. EnigmaticLegacy-2.26.5.jar |Enigmatic Legacy |enigmaticlegacy |2.26.5 |DONE |Manifest: NOSIGNATURE
  323. resourcefullib-forge-1.19.2-1.1.23.jar |Resourceful Lib |resourcefullib |1.1.23 |DONE |Manifest: NOSIGNATURE
  324. eatinganimation-1.19-3.1.0.jar |Eating Animation |eatinganimation |3.0.0 |DONE |Manifest: NOSIGNATURE
  325. forge-1.19.2-43.2.1-universal.jar |Forge |forge |43.2.1 |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
  326. client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
  327. cofh_core-1.19.2-10.2.1.40.jar |CoFH Core |cofh_core |10.2.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  328. thermal_core-1.19.2-10.2.0.5.jar |Thermal Series |thermal |10.2.0.5 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  329. thermal_innovation-1.19.2-10.2.0.18.jar |Thermal Innovation |thermal_innovation |10.2.0.18 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  330. thermal_foundation-1.19.2-10.2.0.47.jar |Thermal Foundation |thermal_foundation |10.2.0.47 |DONE |Manifest: NOSIGNATURE
  331. thermal_dynamics-1.19.2-10.2.1b.14.jar |Thermal Dynamics |thermal_dynamics |10.2.1b |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  332. thermal_cultivation-1.19.2-10.2.0.17.jar |Thermal Cultivation |thermal_cultivation |10.2.0.17 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  333. appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE
  334. thermal_expansion-1.19.2-10.2.0.21.jar |Thermal Expansion |thermal_expansion |10.2.0.21 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  335. deeperdarker-forge-1.1.6-forge.jar |Deeper and Darker |deeperdarker |1.1.6 |DONE |Manifest: NOSIGNATURE
  336. architectury-6.5.69-forge.jar |Architectury |architectury |6.5.69 |DONE |Manifest: NOSIGNATURE
  337. ftb-library-forge-1902.3.14-build.184.jar |FTB Library |ftblibrary |1902.3.14-build.184 |DONE |Manifest: NOSIGNATURE
  338. jecalculation-forge-1.19.2-4.0.2.jar |Just Enough Calculation |jecalculation |4.0.2 |DONE |Manifest: NOSIGNATURE
  339. jei-1.19.2-forge-11.6.0.1013.jar |Just Enough Items |jei |11.6.0.1013 |DONE |Manifest: NOSIGNATURE
  340. Mekanism-1.19.2-10.3.8.477.jar |Mekanism |mekanism |10.3.8 |DONE |Manifest: NOSIGNATURE
  341. MekanismGenerators-1.19.2-10.3.8.477.jar |Mekanism: Generators |mekanismgenerators |10.3.8 |DONE |Manifest: NOSIGNATURE
  342. MekanismTools-1.19.2-10.3.8.477.jar |Mekanism: Tools |mekanismtools |10.3.8 |DONE |Manifest: NOSIGNATURE
  343. cc-tweaked-1.19.2-1.101.2.jar |CC: Tweaked |computercraft |1.101.2 |DONE |Manifest: NOSIGNATURE
  344. ExtremeReactors2-1.19.2-2.0.62.jar |Extreme Reactors |bigreactors |1.19.2-2.0.62 |DONE |Manifest: NOSIGNATURE
  345. chunkloaders-1.2.3-forge-mc1.19.jar |Chunk Loaders |chunkloaders |1.2.3 |DONE |Manifest: NOSIGNATURE
  346. framework-0.4.2-1.19.2.jar |Framework |framework |0.4.2 |DONE |Manifest: NOSIGNATURE
  347. smallships-1.19.2-2.0.0-Alpha-0.4.jar |Small Ships Mod |smallships |2.0.0-a0.4 |DONE |Manifest: NOSIGNATURE
  348. polylib-forge-1900.0.2-build.42.jar |PolyLib |polylib |1900.0.2-build.42 |DONE |Manifest: NOSIGNATURE
  349. Towns-and-Towers-v.1.10-_FORGE-1.19.2_.jar |Towns and Towers |t_and_t |1.10 |DONE |Manifest: NOSIGNATURE
  350. dreadsteel-1.19.2-1.1.4.2.jar |Dreadsteel |dreadsteel |1.19.2-1.1.4.2 |DONE |Manifest: NOSIGNATURE
  351. BetterAdvancements-1.19.2-0.2.2.147.jar |Better Advancements |betteradvancements |0.2.2.147 |DONE |Manifest: NOSIGNATURE
  352. Cucumber-1.19.2-6.0.6.jar |Cucumber Library |cucumber |6.0.6 |DONE |Manifest: NOSIGNATURE
  353. spiderstpo-1.19.2-2.0.4.jar |Nyf's Spiders 2.0 |spiderstpo |2.0.4 |DONE |Manifest: NOSIGNATURE
  354. snad-1.3.1.jar |Snad |snad |1.3.1 |DONE |Manifest: NOSIGNATURE
  355. EasyMagic-v4.3.3-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.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
  356. TravelAnchors-1.19.2-4.1.2.jar |Travel Anchors |travelanchors |1.19.2-4.1.2 |DONE |Manifest: NOSIGNATURE
  357. scannable-MC1.19.2-forge-1.7.7+dc5ea09.jar |Scannable |scannable |1.7.7+dc5ea09 |DONE |Manifest: NOSIGNATURE
  358. obscure_api-14.jar |Obscure API |obscure_api |14 |DONE |Manifest: NOSIGNATURE
  359. reap-1.19.2-1.0.0.jar |Reap Mod |reap |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
  360. InvMove-1.19-0.8.2-Forge.jar |InvMove |invmove |0.8.2 |DONE |Manifest: NOSIGNATURE
  361. MoGuns-1.9.2-1.19.2.jar |Mo' Guns |moguns |1.9.2 |DONE |Manifest: NOSIGNATURE
  362. Unique+Enchantments+Battle-1.19.2-3.0.2.jar |Unique Battle Enchantments |uniquebattle |3.0.2 |DONE |Manifest: NOSIGNATURE
  363. Unique+Enchantments+Base-1.19.2-3.0.2.1.jar |Unique Enchantments Base |uniquebase |3.0.2.1 |DONE |Manifest: NOSIGNATURE
  364. enlightened-end-1.19.2-v4.0.0.1.jar |Enlightened End |enlightened_end |4.0.0.1 |DONE |Manifest: NOSIGNATURE
  365. create-1.19.2-0.5.0.i.jar |Create |create |0.5.0.i |DONE |Manifest: NOSIGNATURE
  366. Delightful-1.19.2-3.2.2.jar |Delightful |delightful |3.2.2 |DONE |Manifest: NOSIGNATURE
  367. Steam_Rails-1.19.2-1.1.1.jar |Create: Steam 'n Rails |railways |1.19.2-1.1.1 |DONE |Manifest: NOSIGNATURE
  368. waystones-forge-1.19.2-11.3.0.jar |Waystones |waystones |11.3.0 |DONE |Manifest: NOSIGNATURE
  369. MerchantMarkers-1.19.2-1.3.0.jar |Merchant Markers |merchantmarkers |1.3.0 |DONE |Manifest: NOSIGNATURE
  370. Xaeros_Minimap_23.2.0_Forge_1.19.1.jar |Xaero's Minimap |xaerominimap |23.2.0 |DONE |Manifest: NOSIGNATURE
  371. Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE
  372. comforts-forge-6.0.3+1.19.2.jar |Comforts |comforts |6.0.3+1.19.2 |DONE |Manifest: NOSIGNATURE
  373. Tumbleweed-forge-1.19-0.5.1.jar |Tumbleweed |tumbleweed |0.5.1 |DONE |Manifest: NOSIGNATURE
  374. artifacts-1.19.2-5.0.2.jar |Artifacts |artifacts |1.19.2-5.0.2 |DONE |Manifest: NOSIGNATURE
  375. dbExtended-1.19-5.1.jar |Dave's Building Extended |davebuildingmod |5.1 |DONE |Manifest: NOSIGNATURE
  376. configured-2.0.1-1.19.2.jar |Configured |configured |2.0.1 |DONE |Manifest: NOSIGNATURE
  377. ItemBorders-1.19.1-1.2.0.jar |Item Borders |itemborders |1.2.0 |DONE |Manifest: NOSIGNATURE
  378. Decorative+Blocks-forge-1.19.2-3.0.0.jar |Decorative Blocks |decorative_blocks |3.0.0 |DONE |Manifest: NOSIGNATURE
  379. BasicNetherOres-1.19.2-8.2.0.jar |Basic Nether Ores |bno |8.2.0 |DONE |Manifest: NOSIGNATURE
  380. betteranimalsplus-1.19.2-11.0.10-forge.jar |Better Animals Plus |betteranimalsplus |1.19.2-11.0.10 |DONE |Manifest: NOSIGNATURE
  381. BadMobs-1.19.2-16.1.2.jar |BadMobs |badmobs |16.1.2 |DONE |Manifest: NOSIGNATURE
  382. ftbbackups2-forge-1.19.2-1.0.18.jar |FTB Backups 2 |ftbbackups2 |1.0.18 |DONE |Manifest: NOSIGNATURE
  383. RealisticTorches-1.19.2-3.1.5.jar |Realistic Torches |realistictorches |1.19.2-3.1.5 |DONE |Manifest: NOSIGNATURE
  384. mcjtylib-1.19-7.1.5.jar |McJtyLib |mcjtylib |1.19-7.1.5 |DONE |Manifest: NOSIGNATURE
  385. rftoolsbase-1.19.1-4.1.5.jar |RFToolsBase |rftoolsbase |1.19.1-4.1.5 |DONE |Manifest: NOSIGNATURE
  386. deepresonance-1.19-4.1.2.jar |DeepResonance |deepresonance |1.19-4.1.2 |DONE |Manifest: NOSIGNATURE
  387. YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |DONE |Manifest: NOSIGNATURE
  388. ExplorersCompass-1.19.2-1.3.0-forge.jar |Explorer's Compass |explorerscompass |1.19.2-1.3.0-forge |DONE |Manifest: NOSIGNATURE
  389. ToastControl-1.19.2-7.0.0.jar |Toast Control |toastcontrol |7.0.0 |DONE |Manifest: NOSIGNATURE
  390. blueprint-1.19.2-6.1.1.jar |Blueprint |blueprint |6.1.1 |DONE |Manifest: NOSIGNATURE
  391. upgrade_aquatic-1.19.2-5.0.0.jar |Upgrade Aquatic |upgrade_aquatic |5.0.0 |DONE |Manifest: NOSIGNATURE
  392. woodworks-1.19.2-2.2.1.jar |Woodworks |woodworks |2.2.1 |DONE |Manifest: NOSIGNATURE
  393. EnderStorage-1.19.2-2.10.1.181-universal.jar |EnderStorage |enderstorage |2.10.1.181 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  394. firstaid-1.12.0.jar |First Aid |firstaid |1.12.0 |DONE |Manifest: NOSIGNATURE
  395. TravelersTitles-1.19.2-Forge-3.1.2.jar |Traveler's Titles |travelerstitles |1.19.2-Forge-3.1.2 |DONE |Manifest: NOSIGNATURE
  396. scuba_gear-1.19-1.0.5.jar |Scuba Gear |scuba_gear |1.0.5 |DONE |Manifest: NOSIGNATURE
  397. FasterLadderClimbing-1.19.2-0.2.7.jar |Faster Ladder Climbing |fasterladderclimbing |0.2.7 |DONE |Manifest: NOSIGNATURE
  398. forgottenrecipes-forge-1.19-1.0.1.jar |Forgotten Recipes |forgottenrecipes |1.19-1.0.1 |DONE |Manifest: NOSIGNATURE
  399. jeimultiblocks-1.19.2-0.0.3.jar |Just Enough Immersive Multiblo|jeimultiblocks |0.0.3 |DONE |Manifest: NOSIGNATURE
  400. ImmersiveEngineering-1.19.2-9.2.0-162.jar |Immersive Engineering |immersiveengineering |1.19.2-9.2.0-162 |DONE |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
  401. panthalassa-1.3.2-1.19.2.jar |Panthalassa |panthalassa |1.3.2 |DONE |Manifest: NOSIGNATURE
  402. geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE
  403. Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
  404. EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |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
  405. swingthroughgrass-1.19.2-1.10.0.jar |SwingThroughGrass |swingthroughgrass |1.19.2-1.10.0 |DONE |Manifest: NOSIGNATURE
  406. moonlight-1.19.2-2.2.16-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.16 |DONE |Manifest: NOSIGNATURE
  407. ToolBelt-1.19.2-1.19.7.jar |Tool Belt |toolbelt |1.19.7 |DONE |Manifest: NOSIGNATURE
  408. EnigmaticGraves-1.19.2-1.7.6.jar |Enigmatic Graves |enigmaticgraves |1.19.2-1.7.6 |DONE |Manifest: NOSIGNATURE
  409. HopoBetterRuinedPortals-1.19-1.3.2b.jar |HopoBetterRuinedPortals |hoporp |1.3.1 |DONE |Manifest: NOSIGNATURE
  410. CreativeCore_FORGE_v2.9.3_mc1.19.2.jar |CreativeCore |creativecore |2.9.3 |DONE |Manifest: NOSIGNATURE
  411. similsaxtranstructors-1.19-1.0.24.jar |Similsax Transtructors - Build|similsaxtranstructors |1.19-1.0.24 |DONE |Manifest: NOSIGNATURE
  412. NethersDelight-1.19-3.0.jar |Nether's Delight |nethersdelight |1.19-3.0 |DONE |Manifest: NOSIGNATURE
  413. RoughlyEnoughItems-9.1.591.jar |Roughly Enough Items (REI) |roughlyenoughitems |9.1.591 |DONE |Manifest: NOSIGNATURE
  414. rottencreatures-forge-1.19.2-1.0.1.jar |Rotten Creatures |rottencreatures |1.0.1 |DONE |Manifest: NOSIGNATURE
  415. easy_villagers-1.19.2-1.0.0.jar |Easy Villagers |easy_villagers |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
  416. Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |DONE |Manifest: NOSIGNATURE
  417. mutil-1.19.2-5.1.0.jar |mutil |mutil |5.1.0 |DONE |Manifest: NOSIGNATURE
  418. LegendaryTooltips-1.19.2-forge-1.4.0.jar |Legendary Tooltips |legendarytooltips |1.4.0 |DONE |Manifest: NOSIGNATURE
  419. create-stuff-additions1.19.2_v2.0.2b.jar |Create Stuff & Additions |create_sa |2.0.2 |DONE |Manifest: NOSIGNATURE
  420. chemlib-1.19.2-2.0.17.jar |ChemLib |chemlib |1.19.2-2.0.17 |DONE |Manifest: NOSIGNATURE
  421. StorageDrawers-1.19-11.1.2.jar |Storage Drawers |storagedrawers |11.1.2 |DONE |Manifest: NOSIGNATURE
  422. FluxNetworks-1.19.2-7.1.3.12.jar |Flux Networks |fluxnetworks |7.1.3.12 |DONE |Manifest: NOSIGNATURE
  423. immersive_paintings-0.5.0+1.19.2-forge.jar |Immersive Paintings |immersive_paintings |0.5.0+1.19.2 |DONE |Manifest: NOSIGNATURE
  424. DiagonalFences-v4.2.3-1.19.2-Forge.jar |Diagonal Fences |diagonalfences |4.2.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
  425. betterconduitplacement-1.19.2-3.0.jar |Better Conduit Placement |betterconduitplacement |3.0 |DONE |Manifest: NOSIGNATURE
  426. coroutil-1.19.2-1.2.37.jar |CoroUtil |coroutil |1.19.2-1.2.37 |DONE |Manifest: NOSIGNATURE
  427. minecolonies-1.19.2-1.0.1247-BETA.jar |MineColonies |minecolonies |1.19.2-1.0.1247-BETA|DONE |Manifest: NOSIGNATURE
  428. engineersdecor-1.19.2-forge-1.3.28.jar |Engineer's Decor |engineersdecor |1.3.28 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  429. nifty-1.27.1.jar |NiftyBlocks |nifty |1.27.1 |DONE |Manifest: NOSIGNATURE
  430. refinedstorageaddons-0.9.0.jar |Refined Storage Addons |refinedstorageaddons |0.9.0 |DONE |Manifest: NOSIGNATURE
  431. expandability-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
  432. overloadedarmorbar-1.19.3-7.1.jar |Overloaded Armor Bar |overloadedarmorbar |1.19.3-7.1 |DONE |Manifest: NOSIGNATURE
  433. Morph-o-Tool-1.6-34.jar |Morph-o-Tool |morphtool |1.6-34 |DONE |Manifest: NOSIGNATURE
  434. betterfoliage-4.0.6.jar |Better Foliage |betterfoliage |4.0.6 |DONE |Manifest: NOSIGNATURE
  435. BiomesOPlenty-1.19.2-17.1.2.492.jar |Biomes O' Plenty |biomesoplenty |17.1.2.492 |DONE |Manifest: NOSIGNATURE
  436. Compat-O-Plenty-1.19.2-2.0.1.jar |Compat O' Plenty |compatoplenty |1.19.2-2.0.1 |DONE |Manifest: NOSIGNATURE
  437. atmospheric-1.19.2-5.0.0.jar |Atmospheric |atmospheric |5.0.0 |DONE |Manifest: NOSIGNATURE
  438. Quark-3.4-394.jar |Quark |quark |3.4-394 |DONE |Manifest: NOSIGNATURE
  439. notreepunching-forge-1.19.2-6.0.0.jar |No Tree Punching |notreepunching |6.0.0 |DONE |Manifest: NOSIGNATURE
  440. Flywheel Backend: GL33 Instanced Arrays
  441. FramedBlocks BlockEntity Warning: Not applicable
  442. Crash Report UUID: 2d6c8fb7-8312-4147-83b6-a423ee5a83fb
  443. FML: 43.2
  444. Forge: net.minecraftforge:43.2.1
Advertisement
Add Comment
Please, Sign In to add comment