Guest User

Untitled

a guest
Aug 4th, 2024
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.88 KB | Source Code | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 8/4/24 7:39 PM
  5. Description: Exception in server tick loop
  6.  
  7. org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  8. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  9. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  10. at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  11. at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  12. at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.1.3.jar:8.1.3+8.1.3+main-8.1.x.c94d18ec] {}
  13. at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {}
  14. at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {}
  15. at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {}
  16. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading}
  17. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading}
  18. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
  19. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:225) ~[?:?] {re:mixin,re:classloading}
  20. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {re:classloading}
  21. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
  22. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
  23. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}
  24. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
  25. at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
  26. at net.minecraft.server.MinecraftServer$$Lambda$40457/992085984.run(Unknown Source) [?:?] {}
  27. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
  28. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Constant modifier method getKeepAlivePacketInterval(J)J in randompatches.mixins.json:timeouts.ServerPlayNetHandlerKeepAliveMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap randompatches.refmap.json
  29. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  30. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  31. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  32. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  33. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  34. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  35. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  36. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {}
  37. ... 19 more
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- System Details --
  44. Details:
  45. Minecraft Version: 1.16.5
  46. Minecraft Version ID: 1.16.5
  47. Operating System: Windows 10 (amd64) version 10.0
  48. Java Version: 1.8.0_51, Oracle Corporation
  49. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  50. Memory: 1099832088 bytes (1048 MB) / 3072851968 bytes (2930 MB) up to 3817865216 bytes (3641 MB)
  51. CPUs: 8
  52. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
  53. ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
  54. ModLauncher launch target: fmlclient
  55. ModLauncher naming: srg
  56. ModLauncher services:
  57. /mixin-0.8.4.jar mixin PLUGINSERVICE
  58. /eventbus-4.0.0.jar eventbus PLUGINSERVICE
  59. /forge-1.16.5-36.2.34.jar object_holder_definalize PLUGINSERVICE
  60. /forge-1.16.5-36.2.34.jar runtime_enum_extender PLUGINSERVICE
  61. /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
  62. /forge-1.16.5-36.2.34.jar capability_inject_definalize PLUGINSERVICE
  63. /forge-1.16.5-36.2.34.jar runtimedistcleaner PLUGINSERVICE
  64. /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
  65. /forge-1.16.5-36.2.34.jar fml TRANSFORMATIONSERVICE
  66. FML: 36.2
  67. Forge: net.minecraftforge:36.2.34
  68. FML Language Providers:
  69. minecraft@1
  70. Mod List:
  71. secondchanceforge-1.16.5-1.5.0.jar |Second Chance Forge |secondchanceforge |1.5.0 |DONE |Manifest: NOSIGNATURE
  72. GlobalGameRules-1.16.5-5.1.0.4.jar |Global GameRules |globalgamerules |5.1.0.4 |DONE |Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
  73. infernal-expansion-1.16.5-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |DONE |Manifest: NOSIGNATURE
  74. areas_1.16.5-3.1.jar |Areas |areas |3.1 |DONE |Manifest: NOSIGNATURE
  75. nether-s-exoticism-1.16.5-1.1.10.jar |Nether's Exoticism |nethers_exoticism |1.1.10 |DONE |Manifest: NOSIGNATURE
  76. PGA-1.16.4-1.1.2.1.jar |Public GUI Announcement |publicguiannouncement |1.1.0.1 |DONE |Manifest: NOSIGNATURE
  77. prefab-1.6.5.15.jar |Prefab |prefab |1.6.5.15 |DONE |Manifest: NOSIGNATURE
  78. stalwart-dungeons-1.16.5-1.1.7.jar |Stalwart Dungeons |stalwart_dungeons |1.1.7 |DONE |Manifest: NOSIGNATURE
  79. rubidium-0.2.11.jar |Rubidium |rubidium |0.2.11 |DONE |Manifest: NOSIGNATURE
  80. modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |Manifest: NOSIGNATURE
  81. Neat 1.7-27.jar |Neat |neat |1.7-27 |DONE |Manifest: NOSIGNATURE
  82. Naruto_Shippuden-1.16.5-3.9.jar |Naruto Shippuden |naruto_shippuden |3.9 |DONE |Manifest: NOSIGNATURE
  83. NaNny-1.0.1.jar |NaNny |nanny |1.0.1 |DONE |Manifest: NOSIGNATURE
  84. ReAuth-1.16-Forge-4.0.6.jar |ReAuth |reauth |4.0.6 |DONE |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
  85. YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |DONE |Manifest: NOSIGNATURE
  86. GatewaysToEternity-1.16.5-1.0.0.jar |Gateways To Eternity |gateways |1.0.0 |DONE |Manifest: NOSIGNATURE
  87. MaxHealthFix-Forge-1.16.5-1.0.5.jar |MaxHealthFix |maxhealthfix |1.0.5 |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
  88. multiverse-1.16.5-1.0.4.jar |Multiverse |multiverse |1.16.5-1.0.4 |DONE |Manifest: NOSIGNATURE
  89. My Hero Academia - 1.16.5 - 1.0.6.jar |My Hero Academia Mod |mha |1.0. |DONE |Manifest: NOSIGNATURE
  90. lootbeams-1.16.5-release-july1722.jar |LootBeams |lootbeams |1.16.5 |DONE |Manifest: NOSIGNATURE
  91. guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |DONE |Manifest: NOSIGNATURE
  92. randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |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
  93. Apotheosis-1.16.5-4.8.9A0.jar |Apotheosis |apotheosis |4.8.9A0 |DONE |Manifest: NOSIGNATURE
  94. immersive-armors-1.5.0+1.16.5-forge.jar |Immersive Armors |immersive_armors |1.5.0+1.16.5 |DONE |Manifest: NOSIGNATURE
  95. JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |DONE |Manifest: NOSIGNATURE
  96. SevenDeadlySinsMod_1.16.5_Relase_V1.0.6.jar |SevenDeadlySins |sevendeadlysins |1.0.6 |DONE |Manifest: NOSIGNATURE
  97. Paraglider-1.16.5-1.3.2.11.jar |Paraglider |paraglider |1.3.2.11 |DONE |Manifest: NOSIGNATURE
  98. OPS mod 0.0.9.jar |One Punch Steave |one_punch_steave |0.0.9 |DONE |Manifest: NOSIGNATURE
  99. devilfruits-1.3.1.jar |Devil Fruits |devilfruits |1.3.1 |DONE |Manifest: NOSIGNATURE
  100. MiniEffects-1.16.5-2.0.0.jar |Mini Effects |minieffects |NONE |DONE |Manifest: NOSIGNATURE
  101. supplementaries-1.16.5-0.18.5.jar |Supplementaries |supplementaries |0.18.2 |DONE |Manifest: NOSIGNATURE
  102. refinedstorage-1.9.18.jar |Refined Storage |refinedstorage |1.9.18 |DONE |Manifest: NOSIGNATURE
  103. upgradednetherite-1.16.5-2.1.0.1-release.jar |Upgraded Netherite |upgradednetherite |1.16.5-2.1.0.1-relea|DONE |Manifest: NOSIGNATURE
  104. GOH Mod Alpha May 28th 2022.jar |Goh weapons |goh_weapons |1.0.0 |DONE |Manifest: NOSIGNATURE
  105. structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |DONE |Manifest: NOSIGNATURE
  106. AdvancementPlaques-1.16.5-1.4.1.jar |Advancement Plaques |advancementplaques |1.4.1 |DONE |Manifest: NOSIGNATURE
  107. TenshiLib-1.16.3-1.3.0.jar |TenshiLib |tenshilib |1.16.3-1.3.0 |DONE |Manifest: NOSIGNATURE
  108. torchmaster-2.3.8.jar |Torchmaster |torchmaster |2.3.8 |DONE |Manifest: NOSIGNATURE
  109. taterzens-1.0.3-forge.jar |Taterzens |taterzens |1.0.3 |DONE |Manifest: NOSIGNATURE
  110. AnosVoldigoad'sSwordByShaurya.jar |Anos Voldigoad Sword (Venuzdon|anos_voldigoad_sword_venuzdono|1.0.0 |DONE |Manifest: NOSIGNATURE
  111. UnusualEnd1.16_V1.3.0.jar |Unusual End |unusualend |1.3.0 |DONE |Manifest: NOSIGNATURE
  112. TokyoRevengersMod_1.16.5_ver1.jar |Tokyo Revengers |tokyo_revengers |1.0.0 |DONE |Manifest: NOSIGNATURE
  113. Highlighter-1.16.5-1.1.1.jar |Highlighter |highlighter |1.1.1 |DONE |Manifest: NOSIGNATURE
  114. Rei Chikita Mod 1.1.5 (1.16.5 jv).jar |Rei Chikita Mod |rei6 |1.1.5 |DONE |Manifest: NOSIGNATURE
  115. TTIGRAAS_BETA_v.1.7.1.jar |TTIGRAAS |ttigraas |1.7.1 |DONE |Manifest: NOSIGNATURE
  116. curios-forge-1.16.5-4.1.0.0.jar |Curios API |curios |1.16.5-4.1.0.0 |DONE |Manifest: NOSIGNATURE
  117. Origins-1.16.5-0.7.3.7-forge.jar |Origins |origins |0.7.3.7 |DONE |Manifest: NOSIGNATURE
  118. obfuscate-0.6.3-1.16.5.jar |Obfuscate |obfuscate |0.6.3 |DONE |Manifest: NOSIGNATURE
  119. Chunk Pregenerator-1.16-3.5.1.jar |Chunk Pregenerator |chunkpregen |1.16-3.5.1 |DONE |Manifest: NOSIGNATURE
  120. Queen Bee.jar |Queen Bee |queen_bee |1.0.0 |DONE |Manifest: NOSIGNATURE
  121. Naruto Shippuden Animations 1.16.5-2.0.jar |Naruto Animations |naruto_animations |1.0 |DONE |Manifest: NOSIGNATURE
  122. Mine-Pop! 2.2-1.16.5 (FORGE).jar |Mine-Pop! |minepop |1.0.0 |DONE |Manifest: NOSIGNATURE
  123. cloth-config-4.17.101-forge.jar |Cloth Config v4 API |cloth-config |4.17.101 |DONE |Manifest: NOSIGNATURE
  124. CodeChickenLib-1.16.5-4.0.7.445-universal.jar |CodeChicken Lib |codechickenlib |4.0.7.445 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  125. CleanView-1.16.5-v2.jar |CleanView |cleanview |1.16.5-v2 |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
  126. HunterXX 0.3.4.jar |hunterxx |hunterxx |0.1.0 |DONE |Manifest: NOSIGNATURE
  127. geckolib-forge-1.16.5-3.0.106.jar |GeckoLib |geckolib3 |3.0.106 |DONE |Manifest: NOSIGNATURE
  128. QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
  129. mine-mine-no-mi-1.16.5-0.9.3.jar |Mine Mine no Mi |mineminenomi |0.9.3 |DONE |Manifest: NOSIGNATURE
  130. Dream Waifu mod 1.1.9.jar |WaifuCraft |waifucraft |1.1.9 |DONE |Manifest: NOSIGNATURE
  131. [1.16.5][Forge] RPG-HUD-3.9.1.jar |RPG-Hud |rpghud |3.9.1 |DONE |Manifest: NOSIGNATURE
  132. jei-1.16.5-7.7.1.153.jar |Just Enough Items |jei |7.7.1.153 |DONE |Manifest: NOSIGNATURE
  133. AttributeFix-1.16.5-10.1.4.jar |AttributeFix |attributefix |10.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  134. Pehkui-3.6.3+1.16.5-forge.jar |Pehkui |pehkui |3.6.3+1.16.5-forge |DONE |Manifest: NOSIGNATURE
  135. libraryferret-forge-1.16.5-3.0.0.jar |Library ferret |libraryferret |3.0.0 |DONE |Manifest: NOSIGNATURE
  136. goblintraders-1.7.3-1.16.5.jar |Goblin Traders |goblintraders |1.7.3 |DONE |Manifest: NOSIGNATURE
  137. caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |DONE |Manifest: NOSIGNATURE
  138. invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
  139. NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
  140. chromatocreeper-1.16.5-1.1.jar |§3Chromato Creeper§r |chromatocreeper |1.1 |DONE |Manifest: NOSIGNATURE
  141. Halloween_nightmare 1_16_5 damageFix.jar |halloween_nighmare |halloween_nighmare |1.0.0 |DONE |Manifest: NOSIGNATURE
  142. sulfuric-1.1.jar |Sulfuric |sulfuric |1.0 |DONE |Manifest: NOSIGNATURE
  143. questsadditions-1.16-1.4.1.jar |Quests Additions |questsadditions |1.4.1 |DONE |Manifest: NOSIGNATURE
  144. DungeonsArise-1.16.5-2.1.49-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49 |DONE |Manifest: NOSIGNATURE
  145. forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
  146. ReZero-SLiM 0.7.jar |Re:Zero - SLiM |rezero__slim |1.0.0 |DONE |Manifest: NOSIGNATURE
  147. MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
  148. totw_additions-1.1.0.jar |Towers of the Wild: Additions |totw_additions |1.1.0 |DONE |Manifest: NOSIGNATURE
  149. inventorytotem_1.16.5-2.2.jar |Inventory Totem |inventorytotem |2.2 |DONE |Manifest: NOSIGNATURE
  150. EntityCulling-1.16.5-2.1.3.jar |Entity Culling |entity_culling |2.1.3 |DONE |Manifest: NOSIGNATURE
  151. modifiers-0.1.2-forge.jar |Modifiers |modifiers |0.1.2 |DONE |Manifest: NOSIGNATURE
  152. does_it_tick-1.16.5_v2.0.0.jar |Template Mod |does_it_tick |1.16.5_v2.0.0 |DONE |Manifest: NOSIGNATURE
  153. ChainsawMan_1.16.5_ver17.jar |Chainsaw Man |chainsaw_man |1.0.0 |DONE |Manifest: NOSIGNATURE
  154. jeiintegration_1.16.5-7.1.0.22.jar |JEI Integration |jeiintegration |7.1.0.22 |DONE |Manifest: NOSIGNATURE
  155. dimdungeons-1.13.1.jar |Dimensional Dungeons |dimdungeons |1.16.4-1.13.1 |DONE |Manifest: NOSIGNATURE
  156. flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE
  157. Mantle-1.16.5-1.6.157.jar |Mantle |mantle |1.6.157 |DONE |Manifest: NOSIGNATURE
  158. ftb-backups-2.1.2.2.jar |FTB Backups |ftbbackups |2.1.2.2 |DONE |Manifest: NOSIGNATURE
  159. dragonseeker-1.1.jar |Dragonseeker |dragonseeker |1.1 |DONE |Manifest: NOSIGNATURE
  160. baubleyheartcanisters-1.16.5-1.1.11.jar |Baubley Heart Canisters |bhc |1.16.5-1.1.11 |DONE |Manifest: NOSIGNATURE
  161. oauth-1.1.14-1.16.jar |OAuth |oauth |1.1.14 |DONE |Manifest: NOSIGNATURE
  162. polymorph-forge-1.16.5-0.41.jar |Polymorph |polymorph |1.16.5-0.41 |DONE |Manifest: NOSIGNATURE
  163. JustEnoughProfessions-1.16.5-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE
  164. AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
  165. entityculling-forge-mc1.16.5-1.5.2.jar |EntityCulling |entityculling |1.5.2 |DONE |Manifest: NOSIGNATURE
  166. AmbientEnvironment-5.0.0.11.jar |Ambient Environment |ambientenvironment |5.0.0.11 |DONE |Manifest: NOSIGNATURE
  167. magitekmechs-forge-MC1.16.5-1.0.12.jar |Magitek Mechs |mtmechs |1.0.12 |DONE |Manifest: NOSIGNATURE
  168. better_slimes.jar |Better Slimes |better_slimes |1.0.0 |DONE |Manifest: NOSIGNATURE
  169. lootr-1.16.5-0.2.17.48.jar |Lootr |lootr |0.1.15.46 |DONE |Manifest: NOSIGNATURE
  170. Waifu Robotics 1.0 1.16.5.jar |waifubot |waifubot |1.0.0 |DONE |Manifest: NOSIGNATURE
  171. PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |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
  172. byg-1.3.6.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
  173. CosmeticArmorReworked-1.16.5-v5.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v5 |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
  174. xptome-1.16.5-v2.1.5.jar |XP Tome |xpbook |v2.1.5 |DONE |Manifest: NOSIGNATURE
  175. DefaultOptions_1.16.5-12.2.1.jar |Default Options |defaultoptions |12.2.1 |DONE |Manifest: NOSIGNATURE
  176. tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |DONE |Manifest: NOSIGNATURE
  177. litewolfcore-1.16.5v1.0.1.jar |LiteWolf Core |litewolfcore |1.16.5v1.0 |DONE |Manifest: NOSIGNATURE
  178. Tropicraft-9.2.0-release+90.jar |Tropicraft |tropicraft |9.2.0-release+90 |DONE |Manifest: NOSIGNATURE
  179. BerserkCRAFT-1.16.5-1.4.5.jar |BerserkCraft |berserkcraft |1.4.2 |DONE |Manifest: NOSIGNATURE
  180. OtakoMod 3.8.2 (1.16.5).jar |OtakoMod |otakomod |3.6.4 |DONE |Manifest: NOSIGNATURE
  181. incontrol-1.16-5.2.12.jar |InControl |incontrol |1.16-5.2.12 |DONE |Manifest: NOSIGNATURE
  182. connectivity-2.4-1.16.5.jar |Connectivity Mod |connectivity |2.4-1.16.5 |DONE |Manifest: NOSIGNATURE
  183. tomes-1.5.jar |Tomes |tomes |1.5 |DONE |Manifest: NOSIGNATURE
  184. Controlling-7.0.0.29.jar |Controlling |controlling |7.0.0.29 |DONE |Manifest: NOSIGNATURE
  185. Prism-1.16.5-1.0.1.jar |Prism |prism |1.0.1 |DONE |Manifest: NOSIGNATURE
  186. Placebo-1.16.5-4.7.1.jar |Placebo |placebo |4.7.1 |DONE |Manifest: NOSIGNATURE
  187. citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
  188. alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
  189. iceandfire-2.1.11-1.16.5.jar |Ice and Fire |iceandfire |2.1.11-1.16.5 |DONE |Manifest: NOSIGNATURE
  190. OnePunchMan-1.16.5-1.1.0.jar |One Punch Man |onepunchman |1.1.0 |DONE |Manifest: NOSIGNATURE
  191. lootintegrations-1.2.jar |Lootintegrations mod |lootintegrations |1.2 |DONE |Manifest: NOSIGNATURE
  192. gunblades-1.16.5-1.jar |Gunblades |gunblades |1.0 |DONE |Manifest: NOSIGNATURE
  193. Bookshelf-Forge-1.16.5-10.4.33.jar |Bookshelf |bookshelf |10.4.33 |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
  194. Tips-1.16.5-4.0.18.jar |Tips |tips |4.0.18 |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
  195. sophisticatedbackpacks-1.16.5-3.15.20.755.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.15.20.755 |DONE |Manifest: NOSIGNATURE
  196. buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |DONE |Manifest: NOSIGNATURE
  197. forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |DONE |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
  198. Atum-1.16.5-2.2.12.jar |Atum 2 |atum |1.16.5-2.2.12 |DONE |Manifest: NOSIGNATURE
  199. cofh_core-1.16.5-1.5.2.22.jar |CoFH Core |cofh_core |1.5.2.22 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  200. Psi 1.16-97.jar |Psi |psi |1.16-96 |DONE |Manifest: NOSIGNATURE
  201. Aquaculture-1.16.5-2.1.23.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.23 |DONE |Manifest: NOSIGNATURE
  202. relics-1.16.5-0.3.4.4.jar |Relics |relics |0.3.4.4 |DONE |Manifest: NOSIGNATURE
  203. Kuroko No Basket 1.16.5 (2.0 - Players Info, Techn|Kuroko No Basket |kuroko_no_basket |2.0 |DONE |Manifest: NOSIGNATURE
  204. MmmMmmMmmMmm-1.16.5-1.3.1.jar |MmmMmmMmmMmm |dummmmmmy |1.3.0 |DONE |Manifest: NOSIGNATURE
  205. konkrete_forge_1.6.0_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.6.0 |DONE |Manifest: NOSIGNATURE
  206. Morph-1.16.5-10.2.0.jar |Morph |morph |10.2.0 |DONE |Manifest: NOSIGNATURE
  207. EquipmentCompare-1.16.5-1.3.2.jar |Equipment Compare |equipmentcompare |1.3.2 |DONE |Manifest: NOSIGNATURE
  208. OreTweaker-1.16.5-2.7.1.jar |Ore Tweaker |oretweaker |2.7.1 |DONE |Manifest: NOSIGNATURE
  209. justenoughkeys-0.5.3-forge.jar |Just Enough Keys |justenoughkeys |0.5.3 |DONE |Manifest: NOSIGNATURE
  210. ezzoom-1.16.4-1.1.1.jar |EzZoom |ezzoom |version |DONE |Manifest: NOSIGNATURE
  211. getittogetherdrops-1.16.4-v1.1.jar |Get It Together, Drops! |getittogetherdrops |v1.1 |DONE |Manifest: NOSIGNATURE
  212. simplefarming-1.16.5-1.3.8.jar |Simple Farming |simplefarming |1.16.5-1.3.8 |DONE |Manifest: NOSIGNATURE
  213. DragonballMod - Forge 1.16.5.jar |Dragon Ball Mod |dragonball |1.0.0 |DONE |Manifest: NOSIGNATURE
  214. Armiger-1.16.5-1.1.0.jar |Armiger |armiger |1.16.5-1.1.0 |DONE |Manifest: NOSIGNATURE
  215. EyesInTheDarkness-1.16.5-1.0.6.jar |Eyes in the Darkness |eyesinthedarkness |1.0.6 |DONE |Manifest: NOSIGNATURE
  216. Bountiful-1.16.4-3.3.1.jar |Bountiful |bountiful |1.16.4-3.3.1 |DONE |Manifest: NOSIGNATURE
  217. touhoulittlemaid-1.16.5-1.0.2.jar |Touhou Little Maid |touhou_little_maid |NONE |DONE |Manifest: NOSIGNATURE
  218. Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |DONE |Manifest: NOSIGNATURE
  219. ars_nouveau-1.16.5-1.25.10.jar |Ars Nouveau |ars_nouveau |1.25.10 |DONE |Manifest: NOSIGNATURE
  220. EasyPaxelLITE(Forge1.16.4)vrs1.0.6.jar |Easy Paxel Lite |easypaxellite |1.16.4-1.0.6 |DONE |Manifest: NOSIGNATURE
  221. ColdSpeeders(FORGE1.16.4)vrs1.0.1.jar |Colds: Speeders |coldsspeeders |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
  222. collective-1.16.5-5.49.jar |Collective |collective |5.49 |DONE |Manifest: NOSIGNATURE
  223. OreExcavation-1.8.157.jar |Ore Excavation |oreexcavation |1.8.157 |DONE |Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
  224. villagertools-1.16.5-1.0.2.jar |villagertools |villagertools |1.16.5-1.0.2 |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
  225. IsekaiAdventure1.2.jar |IsekaiAdventure |isekaiadventure |1.0.0 |DONE |Manifest: NOSIGNATURE
  226. lostcities-1.16-4.0.12-beta.jar |LostCities |lostcities |1.16-4.0.12-beta |DONE |Manifest: NOSIGNATURE
  227. elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
  228. SwordCraftOnline 1.2.0 - 1.16.5.jar |SwordCraftOnline |swordcraftonline |1.2.0 |DONE |Manifest: NOSIGNATURE
  229. deathnotemod_1.16.5_1.2.jar |Death Note Mod |death_note_mod |1.0.0 |DONE |Manifest: NOSIGNATURE
  230. just_enough_keg-1.16.5-1.0.2.jar |Just Enough Keg |just_enough_keg |1.0.2 |DONE |Manifest: NOSIGNATURE
  231. starterkit_1.16.5-4.1.jar |Starter Kit |starterkit |4.1 |DONE |Manifest: NOSIGNATURE
  232. JujutsuCraft_1.16.5_ver6.1.jar |jujutsu_craft |jujutsucraft |6 |DONE |Manifest: NOSIGNATURE
  233. SpartanWeaponry-1.16.5-2.2.0-rc-2.jar |Spartan Weaponry |spartanweaponry |2.2.0 Release Candid|DONE |Manifest: NOSIGNATURE
  234. architectury-1.32.68.jar |Architectury |architectury |1.32.68 |DONE |Manifest: NOSIGNATURE
  235. ftb-library-forge-1605.3.4-build.90.jar |FTB Library |ftblibrary |1605.3.4-build.90 |DONE |Manifest: NOSIGNATURE
  236. ftb-teams-forge-1605.2.3-build.40.jar |FTB Teams |ftbteams |1605.2.3-build.40 |DONE |Manifest: NOSIGNATURE
  237. The_Undergarden-1.16.5-0.5.5.jar |The Undergarden |undergarden |0.5.5 |DONE |Manifest: NOSIGNATURE
  238. smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |DONE |Manifest: NOSIGNATURE
  239. Mirai Nikki mod 1.0.1.jar |Mirai-Nikki |mirainikki |1.0.1 |DONE |Manifest: NOSIGNATURE
  240. cursery-2.7-1.16.5.jar |Cursery Mod |cursery |2.7-1.16.5 |DONE |Manifest: NOSIGNATURE
  241. wings-2.1.0-1.16.5.jar |Wings |wings |2.1.0 |DONE |Manifest: NOSIGNATURE
  242. GameMenuModOption-1.16.4-1.8.2.jar |Game Menu Mod Option |gamemenumodoption |1.8.2 |DONE |Manifest: NOSIGNATURE
  243. JJBA-RipplesOfThePast-1.16.5-0.2.1.jar |Ripples of the Past |jojo |0.2.1 |DONE |Manifest: NOSIGNATURE
  244. Cyclic-1.16.5-1.5.20.jar |Cyclic |cyclic |1.16.5-1.5.20 |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
  245. BetterAdvancements-1.16.5-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |DONE |Manifest: NOSIGNATURE
  246. rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |DONE |Manifest: NOSIGNATURE
  247. Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |DONE |Manifest: NOSIGNATURE
  248. TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |Manifest: NOSIGNATURE
  249. SummoningScepters-1.0.2.jar |SummoningScepters |summoningscepters |1.0 |DONE |Manifest: NOSIGNATURE
  250. Kleiders Custom Renderer API 6.0.0 1.16.5.jar |Kleiders Custom Renderer |kleiders_custom_renderer |6.0.0 |DONE |Manifest: NOSIGNATURE
  251. item-filters-forge-1605.2.5-build.9.jar |Item Filters |itemfilters |1605.2.5-build.9 |DONE |Manifest: NOSIGNATURE
  252. abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |DONE |Manifest: NOSIGNATURE
  253. upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |DONE |Manifest: NOSIGNATURE
  254. endergetic-1.16.5-3.0.2.jar |The Endergetic Expansion |endergetic |3.0.2 |DONE |Manifest: NOSIGNATURE
  255. scannable-1.16.5-forge-1.7.6+00198b7.jar |Scannable |scannable |1.7.6 |DONE |Manifest: NOSIGNATURE
  256. Deadly Sins 1.5.jar |Deadly Sin |deadly_sin |1.0.0 |DONE |Manifest: NOSIGNATURE
  257. ensorcellation-1.16.5-1.5.0.4.jar |Ensorcellation |ensorcellation |1.5.0.4 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  258. Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
  259. Clumps-6.0.0.27.jar |Clumps |clumps |6.0.0.27 |DONE |Manifest: NOSIGNATURE
  260. mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |DONE |Manifest: NOSIGNATURE
  261. JujutsuAnimation_1.16.5_ver6.jar |Jujutsu Animation |jujutsuanimation |6 |DONE |Manifest: NOSIGNATURE
  262. Artifacts-1.16.5-2.10.5.jar |Artifacts |artifacts |1.16.5-2.10.5 |DONE |Manifest: NOSIGNATURE
  263. configured-1.5.4-1.16.5.jar |Configured |configured |1.5.4 |DONE |Manifest: NOSIGNATURE
  264. OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE
  265. ItemBorders-1.16.5-1.1.6.jar |Item Borders |itemborders |1.1.6 |DONE |Manifest: NOSIGNATURE
  266. [1.16.5]-Epic-Knights-7.12.jar |Epic Knights Mod |magistuarmory |7.12 |DONE |Manifest: NOSIGNATURE
  267. DungeonCrawl-1.16.5-2.3.9.jar |Dungeon Crawl |dungeoncrawl |2.3.9 |DONE |Manifest: NOSIGNATURE
  268. charginggadgets-1.3.0.jar |Charging Gadgets |charginggadgets |1.3.0 |DONE |Manifest: NOSIGNATURE
  269. BadMobs-1.16.5-9.1.8.jar |BadMobs |badmobs |9.1.8 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  270. ExplorersCompass-1.16.5-1.1.2-forge.jar |Explorer's Compass |explorerscompass |1.16.5-1.1.2-forge |DONE |Manifest: NOSIGNATURE
  271. inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |DONE |Manifest: NOSIGNATURE
  272. iChunUtil-1.16.5-10.6.1.jar |iChunUtil |ichunutil |10.6.1 |DONE |Manifest: NOSIGNATURE
  273. KimetsuAnimation_1.16.5_ver5.jar |kimetsuAnimationPlayer |kimetsuanimationplayer |5 |DONE |Manifest: NOSIGNATURE
  274. JoJo No Kimyou Na Bouken JoJoCraft Ver ALPHA 8.1.0|JoJo No Kimyou Na Bouken: JoJo|jojos_bizzare_blockventure |8.1.0 |DONE |Manifest: NOSIGNATURE
  275. ftb-chunks-forge-1605.3.4-build.220.jar |FTB Chunks |ftbchunks |1605.3.4-build.220 |DONE |Manifest: NOSIGNATURE
  276. kubejs-forge-1605.3.19-build.299.jar |KubeJS |kubejs |1605.3.19-build.299 |DONE |Manifest: NOSIGNATURE
  277. ftb-quests-forge-1605.3.7-build.165.jar |FTB Quests |ftbquests |1605.3.7-build.165 |DONE |Manifest: NOSIGNATURE
  278. QuestPlaques-1.16.5-1.0.2.jar |Quest Plaques |questplaques |1.0.2 |DONE |Manifest: NOSIGNATURE
  279. TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |DONE |Manifest: NOSIGNATURE
  280. meetyourfight-1.16.5-1.2.0.jar |Meet Your Fight |meetyourfight |1.2.0 |DONE |Manifest: NOSIGNATURE
  281. selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE
  282. MysticalAgriculture-1.16.5-4.2.6.jar |Mystical Agriculture |mysticalagriculture |4.2.6 |DONE |Manifest: NOSIGNATURE
  283. CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE
  284. hakibar-1.16.5-1.6.jar |Haki Bar |hakibar |1.6 |DONE |Manifest: NOSIGNATURE
  285. EnchantmentDescriptions-1.16.5-7.1.20.jar |EnchantmentDescriptions |enchdesc |7.1.20 |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
  286. swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
  287. ToolBelt-1.16.5-1.16.3.jar |Tool Belt |toolbelt |1.16.3 |DONE |Manifest: NOSIGNATURE
  288. Jade-1.16.4-2.8.3.jar |Jade |jade |2.8.3 |DONE |Manifest: NOSIGNATURE
  289. majobroom1.3.1.jar |Majo Broom Mod |majobroom |1.0 |DONE |Manifest: NOSIGNATURE
  290. AnimeInventoryPets Mod [1.16.5].jar |Anime Inventory Pets |anime_inventory_pets |1.0.0 |DONE |Manifest: NOSIGNATURE
  291. minions_beta_1.1.4.jar |Minions |minions |1.1.4 |DONE |Manifest: NOSIGNATURE
  292. archers_paradox-1.16.5-1.5.0.2.jar |Archer's Paradox |archers_paradox |1.5.0.2 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
  293. 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 |DONE |Manifest: NOSIGNATURE
  294. Berserk Arsenal 1.0.jar |Berserk Arsenal |berserk_arsenal |1.0.0 |DONE |Manifest: NOSIGNATURE
  295. Iceberg-1.16.5-1.0.45.jar |Iceberg |iceberg |1.0.45 |DONE |Manifest: NOSIGNATURE
  296. SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |Manifest: NOSIGNATURE
  297. Quark-r2.4-322.jar |Quark |quark |r2.4-322 |DONE |Manifest: NOSIGNATURE
  298. HnK_rebuild_and_shatter_1.4.3_minecraft1.16.5.jar |Houseki no kuni:Rebuild and Sh|houseki_no_kuni_mc_project |1.4.3 |DONE |Manifest: NOSIGNATURE
  299. brutalbosses-4.7.jar |brutalbosses mod |brutalbosses |4.7 |DONE |Manifest: NOSIGNATURE
  300. Attack-on-Titan_1.16.5_ver17.jar |attack on Titan |attack_on_titan |1.0.0 |DONE |Manifest: NOSIGNATURE
  301. Padoru-1.16.5-1.0.3.jar |Padoru Mod |padoru |1.0.3 |DONE |Manifest: NOSIGNATURE
  302. performant-1.16.2-5-3.76m.jar |Performant |performant |3.73m |DONE |Manifest: NOSIGNATURE
  303. randomvillagenames_1.16.5-2.0.jar |Random Village Names |randomvillagenames |2.0 |DONE |Manifest: NOSIGNATURE
  304. fancymenu_forge_2.14.9_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.14.9 |DONE |Manifest: NOSIGNATURE
  305. drippyloadingscreen_forge_2.2.2_MC_1.16.5.jar |Drippy Loading Screen |drippyloadingscreen |2.2.2 |DONE |Manifest: NOSIGNATURE
  306. upgradedcore-1.16.5-1.1.0.3-release.jar |Upgraded Core |upgradedcore |1.16.5-1.1.0.3-relea|DONE |Manifest: NOSIGNATURE
  307. Infinitylib-2.0.7.jar |InfinityLib |infinitylib |1.16.5-2.0.7 |DONE |Manifest: NOSIGNATURE
  308. 3dmaneuver_gear-2.0.4.jar |3D Maneuver Gear |maneuver_gear |1.16.5-2.0.4 |DONE |Manifest: NOSIGNATURE
  309. ferritecore-2.1.1-forge.jar |Ferrite Core |ferritecore |2.1.1 |DONE |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
  310. BetterF3-1.5.0-Forge-1.16.5.jar |BetterF3 |betterf3 |1.5.0 |DONE |Manifest: NOSIGNATURE
  311. illagers_plus-1.16.5v1.0.2.jar |Illagers+ |illagers_plus |1.16.5v1.0.2 |DONE |Manifest: NOSIGNATURE
  312. KimetsunoYaiba_1.16.5_ver39.jar |Kimetsunoyaiba |kimetsunoyaiba |38 |DONE |Manifest: NOSIGNATURE
  313. refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |DONE |Manifest: NOSIGNATURE
  314. improvedmobs-1.16.5-1.10.13.jar |Improved Mobs Mod |improvedmobs |1.16.5-1.10.13 |DONE |Manifest: NOSIGNATURE
  315. expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |DONE |Manifest: NOSIGNATURE
  316. valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |DONE |Manifest: NOSIGNATURE
  317. valhelsia_structures-1.16.5-0.1.6.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.6 |DONE |Manifest: NOSIGNATURE
  318. Dr.Stone ~ Humans.jar |DrStone - Humans |drstone__humans |1.0.0 |DONE |Manifest: NOSIGNATURE
  319. flickerfix-1.0.1.jar |FlickerFix |flickerfix |1.0.1 |DONE |Manifest: NOSIGNATURE
  320. drinkbeer-1.16.5-2.3.5.jar |Drink Beer |drinkbeer |2.3.5 |DONE |Manifest: NOSIGNATURE
  321. guifollowers_1.16.5-1.9.jar |GUI Followers |guifollowers |1.9 |DONE |Manifest: NOSIGNATURE
  322. Crash Report UUID: c834df93-917a-4055-8b7c-2a229503bb21
  323. [Psi] Active spell: None
  324. Patchouli open book context: n/a
  325. Player Count: 0 / 8; []
  326. Data Packs: vanilla, mod:secondchanceforge, mod:globalgamerules, mod:infernalexp (incompatible), mod:areas, mod:nethers_exoticism, mod:publicguiannouncement (incompatible), mod:prefab, mod:stalwart_dungeons, mod:rubidium (incompatible), mod:modnametooltip, mod:neat (incompatible), mod:naruto_shippuden, mod:nanny, mod:reauth, mod:yungsapi, mod:gateways (incompatible), mod:maxhealthfix, mod:multiverse, mod:mha, mod:lootbeams, mod:guardvillagers, mod:randompatches, mod:apotheosis (incompatible), mod:immersive_armors, mod:jeresources, mod:sevendeadlysins, mod:paraglider, mod:one_punch_steave, mod:devilfruits, mod:minieffects, mod:supplementaries, mod:refinedstorage, mod:upgradednetherite, mod:goh_weapons, mod:structure_gel, mod:advancementplaques, mod:tenshilib (incompatible), mod:torchmaster (incompatible), mod:taterzens, mod:anos_voldigoad_sword_venuzdonoa, mod:unusualend, mod:tokyo_revengers, mod:highlighter, mod:rei6, mod:ttigraas, mod:curios, mod:origins, mod:obfuscate, mod:chunkpregen, mod:queen_bee, mod:naruto_animations, mod:minepop, mod:cloth-config (incompatible), mod:codechickenlib (incompatible), mod:cleanview (incompatible), mod:hunterxx, mod:geckolib3 (incompatible), mod:quarkoddities (incompatible), mod:mineminenomi, mod:waifucraft, mod:rpghud, mod:jei, mod:attributefix, mod:pehkui, mod:libraryferret, mod:goblintraders, mod:caelus, mod:invtweaks (incompatible), mod:naturescompass (incompatible), mod:chromatocreeper, mod:halloween_nighmare, mod:sulfuric, mod:questsadditions, mod:dungeons_arise, mod:rezero__slim, mod:mousetweaks, mod:totw_additions, mod:inventorytotem, mod:entity_culling, mod:modifiers, mod:does_it_tick, mod:chainsaw_man, mod:jeiintegration, mod:dimdungeons, mod:flywheel, mod:mantle (incompatible), mod:ftbbackups (incompatible), mod:dragonseeker, mod:bhc (incompatible), mod:oauth, mod:polymorph, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:entityculling, mod:ambientenvironment, mod:mtmechs, mod:better_slimes, mod:lootr (incompatible), mod:waifubot, mod:puzzleslib, mod:byg, mod:cosmeticarmorreworked (incompatible), mod:xpbook, mod:defaultoptions (incompatible), mod:tetra, mod:litewolfcore, mod:tropicraft (incompatible), mod:berserkcraft, mod:otakomod, mod:incontrol (incompatible), mod:connectivity, mod:tomes, mod:controlling, mod:prism (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs, mod:iceandfire, mod:onepunchman, mod:lootintegrations, mod:gunblades (incompatible), mod:bookshelf, mod:tips, mod:sophisticatedbackpacks, mod:buildinggadgets, mod:forge, mod:atum, mod:cofh_core, mod:psi (incompatible), mod:aquaculture (incompatible), mod:relics, mod:kuroko_no_basket, mod:dummmmmmy (incompatible), mod:konkrete, mod:morph, mod:equipmentcompare, mod:oretweaker, mod:justenoughkeys, mod:ezzoom (incompatible), mod:getittogetherdrops, mod:simplefarming, mod:dragonball, mod:armiger (incompatible), mod:eyesinthedarkness (incompatible), mod:bountiful (incompatible), mod:touhou_little_maid, mod:patchouli (incompatible), mod:ars_nouveau, mod:easypaxellite (incompatible), mod:coldsspeeders (incompatible), mod:collective, mod:oreexcavation, mod:villagertools, mod:isekaiadventure, mod:lostcities, mod:elevatorid, mod:swordcraftonline, mod:death_note_mod, mod:just_enough_keg, mod:starterkit, mod:jujutsucraft, mod:spartanweaponry, mod:architectury, mod:ftblibrary, mod:ftbteams, mod:undergarden, mod:smallships, mod:mirainikki, mod:cursery, mod:wings, mod:gamemenumodoption, mod:jojo, mod:cyclic (incompatible), mod:betteradvancements, mod:rhino, mod:cucumber, mod:trashslot (incompatible), mod:summoningscepters, mod:kleiders_custom_renderer, mod:itemfilters, mod:abnormals_core, mod:upgrade_aquatic, mod:endergetic, mod:scannable (incompatible), mod:deadly_sin, mod:ensorcellation (incompatible), mod:waystones (incompatible), mod:clumps, mod:mgui (incompatible), mod:jujutsuanimation, mod:artifacts, mod:configured, mod:outer_end, mod:itemborders, mod:magistuarmory (incompatible), mod:dungeoncrawl, mod:charginggadgets, mod:badmobs (incompatible), mod:explorerscompass, mod:inventorypets (incompatible), mod:ichunutil, mod:kimetsuanimationplayer, mod:jojos_bizzare_blockventure, mod:ftbchunks, mod:kubejs, mod:ftbquests, mod:questplaques (incompatible), mod:travelerstitles, mod:meetyourfight (incompatible), mod:selene, mod:mysticalagriculture, mod:craftingtweaks (incompatible), mod:hakibar (incompatible), mod:enchdesc, mod:swingthroughgrass (incompatible), mod:toolbelt (incompatible), mod:jade, mod:majobroom, mod:anime_inventory_pets, mod:minions, mod:archers_paradox (incompatible), mod:towers_of_the_wild, mod:berserk_arsenal, mod:iceberg, mod:spartanshields, mod:quark (incompatible), mod:houseki_no_kuni_mc_project, mod:brutalbosses, mod:attack_on_titan, mod:padoru, mod:performant (incompatible), mod:randomvillagenames, mod:fancymenu (incompatible), mod:drippyloadingscreen (incompatible), mod:upgradedcore, mod:infinitylib, mod:maneuver_gear, mod:ferritecore (incompatible), mod:betterf3, mod:illagers_plus, mod:kimetsunoyaiba, mod:refinedstorageaddons, mod:improvedmobs (incompatible), mod:expandability, mod:valhelsia_core, mod:valhelsia_structures, mod:drstone__humans, mod:flickerfix, mod:drinkbeer, mod:guifollowers
  327. Type: Integrated Server (map_client.txt)
  328. Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment