Advertisement
drakray

Untitled

Sep 26th, 2021
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.61 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 2021-09-26, 12:23 p.m.
  5. Description: Mod loading error has occurred
  6.  
  7. java.lang.Exception: Mod Loading has failed
  8. at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge:?] {re:classloading}
  9. at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:51) ~[forge:?] {re:classloading}
  10. at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading}
  11. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
  12. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] {}
  13. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
  14. at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] {re:computing_frames}
  15. at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.2.5.jar:36.2] {}
  16. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
  17. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
  18. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
  19. at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
  20. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
  21. at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.2.5.jar:?] {}
  22. at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.2.5.jar:?] {}
  23. at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.2.5.jar:?] {}
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- Head --
  30. Thread: main
  31. Stacktrace:
  32. at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.5.jar:36.2] {}
  33. -- MOD hexblades --
  34. Details:
  35. Caused by 0: java.lang.ExceptionInInitializerError
  36. at Alexthw.Hexblades.Hexblades.<init>(Hexblades.java:49) ~[hexblades:1.16.5-0.0.6] {re:classloading,pl:runtimedistcleaner:A}
  37. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading}
  38. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] {re:classloading,re:classloading}
  39. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading}
  40. at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?] {}
  41. at java.lang.Class.newInstance(Class.java:584) ~[?:?] {}
  42. at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
  43. at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
  44. at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[?:?] {}
  45. at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728) ~[?:?] {}
  46. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {}
  47. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) ~[?:?] {}
  48. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) ~[?:?] {}
  49. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) ~[?:?] {}
  50. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {}
  51.  
  52. Mod File: hexblades-0.0.6.jar
  53. Failure message: Hexblades (hexblades) has failed to load correctly
  54. java.lang.ExceptionInInitializerError: null
  55. Mod Version: 0.1
  56. Mod Issue URL: NOT PROVIDED
  57. Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/settings/KeyBinding for invalid dist DEDICATED_SERVER
  58. Stacktrace:
  59. at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.5.jar:36.2] {}
  60. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.9.jar:?] {}
  61. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.0.9.jar:?] {}
  62. at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.9.jar:?] {}
  63. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.9.jar:?] {re:classloading}
  64. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.9.jar:?] {re:classloading}
  65. at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] {}
  66. at Alexthw.Hexblades.registers.HexRegistry.<clinit>(HexRegistry.java:34) ~[hexblades:1.16.5-0.0.6] {re:classloading}
  67. at Alexthw.Hexblades.Hexblades.<init>(Hexblades.java:49) ~[hexblades:1.16.5-0.0.6] {re:classloading,pl:runtimedistcleaner:A}
  68. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading,re:classloading}
  69. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] {re:classloading,re:classloading,re:classloading}
  70. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading,re:classloading}
  71. at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?] {}
  72. at java.lang.Class.newInstance(Class.java:584) ~[?:?] {}
  73. at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
  74. at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
  75. at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[?:?] {}
  76. at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728) ~[?:?] {}
  77. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {}
  78. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) ~[?:?] {}
  79. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) ~[?:?] {}
  80. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) ~[?:?] {}
  81. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {}
  82.  
  83.  
  84. -- System Details --
  85. Details:
  86. Minecraft Version: 1.16.5
  87. Minecraft Version ID: 1.16.5
  88. Operating System: Linux (amd64) version 5.11.0-34-generic
  89. Java Version: 11.0.11, Ubuntu
  90. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Ubuntu
  91. Memory: 4077182976 bytes (3888 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  92. CPUs: 8
  93. JVM Flags: 9 total; -Xms8G -Xmx8G -XX:+UseG1GC -XX:MaxGCPauseMillis=1000 -XX:ParallelGCThreads=8 -XX:ConcGCThreads=2 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20
  94. ModLauncher: 8.0.9+86+master.3cf110c
  95. ModLauncher launch target: fmlserver
  96. ModLauncher naming: srg
  97. ModLauncher services:
  98. /mixin-0.8.4.jar mixin PLUGINSERVICE
  99. /eventbus-4.0.0.jar eventbus PLUGINSERVICE
  100. /forge-1.16.5-36.2.5.jar object_holder_definalize PLUGINSERVICE
  101. /forge-1.16.5-36.2.5.jar runtime_enum_extender PLUGINSERVICE
  102. /forge-1.16.5-36.2.5.jar capability_inject_definalize PLUGINSERVICE
  103. /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
  104. /forge-1.16.5-36.2.5.jar runtimedistcleaner PLUGINSERVICE
  105. /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
  106. /forge-1.16.5-36.2.5.jar fml TRANSFORMATIONSERVICE
  107. FML: 36.2
  108. Forge: net.minecraftforge:36.2.5
  109. FML Language Providers:
  110. javafml@36.2
  111. minecraft@1
  112. kotlinforforge@1.15.1
  113. Mod List:
  114. yung-betterdungeons-1.2.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2 |CREATE_REG|Manifest: NOSIGNATURE
  115. supermartijn642configlib-1.0.9.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |CREATE_REG|Manifest: NOSIGNATURE
  116. oreclumps-1.16-0.4.0.jar |OreClumps |oreclumps |1.16-0.4.0 |CREATE_REG|Manifest: NOSIGNATURE
  117. justenoughbeacons-3.1.jar |Just Enough Beacons |justenoughbeacons |3.1-1.16.3 |CREATE_REG|Manifest: NOSIGNATURE
  118. cc-03-integratedterminals-1.2.4.jar |IntegratedTerminals |integratedterminals |1.2.4 |CREATE_REG|Manifest: NOSIGNATURE
  119. mcw-windows-2.0.0.jar |Macaw's Windows |mcwwindows |2.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  120. woodenhopper-1.2.0.0.jar |Wooden Hopper |woodenhopper |1.16.5-1.2.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  121. yung-bettercaves-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  122. ctm1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |CREATE_REG|Manifest: NOSIGNATURE
  123. farmersdelightintegrations-1.2.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.2 |CREATE_REG|Manifest: NOSIGNATURE
  124. cc-02-evilcraft-1.1.7.jar |EvilCraft |evilcraft |1.1.7 |CREATE_REG|Manifest: NOSIGNATURE
  125. yung-api-12.jar |YUNG's API |yungsapi |1.16.4-Forge-12 |CREATE_REG|Manifest: NOSIGNATURE
  126. reliquary-1.3.5.1100.jar |Reliquary |xreliquary |1.16.5-1.3.5.1100 |CREATE_REG|Manifest: NOSIGNATURE
  127. guardvillagers.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |CREATE_REG|Manifest: NOSIGNATURE
  128. dropthemeat-1.3.3.jar |Drop the Meat |dropthemeat |1.3.3 |CREATE_REG|Manifest: NOSIGNATURE
  129. mysticalchemy-0.0.7.jar |Mystic Alchemy |mysticalchemy |0.0.6 |CREATE_REG|Manifest: NOSIGNATURE
  130. hwyla-1.10.11-b78.jar |Waila |waila |1.10.11-B78_1.16.2 |CREATE_REG|Manifest: NOSIGNATURE
  131. justenoughresources-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |CREATE_REG|Manifest: NOSIGNATURE
  132. delogger-1.0.6.jar |DeLogger |delogger |1.0.6+mc-1.16.4 |CREATE_REG|Manifest: 23:8f:95:0f:65:ec:2e:38:99:79:f4:bc:47:8a:0b:df:29:ef:2d:82:66:20:09:20:02:dc:4a:15:97:45:f8:43
  133. sc-00-shetiphiancore-3.8.5.jar |ShetiPhian-Core |shetiphiancore |3.8.5 |CREATE_REG|Manifest: NOSIGNATURE
  134. supplementaries-0.17.1.jar |Supplementaries |supplementaries |1.16.5-0.16.0 |CREATE_REG|Manifest: NOSIGNATURE
  135. structuregel-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |CREATE_REG|Manifest: NOSIGNATURE
  136. assortedworld-1.0.0.jar |Assorted World |assortedworld |1.16.5-1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  137. repurposedstructures-3.2.5.jar |Repurposed Structures |repurposed_structures |3.2.5+1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  138. morepaths-1.3.1.jar |MorePaths |morepaths |1.16-1.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  139. solpotato-1.1.0.jar |Spice of Life: Potato Edition |solpotato |1.16.X-1.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  140. biomesoplenty-13.1.0.482.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.482 |CREATE_REG|Manifest: NOSIGNATURE
  141. toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |CREATE_REG|Manifest: NOSIGNATURE
  142. dungeons-plus-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |CREATE_REG|Manifest: NOSIGNATURE
  143. mcw-trapdoors-1.0.21.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.2 |CREATE_REG|Manifest: NOSIGNATURE
  144. masonry-0.3.6.jar |Masonry |masonry |NONE |CREATE_REG|Manifest: NOSIGNATURE
  145. betterdefaultbiomes-a2.5.3.jar |Better Default Biomes |betterdefaultbiomes |Alpha 2.5.3 |CREATE_REG|Manifest: NOSIGNATURE
  146. netherenhanced-0.3.jar |Nether Enhanced |netherenhanced |0.1 |CREATE_REG|Manifest: NOSIGNATURE
  147. botania-419.jar |Botania |botania |1.16.5-419 |CREATE_REG|Manifest: NOSIGNATURE
  148. spawnerfix-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |CREATE_REG|Manifest: NOSIGNATURE
  149. assortedtools-2.2.15.jar |Assorted Tools |assortedtools |1.16.5-2.2.15 |CREATE_REG|Manifest: NOSIGNATURE
  150. curios-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |CREATE_REG|Manifest: NOSIGNATURE
  151. yung-extras-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |CREATE_REG|Manifest: NOSIGNATURE
  152. angelring-1.3.4.1.jar |Angel Ring |angelring |1.3.4.1 |CREATE_REG|Manifest: NOSIGNATURE
  153. antiquewaystones-1.3.jar |Antique Waystones |antiquewaystones |1.3 |CREATE_REG|Manifest: NOSIGNATURE
  154. ser-alwaysawitherskull-1.4.jar |Always a Wither Skull |alwaysawitherskull |1.4 |CREATE_REG|Manifest: NOSIGNATURE
  155. mcw-roofs-2.0.1.jar |Macaw's Roofs |mcwroofs |2.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  156. observerlib-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |CREATE_REG|Manifest: NOSIGNATURE
  157. mcw-furniture-2.0.1.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  158. clothconfig-4.11.26.jar |Cloth Config v4 API |cloth-config |4.11.26 |CREATE_REG|Manifest: NOSIGNATURE
  159. fastleafdecay-25.jar |FastLeafDecay |fastleafdecay |v25 |CREATE_REG|Manifest: NOSIGNATURE
  160. de-00-codechickenlib-4.0.3.434.jar |CodeChicken Lib |codechickenlib |4.0.3.434 |CREATE_REG|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  161. yung-bettermineshafts-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |CREATE_REG|Manifest: NOSIGNATURE
  162. geckolib-3.0.46.jar |GeckoLib |geckolib3 |3.0.46 |CREATE_REG|Manifest: NOSIGNATURE
  163. lumberjack-2.2.0.jar |LumberJack |lumberjack |2.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  164. mcw-lights-1.0.01.16.5.jar |Macaw's Lights and Lamps |mcwlights |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  165. quarkoddities.jar |Quark Oddities |quarkoddities |1.16.3 |CREATE_REG|Manifest: NOSIGNATURE
  166. mowziesmobs-1.5.19.jar |Mowzie's Mobs |mowziesmobs |1.5.19 |CREATE_REG|Manifest: NOSIGNATURE
  167. woot-1.0.8.0.jar |Woot |woot |1.16.5-1.0.8.0 |CREATE_REG|Manifest: NOSIGNATURE
  168. vanillaexcavators-2.2.1.jar |Vanilla Excavators |vanillaexcavators |2.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  169. bountifulbaubles-0.1.0.jar |Bountiful Baubles |bountifulbaubles |1.16.5-0.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  170. jei-7.7.1.121.jar |Just Enough Items |jei |7.7.1.121 |CREATE_REG|Manifest: NOSIGNATURE
  171. attributefix-10.1.3.jar |AttributeFix |attributefix |10.1.3 |CREATE_REG|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
  172. goblintraders-1.6.0.jar |Goblin Traders |goblintraders |1.6.0 |CREATE_REG|Manifest: NOSIGNATURE
  173. caelus-2.1.3.1.jar |Caelus API |caelus |1.16.5-2.1.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  174. justenoughthings-1.2.jar |JustEnoughThings |jet |1.2 |CREATE_REG|Manifest: NOSIGNATURE
  175. invtweaks-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  176. basaltblocks-1.0.0.jar |Basalt Blocks |basaltblocks |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  177. curioofundying-5.1.0.0.jar |Curio of Undying |curioofundying |1.16.4-5.1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  178. farmingforblockheads-7.3.1.jar |Farming for Blockheads |farmingforblockheads |7.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  179. crockpot-1.5.2-release.jar |Crock Pot |crockpot |1.5.2-release |CREATE_REG|Manifest: NOSIGNATURE
  180. worldnamerandomizer-1.1.1.jar |World Name Randomizer |worldnamerandomizer |1.16.4-v1.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  181. betterhurttimer-4.5.2.2.jar |Better Hurt Timer |betterhurttimer |1.16.3-4.5.2.2 |CREATE_REG|Manifest: c9:84:cd:eb:27:ac:0d:ad:8c:55:6f:d6:5f:19:f2:c8:63:2a:b0:bd:3b:d0:b6:df:fd:9f:de:9f:9d:e8:7c:68
  182. additionallights-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |CREATE_REG|Manifest: NOSIGNATURE
  183. ser-setworldspawnpoint-1.7.jar |Set World Spawn Point |setworldspawnpoint |1.7 |CREATE_REG|Manifest: NOSIGNATURE
  184. catalogue-1.3.0.jar |Catalogue |catalogue |1.3.0 |CREATE_REG|Manifest: NOSIGNATURE
  185. jeitweaker-1.0.1.35.jar |JEI Tweaker |jeitweaker |1.0.1.35 |CREATE_REG|Manifest: NOSIGNATURE
  186. crafttweaker-7.1.2.442.jar |CraftTweaker |crafttweaker |7.1.2.442 |CREATE_REG|Manifest: NOSIGNATURE
  187. mysticalworld-0.3.3.19.jar |Mystical World |mysticalworld |0.3.3.19 |CREATE_REG|Manifest: NOSIGNATURE
  188. ie-02-immersivepetroleum-3.3.0.6.jar |Immersive Petroleum |immersivepetroleum |3.3.0-6 |CREATE_REG|Manifest: NOSIGNATURE
  189. forge-1.16.5-36.2.5-universal.jar |Forge |forge |36.2.5 |CREATE_REG|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
  190. ceramics-1.6.3.jar |Ceramics |ceramics |1.6.3 |CREATE_REG|Manifest: NOSIGNATURE
  191. wailaharvestability1.16.x-1.1.15.jar |Waila Harvestability |wailaharvestability |1.1.15 |CREATE_REG|Manifest: NOSIGNATURE
  192. antiqueatlas-6.0.1.jar |Antique Atlas |antiqueatlas |6.0.1-forge-mc1.16.5|CREATE_REG|Manifest: NOSIGNATURE
  193. ie-00-universalmodcore-1.1.3.jar |Universal Mod Core |universalmodcore |1.1.3 |CREATE_REG|Manifest: NOSIGNATURE
  194. cc-03-integratedcrafting-1.0.17.jar |IntegratedCrafting |integratedcrafting |1.0.17 |CREATE_REG|Manifest: NOSIGNATURE
  195. er-00-zerocore2-2.1.4.jar |Zero CORE 2 |zerocore |1.16.5-2.1.4 |CREATE_REG|Manifest: NOSIGNATURE
  196. forge-1.16.5-36.2.5-server.jar |Minecraft |minecraft |1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  197. hexlands-1.1.2.jar |HexLands |hexlands |1.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  198. pandorascreatures-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  199. livingthings-1.3.2.jar |Living Things |livingthings |1.16.5 - 1.3.2 |CREATE_REG|Manifest: NOSIGNATURE
  200. mousetweaks-2.14.jar |Mouse Tweaks |mousetweaks |2.14 |CREATE_REG|Manifest: NOSIGNATURE
  201. morevanillalib-1.4.1.jar |MoreVanillaLib |morevanillalib |1.4.1 |CREATE_REG|Manifest: NOSIGNATURE
  202. greekfantasy-16.5.3.jar |Greek Fantasy |greekfantasy |16.5.3 |CREATE_REG|Manifest: NOSIGNATURE
  203. ser-inventorytotem-1.4.jar |Inventory Totem |inventorytotem |1.4 |CREATE_REG|Manifest: NOSIGNATURE
  204. pamhc2crops-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |CREATE_REG|Manifest: NOSIGNATURE
  205. turtlemancy-1.6.3.jar |Turtlemancy |turtlemancy |1.6.3 |CREATE_REG|Manifest: NOSIGNATURE
  206. storageoverhaul-1.0.4.jar |Storage Overhaul |storage_overhaul |1.16.5-1.0.4 |CREATE_REG|Manifest: NOSIGNATURE
  207. ceramicshears-1.16.5-1.5.0.0.jar |Ceramic Shears |ceramicshears |1.16.5-1.5.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  208. astikorcarts-1.1.1.jar |AstikorCarts |astikorcarts |1.1.1 |CREATE_REG|Manifest: NOSIGNATURE
  209. paintings-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |CREATE_REG|Manifest: NOSIGNATURE
  210. jeiintegration-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |CREATE_REG|Manifest: NOSIGNATURE
  211. mantle-1.6.123.jar |Mantle |mantle |1.6.123 |CREATE_REG|Manifest: NOSIGNATURE
  212. xaerosminimap-21.16.0.jar |Xaero's Minimap |xaerominimap |21.16.0 |CREATE_REG|Manifest: NOSIGNATURE
  213. cc-02-integrateddynamics-1.9.4.jar |IntegratedDynamics |integrateddynamics |1.9.4 |CREATE_REG|Manifest: NOSIGNATURE
  214. assortedtech-0.0.1.jar |Assorted Tech |assortedtech |1.16.5-0.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  215. pamhc2foodcore-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |CREATE_REG|Manifest: NOSIGNATURE
  216. hexblades-0.0.6.jar |Hexblades |hexblades |0.1 |ERROR |Manifest: NOSIGNATURE
  217. polymorph-0.25.jar |Polymorph |polymorph |1.16.5-0.25 |CREATE_REG|Manifest: NOSIGNATURE
  218. autoreglib-49.jar |AutoRegLib |autoreglib |1.6-49 |CREATE_REG|Manifest: NOSIGNATURE
  219. earthmobsmod-0.4.2.jar |Earth Mobs Mod |earthmobsmod |1.16.4-0.4.2 |CREATE_REG|Manifest: NOSIGNATURE
  220. worldpregenerator-2.0.0.jar |World Pre Generator |world_pre_generator |2.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  221. globaldataandresourcepacks-1.7.4.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.16.4-1.7.3 |CREATE_REG|Manifest: NOSIGNATURE
  222. appleskin-2.1.0.jar |AppleSkin |appleskin |mc1.16.4-2.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  223. occultism-1.14.1.jar |Occultism |occultism |1.16.5-1.14.1 |CREATE_REG|Manifest: NOSIGNATURE
  224. durabilityviewer-1.10.jar |Giselbaers Durability Viewer |durabilityviewer |1.16.4-forge35.0.7-1|CREATE_REG|Manifest: NOSIGNATURE
  225. byg-1.3.4.jar |Oh The Biomes You'll Go |byg |1.3.4 |CREATE_REG|Manifest: NOSIGNATURE
  226. aquaculture-2.1.21.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.21 |CREATE_REG|Manifest: NOSIGNATURE
  227. wandersack-1.0.jar |Wandersack |wandersack |1.0 |CREATE_REG|Manifest: NOSIGNATURE
  228. tea-farmerstea-1.3.jar |Farmer's Tea - A Compat Mod |farmerstea |1.16.5-1.3 |CREATE_REG|Manifest: NOSIGNATURE
  229. cosmeticarmorreworked-v4.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4 |CREATE_REG|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
  230. farlanders-1.3.9.jar |The Farlanders |farlanders |1.3.9 |CREATE_REG|Manifest: NOSIGNATURE
  231. cc-00-cyclopscore-1.11.9.jar |Cyclops Core |cyclopscore |1.11.9 |CREATE_REG|Manifest: NOSIGNATURE
  232. glasscutter-1.1.1.jar |Glasscutter |glasscutter |1.1.1 |CREATE_REG|Manifest: NOSIGNATURE
  233. netherportalfix-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  234. wyrmroost-1.2.11.jar |Wyrmroost |wyrmroost |1.16.3-1.2.11 |CREATE_REG|Manifest: NOSIGNATURE
  235. eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |CREATE_REG|Manifest: NOSIGNATURE
  236. architectspalette-1.1.4.jar |Architect's Palette |architects_palette |1.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  237. incontrol-5.2.1.jar |InControl |incontrol |1.16-5.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  238. doggytalents-2.1.0.1.jar |Doggy Talents 2 |doggytalents |2.1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  239. glazedsymmetry-1.0.jar |Glazed Symmetry |glazedsymmetry |1.0 |CREATE_REG|Manifest: NOSIGNATURE
  240. kingvillager-1.6.2.jar |The King of the villagers |kingvillager |1.6.2 |CREATE_REG|Manifest: NOSIGNATURE
  241. ie-02-rsgauges-1.2.11.jar |Gauges and Switches |rsgauges |1.2.11 |CREATE_REG|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  242. guideapi-2.2.2.jar |Guide-API VP |guideapi-vp |2.2.2 |CREATE_REG|Manifest: NOSIGNATURE
  243. vampirism-1.8.1.jar |Vampirism |vampirism |1.8.1 |CREATE_REG|Manifest: NOSIGNATURE
  244. vampirismintegrations-1.6.0-b1.jar |Vampirism Integrations |vampirism_integrations |1.6.0-beta.1 |CREATE_REG|Manifest: NOSIGNATURE
  245. bowinfinityfix-9.1.jar |Bow Infinity Fix |bowinfinityfix |rv9.1 |CREATE_REG|Manifest: NOSIGNATURE
  246. initialinventory-5.0.2.22.jar |Initial Inventory |initialinventory |5.0.2.22 |CREATE_REG|Manifest: NOSIGNATURE
  247. terraforged-0.2.16-b2.jar |TerraForged |terraforged |0.2.16-BETA-2 |CREATE_REG|Manifest: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
  248. ser-configurableextramobdrops-1.6.jar |Configurable Extra Mob Drops |configurableextramobdrops |1.6 |CREATE_REG|Manifest: NOSIGNATURE
  249. cookingforblockheads-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |CREATE_REG|Manifest: NOSIGNATURE
  250. placebo-4.6.0.jar |Placebo |placebo |4.6.0 |CREATE_REG|Manifest: NOSIGNATURE
  251. citadel-1.8.1.jar |Citadel |citadel |1.8.1 |CREATE_REG|Manifest: NOSIGNATURE
  252. alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |CREATE_REG|Manifest: NOSIGNATURE
  253. iceandfire-2.1.9.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  254. rat-7.2.0.jar |Rats |rats |7.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  255. ratlantis-1.0.0.jar |Rats: Ratlantis |ratlantis |1.0.0-1.16.3 |CREATE_REG|Manifest: NOSIGNATURE
  256. potionofbees-1.1.0.2.jar |Potion of Bees |potionofbees |1.1.0.2 |CREATE_REG|Manifest: NOSIGNATURE
  257. gemsnjewels-0.21.0.jar |Gems & Jewels |gemsnjewels |0.21.0 |CREATE_REG|Manifest: NOSIGNATURE
  258. bookshelf-10.2.27.jar |Bookshelf |bookshelf |10.2.27 |CREATE_REG|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
  259. botanypots-7.1.24.jar |BotanyPots |botanypots |7.1.24 |CREATE_REG|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
  260. botanytrees-3.0.6.jar |BotanyTrees |botanytrees |3.0.6 |CREATE_REG|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
  261. biomeidfixer-1.0.1.s5.jar |Biome Id Fixer by Desagas |biomeidfixer |1.16.5-1.0.1.s5 |CREATE_REG|Manifest: NOSIGNATURE
  262. sophisticatedbackpacks-3.2.12.337.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.2.12.337 |CREATE_REG|Manifest: NOSIGNATURE
  263. uteamcore-3.2.1.196.jar |U Team Core |uteamcore |3.2.1.196 |CREATE_REG|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
  264. mcw-doors-1.0.31.16.5.jar |Macaw's Doors |mcwdoors |1.0.3 |CREATE_REG|Manifest: NOSIGNATURE
  265. omnis-1.1.2.3.jar |Omnis |omnis |1.16.5-1.0 |CREATE_REG|Manifest: NOSIGNATURE
  266. scarecrowdummy-1.3.1.jar |MmmMmmMmmMmm |dummmmmmy |1.3.0 |CREATE_REG|Manifest: NOSIGNATURE
  267. twilightforest-4.0.546.jar |The Twilight Forest |twilightforest |NONE |CREATE_REG|Manifest: NOSIGNATURE
  268. chocolate-1.3.0.jar |Chocolate |chocolate |1.3.0-1.16.4 |CREATE_REG|Manifest: NOSIGNATURE
  269. mcw-bridges-1.0.61.16.5.jar |Macaw's Bridges |mcwbridges |1.0.6 |CREATE_REG|Manifest: NOSIGNATURE
  270. farmersdelight-0.4.6.jar |Farmer's Delight |farmersdelight |1.16.5-0.4.6 |CREATE_REG|Manifest: NOSIGNATURE
  271. farmersdelightcookbook-2.0.jar |Farmers Delight Cookbook |fd_cookbook |2.0 |CREATE_REG|Manifest: NOSIGNATURE
  272. usefulbackpacks-1.12.1.90.jar |Useful Backpacks |usefulbackpacks |1.12.1.90 |CREATE_REG|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
  273. sc-01-endertanks-1.9.5.jar |EnderTanks |endertanks |1.9.5 |CREATE_REG|Manifest: NOSIGNATURE
  274. cc-01-commoncapabilities-2.7.0.jar |CommonCapabilities |commoncapabilities |2.7.0 |CREATE_REG|Manifest: NOSIGNATURE
  275. assortedstorage-2.2.0.jar |Assorted Storage |assortedstorage |1.16.5-2.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  276. valkyrielib-3.0.9.2.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.9.2 |CREATE_REG|Manifest: NOSIGNATURE
  277. envirocore-3.0.9.2.jar |Environmental Core |envirocore |1.16.5-3.0.9.2 |CREATE_REG|Manifest: NOSIGNATURE
  278. envirotech-3.0.9.4.jar |Environmental Tech |envirotech |1.16.5-3.0.9.4 |CREATE_REG|Manifest: NOSIGNATURE
  279. carmoury-1.1.0.jar |Conguerors Armoury |carmoury |0.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  280. mcw-fences-1.0.1.jar |Macaw's Fences and Walls |mcwfences |1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  281. pamhc2foodextended-1.0.4.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |CREATE_REG|Manifest: NOSIGNATURE
  282. ie-00-trackapi-1.2.1.jar |TrackAPI |trackapi |1.2 |CREATE_REG|Manifest: NOSIGNATURE
  283. bountiful-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  284. patchouli-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |CREATE_REG|Manifest: NOSIGNATURE
  285. arsnouveau-1.23.11.jar |Ars Nouveau |ars_nouveau |1.23.11 |CREATE_REG|Manifest: NOSIGNATURE
  286. witcheryrewitched-0.3.1.jar |Witchery: The Rewitchening |witchery_rewitched |0.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  287. ser-00-collective-2.64.jar |Collective |collective |2.64 |CREATE_REG|Manifest: NOSIGNATURE
  288. cc-03-integratedtunnels-1.8.6.jar |IntegratedTunnels |integratedtunnels |1.8.6 |CREATE_REG|Manifest: NOSIGNATURE
  289. yung-betterstrongholds-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  290. enigmaticlegacy-2.11.5.jar |Enigmatic Legacy |enigmaticlegacy |2.11.5 |CREATE_REG|Manifest: NOSIGNATURE
  291. buildersaddition-20210807a.jar |Builders Crafts & Addition |buildersaddition |1.16.5-20210807a |CREATE_REG|Manifest: NOSIGNATURE
  292. morevanillaarmor-1.2.6.jar |MoreVanillaArmor |morevanillaarmor |1.16.4-1.2.6 |CREATE_REG|Manifest: NOSIGNATURE
  293. spartanweaponry-2.1.0-b4.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 4 |CREATE_REG|Manifest: NOSIGNATURE
  294. architectury-1.22.32.jar |Architectury |architectury |1.22.32 |CREATE_REG|Manifest: NOSIGNATURE
  295. ftbguilibrary-1605.3.3.71.jar |FTB Library |ftblibrary |1605.3.3-build.71 |CREATE_REG|Manifest: NOSIGNATURE
  296. curiouselytra-4.0.2.3.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.3 |CREATE_REG|Manifest: NOSIGNATURE
  297. clib-1.5.1.jar |Conguerors Library |clib |1.5.1 |CREATE_REG|Manifest: NOSIGNATURE
  298. moreoverlays-1.18.15.jar |More Overlays Updated |moreoverlays |1.18.15-mc1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  299. er-01-extremereactors2-2.0.29.jar |Extreme Reactors |bigreactors |1.16.5-2.0.29 |CREATE_REG|Manifest: NOSIGNATURE
  300. productivebees-0.6.9.20.jar |Productive Bees |productivebees |1.16.5-0.6.9.20 |CREATE_REG|Manifest: NOSIGNATURE
  301. theundergarden-0.5.4.jar |The Undergarden |undergarden |0.5.4 |CREATE_REG|Manifest: NOSIGNATURE
  302. chunkloaders-1.1.7.jar |Chunk Loaders |chunkloaders |1.1.7 |CREATE_REG|Manifest: NOSIGNATURE
  303. smallships-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |CREATE_REG|Manifest: NOSIGNATURE
  304. ser-infinitetrading-1.9.jar |Infinite Trading |infinitetrading |1.9 |CREATE_REG|Manifest: NOSIGNATURE
  305. betteradvancements-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |CREATE_REG|Manifest: NOSIGNATURE
  306. extraarmor-1.12.2.jar |Extra Armor Mod |extraarmor |1.16.5-1.12.2 |CREATE_REG|Manifest: NOSIGNATURE
  307. pamhc2trees-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  308. xlpackets-1.1.jar |XL Packets |xlpackets |1.1 |CREATE_REG|Manifest: NOSIGNATURE
  309. druidcraft-0.4.53.jar |Druidcraft |druidcraft |0.4.52 |CREATE_REG|Manifest: NOSIGNATURE
  310. ab-abnormalscore-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |CREATE_REG|Manifest: NOSIGNATURE
  311. ab-environmental-1.1.0.jar |Environmental |environmental |1.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  312. ab-upgradeaquatic-3.1.0.jar |Upgrade Aquatic |upgrade_aquatic |3.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  313. ab-betterbadlands-2.0.3.jar |Better Badlands |better_badlands |1.16.5-2.0.3 |CREATE_REG|Manifest: NOSIGNATURE
  314. ab-endergetic-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  315. ab-neapolitan-2.1.0.jar |Neapolitan |neapolitan |2.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  316. ab-savageandravage-3.1.0.jar |Savage & Ravage |savageandravage |3.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  317. ab-autumnity-2.1.1.jar |Autumnity |autumnity |2.1.1 |CREATE_REG|Manifest: NOSIGNATURE
  318. ab-nethersdelight-2.1.jar |Nethers Delight |nethers_delight |2.1 |CREATE_REG|Manifest: NOSIGNATURE
  319. ab-buzzierbees-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  320. tinycoal-1.0.0.jar |Tiny Coal |tinycoal |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  321. wawla-8.0.6.jar |WAWLA |wawla |8.0.6 |CREATE_REG|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
  322. ab-extraboats-2.1.0.jar |Extra Boats |extraboats |2.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  323. waystones-7.6.3.jar |Waystones |waystones |7.6.3 |CREATE_REG|Manifest: NOSIGNATURE
  324. neverneededorwanted-1.0.9a.jar |Never Needed Or Wanted |nnow |1.16.5-1.0.9a |CREATE_REG|Manifest: NOSIGNATURE
  325. enviromats-2.0.9.0.jar |Environmental Materials |enviromats |2.0.9.0 |CREATE_REG|Manifest: NOSIGNATURE
  326. fruittrees-2.4.3.jar |Fruit Trees |fruittrees |2.4.3 |CREATE_REG|Manifest: NOSIGNATURE
  327. kiwi-3.5.2.jar |Kiwi |kiwi |3.5.2 |CREATE_REG|Manifest: NOSIGNATURE
  328. configured-1.2.0.jar |Configured |configured |1.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  329. dungeoncrawl-2.3.2.jar |Dungeon Crawl |dungeoncrawl |2.3.2 |CREATE_REG|Manifest: NOSIGNATURE
  330. vanillacookbook-1.12.4.jar |Vanilla Cookbook |vanillacookbook |1.12.4 |CREATE_REG|Manifest: NOSIGNATURE
  331. bloodmagic-3.1.3.18.jar |Blood Magic |bloodmagic |1.16.4-3.1.3-18 |CREATE_REG|Manifest: NOSIGNATURE
  332. de-01-brandonscore-3.0.10.237.jar |Brandon's Core |brandonscore |3.0.10.237 |CREATE_REG|Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
  333. de-02-draconicevolution-3.0.15.415.jar |Draconic Evolution |draconicevolution |3.0.15.415 |CREATE_REG|Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
  334. ie-02-immersiveposts-4.2.2.jar |Immersive Posts |immersiveposts |4.2.0 |CREATE_REG|Manifest: d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0
  335. ie-01-immersiveengineering-5.0.3-138.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.3-138 |CREATE_REG|Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
  336. selene-1.7.2.jar |Selene |selene |1.16.5-1.0 |CREATE_REG|Manifest: NOSIGNATURE
  337. mendingtable.jar |MendingTable |mendingtable |1.0 |CREATE_REG|Manifest: NOSIGNATURE
  338. fxcontrol-2.0.13.jar |FxControl |fxcontrol |1.16-2.0.13 |CREATE_REG|Manifest: NOSIGNATURE
  339. enchantmentdescriptions-7.0.16.jar |EnchantmentDescriptions |enchdesc |7.0.16 |CREATE_REG|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
  340. ser-nohostilesaroundcampfire-3.6.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |3.6 |CREATE_REG|Manifest: NOSIGNATURE
  341. toolbelt-1.16.0.jar |Tool Belt |toolbelt |1.16.0 |CREATE_REG|Manifest: NOSIGNATURE
  342. manaandartifice-1.4.0.8.jar |Mana and Artifice |mana-and-artifice |1.4.0.8 |CREATE_REG|Manifest: NOSIGNATURE
  343. ab-abundance-1.0.5.jar |Abundance |abundance |1.16.5-1.0.5 |CREATE_REG|Manifest: NOSIGNATURE
  344. azuredoomchunkloader-1.0.0.jar |Azuredooms Chunk Loader Mod |chunk |1.16.4-1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  345. ab-atmospheric-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  346. assortedcore-1.0.3.jar |Assorted Core |assortedcore |1.16.4-1.0.3 |CREATE_REG|Manifest: NOSIGNATURE
  347. spartanshields-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  348. quark-2.4-316.jar |Quark |quark |r2.4-316 |CREATE_REG|Manifest: NOSIGNATURE
  349. charm-2.3.2.jar |Charm |charm |2.3.2 |CREATE_REG|Manifest: NOSIGNATURE
  350. extragolems-11.3.1.jar |Extra Golems |golems |11.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  351. jaopca-3.4.1.14.jar |JAOPCA |jaopca |3.4.1.14 |CREATE_REG|Manifest: NOSIGNATURE
  352. malum-0.3.0.jar |Malum |malum |1.16.5-0.3.0 |CREATE_REG|Manifest: NOSIGNATURE
  353. fastworkbench-4.5.1.jar |FastWorkbench |fastbench |4.5.1 |CREATE_REG|Manifest: NOSIGNATURE
  354. ab-abnormalsdelight-1.2.0.jar |Abnormals Delight |abnormals_delight |1.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  355. storagedrawers-8.3.0.jar |Storage Drawers |storagedrawers |8.3.0 |CREATE_REG|Manifest: NOSIGNATURE
  356. brickhopper-1.3.0.0.jar |Brick Hopper |brickhopper |1.16.5-1.3.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  357. sc-01-enderchests-1.7.7.jar |EnderChests |enderchests |1.7.7 |CREATE_REG|Manifest: NOSIGNATURE
  358. vanillahammers-2.2.0.jar |Vanilla Hammers |vanillahammers |2.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  359. tea-simplytea-2.4.0.jar |Simply Tea |simplytea |2.4.0 |CREATE_REG|Manifest: NOSIGNATURE
  360. tea-teakettle-0.4.0.0.jar |Tea Kettle |tea_kettle |task ':jar' property|CREATE_REG|Manifest: NOSIGNATURE
  361. assorteddecor-2.0.14.jar |Assorted Decor |assorteddecor |1.16.5-2.0.14 |CREATE_REG|Manifest: NOSIGNATURE
  362. ie-02-engineersdecor-1.1.14.jar |Engineer's Decor |engineersdecor |1.1.14 |CREATE_REG|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  363. chisel-2.0.1.a4.jar |Chisel |chisel |MC1.16.5-2.0.1-alpha|CREATE_REG|Manifest: NOSIGNATURE
  364. solcarrot-1.10.1.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5-1.10.1 |CREATE_REG|Manifest: NOSIGNATURE
  365. betterbedrockgenerator-0.1.2.jar |Better Bedrock Generator |betterbedrockgenerator |0.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  366. valhelsiacore-16.0.10.jar |Valhelsia Core |valhelsia_core |16.0.10 |CREATE_REG|Manifest: NOSIGNATURE
  367. valhelsiastructures-0.1.5.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.5 |CREATE_REG|Manifest: NOSIGNATURE
  368. overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  369. ser-healingcampfire-3.3.jar |Healing Campfire |healingcampfire |3.3 |CREATE_REG|Manifest: NOSIGNATURE
  370. farmersreplant-1.0.jar |Farmers Replant |farmersreplant |1.16.5-1.0 |CREATE_REG|Manifest: NOSIGNATURE
  371. ser-alllootdrops-2.3.jar |All Loot Drops |alllootdrops |2.3 |CREATE_REG|Manifest: NOSIGNATURE
  372. Crash Report UUID: 615be099-3401-4dc8-ae68-e5e4a972ca77
  373.  
  374.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement