Advertisement
XavierFre

Untitled

Jun 6th, 2024
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 2024-06-06 16:40:03
  5. Description: Exception generating new chunk
  6.  
  7. java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / slayersbeasts:slime_caverns]=net.minecraft.world.level.biome.Biome@6c342c98}, Reference{ResourceKey[minecraft:worldgen/biome / biomesoplenty:mystic_grove]=net.minecraft.world.level.biome.Biome@20964fb6}]
  8. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:99) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  9. at net.minecraft.world.level.chunk.ChunkGenerator.m_223094_(ChunkGenerator.java:102) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,re:classloading,pl:mixin:APP:betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
  10. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:181) ~[guava-32.1.2-jre.jar!/:?] {}
  11. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,re:classloading,pl:mixin:APP:betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
  12. at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  13. at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  14. at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  15. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:637) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:chunkpregen.mixins.json:common.storage.ChunkManagerMixin,pl:mixin:APP:ftbchunks-common.mixins.json:ChunkMapMixin,pl:mixin:A}
  16. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar!/:?] {}
  17. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:628) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:chunkpregen.mixins.json:common.storage.ChunkManagerMixin,pl:mixin:APP:ftbchunks-common.mixins.json:ChunkMapMixin,pl:mixin:A}
  18. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  19. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  20. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  21. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  22. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  23. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  24. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  25. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  26. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  27. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  28. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  29. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Thread: Server thread
  37. Suspected Mods: NONE
  38. Stacktrace:
  39. at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:99) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  40. at net.minecraft.world.level.chunk.ChunkGenerator.m_223094_(ChunkGenerator.java:102) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,re:classloading,pl:mixin:APP:betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
  41. at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:181) ~[guava-32.1.2-jre.jar!/:?] {}
  42. at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,re:classloading,pl:mixin:APP:betterwitchhuts.mixins.json:DisableVanillaWitchHutsMixin,pl:mixin:APP:betteroceanmonuments.mixins.json:DisableVanillaMonumentsMixin,pl:mixin:APP:betterfortresses.mixins.json:DisableVanillaFortressesMixin,pl:mixin:APP:betterstrongholds.mixins.json:DisableVanillaStrongholdsMixin,pl:mixin:APP:bettermineshafts.mixins.json:DisableVanillaMineshaftsMixin,pl:mixin:APP:betterjungletemples.mixins.json:DisableVanillaJungleTempleMixin,pl:mixin:APP:betterdeserttemples.mixins.json:DisableVanillaPyramidsMixin,pl:mixin:A}
  43. at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  44. at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  45. at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  46. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:637) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:chunkpregen.mixins.json:common.storage.ChunkManagerMixin,pl:mixin:APP:ftbchunks-common.mixins.json:ChunkMapMixin,pl:mixin:A}
  47. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar!/:?] {}
  48. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:628) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:chunkpregen.mixins.json:common.storage.ChunkManagerMixin,pl:mixin:APP:ftbchunks-common.mixins.json:ChunkMapMixin,pl:mixin:A}
  49. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  50. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  51. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  52. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  53. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  54. -- Chunk to be generated --
  55. Details:
  56. Location: -3,-3
  57. Position hash: -8589934595
  58. Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@14e834df
  59. Stacktrace:
  60. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:637) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:chunkpregen.mixins.json:common.storage.ChunkManagerMixin,pl:mixin:APP:ftbchunks-common.mixins.json:ChunkMapMixin,pl:mixin:A}
  61. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar!/:?] {}
  62. at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:628) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:chunkpregen.mixins.json:common.storage.ChunkManagerMixin,pl:mixin:APP:ftbchunks-common.mixins.json:ChunkMapMixin,pl:mixin:A}
  63. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
  64. at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
  65. at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  66. at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  67. at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  68. at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:classloading}
  69. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
  70. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  71. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  72. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  73. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  74. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  75.  
  76.  
  77. -- Affected level --
  78. Details:
  79. All players: 0 total; []
  80. Chunk stats: 625
  81. Level dimension: minecraft:overworld
  82. Level spawn location: World: (-24,64,-24), Section: (at 8,0,8 in -2,4,-2; chunk contains blocks -32,-64,-32 to -17,319,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
  83. Level time: 0 game time, 0 day time
  84. Level name: New World
  85. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  86. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  87. Known server brands: forge
  88. Removed feature flags:
  89. Level was modded: true
  90. Level storage version: 0x04ABD - Anvil
  91. Loaded entity count: 0
  92. Stacktrace:
  93. at net.minecraft.server.level.ServerLevel.m_6026_(ServerLevel.java:1509) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin,pl:mixin:APP:chunkpregen.mixins.json:common.server.ServerLevelMixin,pl:mixin:APP:glitchcore.mixins.json:MixinServerLevel,pl:mixin:APP:sereneseasons.mixins.json:MixinServerLevel,pl:mixin:APP:betterdeserttemples.mixins.json:ServerLevelMixin,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:toughasnails.mixins.json:MixinServerLevel,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins,pl:mixin:A}
  94. at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:361) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  95. at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:314) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  96. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:63) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:lithostitched.mixins.json:client.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  97. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:637) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  98. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:256) ~[forge-1.20.4-49.0.50-client.jar!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  99. at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}
  100.  
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.20.4
  105. Minecraft Version ID: 1.20.4
  106. Operating System: Windows 11 (amd64) version 10.0
  107. Java Version: 17.0.8, Microsoft
  108. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  109. Memory: 413123440 bytes (393 MiB) / 2543845376 bytes (2426 MiB) up to 4294967296 bytes (4096 MiB)
  110. CPUs: 20
  111. Processor Vendor: GenuineIntel
  112. Processor Name: 13th Gen Intel(R) Core(TM) i5-13600K
  113. Identifier: Intel64 Family 6 Model 183 Stepping 1
  114. Microarchitecture: unknown
  115. Frequency (GHz): 3.49
  116. Number of physical packages: 1
  117. Number of physical CPUs: 14
  118. Number of logical CPUs: 20
  119. Graphics card #0 name: AMD Radeon RX 7900 XT
  120. Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
  121. Graphics card #0 VRAM (MB): 4095.00
  122. Graphics card #0 deviceId: 0x744c
  123. Graphics card #0 versionInfo: DriverVersion=31.0.14000.58004
  124. Graphics card #1 name: Intel(R) UHD Graphics 770
  125. Graphics card #1 vendor: Intel Corporation (0x8086)
  126. Graphics card #1 VRAM (MB): 128.00
  127. Graphics card #1 deviceId: 0xa780
  128. Graphics card #1 versionInfo: DriverVersion=31.0.101.5186
  129. Memory slot #0 capacity (MB): 16384.00
  130. Memory slot #0 clockSpeed (GHz): 4.00
  131. Memory slot #0 type: Unknown
  132. Memory slot #1 capacity (MB): 16384.00
  133. Memory slot #1 clockSpeed (GHz): 4.00
  134. Memory slot #1 type: Unknown
  135. Virtual memory max (MB): 51927.23
  136. Virtual memory used (MB): 36159.79
  137. Swap memory total (MB): 19383.18
  138. Swap memory used (MB): 736.81
  139. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
  140. Server Running: true
  141. Player Count: 0 / 8; []
  142. Data Packs: vanilla, mod:totw_modded (incompatible), mod:betterdungeons, mod:darkmenu (incompatible), mod:supermartijn642configlib (incompatible), mod:betterwitchhuts, mod:geckolib (incompatible), mod:botarium (incompatible), mod:betteroceanmonuments, mod:mcwwindows (incompatible), mod:incendium, mod:villagernames, mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:prism (incompatible), mod:yungsapi, mod:mixinextras (incompatible), mod:multiverse (incompatible), mod:bookshelf (incompatible), mod:medievalend (incompatible), mod:darkutils (incompatible), mod:mcwdoors (incompatible), mod:balm (incompatible), mod:carryon (incompatible), mod:melody (incompatible), mod:jeresources (incompatible), mod:aerialhell (incompatible), mod:betterfortresses, mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:stackrefill, mod:ctov (incompatible), mod:konkrete (incompatible), mod:geophilic, mod:athena (incompatible), mod:darkglint (incompatible), mod:explorations (incompatible), mod:mcwbridges (incompatible), mod:entity_model_features (incompatible), mod:entity_texture_features (incompatible), mod:entangled (incompatible), mod:botanytrees (incompatible), mod:explorify (incompatible), mod:chunky (incompatible), mod:mcwfences (incompatible), mod:supermartijn642corelib (incompatible), mod:yungsbridges, mod:resourcefulconfig (incompatible), mod:spark (incompatible), mod:philipsruins (incompatible), mod:pamhc2foodextended (incompatible), mod:trimeffects (incompatible), mod:curios (incompatible), mod:collective, mod:searchables (incompatible), mod:yungsextras, mod:goldenfoods (incompatible), mod:elevatorid, mod:betterstrongholds, mod:chunkpregen (incompatible), mod:runelic (incompatible), mod:resourcefullib (incompatible), mod:wormhole (incompatible), mod:architectury (incompatible), mod:betterendisland, mod:trashcans (incompatible), mod:monolib (incompatible), mod:t_and_t, mod:fastleafdecay (incompatible), mod:bettermineshafts, mod:yeetusexperimentus (incompatible), mod:enchantinginfuser (incompatible), mod:betterjungletemples, mod:slayersbeasts (incompatible), mod:betteradvancements (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:pamhc2trees (incompatible), mod:jei (incompatible), mod:lithostitched (incompatible), mod:visualworkbench (incompatible), mod:attributefix (incompatible), mod:ringsofascension (incompatible), mod:waystones (incompatible), mod:monsterplus (incompatible), mod:structory, mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts (incompatible), mod:naturescompass (incompatible), mod:epherolib (incompatible), mod:botanypots (incompatible), mod:glitchcore (incompatible), mod:sereneseasons (incompatible), mod:betterdeserttemples, mod:terralith, mod:fusion (incompatible), mod:crafttweaker (incompatible), mod:ftbchunks (incompatible), mod:darkrewards (incompatible), mod:forge (incompatible), mod:travelerstitles, mod:dungeons_arise (incompatible), mod:hearths, mod:stellarity, mod:enchdesc (incompatible), mod:terrablender (incompatible), mod:biomesoplenty (incompatible), mod:jamlib (incompatible), mod:rightclickharvest (incompatible), mod:mousetweaks (incompatible), mod:regions_unexplored (incompatible), mod:morebowsandarrows (incompatible), mod:ftbquests (incompatible), mod:jade (incompatible), mod:pamhc2crops (incompatible), mod:darkheads (incompatible), mod:spectrelib (incompatible), mod:forgeconfigapiport (incompatible), mod:kotlinforforge (incompatible), mod:notenoughanimations (incompatible), mod:iceberg (incompatible), mod:legendarytooltips (incompatible), mod:pamhc2foodcore (incompatible), mod:croptopia (incompatible), mod:pigpen (incompatible), mod:polymorph (incompatible), mod:justenoughprofessions (incompatible), mod:toughasnails (incompatible), mod:entityculling (incompatible), mod:fancymenu (incompatible), mod:immediatelyfast (incompatible), mod:appleskin (incompatible), mod:puzzleslib (incompatible), mod:charmofundying (incompatible), mod:cristellib (incompatible), T&T Waystone Patch Pack
  143. Enabled Feature Flags: minecraft:vanilla
  144. World Generation: Stable
  145. Type: Integrated Server (map_client.txt)
  146. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  147. Launched Version: forge-49.0.50
  148. ModLauncher: 10.1.2
  149. ModLauncher launch target: forge_client
  150. ModLauncher naming: srg
  151. ModLauncher services:
  152. / slf4jfixer PLUGINSERVICE
  153. / runtimedistcleaner PLUGINSERVICE
  154. / runtime_enum_extender PLUGINSERVICE
  155. / object_holder_definalize PLUGINSERVICE
  156. / capability_token_subclass PLUGINSERVICE
  157. / accesstransformer PLUGINSERVICE
  158. / eventbus PLUGINSERVICE
  159. / mixin PLUGINSERVICE
  160. / redirector TRANSFORMATIONSERVICE
  161. / fml TRANSFORMATIONSERVICE
  162. / mixin TRANSFORMATIONSERVICE
  163. FML Language Providers:
  164. lowcodefml@49
  165. Mod List:
  166. totw_modded-forge-1.20.1-1.0.5.jar |Towers of the Wild Modded |totw_modded |1.0.5 |DONE |Manifest: NOSIGNATURE
  167. YungsBetterDungeons-1.20.4-Forge-4.4.4.jar |YUNG's Better Dungeons |betterdungeons |1.20.4-Forge-4.4.4 |DONE |Manifest: NOSIGNATURE
  168. darkmenu-forge-1.20.4-1.1.5.jar |DarkMenu |darkmenu |1.1.5 |DONE |Manifest: NOSIGNATURE
  169. supermartijn642configlib-1.1.8-forge-mc1.20.2.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
  170. YungsBetterWitchHuts-1.20.4-Forge-3.4.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20.4-Forge-3.4.3 |DONE |Manifest: NOSIGNATURE
  171. geckolib-forge-1.20.4-4.4.4.jar |GeckoLib 4 |geckolib |4.4.4 |DONE |Manifest: NOSIGNATURE
  172. botarium-forge-1.20.4-3.0.8.jar |Botarium |botarium |3.0.8 |DONE |Manifest: NOSIGNATURE
  173. YungsBetterOceanMonuments-1.20.4-Forge-3.4.3.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20.4-Forge-3.4.3 |DONE |Manifest: NOSIGNATURE
  174. mcw-windows-2.2.1-mc1.20.4forge.jar |Macaw's Windows |mcwwindows |2.2.1 |DONE |Manifest: NOSIGNATURE
  175. Incendium_1.20.x_v5.3.5.jar |Incendium |incendium |5.3.5 |DONE |Manifest: NOSIGNATURE
  176. villagernames-1.20.4-7.3.jar |Villager Names |villagernames |7.3 |DONE |Manifest: NOSIGNATURE
  177. cookingforblockheads-forge-1.20.4-18.0.5.jar |Cooking for Blockheads |cookingforblockheads |18.0.5 |DONE |Manifest: NOSIGNATURE
  178. Controlling-forge-1.20.4-15.0.5.jar |Controlling |controlling |15.0.5 |DONE |Manifest: NOSIGNATURE
  179. Prism-1.20.4-forge-1.0.6.jar |Prism |prism |1.0.6 |DONE |Manifest: NOSIGNATURE
  180. YungsApi-1.20.4-Forge-4.4.3.jar |YUNG's API |yungsapi |1.20.4-Forge-4.4.3 |DONE |Manifest: NOSIGNATURE
  181. mixinextras-forge-0.3.5.jar |MixinExtras |mixinextras |0.3.5 |DONE |Manifest: NOSIGNATURE
  182. multiverse-1.20.4-2.3.4.jar |Multiverse |multiverse |1.20.4-2.3.4 |DONE |Manifest: NOSIGNATURE
  183. Bookshelf-Forge-1.20.4-23.0.8.jar |Bookshelf |bookshelf |23.0.8 |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
  184. forge-medievalend-1.0.1.jar |Medieval Buildings [The End Ed|medievalend |1.0.1 |DONE |Manifest: NOSIGNATURE
  185. DarkUtilities-Forge-1.20.4-19.0.6.jar |DarkUtilities |darkutils |19.0.6 |DONE |Manifest: NOSIGNATURE
  186. mcw-doors-1.1.0-mc1.20.4forge.jar |Macaw's Doors |mcwdoors |1.1.0 |DONE |Manifest: NOSIGNATURE
  187. balm-forge-1.20.4-9.0.9.jar |Balm |balm |9.0.9 |DONE |Manifest: NOSIGNATURE
  188. carryon-forge-1.20.4-2.1.3.13.jar |Carry On |carryon |2.1.3 |DONE |Manifest: NOSIGNATURE
  189. melody_forge_1.0.3_MC_1.20.1-1.20.4.jar |Melody |melody |1.0.2 |DONE |Manifest: NOSIGNATURE
  190. JustEnoughResources-Forge-1.20.4-1.5.0.4.jar |Just Enough Resources |jeresources |1.5.0.4 |DONE |Manifest: NOSIGNATURE
  191. aerialhell-0.6.9_forge1.20.4.jar |Aerial Hell |aerialhell |1.0.0 |DONE |Manifest: NOSIGNATURE
  192. YungsBetterNetherFortresses-1.20.4-Forge-2.4.4.jar|YUNG's Better Nether Fortresse|betterfortresses |1.20.4-Forge-2.4.4 |DONE |Manifest: NOSIGNATURE
  193. cloth-config-13.0.121-forge.jar |Cloth Config v13 API |cloth_config |13.0.121 |DONE |Manifest: NOSIGNATURE
  194. sound-physics-remastered-forge-1.20.4-1.4.2.jar |Sound Physics Remastered |sound_physics_remastered |1.20.4-1.4.2 |DONE |Manifest: NOSIGNATURE
  195. stackrefill-1.20.4-4.4.jar |Stack Refill |stackrefill |4.4 |DONE |Manifest: NOSIGNATURE
  196. ctov-forge-3.4.3.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.3 |DONE |Manifest: NOSIGNATURE
  197. konkrete_forge_1.9.5_MC_1.20.4.jar |Konkrete |konkrete |1.9.5 |DONE |Manifest: NOSIGNATURE
  198. Geophilic-v2.3.0-1.20.3+.jar |Geophilic |geophilic |2.3.0 |DONE |Manifest: NOSIGNATURE
  199. athena-forge-1.20.4-3.3.2.jar |Athena |athena |3.3.2 |DONE |Manifest: NOSIGNATURE
  200. darkglint-forge-1.20.4-1.0.6.jar |DarkGlint |darkglint |1.0.6 |DONE |Manifest: NOSIGNATURE
  201. explorations-forge-1.20.4-1.5.3.jar |Explorations+ |explorations |1.20.4-1.5.3 |DONE |Manifest: NOSIGNATURE
  202. mcw-bridges-3.0.0-mc1.20.4forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |DONE |Manifest: NOSIGNATURE
  203. entity_model_features_forge_1.20.4-2.0.2.jar |Entity Model Features |entity_model_features |2.0.2 |DONE |Manifest: NOSIGNATURE
  204. entity_texture_features_forge_1.20.4-6.0.1.jar |Entity Texture Features |entity_texture_features |6.0.1 |DONE |Manifest: NOSIGNATURE
  205. entangled-1.3.18-forge-mc1.20.jar |Entangled |entangled |1.3.18 |DONE |Manifest: NOSIGNATURE
  206. BotanyTrees-Forge-1.20.4-12.0.3.jar |BotanyTrees |botanytrees |12.0.3 |DONE |Manifest: NOSIGNATURE
  207. explorify-v1.4.0.jar |Explorify |explorify |1.4.0 |DONE |Manifest: NOSIGNATURE
  208. Chunky-1.3.146.jar |Chunky |chunky |1.3.146 |DONE |Manifest: NOSIGNATURE
  209. mcw-fences-1.1.1-mc1.20.4forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |DONE |Manifest: NOSIGNATURE
  210. supermartijn642corelib-1.1.17-forge-mc1.20.4.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |DONE |Manifest: NOSIGNATURE
  211. YungsBridges-1.20.4-Forge-4.4.2.jar |YUNG's Bridges |yungsbridges |1.20.4-Forge-4.4.2 |DONE |Manifest: NOSIGNATURE
  212. resourcefulconfig-forge-1.20.4-2.4.7.jar |Resourcefulconfig |resourcefulconfig |2.4.7 |DONE |Manifest: NOSIGNATURE
  213. spark-1.10.58-forge.jar |spark |spark |1.10.58 |DONE |Manifest: NOSIGNATURE
  214. Philips-Ruins1.20.4-2.1.jar |Philips Ruins |philipsruins |2.1 |DONE |Manifest: NOSIGNATURE
  215. pamhc2foodextended-1.20.4-1.0.2.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |0.0NONE |DONE |Manifest: NOSIGNATURE
  216. trimeffects-1.1.1-forge.jar |Trim Effects |trimeffects |1.1.1-forge |DONE |Manifest: NOSIGNATURE
  217. curios-forge-7.4.2+1.20.4.jar |Curios API |curios |7.4.2+1.20.4 |DONE |Manifest: NOSIGNATURE
  218. collective-1.20.4-7.61.jar |Collective |collective |7.61 |DONE |Manifest: NOSIGNATURE
  219. Searchables-forge-1.20.4-1.0.6.jar |Searchables |searchables |1.0.6 |DONE |Manifest: NOSIGNATURE
  220. YungsExtras-1.20.4-Forge-4.4.2.jar |YUNG's Extras |yungsextras |1.20.4-Forge-4.4.2 |DONE |Manifest: NOSIGNATURE
  221. goldenfoods-merged-1.20.4-2.3.0.jar |GoldenFoods |goldenfoods |2.3.0 |DONE |Manifest: NOSIGNATURE
  222. elevatorid-1.20.4-1.9.2-forge.jar |Elevator Mod |elevatorid |1.20.4-1.9.2-forge |DONE |Manifest: NOSIGNATURE
  223. YungsBetterStrongholds-1.20.4-Forge-4.4.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20.4-Forge-4.4.3 |DONE |Manifest: NOSIGNATURE
  224. Chunk-Pregenerator-1.20.4-4.4.3.jar |Chunk Pregenerator |chunkpregen |1.20.4-4.4.3 |DONE |Manifest: NOSIGNATURE
  225. Runelic-Forge-1.20.4-21.0.3.jar |Runelic |runelic |21.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
  226. resourcefullib-forge-1.20.4-2.4.10.jar |Resourceful Lib |resourcefullib |2.4.10 |DONE |Manifest: NOSIGNATURE
  227. wormhole-1.1.16-forge-mc1.20.4.jar |Wormhole (Portals) |wormhole |1.1.16 |DONE |Manifest: NOSIGNATURE
  228. architectury-11.1.17-minecraftforge.jar |Architectury |architectury |11.1.17 |DONE |Manifest: NOSIGNATURE
  229. YungsBetterEndIsland-1.20.4-Forge-2.4.3.jar |YUNG's Better End Island |betterendisland |1.20.4-Forge-2.4.3 |DONE |Manifest: NOSIGNATURE
  230. trashcans-1.0.18b-forge-mc1.20.jar |Trash Cans |trashcans |1.0.18b |DONE |Manifest: NOSIGNATURE
  231. monolib-forge-1.20.4-1.1.0.jar |MonoLib |monolib |1.1.0 |DONE |Manifest: NOSIGNATURE
  232. t_and_t-1.12.1.1.jar |Towns and Towers |t_and_t |1.12.1 |DONE |Manifest: NOSIGNATURE
  233. FastLeafDecay-32.jar |Fast Leaf Decay |fastleafdecay |32 |DONE |Manifest: NOSIGNATURE
  234. YungsBetterMineshafts-1.20.4-Forge-4.4.2.jar |YUNG's Better Mineshafts |bettermineshafts |1.20.4-Forge-4.4.2 |DONE |Manifest: NOSIGNATURE
  235. yeetusexperimentus-forge-84.0.1.jar |Yeetus Experimentus |yeetusexperimentus |84.0.1 |DONE |Manifest: NOSIGNATURE
  236. EnchantingInfuser-v20.4.1-1.20.4-Forge.jar |Enchanting Infuser |enchantinginfuser |20.4.1 |DONE |Manifest: NOSIGNATURE
  237. YungsBetterJungleTemples-1.20.4-Forge-2.4.4.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20.4-Forge-2.4.4 |DONE |Manifest: NOSIGNATURE
  238. slayersbeasts-forge-1.20.4-3.1.0.jar |Slayer's Beasts |slayersbeasts |3.1.0 |DONE |Manifest: NOSIGNATURE
  239. BetterAdvancements-Forge-1.20.4-0.4.1.6.jar |Better Advancements |betteradvancements |0.4.1.6 |DONE |Manifest: NOSIGNATURE
  240. ftb-library-forge-2004.2.3.jar |FTB Library |ftblibrary |2004.2.3 |DONE |Manifest: NOSIGNATURE
  241. ftb-teams-forge-2004.1.2.jar |FTB Teams |ftbteams |2004.1.2 |DONE |Manifest: NOSIGNATURE
  242. pamhc2trees-1.20.4-1.0.3.jar |Pam's HarvestCraft 2 - Trees |pamhc2trees |0.0NONE |DONE |Manifest: NOSIGNATURE
  243. jei-1.20.4-forge-17.3.0.52.jar |Just Enough Items |jei |17.3.0.52 |DONE |Manifest: NOSIGNATURE
  244. lithostitched-forge-1.20.4-1.1.5.jar |Lithostitched |lithostitched |1.1.5 |DONE |Manifest: NOSIGNATURE
  245. VisualWorkbench-v20.4.2-1.20.4-Forge.jar |Visual Workbench |visualworkbench |20.4.2 |DONE |Manifest: NOSIGNATURE
  246. AttributeFix-Forge-1.20.4-24.0.2.jar |AttributeFix |attributefix |24.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
  247. RingsOfAscension-1.20.4-2.0.2.jar |Rings of Ascension |ringsofascension |2.0.0 |DONE |Manifest: NOSIGNATURE
  248. waystones-forge-1.20.4-16.0.5.jar |Waystones |waystones |16.0.5 |DONE |Manifest: NOSIGNATURE
  249. MonsterPlus-Forge1.20.4-v1.1.6.2.jar.jar |Monster Plus |monsterplus |1.0 |DONE |Manifest: NOSIGNATURE
  250. Structory_1.20.x_v1.3.5.jar |Structory |structory |1.3.5 |DONE |Manifest: NOSIGNATURE
  251. Clumps-forge-1.20.4-15.0.0.2.jar |Clumps |clumps |15.0.0.2 |DONE |Manifest: NOSIGNATURE
  252. journeymap-1.20.4-5.9.27-forge.jar |Journeymap |journeymap |5.9.27 |DONE |Manifest: NOSIGNATURE
  253. comforts-forge-7.2.2+1.20.4.jar |Comforts |comforts |7.2.2+1.20.4 |DONE |Manifest: NOSIGNATURE
  254. NaturesCompass-1.20.4-1.11.5-forge.jar |Nature's Compass |naturescompass |1.20.4-1.11.5-forge |DONE |Manifest: NOSIGNATURE
  255. EpheroLib-1.20.4-FORGE-1.2.0.jar |EpheroLib |epherolib |1.2.0 |DONE |Manifest: NOSIGNATURE
  256. BotanyPots-Forge-1.20.4-16.0.4.jar |BotanyPots |botanypots |16.0.4 |DONE |Manifest: NOSIGNATURE
  257. GlitchCore-forge-1.20.4-1.0.0.59.jar |GlitchCore |glitchcore |1.0.0.59 |DONE |Manifest: NOSIGNATURE
  258. SereneSeasons-forge-1.20.4-9.3.0.19.jar |Serene Seasons |sereneseasons |9.3.0.19 |DONE |Manifest: NOSIGNATURE
  259. YungsBetterDesertTemples-1.20.4-Forge-3.4.4.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20.4-Forge-3.4.4 |DONE |Manifest: NOSIGNATURE
  260. Terralith_1.20_v2.5.1.jar |Terralith |terralith |2.5.1 |DONE |Manifest: NOSIGNATURE
  261. fusion-1.1.1-forge-mc1.20.2.jar |Fusion |fusion |1.1.1 |DONE |Manifest: NOSIGNATURE
  262. CraftTweaker-forge-1.20.4-17.0.18.jar |CraftTweaker |crafttweaker |17.0.18 |DONE |Manifest: NOSIGNATURE
  263. ftb-chunks-forge-2004.1.2.jar |FTB Chunks |ftbchunks |2004.1.2 |DONE |Manifest: NOSIGNATURE
  264. darkrewards-forge-1.20.4-1.1.2.jar |DarkRewards |darkrewards |1.1.2 |DONE |Manifest: NOSIGNATURE
  265. forge-1.20.4-49.0.50-universal.jar |Forge |forge |49.0.50 |DONE |Manifest: NOSIGNATURE
  266. TravelersTitles-1.20.4-Forge-4.4.1.jar |Traveler's Titles |travelerstitles |1.20.4-Forge-4.4.1 |DONE |Manifest: NOSIGNATURE
  267. DungeonsArise-1.20.x-2.1.58-release.jar |When Dungeons Arise |dungeons_arise |2.1.58-1.20.x |DONE |Manifest: NOSIGNATURE
  268. hearths-v1.0.0.jar |Hearths |hearths |1.0.0 |DONE |Manifest: NOSIGNATURE
  269. forge-1.20.4-49.0.50-client.jar |Minecraft |minecraft |1.20.4 |DONE |Manifest: NOSIGNATURE
  270. Stellarity-2-2-1.jar |Stellarity |stellarity |2.2.0 |DONE |Manifest: NOSIGNATURE
  271. EnchantmentDescriptions-Forge-1.20.4-20.0.4.jar |EnchantmentDescriptions |enchdesc |20.0.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  272. TerraBlender-forge-1.20.4-3.3.0.12.jar |TerraBlender |terrablender |3.3.0.12 |DONE |Manifest: NOSIGNATURE
  273. BiomesOPlenty-forge-1.20.4-19.0.0.89.jar |Biomes O' Plenty |biomesoplenty |19.0.0.89 |DONE |Manifest: NOSIGNATURE
  274. jamlib-forge-1.0.9+1.20.4.jar |JamLib |jamlib |1.0.9+1.20.4 |DONE |Manifest: NOSIGNATURE
  275. rightclickharvest-forge-4.2.0+1.20.4.jar |Right Click Harvest |rightclickharvest |4.2.0+1.20.4 |DONE |Manifest: NOSIGNATURE
  276. MouseTweaks-forge-mc1.20.2-2.26.jar |Mouse Tweaks |mousetweaks |2.26 |DONE |Manifest: NOSIGNATURE
  277. RegionsUnexploredForge-0.5.5+1.20.4.jar |Regions Unexplored |regions_unexplored |0.5.5 |DONE |Manifest: NOSIGNATURE
  278. morebowsandarrows-merged-1.20.4-3.0.1.jar |MoreBowsAndArrows |morebowsandarrows |3.0.1 |DONE |Manifest: NOSIGNATURE
  279. ftb-quests-forge-2004.2.0.jar |FTB Quests |ftbquests |2004.2.0 |DONE |Manifest: NOSIGNATURE
  280. Jade-1.20.4-forge-13.2.1.jar |Jade |jade |13.2.1 |DONE |Manifest: NOSIGNATURE
  281. pamhc2crops-1.20.4-1.0.4.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |0.0NONE |DONE |Manifest: NOSIGNATURE
  282. darkheads-forge-1.20.4-1.0.9.jar |DarkHeads |darkheads |1.0.9 |DONE |Manifest: NOSIGNATURE
  283. spectrelib-forge-0.15.2+1.20.4.jar |SpectreLib |spectrelib |0.15.2+1.20.4 |DONE |Manifest: NOSIGNATURE
  284. ForgeConfigAPIPort-v20.4.3-1.20.4-Forge.jar |Forge Config API Port |forgeconfigapiport |20.4.3 |DONE |Manifest: NOSIGNATURE
  285. kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |DONE |Manifest: NOSIGNATURE
  286. notenoughanimations-forge-1.7.3-mc1.20.4.jar |NotEnoughAnimations |notenoughanimations |1.7.3 |DONE |Manifest: NOSIGNATURE
  287. Iceberg-1.20.4-forge-1.1.20.jar |Iceberg |iceberg |1.1.20 |DONE |Manifest: NOSIGNATURE
  288. LegendaryTooltips-1.20.2-forge-1.4.5.jar |Legendary Tooltips |legendarytooltips |1.4.5 |DONE |Manifest: NOSIGNATURE
  289. pamhc2foodcore-1.20.4-1.0.7.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.7 |DONE |Manifest: NOSIGNATURE
  290. Croptopia-1.20.4-FORGE-3.0.4.jar |Croptopia |croptopia |3.0.4 |DONE |Manifest: NOSIGNATURE
  291. PigPen-Forge-1.20.4-17.0.3.jar |PigPen |pigpen |17.0.3 |DONE |Manifest: NOSIGNATURE
  292. polymorph-forge-0.51.0+1.20.4.jar |Polymorph |polymorph |0.51.0+1.20.4 |DONE |Manifest: NOSIGNATURE
  293. JustEnoughProfessions-forge-1.20.4-3.2.0.jar |Just Enough Professions (JEP) |justenoughprofessions |3.2.0 |DONE |Manifest: NOSIGNATURE
  294. ToughAsNails-forge-1.20.4-9.2.0.168.jar |Tough As Nails |toughasnails |9.2.0.168 |DONE |Manifest: NOSIGNATURE
  295. entityculling-forge-1.6.5-mc1.20.4.jar |EntityCulling |entityculling |1.6.5 |DONE |Manifest: NOSIGNATURE
  296. fancymenu_forge_3.2.3_MC_1.20.4.jar |FancyMenu |fancymenu |3.2.3 |DONE |Manifest: NOSIGNATURE
  297. ImmediatelyFast-Forge-1.2.17+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.17+1.20.4 |DONE |Manifest: NOSIGNATURE
  298. appleskin-forge-mc1.20.2-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.2 |DONE |Manifest: NOSIGNATURE
  299. PuzzlesLib-v20.4.44-1.20.4-Forge.jar |Puzzles Lib |puzzleslib |20.4.44 |DONE |Manifest: NOSIGNATURE
  300. charmofundying-forge-7.1.2+1.20.4.jar |Charm of Undying |charmofundying |7.1.2+1.20.4 |DONE |Manifest: NOSIGNATURE
  301. cristellib-1.2.2-forge.jar |Cristel Lib |cristellib |1.2.2 |DONE |Manifest: NOSIGNATURE
  302. Crash Report UUID: 7959d8ed-de44-416c-9990-d167e0aef5d9
  303. FML: 0.0
  304. Forge: net.minecraftforge:49.0.50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement