Advertisement
drakray

Untitled

Jul 15th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.72 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 2023-07-15 06:09:50
  5. Description: Tesselating block model
  6.  
  7. java.lang.NoSuchMethodError: 'net.mehvahdjukaar.moonlight.api.client.model.BakedQuadBuilder net.mehvahdjukaar.moonlight.api.client.model.BakedQuadBuilder.create()'
  8. at net.mehvahdjukaar.hauntedharvest.client.CarvedPumpkinBakedModel.createPixelQuad(CarvedPumpkinBakedModel.java:143) ~[hauntedharvest-1.20-3.1.9.jar%23552!/:?] {re:classloading}
  9. at net.mehvahdjukaar.hauntedharvest.client.CarvedPumpkinBakedModel.generateQuads(CarvedPumpkinBakedModel.java:120) ~[hauntedharvest-1.20-3.1.9.jar%23552!/:?] {re:classloading}
  10. at net.mehvahdjukaar.hauntedharvest.client.CarvingManager$Carving.lambda$getOrCreateModel$0(CarvingManager.java:135) ~[hauntedharvest-1.20-3.1.9.jar%23552!/:?] {re:classloading}
  11. at java.util.Map.computeIfAbsent(Map.java:1054) ~[?:?] {re:mixin}
  12. at net.mehvahdjukaar.hauntedharvest.client.CarvingManager$Carving.getOrCreateModel(CarvingManager.java:135) ~[hauntedharvest-1.20-3.1.9.jar%23552!/:?] {re:classloading}
  13. at net.mehvahdjukaar.hauntedharvest.client.CarvedPumpkinBakedModel.getBlockQuads(CarvedPumpkinBakedModel.java:87) ~[hauntedharvest-1.20-3.1.9.jar%23552!/:?] {re:classloading}
  14. at net.mehvahdjukaar.moonlight.api.client.model.CustomBakedModel.getQuads(CustomBakedModel.java:528) ~[moonlight-1.20-2.6.1-forge.jar%23593!/:?] {re:mixin,re:classloading,pl:mixin:APP:moonlight.mixins.json:SelfCustomBakedModel,pl:mixin:A}
  15. at net.minecraft.client.renderer.block.ModelBlockRenderer.tesselateWithAO(ModelBlockRenderer.java:80) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
  16. at net.minecraftforge.client.model.lighting.ForgeModelBlockRenderer.tesselateWithAO(ForgeModelBlockRenderer.java:65) ~[forge-1.20.1-47.1.21-universal.jar%23703!/:?] {re:classloading}
  17. at net.minecraft.client.renderer.block.ModelBlockRenderer.tesselateBlock(ModelBlockRenderer.java:54) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
  18. at net.minecraft.client.renderer.block.BlockRenderDispatcher.renderBatched(BlockRenderDispatcher.java:68) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:farmersdelight.mixins.json:HideBlockBreakProgressMixin,pl:mixin:APP:computercraft-client.forge.mixins.json:BlockRenderDispatcherMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  19. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$RebuildTask.m_234467_(ChunkRenderDispatcher.java:641) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:instancemanage.ChunkRebuildHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  20. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$RebuildTask.m_5869_(ChunkRenderDispatcher.java:556) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:instancemanage.ChunkRebuildHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  21. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.m_194412_(ChunkRenderDispatcher.java:128) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
  22. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] {}
  23. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] {}
  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: Render thread
  36. Stacktrace:
  37. at net.mehvahdjukaar.hauntedharvest.client.CarvedPumpkinBakedModel.createPixelQuad(CarvedPumpkinBakedModel.java:143) ~[hauntedharvest-1.20-3.1.9.jar%23552!/:?] {re:classloading}
  38. -- Block model being tesselated --
  39. Details:
  40. Block: Block{hauntedharvest:carved_pumpkin}[facing=north]
  41. Block location: World: (1465,86,-461), Section: (at 9,6,3 in 91,5,-29; chunk contains blocks 1456,-64,-464 to 1471,319,-449), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,-64,-512 to 1535,319,-1)
  42. Using AO: true
  43. Stacktrace:
  44. at net.minecraft.client.renderer.block.ModelBlockRenderer.tesselateBlock(ModelBlockRenderer.java:54) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
  45. at net.minecraft.client.renderer.block.BlockRenderDispatcher.renderBatched(BlockRenderDispatcher.java:68) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:farmersdelight.mixins.json:HideBlockBreakProgressMixin,pl:mixin:APP:computercraft-client.forge.mixins.json:BlockRenderDispatcherMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  46. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$RebuildTask.m_234467_(ChunkRenderDispatcher.java:641) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:instancemanage.ChunkRebuildHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  47. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$RebuildTask.m_5869_(ChunkRenderDispatcher.java:556) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:instancemanage.ChunkRebuildHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  48. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.m_194412_(ChunkRenderDispatcher.java:128) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
  49. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] {}
  50. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] {}
  51. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  52. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  53. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  54. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  55. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  56.  
  57.  
  58. -- Block being tesselated --
  59. Details:
  60. Block: Block{hauntedharvest:carved_pumpkin}[facing=north]
  61. Block location: World: (1465,86,-461), Section: (at 9,6,3 in 91,5,-29; chunk contains blocks 1456,-64,-464 to 1471,319,-449), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,-64,-512 to 1535,319,-1)
  62. Stacktrace:
  63. at net.minecraft.client.renderer.block.BlockRenderDispatcher.renderBatched(BlockRenderDispatcher.java:68) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:farmersdelight.mixins.json:HideBlockBreakProgressMixin,pl:mixin:APP:computercraft-client.forge.mixins.json:BlockRenderDispatcherMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  64. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$RebuildTask.m_234467_(ChunkRenderDispatcher.java:641) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:instancemanage.ChunkRebuildHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  65. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$RenderChunk$RebuildTask.m_5869_(ChunkRenderDispatcher.java:556) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:instancemanage.ChunkRebuildHooksMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  66. at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.m_194412_(ChunkRenderDispatcher.java:128) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
  67. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] {}
  68. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] {}
  69. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
  70. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
  71. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
  72. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
  73. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
  74.  
  75.  
  76. -- Affected level --
  77. Details:
  78. All players: 1 total; [LocalPlayer['drakray'/1123, l='ClientLevel', x=1234.30, y=55.97, z=-615.04]]
  79. Chunk stats: 1521, 1021
  80. Level dimension: minecraft:overworld
  81. Level spawn location: World: (80,64,-48), Section: (at 0,0,0 in 5,4,-3; chunk contains blocks 80,-64,-48 to 95,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
  82. Level time: 106945 game time, 187296 day time
  83. Server brand: forge
  84. Server type: Integrated singleplayer server
  85. Stacktrace:
  86. at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:455) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:craterlib.mixins.json:events.client.ClientLevelMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:mixins.terraqueous.json:TA_ClientWorld,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:A,pl:runtimedistcleaner:A}
  87. at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2319) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:craterlib.mixins.json:events.client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:globalpacks.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:tofucraft.mixins.json:client.MinecraftMixin,pl:mixin:APP:assortedlib.mixins.json:client.AccessorMinecraft,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  88. at net.minecraft.client.Minecraft.lambda$delayCrash$24(Minecraft.java:829) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:craterlib.mixins.json:events.client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:globalpacks.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:tofucraft.mixins.json:client.MinecraftMixin,pl:mixin:APP:assortedlib.mixins.json:client.AccessorMinecraft,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  89. at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:708) ~[client-1.20.1-20230612.114412-srg.jar%23698!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:craterlib.mixins.json:events.client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:globalpacks.mixins.json:MinecraftMixin,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:spyglass_improvements.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:tofucraft.mixins.json:client.MinecraftMixin,pl:mixin:APP:assortedlib.mixins.json:client.AccessorMinecraft,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  90. at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.1.21.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  91. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  92. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
  93. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  94. at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
  95. at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.21.jar:?] {}
  96. at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.1.21.jar:?] {}
  97. at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.1.21.jar:?] {}
  98. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
  99. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
  100. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
  101. at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
  102. at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
  103. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
  104. at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
  105. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
  106.  
  107.  
  108. -- Last reload --
  109. Details:
  110. Reload number: 1
  111. Reload reason: initial
  112. Finished: Yes
  113. Packs: vanilla, mod_resources, Snowyspirit Generated Pack, Supplementaries Generated Pack, tinyskeletons, Suppsquared Generated Pack, Sleep Tight Generated Pack
  114.  
  115. -- System Details --
  116. Details:
  117. Minecraft Version: 1.20.1
  118. Minecraft Version ID: 1.20.1
  119. Operating System: Windows 10 (amd64) version 10.0
  120. Java Version: 17.0.6, Oracle Corporation
  121. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
  122. Memory: 2365830304 bytes (2256 MiB) / 10737418240 bytes (10240 MiB) up to 10737418240 bytes (10240 MiB)
  123. CPUs: 8
  124. Processor Vendor: GenuineIntel
  125. Processor Name: Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
  126. Identifier: Intel64 Family 6 Model 158 Stepping 13
  127. Microarchitecture: Coffee Lake
  128. Frequency (GHz): 3.00
  129. Number of physical packages: 1
  130. Number of physical CPUs: 8
  131. Number of logical CPUs: 8
  132. Graphics card #0 name: NVIDIA GeForce RTX 2060
  133. Graphics card #0 vendor: NVIDIA (0x10de)
  134. Graphics card #0 VRAM (MB): 4095.00
  135. Graphics card #0 deviceId: 0x1f08
  136. Graphics card #0 versionInfo: DriverVersion=31.0.15.3118
  137. Memory slot #0 capacity (MB): 8192.00
  138. Memory slot #0 clockSpeed (GHz): 2.67
  139. Memory slot #0 type: DDR4
  140. Memory slot #1 capacity (MB): 8192.00
  141. Memory slot #1 clockSpeed (GHz): 2.67
  142. Memory slot #1 type: DDR4
  143. Virtual memory max (MB): 49403.56
  144. Virtual memory used (MB): 43658.97
  145. Swap memory total (MB): 33100.18
  146. Swap memory used (MB): 7880.44
  147. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  148. Launched Version: 1.20.1-forge-47.1.21
  149. Backend library: LWJGL version 3.3.1 build 7
  150. Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 531.18, NVIDIA Corporation
  151. Window size: 1920x1017
  152. GL Caps: Using framebuffer using OpenGL 3.2
  153. GL debug messages:
  154. Using VBOs: Yes
  155. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  156. Type: Integrated Server (map_client.txt)
  157. Graphics mode: fancy
  158. Resource Packs:
  159. Current Language: en_us
  160. CPU: 8x Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
  161. Server Running: true
  162. Player Count: 1 / 8; [ServerPlayer['drakray'/1123, l='ServerLevel[The Expanse]', x=1234.30, y=55.97, z=-615.04]]
  163. Data Packs: vanilla, mod:ancient_manuscripts, mod:supermartijn642configlib (incompatible), mod:playeranimator (incompatible), mod:nyctophobia (incompatible), mod:botarium (incompatible), mod:woodenhopper, mod:forgeendertech, mod:villagersplus (incompatible), mod:evilcraft, mod:aiot (incompatible), mod:kambrik (incompatible), mod:guardvillagers (incompatible), mod:darkutils (incompatible), mod:balm, mod:aq, mod:cloth_config (incompatible), mod:shetiphiancore, mod:leavesbegone, mod:supplementaries, mod:athena, mod:configurablecane (incompatible), mod:solapplepie, mod:tinyskeletons, mod:assortedworld (incompatible), mod:botanytrees (incompatible), mod:ornamental, mod:sleep_tight (incompatible), mod:heyberryshutup (incompatible), mod:supermartijn642corelib (incompatible), mod:resourcefulconfig (incompatible), mod:bendylib (incompatible), mod:philipsruins (incompatible), mod:enhancedanvil, mod:assortedtools (incompatible), mod:echochest, mod:villagersfollowemeraldblocks, mod:manyideas_core, mod:curios (incompatible), mod:extendedmushrooms, mod:jewelcraft (incompatible), mod:framedblocks, mod:angelring, mod:tombstone, mod:queen_bee, mod:flib, mod:adchimneys, mod:jadeaddons (incompatible), mod:fallingtree (incompatible), mod:l2library (incompatible), mod:l2backpack (incompatible), mod:easyshulkerboxes, mod:fastleafdecay, mod:smartbrainlib (incompatible), mod:elytraslot (incompatible), mod:kiwi (incompatible), mod:adfinders, mod:puzzlesapi, mod:l2tabs (incompatible), mod:rechiseled (incompatible), mod:graveyard (incompatible), mod:attributefix (incompatible), mod:caelus (incompatible), mod:stoneworks, mod:colytra (incompatible), mod:carpeted (incompatible), mod:geore, mod:botanypots (incompatible), mod:l2screentracker (incompatible), mod:phosphophyllite (incompatible), mod:peripherals (incompatible), mod:farmingforblockheads, mod:craterlib (incompatible), mod:geodes, mod:bagofholding, mod:beefix, mod:pedestals, mod:manyideas_halloween, mod:manyideas_christmas, mod:fusion (incompatible), mod:ars_nouveau (incompatible), mod:puzzlesaccessapi, mod:ironchest, mod:dungeons_arise, mod:trade_cycling, mod:terrablender (incompatible), mod:biomesoplenty (incompatible), mod:companion (incompatible), mod:pamhc2crops (incompatible), mod:adlods, mod:spectrelib (incompatible), mod:kotlinforforge (incompatible), mod:dimdungeons, mod:pipez, mod:flywheel, mod:assortedtech (incompatible), mod:pamhc2foodcore (incompatible), mod:croptopia (incompatible), mod:polymorph (incompatible), mod:multibeds, mod:justenoughprofessions, mod:earthmobsmod (incompatible), mod:almostunified (incompatible), mod:jei, mod:world_pre_generator, mod:manyideas_doors, mod:magical_torches, mod:connectedglass (incompatible), mod:occultism, mod:puzzleslib, mod:archaeologybanners (incompatible), mod:terraqueous, mod:goated (incompatible), mod:cosmeticarmorreworked, mod:cristellib (incompatible), mod:ad_astra (incompatible), mod:ad_astra_giselle_addon (incompatible), mod:totw_modded, mod:cyclopscore, mod:mowlib, mod:globalpacks (incompatible), mod:geckolib, mod:additionalbanners (incompatible), mod:doggytalents (incompatible), mod:incendium, mod:sophisticatedcore (incompatible), mod:ourvillagerdiscounts (incompatible), mod:bowinfinityfix, mod:moremobgriefingoptions, mod:cookingforblockheads, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:rats, mod:forge, mod:l2artifacts (incompatible), mod:silentgear, mod:appleskin (incompatible), mod:aquaculture, mod:domesticationinnovation (incompatible), mod:undeco, mod:mixinextras (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:uteamcore, mod:simpleplanes (incompatible), mod:relics, mod:jeed (incompatible), mod:adpother, mod:peanutcraft, mod:hauntedharvest (incompatible), mod:dummmmmmy (incompatible), mod:absentbydesign, mod:l2damagetracker (incompatible), mod:elytrautilities (incompatible), mod:twilightforest, mod:trenzalore (incompatible), mod:gemstonepower (incompatible), mod:airhop, mod:arcanelanterns, mod:chipped (incompatible), mod:jamd (incompatible), mod:farmersdelight, mod:ends_delight, mod:endertanks, mod:assortedstorage (incompatible), mod:rapid_leaf_decay, mod:trailsandtalesplus, mod:snifferplus (incompatible), mod:simplefarming (incompatible), mod:hangglider, mod:pamhc2foodextended (incompatible), mod:bountiful (incompatible), mod:patchouli (incompatible), mod:blockui, mod:suppsquared (incompatible), mod:collective, mod:sewingkit (incompatible), mod:spyglass_improvements (incompatible), mod:villagertools (incompatible), mod:redstonevillager (incompatible), mod:runelic, mod:resourcefullib (incompatible), mod:twilightdelight (incompatible), mod:architectury (incompatible), mod:helpwanted (incompatible), mod:doapi (incompatible), mod:vinery (incompatible), mod:wands, mod:productivevillagers (incompatible), mod:computercraft, mod:moreoverlays (incompatible), mod:productivebees, mod:undergarden, mod:chunkloaders (incompatible), mod:inventoryessentials, mod:infinitetrading, mod:peripheralium (incompatible), mod:t_and_t, mod:yeetusexperimentus (incompatible), mod:tofucraft (incompatible), mod:tofudelight, mod:crawlondemand (incompatible), mod:tradingpost, mod:caupona (incompatible), mod:cyclic, mod:doiamornament (incompatible), mod:betteradvancements (incompatible), mod:inventorysorter (incompatible), mod:biggerreactors (incompatible), mod:rootsclassic, mod:cucumber, mod:pamhc2trees (incompatible), mod:floralis, mod:assortedlib (incompatible), mod:sophisticatedstorage (incompatible), mod:platforms, mod:eco, mod:tinycoal (incompatible), mod:l2complements (incompatible), mod:structorytowers, mod:create, mod:create_structures, mod:waystones, mod:structory, mod:clumps (incompatible), mod:journeymap (incompatible), mod:artifacts, mod:magistuarmory (incompatible), mod:sherdduplication, mod:morecraft, mod:dramaticdoors, mod:better_totem_of_undying, mod:hopour, mod:friendsandfoes (incompatible), mod:tflostblocks, mod:mysticalagriculture, mod:libipn (incompatible), mod:enchdesc (incompatible), mod:moonlight (incompatible), mod:moyai (incompatible), mod:titanium (incompatible), mod:mysterious_mountain_lib (incompatible), mod:corn_delight (incompatible), mod:silentlib, mod:morefood (incompatible), mod:jade (incompatible), mod:jadecolonies (incompatible), mod:snowyspirit (incompatible), mod:hoporp, mod:theurgy, mod:modulargolems (incompatible), mod:l2weaponry (incompatible), mod:l2archery (incompatible), mod:recipes_lib, mod:overworldpiglins, mod:barteringstation, mod:assortedcore (incompatible), mod:shulkertooltip (incompatible), mod:pigpen (incompatible), mod:cactusmod, mod:brickhopper, mod:irons_spellbooks, mod:enderchests, mod:statues, mod:turtlematic (incompatible), mod:assorteddecor (incompatible), mod:modonomicon, mod:georenouveau, mod:quartz (incompatible), mod:mvs (incompatible), mod:functionalstorage (incompatible), mod:betterlily (incompatible), mod:l2itemselector (incompatible), mod:silentgems, mod:expandability (incompatible), mod:overflowingbars, mod:drinkbeer (incompatible), Goated Generated Pack, LessStructures-SpacingTweaks-1.20.1-2.1.56.zip, Silktouch.Budding.Blocks.zip (incompatible), Snowyspirit Generated Pack, Supplementaries Generated Pack, Suppsquared Generated Pack, T&T Waystone Patch Pack (incompatible), WDA-VanillaLoot-1.18.2-1.19.2-0.0.1.zip (incompatible), builtin/dramaticdoors-biome, builtin/dramaticdoors-chipped, builtin/dramaticdoors-dimensional, builtin/dramaticdoors-magic, builtin/dramaticdoors-manyideas, builtin/dramaticdoors-misc, builtin/dramaticdoors-tech, builtin/dramaticdoors-vanillaesque, dragon drops v1.3.4 (MC 1.20.x).zip, more mob heads v2.12.1 (MC 1.20.x).zip, player head drops v1.1.4 (MC 1.20.x).zip, silence mobs v1.1.4 (MC 1.20.x).zip, mod:chococraft, mod:allthetrims (incompatible), mod:maturidelight, mod:gardens_of_the_dead
  164. Enabled Feature Flags: minecraft:vanilla
  165. World Generation: Stable
  166. ModLauncher: 10.0.9+10.0.9+main.dcd20f30
  167. ModLauncher launch target: forgeclient
  168. ModLauncher naming: srg
  169. ModLauncher services:
  170. mixin-0.8.5.jar mixin PLUGINSERVICE
  171. eventbus-6.0.5.jar eventbus PLUGINSERVICE
  172. fmlloader-1.20.1-47.1.21.jar slf4jfixer PLUGINSERVICE
  173. fmlloader-1.20.1-47.1.21.jar object_holder_definalize PLUGINSERVICE
  174. fmlloader-1.20.1-47.1.21.jar runtime_enum_extender PLUGINSERVICE
  175. fmlloader-1.20.1-47.1.21.jar capability_token_subclass PLUGINSERVICE
  176. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  177. fmlloader-1.20.1-47.1.21.jar runtimedistcleaner PLUGINSERVICE
  178. modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
  179. modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
  180. FML Language Providers:
  181. minecraft@1.0
  182. javafml@null
  183. kotlinforforge@4.4.0
  184. lowcodefml@null
  185. Mod List:
  186. ancient_manuscripts-1.1.2-1.20.1.jar |Ancient Manuscripts |ancient_manuscripts |1.1.2 |DONE |Manifest: NOSIGNATURE
  187. supermartijn642configlib-1.1.6-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6 |DONE |Manifest: NOSIGNATURE
  188. player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |DONE |Manifest: NOSIGNATURE
  189. Nyctophobia_1.6_(FORGE)_for_1.20+.jar |Nyctophobia |nyctophobia |1.6 |DONE |Manifest: NOSIGNATURE
  190. botarium-forge-1.20-2.1.1.jar |Botarium |botarium |2.1.1 |DONE |Manifest: NOSIGNATURE
  191. woodenhopper-1.20.1-1.5.1.0.jar |Wooden Hopper |woodenhopper |1.20.1-1.5.1.0 |DONE |Manifest: NOSIGNATURE
  192. ForgeEndertech-1.20.1-11.1.0.0-build.0142.jar |ForgeEndertech |forgeendertech |11.1.0.0 |DONE |Manifest: NOSIGNATURE
  193. VillagersPlus_1.3_(FORGE)_for_1.20.jar |Villagers Plus |villagersplus |1.3 |DONE |Manifest: NOSIGNATURE
  194. EvilCraft-1.20.1-1.2.25.jar |EvilCraft |evilcraft |1.2.25 |DONE |Manifest: NOSIGNATURE
  195. aiot-1.0.0.jar |All In One Tools++ |aiot |1.0.0 |DONE |Manifest: NOSIGNATURE
  196. Kambrik-6.0.1+1.20.1-forge.jar |Kambrik |kambrik |6.0.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  197. guardvillagers-1.20-1.6.0.jar |Guard Villagers |guardvillagers |1.20-1.6.0 |DONE |Manifest: NOSIGNATURE
  198. DarkUtilities-Forge-1.20-16.0.3.jar |DarkUtilities |darkutils |16.0.3 |DONE |Manifest: NOSIGNATURE
  199. balm-forge-1.20-7.0.4.jar |Balm |balm |7.0.4 |DONE |Manifest: NOSIGNATURE
  200. aquaticadditionsBETA3.1-1.20.1.jar |Aquatic Additions |aq |3.2 |DONE |Manifest: NOSIGNATURE
  201. cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |DONE |Manifest: NOSIGNATURE
  202. shetiphiancore-forge-1.20.1-1.0.jar |ShetiPhian-Core |shetiphiancore |1.20.1-1.0 |DONE |Manifest: NOSIGNATURE
  203. LeavesBeGone-v8.0.0-1.20.1-Forge.jar |Leaves Be Gone |leavesbegone |8.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
  204. supplementaries-1.20-2.5.18.jar |Supplementaries |supplementaries |1.20-2.5.18 |DONE |Manifest: NOSIGNATURE
  205. athena-forge-1.20.1-3.0.0.jar |Athena |athena |3.0.0 |DONE |Manifest: NOSIGNATURE
  206. ConfigurableCane-1.20-2.5.2.jar |Configurable Cane |configurablecane |2.5.2 |DONE |Manifest: NOSIGNATURE
  207. solapplepie-1.20.1-2.3.0.jar |Spice of Life: Apple Pie Editi|solapplepie |1.20.1-2.3.0 |DONE |Manifest: NOSIGNATURE
  208. TinySkeletons-v8.0.0-1.20.1-Forge.jar |Tiny Skeletons |tinyskeletons |8.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
  209. assortedworld-forge-1.20.1-8.0.0.jar |Assorted World |assortedworld |8.0.0 |DONE |Manifest: NOSIGNATURE
  210. BotanyTrees-Forge-1.20-8.0.1.jar |BotanyTrees |botanytrees |8.0.1 |DONE |Manifest: NOSIGNATURE
  211. ornamental-1.20-4.12.78.jar |Ornamental |ornamental |1.20-4.12.78 |DONE |Manifest: NOSIGNATURE
  212. sleep_tight-1.20-1.1.4.jar |Sleep Tight |sleep_tight |1.20-1.1.4 |DONE |Manifest: NOSIGNATURE
  213. heyberryshutup-1.20.0-2.0.3.jar |Hey Berry! SHUT UP |heyberryshutup |1.20.0-2.0.3 |DONE |Manifest: NOSIGNATURE
  214. supermartijn642corelib-1.1.10-forge-mc1.20.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.10 |DONE |Manifest: NOSIGNATURE
  215. resourcefulconfig-forge-1.20-2.0.0.jar |Resourcefulconfig |resourcefulconfig |2.0.0 |DONE |Manifest: NOSIGNATURE
  216. bendy-lib-forge-4.0.0.jar |Bendy lib |bendylib |4.0.0 |DONE |Manifest: NOSIGNATURE
  217. Philips-Ruins1.20.1-1.3.jar |Philips Ruins |philipsruins |1.3 |DONE |Manifest: NOSIGNATURE
  218. enhanced_anvil-forge-1.20.1-1.2.0.13.jar |Enhanced Anvil |enhancedanvil |1.2.0.13 |DONE |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
  219. assortedtools-forge-1.20.1-10.0.0.jar |Assorted Tools |assortedtools |10.0.0 |DONE |Manifest: NOSIGNATURE
  220. EchoChest-v8.0.0-1.20.1-Forge.jar |Echo Chest |echochest |8.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
  221. villagersfollowemeraldblocks-1.0.1.jar |Villagers Follow Emerald Block|villagersfollowemeraldblocks |1.0.1 |DONE |Manifest: NOSIGNATURE
  222. ManyIdeasCore-1.20.1-1.4.2.jar |ManyIdeas Core |manyideas_core |1.4.2 |DONE |Manifest: NOSIGNATURE
  223. curios-forge-5.2.0-beta.3+1.20.1.jar |Curios API |curios |5.2.0-beta.3+1.20.1 |DONE |Manifest: NOSIGNATURE
  224. extendedmushrooms-1.20.1-4.0.0.1.jar |Extended Mushrooms |extendedmushrooms |1.20.1-4.0.0.1 |DONE |Manifest: NOSIGNATURE
  225. Jewelry-1.4.3.jar |Jewelcraft |jewelcraft |1.4.3 |DONE |Manifest: NOSIGNATURE
  226. FramedBlocks-9.0.0.jar |FramedBlocks |framedblocks |9.0.0 |DONE |Manifest: NOSIGNATURE
  227. AngelRing2-1.20.1-2.2.1.jar |Angel Ring 2 |angelring |2.2.1 |DONE |Manifest: NOSIGNATURE
  228. tombstone-8.5.1-1.20.1.jar |Corail Tombstone |tombstone |8.5.1 |DONE |Manifest: NOSIGNATURE
  229. queen_bee-3.1.1-1.20.1.jar |Queen Bee |queen_bee |3.1.1-1.20.1 |DONE |Manifest: NOSIGNATURE
  230. flib-1.20.1-0.0.6.jar |flib |flib |0.0.6 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  231. AdChimneys-1.20.1-10.1.0.0-build.0142.jar |Advanced Chimneys |adchimneys |10.1.0.0 |DONE |Manifest: NOSIGNATURE
  232. JadeAddons-1.20.1-forge-5.0.0.jar |Jade Addons |jadeaddons |5.0.0 |DONE |Manifest: NOSIGNATURE
  233. FallingTree-1.20.1-4.2.0.jar |FallingTree |fallingtree |4.2.0 |DONE |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
  234. l2library-2.4.9.jar |L2 Library |l2library |2.4.9 |DONE |Manifest: NOSIGNATURE
  235. l2backpack-2.4.3.jar |L2 Backpack |l2backpack |2.4.3 |DONE |Manifest: NOSIGNATURE
  236. EasyShulkerBoxes-v8.0.0-1.20.1-Forge.jar |Easy Shulker Boxes |easyshulkerboxes |8.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
  237. FastLeafDecay-31.jar |Fast Leaf Decay |fastleafdecay |31 |DONE |Manifest: NOSIGNATURE
  238. SmartBrainLib-forge-1.20-1.11.jar |SmartBrainLib |smartbrainlib |1.11 |DONE |Manifest: NOSIGNATURE
  239. elytraslot-forge-6.3.0+1.20.1.jar |Elytra Slot |elytraslot |6.3.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  240. Kiwi-1.20.1-forge-11.0.0.jar |Kiwi Library |kiwi |11.0.0 |DONE |Manifest: NOSIGNATURE
  241. AdFinders-1.20.1-9.1.0.0-build.0142.jar |Advanced Finders |adfinders |9.1.0.0 |DONE |Manifest: NOSIGNATURE
  242. puzzlesapi-forge-8.0.2.jar |Puzzles Api |puzzlesapi |8.0.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
  243. l2tabs-0.1.4.jar |L2 Tabs |l2tabs |0.1.4 |DONE |Manifest: NOSIGNATURE
  244. rechiseled-1.1.1-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.1 |DONE |Manifest: NOSIGNATURE
  245. The_Graveyard_2.6.2_(FORGE)_for_1.20+.jar |The Graveyard |graveyard |2.6.2 |DONE |Manifest: NOSIGNATURE
  246. AttributeFix-Forge-1.20-20.0.2.jar |AttributeFix |attributefix |20.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. caelus-forge-3.1.0+1.20.jar |Caelus API |caelus |3.1.0+1.20 |DONE |Manifest: NOSIGNATURE
  248. Stoneworks-v8.0.0-1.20.1-Forge.jar |Stoneworks |stoneworks |8.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
  249. colytra-forge-6.2.0+1.20.1.jar |Colytra |colytra |6.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  250. carpeted-1.20-1.4.jar |Carpeted |carpeted |1.20-1.4 |DONE |Manifest: NOSIGNATURE
  251. GeOre-1.20.1-2.4.0.jar |GeOre |geore |2.4.0 |DONE |Manifest: NOSIGNATURE
  252. BotanyPots-Forge-1.20-12.0.3.jar |BotanyPots |botanypots |12.0.3 |DONE |Manifest: NOSIGNATURE
  253. l2screentracker-0.1.0.jar |L2 Screen Tracker |l2screentracker |0.1.0 |DONE |Manifest: NOSIGNATURE
  254. phosphophyllite-1.20.1-0.7.0-alpha.jar |Phosphophyllite |phosphophyllite |0.7.0-alpha |DONE |Manifest: NOSIGNATURE
  255. MorePeripherals_1.20.1-1.10.2.jar |More Peripherals |peripherals |1.10.2 |DONE |Manifest: NOSIGNATURE
  256. farmingforblockheads-forge-1.20-14.0.1.jar |Farming for Blockheads |farmingforblockheads |14.0.1 |DONE |Manifest: NOSIGNATURE
  257. CraterLib-forge-1.20-1.0.1.jar |CraterLib |craterlib |1.0.1 |DONE |Manifest: NOSIGNATURE
  258. more-geodes-reforged-1.1.1.jar |More Geodes Reforged |geodes |1.1.1 |DONE |Manifest: NOSIGNATURE
  259. BagOfHolding-v8.0.0-1.20.1-Forge.jar |Bag Of Holding |bagofholding |8.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
  260. BeeFix-1.20-1.0.7.jar |Bee Fix |beefix |1.0.7 |DONE |Manifest: NOSIGNATURE
  261. pedestals-0.4.55.jar |Pedestals |pedestals |0.4.55 |DONE |Manifest: NOSIGNATURE
  262. ManyIdeasHalloween-1.20.1-1.0.0.jar |ManyIdeas Halloween |manyideas_halloween |1.0.0 |DONE |Manifest: NOSIGNATURE
  263. ManyIdeasChristmas-1.20.1-1.0.0.jar |ManyIdeas Christmas |manyideas_christmas |1.0.0 |DONE |Manifest: NOSIGNATURE
  264. fusion-1.0.3-forge-mc1.20.jar |Fusion |fusion |1.0.3 |DONE |Manifest: NOSIGNATURE
  265. ars_nouveau-1.20.1-4.1.1.jar |Ars Nouveau |ars_nouveau |4.1.1 |DONE |Manifest: NOSIGNATURE
  266. puzzlesaccessapi-forge-8.0.5.jar |Puzzles Access Api |puzzlesaccessapi |8.0.5 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  267. ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |DONE |Manifest: NOSIGNATURE
  268. DungeonsArise-1.20.1-2.1.56.1-beta.jar |When Dungeons Arise |dungeons_arise |2.1.56.1-1.20.1 |DONE |Manifest: NOSIGNATURE
  269. client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
  270. trade-cycling-forge-1.20.1-1.0.5.jar |Trade Cycling |trade_cycling |1.20.1-1.0.5 |DONE |Manifest: NOSIGNATURE
  271. TerraBlender-forge-1.20.1-3.0.0.167.jar |TerraBlender |terrablender |3.0.0.167 |DONE |Manifest: NOSIGNATURE
  272. BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |DONE |Manifest: NOSIGNATURE
  273. Companion-1.20.1-forge-5.0.1.jar |Companion |companion |5.0.1 |DONE |Manifest: NOSIGNATURE
  274. pamhc2crops-1.20-1.0.2.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |1.0.2 |DONE |Manifest: NOSIGNATURE
  275. AdLods-1.20.1-8.1.0.0-build.0142.jar |Large Ore Deposits |adlods |8.1.0.0 |DONE |Manifest: NOSIGNATURE
  276. spectrelib-forge-0.13.13+1.20.1.jar |SpectreLib |spectrelib |0.13.13+1.20.1 |DONE |Manifest: NOSIGNATURE
  277. kffmod-4.4.0.jar |Kotlin For Forge |kotlinforforge |4.4.0 |DONE |Manifest: NOSIGNATURE
  278. dimdungeons-178-forge-1.20.0.jar |Dimensional Dungeons |dimdungeons |178 |DONE |Manifest: NOSIGNATURE
  279. pipez-1.20.1-1.1.3.jar |Pipez |pipez |1.20.1-1.1.3 |DONE |Manifest: NOSIGNATURE
  280. flywheel-forge-1.20-0.6.9-4.jar |Flywheel |flywheel |0.6.9-4 |DONE |Manifest: NOSIGNATURE
  281. assortedtech-forge-1.20.1-8.0.0.jar |Assorted Tech |assortedtech |8.0.0 |DONE |Manifest: NOSIGNATURE
  282. pamhc2foodcore-1.20-1.0.0.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.0 |DONE |Manifest: NOSIGNATURE
  283. Croptopia-1.20.1-FORGE-2.3.2.jar |Croptopia |croptopia |2.3.2 |DONE |Manifest: NOSIGNATURE
  284. polymorph-forge-0.49.0+1.20.1.jar |Polymorph |polymorph |0.49.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  285. multibeds-forge-1.20.1-1.0.jar |Multi-Beds |multibeds |1.20.1-1.0 |DONE |Manifest: NOSIGNATURE
  286. JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |DONE |Manifest: NOSIGNATURE
  287. EarthMobs-1.20.1-7.0.1.jar |Earth Mobs Mod |earthmobsmod |1.20.1-7.0.1 |DONE |Manifest: NOSIGNATURE
  288. almostunified-forge-1.20.1-0.5.0.jar |AlmostUnified |almostunified |1.20.1-0.5.0 |DONE |Manifest: NOSIGNATURE
  289. jei-1.20.1-forge-15.2.0.23.jar |Just Enough Items |jei |15.2.0.23 |DONE |Manifest: NOSIGNATURE
  290. WorldPreGenerator-1.20.1-4.0.0.jar |World Pre Generator |world_pre_generator |4.0.0 |DONE |Manifest: NOSIGNATURE
  291. ManyIdeasDoors-1.20.1-1.2.3.jar |ManyIdeas Doors |manyideas_doors |1.2.3 |DONE |Manifest: NOSIGNATURE
  292. MagicalTorches-1.20.1-2.0.2.jar |Magical Torches |magical_torches |2.0.2 |DONE |Manifest: NOSIGNATURE
  293. connectedglass-1.1.7-forge-mc1.20.jar |Connected Glass |connectedglass |1.1.7 |DONE |Manifest: NOSIGNATURE
  294. occultism-1.20.1-1.81.1.jar |Occultism |occultism |1.81.1 |DONE |Manifest: NOSIGNATURE
  295. PuzzlesLib-v8.0.7-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.0.7 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  296. ArchaeologyBanners-Forge-1.20-4.0.1.jar |ArchaeologyBanners |archaeologybanners |4.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  297. terraqueous-forge-1.20.1-1.0.jar |Terraqueous |terraqueous |1.20.1-1.0 |DONE |Manifest: NOSIGNATURE
  298. goated-1.20-1.3.2.jar |You've Goat to be kidding me |goated |1.20-1.3.2 |DONE |Manifest: NOSIGNATURE
  299. cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
  300. cristellib-forge-1.1.0.jar |Cristel Lib |cristellib |1.1.0 |DONE |Manifest: NOSIGNATURE
  301. ad_astra-forge-1.20.1-1.15.2.jar |Ad Astra |ad_astra |1.15.2 |DONE |Manifest: NOSIGNATURE
  302. Ad-Astra-Giselle-Addon-forge-1.20.1-5.2.jar |Ad Astra: Giselle Addon |ad_astra_giselle_addon |5.2 |DONE |Manifest: NOSIGNATURE
  303. totw_modded-1.0.0-1.20.1.jar |Towers of the Wild Modded |totw_modded |0.1-1.20.1 |DONE |Manifest: NOSIGNATURE
  304. CyclopsCore-1.20.1-1.18.6.jar |Cyclops Core |cyclopscore |1.18.6 |DONE |Manifest: NOSIGNATURE
  305. mowlib-0.4.53.jar |MowLib |mowlib |0.4.53 |DONE |Manifest: NOSIGNATURE
  306. global_packs-forge-1.19.4-1.16.2_forge.jar |Global Packs |globalpacks |1.16.2_forge |DONE |Manifest: NOSIGNATURE
  307. geckolib-forge-1.20.1-4.2.1.jar |GeckoLib 4 |geckolib |4.2.1 |DONE |Manifest: NOSIGNATURE
  308. AdditionalBanners-Forge-1.20-13.1.1.jar |AdditionalBanners |additionalbanners |13.1.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  309. DoggyTalentsNext-1.20-1.14.0.jar |Doggy Talents Next |doggytalents |1.14.0 |DONE |Manifest: NOSIGNATURE
  310. Incendium_1.20.1_v5.3.0.jar |Incendium |incendium |5.3.0 |DONE |Manifest: NOSIGNATURE
  311. sophisticatedcore-1.20.1-0.5.81.378.jar |Sophisticated Core |sophisticatedcore |1.20.1-0.5.81.378 |DONE |Manifest: NOSIGNATURE
  312. our-villager-discounts-1.20.1+build.0-forge.jar |Our Villager Discounts |ourvillagerdiscounts |1.20.1+build.0 |DONE |Manifest: NOSIGNATURE
  313. bowinfinityfix-1.20.x-forge-2.6.0.jar |Bow Infinity Fix |bowinfinityfix |2.6.0 |DONE |Manifest: NOSIGNATURE
  314. MoreMobGriefingOptions-1.20.1-2.0.3.jar |More MobGriefing Options |moremobgriefingoptions |2.0.3 |DONE |Manifest: NOSIGNATURE
  315. cookingforblockheads-forge-1.20-16.0.0.jar |CookingForBlockheads |cookingforblockheads |16.0.0 |DONE |Manifest: NOSIGNATURE
  316. citadel-2.4.2-1.20.1.jar |Citadel |citadel |2.4.2 |DONE |Manifest: NOSIGNATURE
  317. alexsmobs-1.22.5.jar |Alex's Mobs |alexsmobs |1.22.5 |DONE |Manifest: NOSIGNATURE
  318. rats-8.0.6-1.20.1.jar |Rats |rats |8.0.6-1.20.1 |DONE |Manifest: NOSIGNATURE
  319. forge-1.20.1-47.1.21-universal.jar |Forge |forge |47.1.21 |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
  320. l2artifacts-2.4.4.jar |L2 Artifacts |l2artifacts |2.4.4 |DONE |Manifest: NOSIGNATURE
  321. silent-gear-1.20.1-3.5.0.jar |Silent Gear |silentgear |3.5.0 |DONE |Manifest: NOSIGNATURE
  322. appleskin-forge-mc1.20.1-2.5.0.jar |AppleSkin |appleskin |2.5.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  323. Aquaculture-1.20.1-2.5.0.jar |Aquaculture 2 |aquaculture |2.5.0 |DONE |Manifest: NOSIGNATURE
  324. domesticationinnovation-1.7.0-1.20.jar |Domestication Innovation |domesticationinnovation |1.7.0 |DONE |Manifest: NOSIGNATURE
  325. undeco-1.20-1.3.7.jar |Ornamental: Unusually Decorati|undeco |1.20-1.3.7 |DONE |Manifest: NOSIGNATURE
  326. mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE
  327. Bookshelf-Forge-1.20-19.0.16.jar |Bookshelf |bookshelf |19.0.16 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  328. sophisticatedbackpacks-1.20.1-3.18.56.890.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.20.1-3.18.56.890 |DONE |Manifest: NOSIGNATURE
  329. u_team_core-forge-1.20.1-5.1.3.267.jar |U Team Core |uteamcore |5.1.3.267 |DONE |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
  330. simpleplanes-1.20.1-5.2.3.jar |Simple Planes |simpleplanes |1.20.1-5.2.3 |DONE |Manifest: NOSIGNATURE
  331. relics-1.20.1-0.4.8.3.jar |Relics |relics |0.4.8.3 |DONE |Manifest: NOSIGNATURE
  332. jeed-1.20-2.1.4.jar |Just Enough Effects Descriptio|jeed |1.20-2.1.4 |DONE |Manifest: NOSIGNATURE
  333. AdPother-1.20.1-8.1.0.0-build.0142.jar |Pollution of the Realms |adpother |8.1.0.0 |DONE |Manifest: NOSIGNATURE
  334. PeanutCraft-1.20.1-2.0.1.jar |PeanutCraft |peanutcraft |2.0.1 |DONE |Manifest: NOSIGNATURE
  335. hauntedharvest-1.20-3.1.9.jar |Haunted Harvest |hauntedharvest |1.20-3.1.9 |DONE |Manifest: NOSIGNATURE
  336. dummmmmmy-1.20-1.7.9.jar |MmmMmmMmmmmm |dummmmmmy |1.20-1.7.9 |DONE |Manifest: NOSIGNATURE
  337. absentbydesign-1.20.1-1.8.0.jar |Absent By Design Mod |absentbydesign |1.8.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  338. l2damagetracker-0.1.4.jar |L2 Damage Tracker |l2damagetracker |0.1.4 |DONE |Manifest: NOSIGNATURE
  339. elytrautilities-forge-2.2.0+1.20.1.jar |Elytra Utilities |elytrautilities |2.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  340. twilightforest-1.20.1-4.3.1740-universal.jar |The Twilight Forest |twilightforest |4.3.1740 |DONE |Manifest: NOSIGNATURE
  341. Trenzalore-Forge-3.0.1+mc1.20.1.jar |Trenzalore |trenzalore |3.0.1 |DONE |Manifest: NOSIGNATURE
  342. gemstonepower-1.20.1-v0.2.1.jar |Gemstone Power |gemstonepower |0.2.1 |DONE |Manifest: NOSIGNATURE
  343. AirHop-v8.0.0-1.20.1-Forge.jar |Air Hop |airhop |8.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
  344. ArcaneLanterns-v8.0.0-1.20.1-Forge.jar |Arcane Lanterns |arcanelanterns |8.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
  345. chipped-forge-1.20.1-3.0.1.jar |Chipped |chipped |3.0.1 |DONE |Manifest: NOSIGNATURE
  346. JAMD-Forge-3.0.0+mc1.20.1.jar |Just Another Mining Dimension |jamd |3.0.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  347. FarmersDelight-1.20.1-1.2.2a.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.2a |DONE |Manifest: NOSIGNATURE
  348. ends_delight-1.20.1-1.0.jar |End's Delight |ends_delight |1.0 |DONE |Manifest: NOSIGNATURE
  349. endertanks-forge-1.20.1-1.0.jar |EnderTanks |endertanks |1.20.1-1.0 |DONE |Manifest: NOSIGNATURE
  350. assortedstorage-forge-1.20.1-10.0.1.jar |Assorted Storage |assortedstorage |10.0.1 |DONE |Manifest: NOSIGNATURE
  351. RapidLeafDecay-1.20.1-2.0.2.jar |Rapid Leaf Decay |rapid_leaf_decay |2.0.2 |DONE |Manifest: NOSIGNATURE
  352. TrailsandTalesplus-1.20.1-2.0.0.jar |Trails and Tales Plus Mod |trailsandtalesplus |1.20-1.0.0 |DONE |Manifest: NOSIGNATURE
  353. Sniffer+-forge-1.20.1-0.2.0.jar |Hellion's Sniffer+ |snifferplus |0.2.0 |DONE |Manifest: NOSIGNATURE
  354. simplefarming-1.20.1-2.0.5.jar |Simple Farming |simplefarming |1.20.1-2.0.5 |DONE |Manifest: NOSIGNATURE
  355. HangGlider-v8.0.0-1.20.1-Forge.jar |Hang Glider |hangglider |8.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
  356. pamhc2foodextended-1.20-1.0.0.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |1.0.0 |DONE |Manifest: NOSIGNATURE
  357. Bountiful-6.0.2+1.20.1-forge.jar |Bountiful |bountiful |6.0.2+1.20.1 |DONE |Manifest: NOSIGNATURE
  358. Patchouli-1.20.1-81-FORGE.jar |Patchouli |patchouli |1.20.1-81-FORGE |DONE |Manifest: NOSIGNATURE
  359. blockui-1.20-0.0.84-ALPHA.jar |UI Library Mod |blockui |1.20-0.0.84-ALPHA |DONE |Manifest: NOSIGNATURE
  360. suppsquared-1.20-1.1.5.jar |Supplementaries Squared |suppsquared |1.20-1.1.5 |DONE |Manifest: NOSIGNATURE
  361. collective-1.20.1-6.65.jar |Collective |collective |6.65 |DONE |Manifest: NOSIGNATURE
  362. SewingKit-1.20-1.8.0.jar |Sewing Kit |sewingkit |1.8.0 |DONE |Manifest: NOSIGNATURE
  363. spyglass_improvements-1.4+mc1.20+forge.jar |Spyglass Improvements |spyglass_improvements |1.4+mc1.20.x |DONE |Manifest: NOSIGNATURE
  364. villagertools-1.20.1-1.0.3.jar |villagertools |villagertools |1.0.3 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  365. Mo'+Villagers+1.20.1-1.0.jar |Mo' Villager |redstonevillager |1.19.2-3.0 |DONE |Manifest: NOSIGNATURE
  366. Runelic-Forge-1.20-17.0.1.jar |Runelic |runelic |17.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  367. resourcefullib-forge-1.20.1-2.1.3.jar |Resourceful Lib |resourcefullib |2.1.3 |DONE |Manifest: NOSIGNATURE
  368. twilightdelight-2.0.0.jar |Twilight's Flavor & Delight |twilightdelight |2.0.0 |DONE |Manifest: NOSIGNATURE
  369. architectury-9.1.10-forge.jar |Architectury |architectury |9.1.10 |DONE |Manifest: NOSIGNATURE
  370. helpwanted_1_20_forge-1.2.0.jar |Help Wanted |helpwanted |1.2.0 |DONE |Manifest: NOSIGNATURE
  371. doapi-1.2.3-forge.jar |Lets Do Api |doapi |1.2.3 |DONE |Manifest: NOSIGNATURE
  372. letsdo-vinery-forge-1.4.0.jar |Vinery |vinery |1.4.0 |DONE |Manifest: NOSIGNATURE
  373. allthetrims-3.1.0-forge+1.20.1.jar |AllTheTrims |allthetrims |3.1.0 |DONE |Manifest: NOSIGNATURE
  374. BuildingWands-mc1.20-2.6.8-release-forge.jar |Building Wands |wands |2.6.8-release |DONE |Manifest: NOSIGNATURE
  375. productivevillagers_forge-1.0.8.jar |Productive Villagers |productivevillagers |1.0.8 |DONE |Manifest: NOSIGNATURE
  376. cc-tweaked-1.20.1-forge-1.106.1.jar |CC: Tweaked |computercraft |1.106.1 |DONE |Manifest: NOSIGNATURE
  377. moreoverlays-1.22.1-mc1.20.jar |More Overlays Updated |moreoverlays |1.22.1-mc1.20 |DONE |Manifest: NOSIGNATURE
  378. productivebees-1.20.1-12.1.3.jar |Productive Bees |productivebees |1.20.1-12.1.3 |DONE |Manifest: NOSIGNATURE
  379. The_Undergarden-1.20.1-0.8.7.jar |The Undergarden |undergarden |0.8.7 |DONE |Manifest: NOSIGNATURE
  380. chunkloaders-1.2.5-forge-mc1.20.jar |Chunk Loaders |chunkloaders |1.2.5 |DONE |Manifest: NOSIGNATURE
  381. inventoryessentials-forge-1.20-8.0.0.jar |Inventory Essentials |inventoryessentials |8.0.0 |DONE |Manifest: NOSIGNATURE
  382. infinitetrading-1.20.1-4.0.jar |Infinite Trading |infinitetrading |4.0 |DONE |Manifest: NOSIGNATURE
  383. peripheralium-forge-1.20.1-0.6.4.jar |Peripheralium |peripheralium |0.6.4 |DONE |Manifest: NOSIGNATURE
  384. Towns-and-Towers-1.11-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |DONE |Manifest: NOSIGNATURE
  385. YeetusExperimentus-Forge-2.3.0-build.4+mc1.20.1.ja|Yeetus Experimentus |yeetusexperimentus |2.3.0-build.4+mc1.20|DONE |Manifest: NOSIGNATURE
  386. TofuCraftReload-1.20.1-5.2.4.1.jar |TofuCraftReload |tofucraft |1.20.1-5.2.4.1 |DONE |Manifest: NOSIGNATURE
  387. maturidelight-1.20.1-1.0.0.jar |MaturiDelight |maturidelight |1.20.1-1.0.0 |DONE |Manifest: NOSIGNATURE
  388. tofudelight-1.20.1-2.0.0.jar |TofuDelight |tofudelight |1.20.1-2.0.0 |DONE |Manifest: NOSIGNATURE
  389. crawlondemand-1.20.x-0.2.4.jar |Crawl on Demand |crawlondemand |1.20.x-0.2.4 |DONE |Manifest: NOSIGNATURE
  390. TradingPost-v8.0.1-1.20.1-Forge.jar |Trading Post |tradingpost |8.0.1 |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
  391. caupona-1.20.1-0.4.4.jar |Caupona |caupona |1.20.1-0.4.4 |DONE |Manifest: NOSIGNATURE
  392. Cyclic-1.20-1.11.1.jar |Cyclic |cyclic |1.11.1 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  393. doiamornament-1.20.1-1.4.10.jar |Ornamental: Do I am Ornament? |doiamornament |1.20.1-1.4.10 |DONE |Manifest: NOSIGNATURE
  394. BetterAdvancements-1.20.1-0.3.2.161.jar |Better Advancements |betteradvancements |0.3.2.161 |DONE |Manifest: NOSIGNATURE
  395. inventorysorter-23.0.0.jar |Simple Inventory Sorter |inventorysorter |23.0.0 |DONE |Manifest: NOSIGNATURE
  396. biggerreactors-1.20.1-0.6.0-beta.10.jar |Bigger Reactors |biggerreactors |0.6.0-beta.10 |DONE |Manifest: NOSIGNATURE
  397. RootsClassic-1.20-1.2.0.jar |Roots Classic |rootsclassic |1.20-1.2.0 |DONE |Manifest: NOSIGNATURE
  398. Cucumber-1.20.1-7.0.0.jar |Cucumber Library |cucumber |7.0.0 |DONE |Manifest: NOSIGNATURE
  399. pamhc2trees-1.20-1.0.2.jar |Pam's HarvestCraft 2 - Trees |pamhc2trees |1.0.2 |DONE |Manifest: NOSIGNATURE
  400. floralis-1.20.1-10.2.0.jar |Floralis |floralis |1.20.1-10.2.0 |DONE |Manifest: NOSIGNATURE
  401. assortedlib-forge-1.20.1-3.0.0.jar |Assorted Lib |assortedlib |3.0.0 |DONE |Manifest: NOSIGNATURE
  402. sophisticatedstorage-1.20.1-0.8.43.558.jar |Sophisticated Storage |sophisticatedstorage |1.20.1-0.8.43.558 |DONE |Manifest: NOSIGNATURE
  403. platforms-forge-1.20.1-1.0.jar |Platforms |platforms |1.20.1-1.0 |DONE |Manifest: NOSIGNATURE
  404. ecosphericalexpansion-1.20.1-1.2.1.jar |Ecospherical Expansion |eco |1.2.1 |DONE |Manifest: NOSIGNATURE
  405. TinyCoal-forge-1.20.1-1.1.4.jar |Tiny Coal |tinycoal |1.1.4 |DONE |Manifest: NOSIGNATURE
  406. l2complements-2.4.10.jar |L2 Complements |l2complements |2.4.10 |DONE |Manifest: NOSIGNATURE
  407. Structory_Towers_1.20.1_v1.0.3.jar |Structory: Towers |structorytowers |1.0.3 |DONE |Manifest: NOSIGNATURE
  408. create-1.20.1-0.5.1.d.jar |Create |create |0.5.1.d |DONE |Manifest: NOSIGNATURE
  409. create-structures-0.1.1-1.20.1-FORGE.jar |Create: Structures |create_structures |0.1.1 |DONE |Manifest: NOSIGNATURE
  410. waystones-forge-1.20-14.0.1.jar |Waystones |waystones |14.0.1 |DONE |Manifest: NOSIGNATURE
  411. Structory_1.20.1_v1.3.2.jar |Structory |structory |1.3.2 |DONE |Manifest: NOSIGNATURE
  412. Clumps-forge-1.20.1-12.0.0.3.jar |Clumps |clumps |12.0.0.3 |DONE |Manifest: NOSIGNATURE
  413. journeymap-1.20.1-5.9.11-forge.jar |Journeymap |journeymap |5.9.11 |DONE |Manifest: NOSIGNATURE
  414. artifacts-1.20.1-7.0.1.jar |Artifacts |artifacts |1.20.1-7.0.1 |DONE |Manifest: NOSIGNATURE
  415. [1.20.1-forge]-Epic-Knights-8.1.jar |Epic Knights Mod |magistuarmory |8.1 |DONE |Manifest: NOSIGNATURE
  416. SherdDuplication-Forge-1.20-1.0.1.jar |SherdDuplication |sherdduplication |1.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  417. MoreCraft-1.20.1-5.1.0.jar |MoreCraft |morecraft |1.20.1-5.1.0 |DONE |Manifest: NOSIGNATURE
  418. DramaticDoors-Forge-1.20.1-2.3.7.jar |Dramatic Doors |dramaticdoors |1.20.1-2.3.7 |DONE |Manifest: NOSIGNATURE
  419. BetterTotemOfUndying-Forge-1.20.1-1.0.2.jar |Better Totem Of Undying |better_totem_of_undying |1.20.1-1.0.2 |DONE |Manifest: NOSIGNATURE
  420. HopoBetterUnderwaterRuins-[1.20-1.20.1]-1.1.2.jar |HopoBetterUnderwaterRuins |hopour |1.1.1 |DONE |Manifest: NOSIGNATURE
  421. friendsandfoes-forge-mc1.20.1-1.9.3.jar |Friends&Foes |friendsandfoes |1.9.3 |DONE |Manifest: NOSIGNATURE
  422. chococraft-1.20.1-forge-0.9.2.jar |Chococraft 4 |chococraft |0.9.2 |DONE |Manifest: NOSIGNATURE
  423. TF_Lost_Blocks-1.20.1-1.2.jar |Twilight Forest: The Lost Bloc|tflostblocks |1.20.1-1.2 |DONE |Manifest: NOSIGNATURE
  424. MysticalAgriculture-1.20.1-7.0.1.jar |Mystical Agriculture |mysticalagriculture |7.0.1 |DONE |Manifest: NOSIGNATURE
  425. libIPN-forge-1.20-3.0.2.jar |libIPN |libipn |3.0.2 |DONE |Manifest: NOSIGNATURE
  426. EnchantmentDescriptions-Forge-1.20-16.0.1.jar |EnchantmentDescriptions |enchdesc |16.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  427. moonlight-1.20-2.6.1-forge.jar |Moonlight Library |moonlight |1.20-2.6.1 |DONE |Manifest: NOSIGNATURE
  428. moyai-1.20-2.0.2.jar |Moyai |moyai |1.20-2.0.2 |DONE |Manifest: NOSIGNATURE
  429. titanium-1.20.1-3.8.0-8.jar |Titanium |titanium |3.8.0 |DONE |Manifest: NOSIGNATURE
  430. mysterious_mountain_lib-1.2.7-1.20.jar |Mysterious Mountain Lib |mysterious_mountain_lib |1.2.7-1.20 |DONE |Manifest: NOSIGNATURE
  431. corn_delight-1.0.3-1.20.1.jar |Corn Delight |corn_delight |1.0.3-1.20.1 |DONE |Manifest: NOSIGNATURE
  432. gardens-of-the-dead-forge-4.0.0.jar |Gardens of the Dead |gardens_of_the_dead |4.0.0 |DONE |Manifest: NOSIGNATURE
  433. silent-lib-1.20.1-8.0.0.jar |Silent Lib |silentlib |8.0.0 |DONE |Manifest: NOSIGNATURE
  434. morefood-1.20.1-1.3.0.jar |More Food |morefood |1.20.1-1.3.0 |DONE |Manifest: NOSIGNATURE
  435. Jade-1.20-forge-11.1.4.jar |Jade |jade |11.1.4 |DONE |Manifest: NOSIGNATURE
  436. JadeColonies-1.20.1-1.4.1.jar |JadeColonies |jadecolonies |1.4.1 |DONE |Manifest: NOSIGNATURE
  437. snowyspirit-1.20-2.2.1.jar |Snowy Spirit |snowyspirit |1.20-2.2.1 |DONE |Manifest: NOSIGNATURE
  438. HopoBetterRuinedPortals-[1.20-1.20.1]-1.3.6.jar |HopoBetterRuinedPortals |hoporp |1.3.6 |DONE |Manifest: NOSIGNATURE
  439. theurgy-1.20.1-1.3.7.jar |Theurgy |theurgy |1.3.7 |DONE |Manifest: NOSIGNATURE
  440. modulargolems-2.4.6.jar |Modular Golems |modulargolems |2.4.6 |DONE |Manifest: NOSIGNATURE
  441. l2weaponry-2.4.8.jar |L2 Weaponry |l2weaponry |2.4.8 |DONE |Manifest: NOSIGNATURE
  442. l2archery-2.4.7.jar |L2 Archery |l2archery |2.4.7 |DONE |Manifest: NOSIGNATURE
  443. RecipesLibrary-1.20.1-2.0.1.jar |Recipes Library |recipes_lib |2.0.1 |DONE |Manifest: NOSIGNATURE
  444. overworldpiglins-1.20.1-1.0.jar |Overworld Piglins |overworldpiglins |1.0 |DONE |Manifest: NOSIGNATURE
  445. BarteringStation-v8.0.0-1.20.1-Forge.jar |Bartering Station |barteringstation |8.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
  446. assortedcore-forge-1.20.1-9.0.0.jar |Assorted Core |assortedcore |9.0.0 |DONE |Manifest: NOSIGNATURE
  447. ShulkerTooltip-1.13.jar |Shulker Tooltip |shulkertooltip |1.13 |DONE |Manifest: NOSIGNATURE
  448. PigPen-Forge-1.20-14.0.1.jar |PigPen |pigpen |14.0.1 |DONE |Manifest: NOSIGNATURE
  449. The-Cactus-Mod-1.20-1.5.1.jar |The Cactus Mod |cactusmod |1.5.1 |DONE |Manifest: NOSIGNATURE
  450. brickhopper-1.20.1-1.6.1.0.jar |Brick Hopper |brickhopper |1.20.1-1.6.1.0 |DONE |Manifest: NOSIGNATURE
  451. irons_spellbooks-1.20.1-1.1.7.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-1.1.7 |DONE |Manifest: NOSIGNATURE
  452. enderchests-forge-1.20.1-1.0.jar |EnderChests |enderchests |1.20.1-1.0 |DONE |Manifest: NOSIGNATURE
  453. Statues-1.20.1-0.3.6.3.jar |Statues Mod |statues |0.3.6.3 |DONE |Manifest: NOSIGNATURE
  454. turtlematic-forge-1.20.1-1.0.0.jar |Turtlematic |turtlematic |1.0.0 |DONE |Manifest: NOSIGNATURE
  455. assorteddecor-forge-1.20.1-10.0.0.jar |Assorted Decor |assorteddecor |10.0.0 |DONE |Manifest: NOSIGNATURE
  456. modonomicon-1.20.1-1.37.0.jar |Modonomicon |modonomicon |1.37.0 |DONE |Manifest: NOSIGNATURE
  457. GeOre_Nouveau-1.20.1-0.3.0.jar |GeOre Nouveau |georenouveau |0.3.0 |DONE |Manifest: NOSIGNATURE
  458. quartz-1.20.1-0.2.0-alpha.jar |Quartz |quartz |0.2.0-alpha |DONE |Manifest: NOSIGNATURE
  459. mvs-4.0-1.20-forge.jar |Moog's Voyager Structures |mvs |4.0-1.20-forge |DONE |Manifest: NOSIGNATURE
  460. functionalstorage-1.20.1-1.2.0.jar |Functional Storage |functionalstorage |1.20.1-1.2.0 |DONE |Manifest: NOSIGNATURE
  461. betterlily-1.20-1.3.0.jar |Better Lily Pads |betterlily |1.20-1.3.0 |DONE |Manifest: NOSIGNATURE
  462. l2itemselector-0.1.2.jar |L2 Item Selector |l2itemselector |0.1.2 |DONE |Manifest: NOSIGNATURE
  463. silents-gems-1.20.1-4.6.0.jar |Silent's Gems: Base |silentgems |4.6.0 |DONE |Manifest: NOSIGNATURE
  464. expandability-9.0.0.jar |ExpandAbility |expandability |9.0.0 |DONE |Manifest: NOSIGNATURE
  465. OverflowingBars-v8.0.0-1.20.1-Forge.jar |Overflowing Bars |overflowingbars |8.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
  466. drinkbeer-refill-1.20.1-1.0.4.jar |Drink Beer Refill |drinkbeer |1.0.4 |DONE |Manifest: NOSIGNATURE
  467. Flywheel Backend: GL33 Instanced Arrays
  468. Crash Report UUID: c74a1341-5723-44ea-b2d4-abaaadccd70e
  469. FML: 47.1
  470. Forge: net.minecraftforge:47.1.21
  471. Kiwi Modules:
  472. kiwi:contributors
  473. kiwi:data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement