Advertisement
HugEnuf

Crash Report

Mar 16th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 3/16/23, 3:39 PM
  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:71) ~[forge:?] {re:classloading}
  9. at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:37) ~[forge:?] {re:classloading}
  10. at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading,re:mixin,pl:mixin:A}
  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) ~[?:?] {}
  15. at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:37) ~[server.jar:36.2] {}
  16. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
  17. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
  18. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
  19. at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}
  20. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}
  21. at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:49) [server.jar:?] {}
  22. at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:46) [server.jar:?] {}
  23. at net.minecraftforge.server.ServerMain.main(ServerMain.java:43) [server.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 harmonised.pmmo.ftb_quests.FTBQHandler.<clinit>(FTBQHandler.java:13) ~[pmmo:1.16.5-3.67.6] {re:classloading}
  33. -- MOD pmmo --
  34. Details:
  35. Mod File: Project_MMO-1.16.5-3.67.6.jar
  36. Failure message: Project MMO (pmmo) has failed to load correctly
  37. java.lang.IncompatibleClassChangeError: Method 'dev.ftb.mods.ftbquests.quest.task.TaskType dev.ftb.mods.ftbquests.quest.task.TaskTypes.register(net.minecraft.util.ResourceLocation, dev.ftb.mods.ftbquests.quest.task.TaskType$Provider, java.util.function.Supplier)' must be InterfaceMethodref constant
  38. Mod Version: 1.16.5-3.67.6
  39. Mod Issue URL: NOT PROVIDED
  40. Exception message: java.lang.IncompatibleClassChangeError: Method 'dev.ftb.mods.ftbquests.quest.task.TaskType dev.ftb.mods.ftbquests.quest.task.TaskTypes.register(net.minecraft.util.ResourceLocation, dev.ftb.mods.ftbquests.quest.task.TaskType$Provider, java.util.function.Supplier)' must be InterfaceMethodref constant
  41. Stacktrace:
  42. at harmonised.pmmo.ftb_quests.FTBQHandler.<clinit>(FTBQHandler.java:13) ~[pmmo:1.16.5-3.67.6] {re:classloading}
  43. at harmonised.pmmo.ProjectMMOMod.<init>(ProjectMMOMod.java:62) ~[pmmo:1.16.5-3.67.6] {re:classloading}
  44. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {re:classloading,re:classloading}
  45. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] {re:classloading,re:classloading}
  46. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {re:classloading,re:classloading}
  47. at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?] {}
  48. at java.lang.Class.newInstance(Class.java:584) ~[?:?] {}
  49. at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[forge:36.2] {re:classloading}
  50. at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[forge:?] {re:classloading}
  51. at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736) ~[?:?] {}
  52. at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1728) ~[?:?] {}
  53. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {}
  54. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) ~[?:?] {}
  55. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) ~[?:?] {re:computing_frames}
  56. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) ~[?:?] {re:computing_frames}
  57. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ~[?:?] {}
  58.  
  59.  
  60. -- System Details --
  61. Details:
  62. Minecraft Version: 1.16.5
  63. Minecraft Version ID: 1.16.5
  64. Operating System: Linux (amd64) version 4.19.0-22-amd64
  65. Java Version: 11.0.9, Alpine
  66. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Alpine
  67. Memory: 505480528 bytes (482 MB) / 963117056 bytes (918 MB) up to 1925906432 bytes (1836 MB)
  68. CPUs: 1
  69. JVM Flags: 3 total; -Xms950M -Xmx1900M -XX:UseSSE=3
  70. ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
  71. ModLauncher launch target: fmlserver
  72. ModLauncher naming: srg
  73. ModLauncher services:
  74. /mixin-0.8.4.jar mixin PLUGINSERVICE
  75. /eventbus-4.0.0.jar eventbus PLUGINSERVICE
  76. /server.jar object_holder_definalize PLUGINSERVICE
  77. /server.jar runtime_enum_extender PLUGINSERVICE
  78. /server.jar capability_inject_definalize PLUGINSERVICE
  79. /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
  80. /server.jar runtimedistcleaner PLUGINSERVICE
  81. /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
  82. /server.jar fml TRANSFORMATIONSERVICE
  83. FML: 36.2
  84. Forge: net.minecraftforge:36.2.39
  85. FML Language Providers:
  86. javafml@36.2
  87. minecraft@1
  88. kotlinforforge@1.17.0
  89. Mod List:
  90. BetterDungeons-1.16.4-1.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  91. secondchanceforge-1.16.5-1.5.0.jar |Second Chance Forge |secondchanceforge |1.5.0 |CREATE_REG|Manifest: NOSIGNATURE
  92. infernal-expansion-1.16.5-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |CREATE_REG|Manifest: NOSIGNATURE
  93. mcw-windows-2.1.1-mc1.16.5forge.jar |Macaw's Windows |mcwwindows |2.1.1 |CREATE_REG|Manifest: NOSIGNATURE
  94. torohealth-1.16.4-forge-4.jar |ToroHealth |torohealth |NONE |CREATE_REG|Manifest: NOSIGNATURE
  95. stalwart-dungeons-1.16.5-1.1.7.jar |Stalwart Dungeons |stalwart_dungeons |1.1.7 |CREATE_REG|Manifest: NOSIGNATURE
  96. looot-1.16.4-1.0.0.3.jar |Looot |looot |1.0.0.3 |CREATE_REG|Manifest: NOSIGNATURE
  97. BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  98. NaNny-1.0.1.jar |NaNny |nanny |1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  99. farmersdelightintegrations-1.16.5-1.2.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.2 |CREATE_REG|Manifest: NOSIGNATURE
  100. YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |CREATE_REG|Manifest: NOSIGNATURE
  101. GatewaysToEternity-1.16.5-1.0.0.jar |Gateways To Eternity |gateways |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  102. upgradednetherite_items-1.16.5-1.1.0.2-release.jar|Upgraded Netherite : Items |upgradednetherite_items |1.16.5-1.1.0.2-relea|CREATE_REG|Manifest: NOSIGNATURE
  103. lootbeams-1.16.5-release-july1722.jar |LootBeams |lootbeams |1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  104. guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |CREATE_REG|Manifest: NOSIGNATURE
  105. randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |CREATE_REG|Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
  106. ForgivingVoid_1.16.5-5.2.1.jar |Forgiving Void |forgivingvoid |5.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  107. Apotheosis-1.16.5-4.8.9A0.jar |Apotheosis |apotheosis |4.8.9A0 |CREATE_REG|Manifest: NOSIGNATURE
  108. Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |CREATE_REG|Manifest: NOSIGNATURE
  109. Unique Enchantments Utils-1.16.5-1.7.3.1.jar |Unique Util Enchantments |uniqueutil |1.7.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  110. Paraglider-1.16.5-1.3.2.11.jar |Paraglider |paraglider |1.3.2.11 |CREATE_REG|Manifest: NOSIGNATURE
  111. supplementaries-1.16.5-0.18.5.jar |Supplementaries |supplementaries |0.18.2 |CREATE_REG|Manifest: NOSIGNATURE
  112. betterendforge-1.16.5-2.5.jar |BetterEnd Forge |betterendforge |1.16.5-2.5 |CREATE_REG|Manifest: NOSIGNATURE
  113. upgradednetherite-1.16.5-2.1.0.1-release.jar |Upgraded Netherite |upgradednetherite |1.16.5-2.1.0.1-relea|CREATE_REG|Manifest: NOSIGNATURE
  114. structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |CREATE_REG|Manifest: NOSIGNATURE
  115. AdvancementPlaques-1.16.5-1.4.1.jar |Advancement Plaques |advancementplaques |1.4.1 |CREATE_REG|Manifest: NOSIGNATURE
  116. TenshiLib-1.16.3-1.3.0.jar |TenshiLib |tenshilib |1.16.3-1.3.0 |CREATE_REG|Manifest: NOSIGNATURE
  117. repurposed_structures_forge-3.4.7+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.7+1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  118. morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |CREATE_REG|Manifest: NOSIGNATURE
  119. solpotato-1.16.X-1.1.0.jar |Spice of Life: Potato Edition |solpotato |1.16.X-1.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  120. toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |CREATE_REG|Manifest: NOSIGNATURE
  121. dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |CREATE_REG|Manifest: NOSIGNATURE
  122. Rad Enchants-1.16.5-1.0.1a-BETA.jar |Rad Enchants |radenchants |1.0.1a-BETA |CREATE_REG|Manifest: NOSIGNATURE
  123. edibles_1.16.5-2.4.jar |Edibles |edibles |2.4 |CREATE_REG|Manifest: NOSIGNATURE
  124. BetterDefaultBiomes-1.16.4+-Alpha 2.6.1.jar |Better Default Biomes |betterdefaultbiomes |Alpha 2.6.0 |CREATE_REG|Manifest: NOSIGNATURE
  125. darkerdepths-1.16.5-1.1.4.jar |Darker Depths |darkerdepths |1.1.4 |CREATE_REG|Manifest: NOSIGNATURE
  126. Highlighter-1.16.5-1.1.1.jar |Highlighter |highlighter |1.1.1 |CREATE_REG|Manifest: NOSIGNATURE
  127. curios-forge-1.16.5-4.0.8.2.jar |Curios API |curios |1.16.5-4.0.8.2 |CREATE_REG|Manifest: NOSIGNATURE
  128. carrotslib-mc1.16.5-3.0.2.jar |Carrots Lib |carrots |3.0.2 |CREATE_REG|Manifest: NOSIGNATURE
  129. vanillafoodpantry-mc1.16.5-6.0.1.jar |Vanilla Food Pantry |vanillafoodpantry |6.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  130. randomite-1.16.4-1.0.1.jar |Randomite Classic |randomite |1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  131. Unique Enchantments-1.16.5-2.3.3.1.jar |Unique Enchantments |uniquee |2.3.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  132. YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |CREATE_REG|Manifest: NOSIGNATURE
  133. MushroomQuest_1.16.5_v3.2.jar |Mushroom Quest |mushroomquest |3.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  134. tombstone-6.8.10-1.16.5.jar |Corail Tombstone |tombstone |6.8.10 |CREATE_REG|Manifest: NOSIGNATURE
  135. majruszs-difficulty-1.16.4-1.1.0.jar |Majrusz's Progressive Difficul|majruszs_difficulty |1.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  136. constructionwand-1.16.5-2.6.jar |Construction Wand |constructionwand |1.16.5-2.6 |CREATE_REG|Manifest: NOSIGNATURE
  137. sapience-1.16.5-1.1.2.jar |Sapience |sapience |1.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  138. Project_MMO-1.16.5-3.67.6.jar |Project MMO |pmmo |1.16.5-3.67.6 |ERROR |Manifest: NOSIGNATURE
  139. cloth-config-4.16.91-forge.jar |Cloth Config v4 API |cloth-config |4.16.91 |CREATE_REG|Manifest: NOSIGNATURE
  140. the_bumblezone_forge-3.2.1+1.16.5.jar |The Bumblezone |the_bumblezone |3.2.1+1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  141. FastLeafDecay-v25.2.jar |FastLeafDecay |fastleafdecay |v25.2 |CREATE_REG|Manifest: NOSIGNATURE
  142. BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |CREATE_REG|Manifest: NOSIGNATURE
  143. dungeons_libraries-1.16.5-1.0.6.jar |Dungeons Libraries |dungeons_libraries |1.16.5-1.0.6 |CREATE_REG|Manifest: NOSIGNATURE
  144. dungeons_gear-1.16.5-3.2.7.jar |Dungeons Gear |dungeons_gear |1.16.5-3.2.7 |CREATE_REG|Manifest: NOSIGNATURE
  145. mowziesmobs-1.5.27.jar |Mowzie's Mobs |mowziesmobs |1.5.27 |CREATE_REG|Manifest: NOSIGNATURE
  146. geckolib-forge-1.16.5-3.0.106.jar |GeckoLib |geckolib3 |3.0.106 |CREATE_REG|Manifest: NOSIGNATURE
  147. humancompanions-1.16.5-1.7.3-fix.jar |Human Companions |humancompanions |1.16.5-1.7.3-fix |CREATE_REG|Manifest: NOSIGNATURE
  148. SereneShrubbery-1.16.5-1.2.0.jar |Serene Shrubbery |serene_shrubbery |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  149. potiondescriptions-1.16.5-1.5.4.jar |Potion Descriptions |potiondescriptions |1.16.5-1.5.4 |CREATE_REG|Manifest: NOSIGNATURE
  150. bagofyurting-1.16.4-1.2.0.1.jar |Bag of Yurting |bagofyurting |1.2.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  151. bountifulbaubles-1.16.5-0.1.0-forge.jar |Bountiful Baubles |bountifulbaubles |1.16.5-0.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  152. jei-1.16.5-7.8.0.1009.jar |Just Enough Items |jei |7.8.0.1009 |CREATE_REG|Manifest: NOSIGNATURE
  153. goblintraders-1.7.3-1.16.5.jar |Goblin Traders |goblintraders |1.7.3 |CREATE_REG|Manifest: NOSIGNATURE
  154. caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |CREATE_REG|Manifest: NOSIGNATURE
  155. Paxi-Forge-1.16.4-1.0.jar |Paxi |paxi |1.16.4-1.0 |CREATE_REG|Manifest: NOSIGNATURE
  156. HarderBranchMining-1.16.5-1.36.0.11.jar |Harder Branch Mining Mod |harderbranchmining |1.16.5-1.36.0.11 |CREATE_REG|Manifest: NOSIGNATURE
  157. NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |CREATE_REG|Manifest: NOSIGNATURE
  158. LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |CREATE_REG|Manifest: NOSIGNATURE
  159. stoneholm-1.2.2.jar |Stoneholm |stoneholm |1.2 |CREATE_REG|Manifest: NOSIGNATURE
  160. champions-forge-1.16.5-2.0.1.15.jar |Champions |champions |1.16.5-2.0.1.15 |CREATE_REG|Manifest: NOSIGNATURE
  161. good-nights-sleep-1.16.5-1.2.14.jar |Good Night's Sleep |good_nights_sleep |1.2.14 |CREATE_REG|Manifest: NOSIGNATURE
  162. StepUp-1.16.4-0.2.0.jar |StepUp |stepup |1.16.4-0.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  163. questsadditions-1.16-1.3.0.jar |Quests Additions |questsadditions |1.3.0 |CREATE_REG|Manifest: NOSIGNATURE
  164. CraftTweaker-1.16.5-7.1.2.501.jar |CraftTweaker |crafttweaker |7.1.2.501 |CREATE_REG|Manifest: NOSIGNATURE
  165. GameStages-Forge-1.16.5-7.3.14.jar |GameStages |gamestages |7.3.14 |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
  166. mysticalworld-1.16.5-0.3.6.27.jar |Mystical World |mysticalworld |0.3.6.27 |CREATE_REG|Manifest: NOSIGNATURE
  167. majruszsaccessories-1.16.5-0.1.4.jar |Majrusz's Accessories |majruszs_accessories |0.1.4 |CREATE_REG|Manifest: NOSIGNATURE
  168. forge-1.16.5-36.2.39-universal.jar |Forge |forge |36.2.39 |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
  169. Atum-1.16.5-2.2.12.jar |Atum 2 |atum |1.16.5-2.2.12 |CREATE_REG|Manifest: NOSIGNATURE
  170. WailaHarvestability-mc1.16.x-forge-1.1.15.jar |Waila Harvestability |wailaharvestability |1.1.15 |CREATE_REG|Manifest: NOSIGNATURE
  171. DungeonsArise-1.16.5-2.1.49-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49 |CREATE_REG|Manifest: NOSIGNATURE
  172. forge-1.16.5-36.2.39-server.jar |Minecraft |minecraft |1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  173. cofh_core-1.16.5-1.5.2.22.jar |CoFH Core |cofh_core |1.5.2.22 |CREATE_REG|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  174. logprot-1.16-1.6.jar |Logprot |logprot |1.4 |CREATE_REG|Manifest: NOSIGNATURE
  175. roughtweaks-1.16.5-2.5.0.jar |Rough Tweaks |roughtweaks |2.5.0 |CREATE_REG|Manifest: NOSIGNATURE
  176. greekfantasy-16.5.5.jar |Greek Fantasy |greekfantasy |16.5.5 |CREATE_REG|Manifest: NOSIGNATURE
  177. nopotionshift_1.16.4-1.6.1.jar |No Potion Shift |nopotionshift |1.6.1 |CREATE_REG|Manifest: NOSIGNATURE
  178. modifiers-0.1.2-forge.jar |Modifiers |modifiers |0.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  179. eidolonrecipes-2.7.jar |Eidolon Data Recipes |eidolonrecipes |2.7 |CREATE_REG|Manifest: NOSIGNATURE
  180. pirate_hats.jar |Pirate Hat |pirate_hat |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  181. majrusz-library-1.16.4-2.0.1.jar |Majrusz Library |majrusz_library |2.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  182. dimdungeons-1.13.1.jar |Dimensional Dungeons |dimdungeons |1.16.4-1.13.1 |CREATE_REG|Manifest: NOSIGNATURE
  183. Xaeros_Minimap_23.1.0_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |23.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  184. ftb-backups-2.1.2.2.jar |FTB Backups |ftbbackups |2.1.2.2 |CREATE_REG|Manifest: NOSIGNATURE
  185. serverconfigupdater-1.3.2.jar |ServerConfig Updater |serverconfigupdater |1.3.2 |CREATE_REG|Manifest: NOSIGNATURE
  186. polymorph-forge-1.16.5-0.41.jar |Polymorph |polymorph |1.16.5-0.41 |CREATE_REG|Manifest: NOSIGNATURE
  187. AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |CREATE_REG|Manifest: NOSIGNATURE
  188. floormats-1.16.5-v1.5.1.jar |Floor Mats |floormats |1.16.5-v1.5.1 |CREATE_REG|Manifest: NOSIGNATURE
  189. AmbientEnvironment-5.0.0.11.jar |Ambient Environment |ambientenvironment |5.0.0.11 |CREATE_REG|Manifest: NOSIGNATURE
  190. PickleTweaks-1.16.5-5.2.6.jar |Pickle Tweaks |pickletweaks |5.2.6 |CREATE_REG|Manifest: NOSIGNATURE
  191. Titles-1.16.5-3.4.3.jar |Titles |titles |1.16.5-3.4.2 |CREATE_REG|Manifest: NOSIGNATURE
  192. appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |CREATE_REG|Manifest: NOSIGNATURE
  193. lootr-1.16.5-0.1.15.46.jar |Lootr |lootr |0.1.14.45 |CREATE_REG|Manifest: NOSIGNATURE
  194. byg-1.3.6.jar |Oh The Biomes You'll Go |byg |1.3.4 |CREATE_REG|Manifest: NOSIGNATURE
  195. Aquaculture-1.16.5-2.1.23.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.23 |CREATE_REG|Manifest: NOSIGNATURE
  196. orcinusscaves-1.3.jar |Orcinus's Cavern |cavern |{1.2.0} |CREATE_REG|Manifest: NOSIGNATURE
  197. CosmeticArmorReworked-1.16.5-v5.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v5 |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
  198. convenientcurioscontainer-1.3-1.16.5.jar |Convenient Curios Container |convenientcurioscontainer |3_forge-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  199. xptome-1.16.5-v2.1.5.jar |XP Tome |xpbook |v2.1.5 |CREATE_REG|Manifest: NOSIGNATURE
  200. litewolfcore-1.16.5v1.0.1.jar |LiteWolf Core |litewolfcore |1.16.5v1.0 |CREATE_REG|Manifest: NOSIGNATURE
  201. Tropicraft-9.2.0-release+90.jar |Tropicraft |tropicraft |9.2.0-release+90 |CREATE_REG|Manifest: NOSIGNATURE
  202. blue_skies-1.16.5-1.1.3.jar |Blue Skies |blue_skies |1.1.3 |CREATE_REG|Manifest: NOSIGNATURE
  203. eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |CREATE_REG|Manifest: NOSIGNATURE
  204. HealthOverlay-1.16.5-3.0.1.jar |Health Overlay |healthoverlay |3.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  205. DoggyTalents-1.16.5-2.1.15.jar |Doggy Talents 2 |doggytalents |2.1.15 |CREATE_REG|Manifest: NOSIGNATURE
  206. extrabows-v1.16.4 b3.jar |Extra Bows |extrabows |v1.16.4 b3 |CREATE_REG|Manifest: NOSIGNATURE
  207. connectivity-2.4-1.16.5.jar |Connectivity Mod |connectivity |2.4-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  208. InsaneLib-1.4.2-mc1.16.5.jar |InsaneLib |insanelib |1.4.2 |CREATE_REG|Manifest: NOSIGNATURE
  209. XaerosWorldMap_1.28.9_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.28.9 |CREATE_REG|Manifest: NOSIGNATURE
  210. CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |CREATE_REG|Manifest: NOSIGNATURE
  211. Prism-1.16.5-1.0.1.jar |Prism |prism |1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  212. Placebo-1.16.5-4.7.0.jar |Placebo |placebo |4.7.0 |CREATE_REG|Manifest: NOSIGNATURE
  213. citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |CREATE_REG|Manifest: NOSIGNATURE
  214. alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |CREATE_REG|Manifest: NOSIGNATURE
  215. iceandfire-2.1.11-1.16.5.jar |Ice and Fire |iceandfire |2.1.11-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  216. eyeofdragons-0.1.0.jar |Eye of Dragons |eyeofdragons |NONE |CREATE_REG|Manifest: NOSIGNATURE
  217. rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  218. forge-branders-spawnermod-1.16.5-1.8.14.jar |Enhanced Mob Spawners |spawnermod |1.8.14 |CREATE_REG|Manifest: NOSIGNATURE
  219. Bookshelf-Forge-1.16.5-10.4.33.jar |Bookshelf |bookshelf |10.4.33 |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
  220. Tips-1.16.5-4.0.18.jar |Tips |tips |4.0.18 |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
  221. sophisticatedbackpacks-1.16.5-3.15.20.755.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.15.20.755 |CREATE_REG|Manifest: NOSIGNATURE
  222. relics-1.16.5-0.3.4.4.jar |Relics |relics |0.3.4.4 |CREATE_REG|Manifest: NOSIGNATURE
  223. Unique Enchantments Apex-1.16.5-1.2.3.jar |Unique Apex Enchantments |uniqueapex |1.2.3 |CREATE_REG|Manifest: NOSIGNATURE
  224. takesapillage-1.0.3-1.16.5.jar |It Takes A Pillage |takesapillage |1.0.3 |CREATE_REG|Manifest: NOSIGNATURE
  225. ProgressiveBosses-3.4.3-mc1.16.5.jar |Progressive Bosses |progressivebosses |3.4.3 |CREATE_REG|Manifest: NOSIGNATURE
  226. magicaljewelry-1.16.5_1.2.12.jar |Magical Jewelry |magicaljewelry |1.16.5_1.2.11 |CREATE_REG|Manifest: NOSIGNATURE
  227. VTweaks-1.16.4-3.6.2.jar |V-Tweaks |vtweaks |3.6.0 |CREATE_REG|Manifest: NOSIGNATURE
  228. Berry_Nice.jar |Berry Nice |berry_nice |1.0.0 |CREATE_REG|Manifest: NOSIGNATURE
  229. LostTrinkets-1.16.5-0.1.27.jar |Lost Trinkets |losttrinkets |0.1.27 |CREATE_REG|Manifest: NOSIGNATURE
  230. twilightforest-1.16.5-4.0.870-universal.jar |The Twilight Forest |twilightforest |NONE |CREATE_REG|Manifest: NOSIGNATURE
  231. Buddycards-1.16.5-2.5.3.jar |Buddycards |buddycards |1.16.5-2.5.3 |CREATE_REG|Manifest: NOSIGNATURE
  232. cuneiform-1.16.3-1.2.5.jar |Cuneiform |cuneiform |1.16.3-1.2.5 |CREATE_REG|Manifest: NOSIGNATURE
  233. w2w-1.16.1-0.0.5.2.jar |w2w |w2w |NONE |CREATE_REG|Manifest: NOSIGNATURE
  234. chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |CREATE_REG|Manifest: NOSIGNATURE
  235. mcw-bridges-2.0.6-mc1.16.5forge.jar |Macaw's Bridges |mcwbridges |2.0.6 |CREATE_REG|Manifest: NOSIGNATURE
  236. FarmersDelight-1.16.5-0.6.0.jar |Farmer's Delight |farmersdelight |1.16.5-0.6.0 |CREATE_REG|Manifest: NOSIGNATURE
  237. projectvibrantjourneys-1.16.5-3.2.11.jar |Project: Vibrant Journeys |projectvibrantjourneys |1.16.5-3.2.11 |CREATE_REG|Manifest: NOSIGNATURE
  238. Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |CREATE_REG|Manifest: NOSIGNATURE
  239. mining_dimension-1.16.5-1.0.6.jar |Mining World |mining_dimension |1.16.5-1.0.6 |CREATE_REG|Manifest: NOSIGNATURE
  240. ElenaiDodge2-1.16.X-1.1.0.jar |Elenai Dodge 2 |elenaidodge2 |1.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  241. simplefarming-1.16.5-1.3.8.jar |Simple Farming |simplefarming |1.16.5-1.3.8 |CREATE_REG|Manifest: NOSIGNATURE
  242. dungeons_enhanced-1.16.5-1.8.2.jar |Dungeons Enhanced |dungeons_enhanced |1.8.2 |CREATE_REG|Manifest: NOSIGNATURE
  243. Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  244. Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |CREATE_REG|Manifest: NOSIGNATURE
  245. Feywild-1.16.5-2.1.4.jar |Feywild |feywild |1.16.5-2.1.4 |CREATE_REG|Manifest: NOSIGNATURE
  246. ars_nouveau-1.16.5-1.25.10.jar |Ars Nouveau |ars_nouveau |1.25.10 |CREATE_REG|Manifest: NOSIGNATURE
  247. collective-1.16.5-5.49.jar |Collective |collective |5.49 |CREATE_REG|Manifest: NOSIGNATURE
  248. villagertools-1.16.5-1.0.2.jar |villagertools |villagertools |1.16.5-1.0.2 |CREATE_REG|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
  249. ftb-ultimine-forge-1605.3.1-build.45.jar |FTB Ultimine |ftbultimine |1605.3.1-build.45 |CREATE_REG|Manifest: NOSIGNATURE
  250. usefulhats-1.16.5-1.10.1.0.jar |Useful Hats |usefulhats |1.16.5-1.10.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  251. BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  252. EnigmaticLegacy-2.11.12.jar |Enigmatic Legacy |enigmaticlegacy |2.11.12 |CREATE_REG|Manifest: NOSIGNATURE
  253. buildersaddition-1.16.5-20210807a.jar |Builders Crafts & Addition |buildersaddition |1.16.5-20210807a |CREATE_REG|Manifest: NOSIGNATURE
  254. starterkit_1.16.5-4.1.jar |Starter Kit |starterkit |4.1 |CREATE_REG|Manifest: NOSIGNATURE
  255. cavebiomeapi-1.16.5-1.4.2.jar |CaveBiomeAPI |cavebiomeapi |1.16.5-1.4.2 |CREATE_REG|Manifest: NOSIGNATURE
  256. SpartanWeaponry-1.16.5-2.2.0-rc-2.jar |Spartan Weaponry |spartanweaponry |2.2.0 Release Candid|CREATE_REG|Manifest: NOSIGNATURE
  257. architectury-1.32.66.jar |Architectury |architectury |1.32.66 |CREATE_REG|Manifest: NOSIGNATURE
  258. ftb-library-forge-1605.3.4-build.90.jar |FTB Library |ftblibrary |1605.3.4-build.90 |CREATE_REG|Manifest: NOSIGNATURE
  259. ftb-teams-forge-1605.2.3-build.40.jar |FTB Teams |ftbteams |1605.2.3-build.40 |CREATE_REG|Manifest: NOSIGNATURE
  260. curiouselytra-forge-1.16.5-4.0.2.4.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.4 |CREATE_REG|Manifest: NOSIGNATURE
  261. productivebees-1.16.5-0.6.9.28.jar |Productive Bees |productivebees |1.16.5-0.6.9.28 |CREATE_REG|Manifest: NOSIGNATURE
  262. The_Undergarden-1.16.5-0.5.5.jar |The Undergarden |undergarden |0.5.5 |CREATE_REG|Manifest: NOSIGNATURE
  263. smallships-1.16.5-1.8.5.jar |Small Ships Mod |smallships |1.8.5 |CREATE_REG|Manifest: NOSIGNATURE
  264. toomanyglyphs-snapshot-20220223.jar |Too Many Glyphs |toomanyglyphs |0.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  265. dreadsteel-1.16.5-1.1.4.1.jar |Dreadsteel |dreadsteel |1.16.5-1.1.4.1 |CREATE_REG|Manifest: NOSIGNATURE
  266. BetterAdvancements-1.16.5-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |CREATE_REG|Manifest: NOSIGNATURE
  267. BH-Menu-1.16.5-1.3.jar |Bisect Hosting Menu |bhmenu |1.16.5-1.3 |CREATE_REG|Manifest: NOSIGNATURE
  268. rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |CREATE_REG|Manifest: NOSIGNATURE
  269. kubejs-forge-1605.3.19-build.299.jar |KubeJS |kubejs |1605.3.19-build.299 |CREATE_REG|Manifest: NOSIGNATURE
  270. Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |CREATE_REG|Manifest: NOSIGNATURE
  271. TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  272. simpledelights-1.2.jar |Simple Delights |simpledelights |1.2 |CREATE_REG|Manifest: NOSIGNATURE
  273. brewevolution0.2.1.jar |Brewevolution |brewevolution |0.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  274. armoradjustment-1.16-1.2.0.jar |Armor Adjustment |armoradjustment |1.16-1.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  275. item-filters-forge-1605.2.5-build.9.jar |Item Filters |itemfilters |1605.2.5-build.9 |CREATE_REG|Manifest: NOSIGNATURE
  276. ftb-quests-forge-1605.3.7-build.165.jar |FTB Quests |ftbquests |1605.3.7-build.165 |CREATE_REG|Manifest: NOSIGNATURE
  277. ftb-money-1605.1.4-build.9.jar |FTB Money |ftbmoney |1605.1.4-build.9 |CREATE_REG|Manifest: NOSIGNATURE
  278. ArsPMMO-1.16.5-1.0.2c.jar |ArsPMMO |arspmmo |1.0.2c |CREATE_REG|Manifest: NOSIGNATURE
  279. dungeons_mobs-1.16.5-2.2.3.jar |Dungeons Mobs |dungeons_mobs |1.16.5-2.2.3 |CREATE_REG|Manifest: NOSIGNATURE
  280. abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  281. Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |CREATE_REG|Manifest: NOSIGNATURE
  282. upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  283. irregularchef-1.16.5-1.0.1.jar |The Irregular Chef |irregularchef |1.16.5-1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  284. endergetic-1.16.5-3.0.2.jar |The Endergetic Expansion |endergetic |3.0.2 |CREATE_REG|Manifest: NOSIGNATURE
  285. nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |CREATE_REG|Manifest: NOSIGNATURE
  286. buzzier_bees-1.16.5-3.0.3.jar |Buzzier Bees |buzzier_bees |3.0.3 |CREATE_REG|Manifest: NOSIGNATURE
  287. Enhanced-Mushrooms-1.16.5-3.0.9.jar |Enhanced Mushrooms |enhanced_mushrooms |1.16.5-3.0.9 |CREATE_REG|Manifest: NOSIGNATURE
  288. WAWLA-1.16.5-8.0.9.jar |WAWLA |wawla |8.0.9 |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
  289. Unique Enchantments Battle-1.16.5-1.4.3.jar |Unique Battle Enchantments |uniquebattle |1.4.3 |CREATE_REG|Manifest: NOSIGNATURE
  290. Unique Enchantments Base-1.16.5-1.4.3.1.jar |Unique Enchantments Base |uniquebase |1.4.3.1 |CREATE_REG|Manifest: NOSIGNATURE
  291. ensorcellation-1.16.5-1.5.0.4.jar |Ensorcellation |ensorcellation |1.5.0.4 |CREATE_REG|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  292. Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |CREATE_REG|Manifest: NOSIGNATURE
  293. BetterPortals-1.16.4-0.3.9.jar |YUNG's Better Portals |betterportals |1.16.4-0.3.9 |CREATE_REG|Manifest: NOSIGNATURE
  294. FastSuite-1.16.4-1.1.1.jar |FastSuite |fastsuite |1.1.1 |CREATE_REG|Manifest: NOSIGNATURE
  295. comforts-forge-1.16.5-4.0.1.5.jar |Comforts |comforts |1.16.5-4.0.1.5 |CREATE_REG|Manifest: NOSIGNATURE
  296. Artifacts-1.16.5-2.10.5.jar |Artifacts |artifacts |1.16.5-2.10.5 |CREATE_REG|Manifest: NOSIGNATURE
  297. SimpleStorageNetwork-1.16.5-1.5.3.jar |Simple Storage Network |storagenetwork |1.16.5-1.5.3 |CREATE_REG|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
  298. configured-1.5.3-1.16.5.jar |Configured |configured |1.5.3 |CREATE_REG|Manifest: NOSIGNATURE
  299. OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |CREATE_REG|Manifest: NOSIGNATURE
  300. decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |CREATE_REG|Manifest: NOSIGNATURE
  301. decorative_blocks_abnormals-1.2.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.2 |CREATE_REG|Manifest: NOSIGNATURE
  302. decorative_winter-0.1.2.jar |Decorative Winter |decorative_winter |0.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  303. DungeonCrawl-1.16.5-2.3.9.jar |Dungeon Crawl |dungeoncrawl |2.3.9 |CREATE_REG|Manifest: NOSIGNATURE
  304. lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |CREATE_REG|Manifest: NOSIGNATURE
  305. walljump-forge-1.16.4-1.3.7.jar |Wall-Jump! |walljump |1.16.4-1.3.7 |CREATE_REG|Manifest: NOSIGNATURE
  306. Sledgehammer-1.16.5-2.0.1.jar |Sledgehammer |sledgehammer |1.16.5-2.0.0 |CREATE_REG|Manifest: 65:9c:b2:1c:ac:92:df:f0:35:07:78:51:9b:65:49:87:69:0b:76:7f:23:9a:ab:1f:fa:fc:b0:f3:fc:02:6a:1b
  307. AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |CREATE_REG|Manifest: NOSIGNATURE
  308. TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |CREATE_REG|Manifest: NOSIGNATURE
  309. spartantwilight-1.16.5-2.3.2.jar |Spartan Weaponry: Twilight For|spartantwilight |1.16.5-2.3.2 |CREATE_REG|Manifest: NOSIGNATURE
  310. scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |CREATE_REG|Manifest: NOSIGNATURE
  311. meetyourfight-1.16.5-1.2.0.jar |Meet Your Fight |meetyourfight |1.2.0 |CREATE_REG|Manifest: NOSIGNATURE
  312. selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |CREATE_REG|Manifest: NOSIGNATURE
  313. CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  314. swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |CREATE_REG|Manifest: NOSIGNATURE
  315. Abundance-1.16.5-1.0.5.jar |Abundance |abundance |1.16.5-1.0.5 |CREATE_REG|Manifest: NOSIGNATURE
  316. silent-lib-1.16.5-4.10.0.jar |Silent Lib |silentlib |4.10.0 |CREATE_REG|Manifest: NOSIGNATURE
  317. archers_paradox-1.16.5-1.5.0.2.jar |Archer's Paradox |archers_paradox |1.5.0.2 |CREATE_REG|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  318. towers_of_the_wild-1.16.3-2.1.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.3-2.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  319. Iceberg-1.16.5-1.0.45.jar |Iceberg |iceberg |1.0.45 |CREATE_REG|Manifest: NOSIGNATURE
  320. SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |CREATE_REG|Manifest: NOSIGNATURE
  321. Quark-r2.4-322.jar |Quark |quark |r2.4-322 |CREATE_REG|Manifest: NOSIGNATURE
  322. abnormals_delight-1.16.5-1.2.1.jar |Abnormals Delight |abnormals_delight |1.2.1 |CREATE_REG|Manifest: NOSIGNATURE
  323. StorageDrawers-1.16.3-8.5.2.jar |Storage Drawers |storagedrawers |8.5.2 |CREATE_REG|Manifest: NOSIGNATURE
  324. InventoryHud_[1.16.2-1.16.5].forge-3.4.1.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.1 |CREATE_REG|Manifest: NOSIGNATURE
  325. illagersweararmor-1.0.5.jar |Illagers Wear Armor |illagersweararmor |1.0.5 |CREATE_REG|Manifest: NOSIGNATURE
  326. pickableorbs-2.3_1.16.5.jar |Pickable Orbs |pickableorbs |2.3 |CREATE_REG|Manifest: NOSIGNATURE
  327. fins-1.6.2.jar |Fins and Tails |fins |1.6.2 |CREATE_REG|Manifest: NOSIGNATURE
  328. upgradedcore-1.16.5-1.1.0.3-release.jar |Upgraded Core |upgradedcore |1.16.5-1.1.0.3-relea|CREATE_REG|Manifest: NOSIGNATURE
  329. workshopsofdoom-1.16.4-1.1.0.1.jar |Workshops of Doom |workshopsofdoom |1.1.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  330. ferritecore-2.1.1-forge.jar |Ferrite Core |ferritecore |2.1.1 |CREATE_REG|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
  331. enhancedcelestials-2.0.9-1.16.5.jar |Enhanced Celestials |enhancedcelestials |2.0.9-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE
  332. illagers_plus-1.16.5v1.0.2.jar |Illagers+ |illagers_plus |1.16.5v1.0.2 |CREATE_REG|Manifest: NOSIGNATURE
  333. improvedmobs-1.16.5-1.10.13.jar |Improved Mobs Mod |improvedmobs |1.16.5-1.10.13 |CREATE_REG|Manifest: NOSIGNATURE
  334. expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |CREATE_REG|Manifest: NOSIGNATURE
  335. valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |CREATE_REG|Manifest: NOSIGNATURE
  336. valhelsia_structures-1.16.5-0.1.6.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.6 |CREATE_REG|Manifest: NOSIGNATURE
  337. overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |CREATE_REG|Manifest: NOSIGNATURE
  338. healingcampfire_1.16.5-3.9.jar |Healing Campfire |healingcampfire |3.9 |CREATE_REG|Manifest: NOSIGNATURE
  339. Crash Report UUID: 86d6fb54-63d2-40ee-a053-21525646015e
  340.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement