Facebook
From Reliable Crocodile, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 125
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 9/15/21 10:51 AM
  5. Description: Exception in server tick loop
  6.  
  7. com.breakinblocks.bbchat.shadow.net.dv8tion.jda.api.exceptions.ErrorResponseException: -1: java.net.SocketTimeoutException
  8.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.RestActionImpl.complete(RestActionImpl.java:227) ~[bbchat:0.0.19] {re:classloading}
  9.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.api.requests.RestAction.complete(RestAction.java:623) ~[bbchat:0.0.19] {re:classloading}
  10.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.JDAImpl.verifyToken(JDAImpl.java:354) ~[bbchat:0.0.19] {re:classloading}
  11.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:281) ~[bbchat:0.0.19] {re:classloading}
  12.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:248) ~[bbchat:0.0.19] {re:classloading}
  13.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:1929) ~[bbchat:0.0.19] {re:classloading}
  14.         at com.breakinblocks.bbchat.common.ChatRelay.<init>(ChatRelay.java:94) ~[bbchat:0.0.19] {re:classloading}
  15.         at com.breakinblocks.bbchat.common.ChatRelay.create(ChatRelay.java:123) ~[bbchat:0.0.19] {re:classloading}
  16.         at com.breakinblocks.bbchat.forge.BBChat.relayInit(BBChat.java:70) ~[bbchat:0.0.19] {re:classloading}
  17.         at net.minecraftforge.eventbus.ASMEventHandler_770_BBChat_relayInit_FMLServerStartingEvent.invoke(.dynamic) ~[?:?] {}
  18.         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
  19.         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  20.         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  21.         at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarting(ServerLifecycleHooks.java:101) ~[forge:?] {re:classloading}
  22.         at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:201) ~[?:?] {re:classloading,pl:accesstransformer:B}
  23.         at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:621) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  24.         at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  25.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_291] {}
  26. Caused by: java.net.SocketTimeoutException: timeout
  27.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http2.Http2Stream$StreamTimeout.newTimeoutException(Http2Stream.java:655) ~[bbchat:0.0.19] {re:classloading}
  28.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http2.Http2Stream$StreamTimeout.exitAndThrowIfTimedOut(Http2Stream.java:663) ~[bbchat:0.0.19] {re:classloading}
  29.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http2.Http2Stream.takeHeaders(Http2Stream.java:151) ~[bbchat:0.0.19] {re:classloading}
  30.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http2.Http2Codec.readResponseHeaders(Http2Codec.java:137) ~[bbchat:0.0.19] {re:classloading}
  31.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.java:101) ~[bbchat:0.0.19] {re:classloading}
  32.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[bbchat:0.0.19] {re:classloading}
  33.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45) ~[bbchat:0.0.19] {re:classloading}
  34.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[bbchat:0.0.19] {re:classloading}
  35.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[bbchat:0.0.19] {re:classloading}
  36.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:94) ~[bbchat:0.0.19] {re:classloading}
  37.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[bbchat:0.0.19] {re:classloading}
  38.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[bbchat:0.0.19] {re:classloading}
  39.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) ~[bbchat:0.0.19] {re:classloading}
  40.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[bbchat:0.0.19] {re:classloading}
  41.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:125) ~[bbchat:0.0.19] {re:classloading}
  42.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) ~[bbchat:0.0.19] {re:classloading}
  43.         at com.breakinblocks.bbchat.shadow.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121) ~[bbchat:0.0.19] {re:classloading}
  44.         at com.breakinblocks.bbchat.shadow.okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:264) ~[bbchat:0.0.19] {re:classloading}
  45.         at com.breakinblocks.bbchat.shadow.okhttp3.RealCall.execute(RealCall.java:93) ~[bbchat:0.0.19] {re:classloading}
  46.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.Requester.execute(Requester.java:200) ~[bbchat:0.0.19] {re:classloading}
  47.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.Requester.execute(Requester.java:251) ~[bbchat:0.0.19] {re:classloading}
  48.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.Requester.execute(Requester.java:140) ~[bbchat:0.0.19] {re:classloading}
  49.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.Requester.execute(Requester.java:123) ~[bbchat:0.0.19] {re:classloading}
  50.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.ratelimit.BotRateLimiter$Bucket.run(BotRateLimiter.java:478) ~[bbchat:0.0.19] {re:classloading}
  51.         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_291] {}
  52.         at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_291] {}
  53.         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) ~[?:1.8.0_291] {}
  54.         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[?:1.8.0_291] {}
  55.         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:1.8.0_291] {}
  56.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:1.8.0_291] {}
  57.         ... 1 more
  58. Caused by: com.breakinblocks.bbchat.shadow.net.dv8tion.jda.api.exceptions.ContextException
  59.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.api.exceptions.ContextException.here(ContextException.java:54) ~[bbchat:0.0.19] {re:classloading}
  60.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.api.requests.Request.<init>(Request.java:71) ~[bbchat:0.0.19] {re:classloading}
  61.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.api.requests.RestFuture.<init>(RestFuture.java:36) ~[bbchat:0.0.19] {re:classloading}
  62.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.RestActionImpl.submit(RestActionImpl.java:209) ~[bbchat:0.0.19] {re:classloading}
  63.         at com.breakinblocks.bbchat.shadow.net.dv8tion.jda.internal.requests.RestActionImpl.complete(RestActionImpl.java:219) ~[bbchat:0.0.19] {re:classloading}
  64.         ... 17 more
  65.  
  66.  
  67. A detailed walkthrough of the error, its code path and all known details is as follows:
  68. ---------------------------------------------------------------------------------------
  69.  
  70. -- System Details --
  71. Details:
  72.         Minecraft Version: 1.16.5
  73.         Minecraft Version ID: 1.16.5
  74.         Operating System: Windows Server 2016 (amd64) version 10.0
  75.         Java Version: 1.8.0_291, Oracle Corporation
  76.         Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  77.         Memory: 9666585024 bytes (9218 MB) / 11592531968 bytes (11055 MB) up to 22906667008 bytes (21845 MB)
  78.         CPUs: 16
  79.         JVM Flags: 1 total; -Xmx24576M
  80.         ModLauncher: 8.0.9+86+master.3cf110c
  81.         ModLauncher launch target: fmlserver
  82.         ModLauncher naming: srg
  83.         ModLauncher services:
  84.                 /mixin-0.8.2.jar mixin PLUGINSERVICE
  85.                 /eventbus-4.0.0.jar eventbus PLUGINSERVICE
  86.                 /forge-1.16.5-36.2.1.jar object_holder_definalize PLUGINSERVICE
  87.                 /forge-1.16.5-36.2.1.jar runtime_enum_extender PLUGINSERVICE
  88.                 /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
  89.                 /forge-1.16.5-36.2.1.jar capability_inject_definalize PLUGINSERVICE
  90.                 /forge-1.16.5-36.2.1.jar runtimedistcleaner PLUGINSERVICE
  91.                 /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
  92.                 /forge-1.16.5-36.2.1.jar fml TRANSFORMATIONSERVICE
  93.         FML: 36.2
  94.         Forge: net.minecraftforge:36.2.1
  95.         FML Language Providers:
  96.                 [email protected]
  97.                 minecraft@1
  98.                 [email protected]
  99.         Mod List:
  100.                 ftb-essentials-1605.1.4-build.13.jar              |FTB Essentials                |ftbessentials                 |1605.1.4-build.13   |DONE      |Manifest: NOSIGNATURE
  101.                 supermartijn642configlib-1.0.9-mc1.16.jar         |SuperMartijn642's Config Lib  |supermartijn642configlib      |1.0.9               |DONE      |Manifest: NOSIGNATURE
  102.                 justenoughbeacons-3.1-1.16.3.jar                  |Just Enough Beacons           |justenoughbeacons             |3.1-1.16.3          |DONE      |Manifest: NOSIGNATURE
  103.                 IntegratedTerminals-1.16.5-1.2.4.jar              |IntegratedTerminals           |integratedterminals           |1.2.4               |DONE      |Manifest: NOSIGNATURE
  104.                 mcw-windows-1.0.3-mc1.16.5.jar                    |Macaw's Windows               |mcwwindows                    |1.0.3               |DONE      |Manifest: NOSIGNATURE
  105.                 modnametooltip_1.16.2-1.15.0.jar                  |Mod Name Tooltip              |modnametooltip                |1.15.0              |DONE      |Manifest: NOSIGNATURE
  106.                 pitg-1.16.3-1.4.2.jar                             |Pane In The Glass             |pitg                          |1.16.3-1.4.2        |DONE      |Manifest: NOSIGNATURE
  107.                 IronJetpacks-1.16.5-4.2.1.jar                     |Iron Jetpacks                 |ironjetpacks                  |4.2.1               |DONE      |Manifest: NOSIGNATURE
  108.                 CTM-MC1.16.1-1.1.2.6.jar                          |ConnectedTexturesMod          |ctm                           |MC1.16.1-1.1.2.6    |DONE      |Manifest: NOSIGNATURE
  109.                 YungsApi-1.16.4-Forge-12.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-12     |DONE      |Manifest: NOSIGNATURE
  110.                 Powah-1.16.5-2.3.16.jar                           |Powah                         |powah                         |2.3.16              |DONE      |Manifest: NOSIGNATURE
  111.                 MaxHealthFix-1.16.5-1.0.2.jar                     |MaxHealthFix                  |maxhealthfix                  |1.0.2               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  112.                 rangedpumps-0.8.2.jar                             |Ranged Pumps                  |rangedpumps                   |0.8.2               |DONE      |Manifest: NOSIGNATURE
  113.                 Wither-Skeleton-Tweaks-1.16.4-5.3.0.jar           |Wither Skeleton Tweaks        |wstweaks                      |5.3.0               |DONE      |Manifest: NOSIGNATURE
  114.                 Shrink-1.16.5-1.1.5.jar                           |Shrink                        |shrink                        |1.1.5               |DONE      |Manifest: NOSIGNATURE
  115.                 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
  116.                 Apotheosis-1.16.4-4.6.1.jar                       |Apotheosis                    |apotheosis                    |4.6.1               |DONE      |Manifest: NOSIGNATURE
  117.                 shiftnscrollonmac-1.16.4-0.0.1.s1.jar             |Shift n Scroll on Mac         |shiftnscrollonmac             |1.16.4-0.0.1.s1     |DONE      |Manifest: NOSIGNATURE
  118.                 dynviewdist-2.0.jar                               |Dynamic view distance         |dynview                       |1.8                 |DONE      |Manifest: NOSIGNATURE
  119.                 gunswithoutroses-1.16.5-1.0.9.jar                 |Guns Without Roses            |gunswithoutroses              |1.0.9               |DONE      |Manifest: NOSIGNATURE
  120.                 JustEnoughResources-1.16.5-0.12.1.122.jar         |Just Enough Resources         |jeresources                   |0.12.1.122          |DONE      |Manifest: NOSIGNATURE
  121.                 integrated_proxy-1.16-1.0.19.jar                  |IntegratedProxy               |integrated_proxy              |1.0.19              |DONE      |Manifest: NOSIGNATURE
  122.                 supplementaries-1.16.5-0.14.5.jar                 |Supplementaries               |supplementaries               |1.16.5-0.14.0       |DONE      |Manifest: NOSIGNATURE
  123.                 emojiful-1.16.4-2.1.4.jar                         |Emojiful                      |emojiful                      |1.16.4-2.1.4        |DONE      |Manifest: NOSIGNATURE
  124.                 refinedstorage-1.9.15.jar                         |Refined Storage               |refinedstorage                |1.9.15              |DONE      |Manifest: NOSIGNATURE
  125.                 betterendforge-1.16.4-1.6.0.jar                   |BetterEnd Forge               |betterendforge                |1.16.4-1.6.0        |DONE      |Manifest: NOSIGNATURE
  126.                 structure_gel-1.16.5-1.7.7.jar                    |Structure Gel API             |structure_gel                 |1.7.7               |DONE      |Manifest: NOSIGNATURE
  127.                 industrial-foregoing-1.16.5-3.2.14.3-9.jar        |Industrial Foregoing          |industrialforegoing           |3.2.14.3            |DONE      |Manifest: NOSIGNATURE
  128.                 torchmaster-2.3.7.jar                             |Torchmaster                   |torchmaster                   |2.3.7               |DONE      |Manifest: NOSIGNATURE
  129.                 TipTheScales-1.16.5-3.0.0.15.jar                  |TipTheScales                  |tipthescales                  |3.0.0.15            |DONE      |Manifest: NOSIGNATURE
  130.                 repurposed_structures_forge-3.0.4+1.16.5.jar      |Repurposed Structures         |repurposed_structures         |3.0.4+1.16.5        |DONE      |Manifest: NOSIGNATURE
  131.                 ToolStats-1.16.5-6.0.2.jar                        |ToolStats                     |toolstats                     |6.0.2               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  132.                 toughnessbar-6.1.jar                              |Toughness Bar                 |toughnessbar                  |6.1                 |DONE      |Manifest: NOSIGNATURE
  133.                 dungeons_plus-1.16.5-1.1.5.jar                    |Dungeons Plus                 |dungeons_plus                 |1.1.5               |DONE      |Manifest: NOSIGNATURE
  134.                 mcw-trapdoors-1.0.2-mc1.16.5.jar                  |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
  135.                 supermartijn642corelib-1.0.12-mc1.16.5.jar        |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.12              |DONE      |Manifest: NOSIGNATURE
  136.                 masonry-1.16.3-0.3.6.jar                          |Masonry                       |masonry                       |NONE                |DONE      |Manifest: NOSIGNATURE
  137.                 Botania-1.16.5-419.jar                            |Botania                       |botania                       |1.16.5-419          |DONE      |Manifest: NOSIGNATURE
  138.                 SpawnerFix-1.16.2-1.0.0.2.jar                     |Spawner Fix                   |sf                            |1.0.0.2             |DONE      |Manifest: NOSIGNATURE
  139.                 spark-forge.jar                                   |spark                         |spark                         |1.6.0               |DONE      |Manifest: NOSIGNATURE
  140.                 portality-1.16.4-3.2.2.jar                        |Portality                     |portality                     |3.2.2               |DONE      |Manifest: NOSIGNATURE
  141.                 curios-forge-1.16.5-4.0.5.2.jar                   |Curios API                    |curios                        |1.16.5-4.0.5.2      |DONE      |Manifest: NOSIGNATURE
  142.                 GameStages-1.16.5-7.2.8.jar                       |GameStages                    |gamestages                    |7.2.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
  143.                 tanknull-2.3-1.16.4.jar                           |Tank Null                     |tanknull                      |2.3-1.16.4          |DONE      |Manifest: NOSIGNATURE
  144.                 FramedBlocks-2.9.3.jar                            |FramedBlocks                  |framedblocks                  |2.9.3               |DONE      |Manifest: NOSIGNATURE
  145.                 Chunk Pregenerator-V1.16-3.1.0.jar                |Chunk Pregenerator            |chunkpregen                   |V1.16-3.1.0         |DONE      |Manifest: NOSIGNATURE
  146.                 ExtraStorage-1.16.5-1.4.1.jar                     |Extra Storage                 |extrastorage                  |1.4.1               |DONE      |Manifest: NOSIGNATURE
  147.                 NaturesAura-34.2.jar                              |Nature's Aura                 |naturesaura                   |34.2                |DONE      |Manifest: NOSIGNATURE
  148.                 constructionwand-1.16.5-2.2.jar                   |Construction Wand             |constructionwand              |1.16.5-2.2          |DONE      |Manifest: NOSIGNATURE
  149.                 mcw-roofs-2.0.1-mc1.16.5-4.jar                    |Macaw's Roofs                 |mcwroofs                      |2.0.1               |DONE      |Manifest: NOSIGNATURE
  150.                 cfm-7.0.0pre22-1.16.3.jar                         |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre22         |DONE      |Manifest: NOSIGNATURE
  151.                 observerlib-1.16.5-1.5.3.jar                      |ObserverLib                   |observerlib                   |1.16.5-1.5.3        |DONE      |Manifest: NOSIGNATURE
  152.                 cloth-config-4.11.26-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.11.26             |DONE      |Manifest: NOSIGNATURE
  153.                 BetterBurning-1.16.5-6.0.7.jar                    |BetterBurning                 |betterburning                 |6.0.7               |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
  154.                 FastLeafDecay-v25.jar                             |FastLeafDecay                 |fastleafdecay                 |v25                 |DONE      |Manifest: NOSIGNATURE
  155.                 CodeChickenLib-1.16.5-4.0.2.429-universal.jar     |CodeChicken Lib               |codechickenlib                |4.0.2.429           |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
  156.                 Babel-1.0.5.jar                                   |Babel                         |babel                         |1.0.5               |DONE      |Manifest: NOSIGNATURE
  157.                 JEPB-1.0.0.jar                                    |Just Enough Piglin Bartering  |jepb                          |1.0.0               |DONE      |Manifest: NOSIGNATURE
  158.                 BetterMineshafts-Forge-1.16.4-2.0.4.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |DONE      |Manifest: NOSIGNATURE
  159.                 SimpleDiscordRichPresence-1.16.4-1.3.5.jar        |Simple Discord Rich Presence  |sdrp                          |1.16.4-1.3.5        |DONE      |Manifest: NOSIGNATURE
  160.                 geckolib-forge-1.16.5-3.0.43.jar                  |GeckoLib                      |geckolib3                     |3.0.43              |DONE      |Manifest: NOSIGNATURE
  161.                 DarkPaintings-1.16.5-6.0.3.jar                    |DarkPaintings                 |darkpaintings                 |6.0.3               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  162.                 enigmatica-1.16.3-0.1.1.jar                       |Enigmatica Mod                |enigmatica                    |1.16.3-0.1.1        |DONE      |Manifest: NOSIGNATURE
  163.                 ClientTweaks_1.16.3-5.3.0.jar                     |Client Tweaks                 |clienttweaks                  |5.3.0               |DONE      |Manifest: NOSIGNATURE
  164.                 portable_stonecutter-1.16.4-1.3.4.jar             |Portable Stonecutter          |portable_stonecutter          |1.3.3               |DONE      |Manifest: NOSIGNATURE
  165.                 jei-1.16.5-7.7.1.117.jar                          |Just Enough Items             |jei                           |7.7.1.117           |DONE      |Manifest: NOSIGNATURE
  166.                 AttributeFix-1.16.5-10.1.3.jar                    |AttributeFix                  |attributefix                  |10.1.3              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  167.                 seals-1.16.3-2.1.2.jar                            |Seals                         |seals                         |2.1.2               |DONE      |Manifest: NOSIGNATURE
  168.                 Mekanism-1.16.5-10.0.21.448.jar                   |Mekanism                      |mekanism                      |10.0.21             |DONE      |Manifest: NOSIGNATURE
  169.                 caelus-forge-1.16.5-2.1.3.1.jar                   |Caelus API                    |caelus                        |1.16.5-2.1.3.1      |DONE      |Manifest: NOSIGNATURE
  170.                 invtweaks-1.16.4-1.0.1.jar                        |Inventory Tweaks Renewed      |invtweaks                     |1.16.4-1.0.1        |DONE      |Manifest: NOSIGNATURE
  171.                 shutupexperimentalsettings-1.0.3.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.3               |DONE      |Manifest: NOSIGNATURE
  172.                 PrettyPipesFluids-0.4.1.jar                       |Pretty Fluid Pipes            |ppfluids                      |0.4.1               |DONE      |Manifest: NOSIGNATURE
  173.                 NaturesCompass-1.16.5-1.9.1-forge.jar             |Nature's Compass              |naturescompass                |1.16.5-1.9.1-forge  |DONE      |Manifest: NOSIGNATURE
  174.                 catjammies-1.1.0.jar                              |CatJammies                    |catjammies                    |NONE                |DONE      |Manifest: NOSIGNATURE
  175.                 LibX-1.16.3-1.0.76.jar                            |LibX                          |libx                          |1.16.3-1.0.76       |DONE      |Manifest: NOSIGNATURE
  176.                 compactmachines-4.0.0-beta.2.jar                  |Compact Machines 4            |compactmachines               |4.0.0-beta.2        |DONE      |Manifest: NOSIGNATURE
  177.                 curioofundying-forge-1.16.5-5.2.0.0.jar           |Curio of Undying              |curioofundying                |1.16.5-5.2.0.0      |DONE      |Manifest: NOSIGNATURE
  178.                 FarmingForBlockheads_1.16.5-7.3.1.jar             |Farming for Blockheads        |farmingforblockheads          |7.3.1               |DONE      |Manifest: NOSIGNATURE
  179.                 pneumaticcraft-repressurized-1.16.5-2.13.3-211.jar|PneumaticCraft: Repressurized |pneumaticcraft                |1.16.5-2.13.3-211   |DONE      |Manifest: NOSIGNATURE
  180.                 pedestals-0.8s_hotfix_5.jar                       |Pedestals                     |pedestals                     |0.8s_hotfix_5       |DONE      |Manifest: NOSIGNATURE
  181.                 ImmersivePetroleum-1.16.5-3.3.0-5.jar             |Immersive Petroleum           |immersivepetroleum            |3.3.0-5             |DONE      |Manifest: NOSIGNATURE
  182.                 ironchest-1.16.5-11.2.13.jar                      |Iron Chests                   |ironchest                     |1.16.5-11.2.13      |DONE      |Manifest: NOSIGNATURE
  183.                 MythicBotany-1.16.4-1.3.19.jar                    |MythicBotany                  |mythicbotany                  |1.16.4-1.3.19       |DONE      |Manifest: NOSIGNATURE
  184.                 IntegratedCrafting-1.16.5-1.0.17.jar              |IntegratedCrafting            |integratedcrafting            |1.0.17              |DONE      |Manifest: NOSIGNATURE
  185.                 forge-1.16.5-36.2.1-server.jar                    |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
  186.                 logprot-1.16-1.3.jar                              |Logprot                       |logprot                       |1.3                 |DONE      |Manifest: NOSIGNATURE
  187.                 theoneprobe-1.16-3.1.4.jar                        |The One Probe                 |theoneprobe                   |1.16-3.1.4          |DONE      |Manifest: NOSIGNATURE
  188.                 clockout-1.16.4-2.0.0.1.jar                       |Clockout                      |clockout                      |2.0.0.1             |DONE      |Manifest: NOSIGNATURE
  189.                 MouseTweaks-2.14-mc1.16.2.jar                     |Mouse Tweaks                  |mousetweaks                   |2.14                |DONE      |Manifest: NOSIGNATURE
  190.                 configswapper-1.3.jar                             |Config Swapper                |configswapper                 |1.3                 |DONE      |Manifest: NOSIGNATURE
  191.                 useful_railroads-1.16.5-1.4.6.38.jar              |Useful Railroads              |usefulrailroads               |1.4.6.38            |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
  192.                 EntityCulling-1.16.5-2.1.6.jar                    |Entity Culling                |entity_culling                |2.1.6               |DONE      |Manifest: NOSIGNATURE
  193.                 SaveYourPets-1.16.2-1.0.0.5.jar                   |Save Your Pets                |syp                           |1.0.0.5             |DONE      |Manifest: NOSIGNATURE
  194.                 EmendatusEnigmatica-1.16.5-1.2.9.jar              |Emendatus Enigmatica          |emendatusenigmatica           |1.16.5-1.2.9        |DONE      |Manifest: NOSIGNATURE
  195.                 sushigocrafting-1.16.4-0.1.4.jar                  |Sushi Go Crafting             |sushigocrafting               |NONE                |DONE      |Manifest: NOSIGNATURE
  196.                 flywheel-1.16-0.2.2.jar                           |Flywheel                      |flywheel                      |1.16-0.2.2          |DONE      |Manifest: NOSIGNATURE
  197.                 Mantle-1.16.5-1.6.115.jar                         |Mantle                        |mantle                        |1.6.115             |DONE      |Manifest: NOSIGNATURE
  198.                 IntegratedDynamics-1.16.5-1.9.2.jar               |IntegratedDynamics            |integrateddynamics            |1.9.2               |DONE      |Manifest: NOSIGNATURE
  199.                 integratednbt-1.16.4-1.4.2.jar                    |Integrated NBT                |integratednbt                 |version             |DONE      |Manifest: NOSIGNATURE
  200.                 ftb-backups-2.1.1.6.jar                           |FTB Backups                   |ftbbackups                    |2.1.1.6             |DONE      |Manifest: NOSIGNATURE
  201.                 cyclepaintings_1.16.5-1.7.jar                     |Cycle Paintings               |cyclepaintings                |1.7                 |DONE      |Manifest: NOSIGNATURE
  202.                 serverconfigupdater-1.3.jar                       |ServerConfig Updater          |serverconfigupdater           |1.3                 |DONE      |Manifest: NOSIGNATURE
  203.                 polymorph-forge-1.16.5-0.25.jar                   |Polymorph                     |polymorph                     |1.16.5-0.25         |DONE      |Manifest: NOSIGNATURE
  204.                 JustEnoughProfessions-1.16.5-1.2.1.jar            |Just Enough Professions (JEP) |justenoughprofessions         |1.2.1               |DONE      |Manifest: NOSIGNATURE
  205.                 AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |Manifest: NOSIGNATURE
  206.                 tamedsummon-1.0.0.jar                             |TamedSummon                   |tamedsummon                   |NONE                |DONE      |Manifest: NOSIGNATURE
  207.                 RSLargePatterns-1.16.5-2.1.0.3.jar                |Refined Storage Large Patterns|rslargepatterns               |2.1.0.3             |DONE      |Manifest: NOSIGNATURE
  208.                 quickstack-4.0.1.jar                              |DropOff                       |dropoff                       |4.0.1               |DONE      |Manifest: NOSIGNATURE
  209.                 FastFurnace-1.16.4-4.4.0.jar                      |FastFurnace                   |fastfurnace                   |4.4.0               |DONE      |Manifest: NOSIGNATURE
  210.                 lootr-1.16.5-0.0.6.18.jar                         |Lootr                         |lootr                         |0.0.6.18            |DONE      |Manifest: NOSIGNATURE
  211.                 connectedglass-1.0.8-mc1.16.5.jar                 |Connected Glass               |connectedglass                |1.0.8               |DONE      |Manifest: NOSIGNATURE
  212.                 occultism-1.16.5-1.7.2.jar                        |Occultism                     |occultism                     |1.16.5-1.7.2        |DONE      |Manifest: NOSIGNATURE
  213.                 byg-1.3.0.jar                                     |Oh The Biomes You'll Go       |byg                           |1.3.0               |DONE      |Manifest: NOSIGNATURE
  214.                 TacticalFishing-1.16.5-v1.0.2.jar                 |Tactical Fishing              |tactical_fishing              |1.0.1               |DONE      |Manifest: NOSIGNATURE
  215.                 extremeSoundMuffler-3.13-1.16.5.jar               |Extreme Sound Muffler         |extremesoundmuffler           |3_forge-1.16.5      |DONE      |Manifest: NOSIGNATURE
  216.                 CosmeticArmorReworked-1.16.5-v4.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v4           |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
  217.                 DefaultOptions_1.16.5-12.2.1.jar                  |Default Options               |defaultoptions                |12.2.1              |DONE      |Manifest: NOSIGNATURE
  218.                 tetra-1.16.5-3.14.1.jar                           |Tetra                         |tetra                         |3.14.1              |DONE      |Manifest: NOSIGNATURE
  219.                 tetranomicon-1.3.jar                              |Tetranomicon                  |tetranomicon                  |1.3                 |DONE      |Manifest: NOSIGNATURE
  220.                 rsrequestify-1.16.3-2.1.1.jar                     |RSRequestify                  |rsrequestify                  |2.1.1               |DONE      |Manifest: NOSIGNATURE
  221.                 CyclopsCore-1.16.5-1.11.8.jar                     |Cyclops Core                  |cyclopscore                   |1.11.8              |DONE      |Manifest: NOSIGNATURE
  222.                 astralsorcery-1.16-1.16.5-1.13.12.jar             |Astral Sorcery                |astralsorcery                 |1.16.5-1.13.12      |DONE      |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
  223.                 NaturesStarlight-1.1.jar                          |Nature's Starlight            |naturesstarlight              |1.1                 |DONE      |Manifest: NOSIGNATURE
  224.                 NetherPortalFix_1.16.3-7.2.1.jar                  |NetherPortalFix               |netherportalfix               |7.2.1               |DONE      |Manifest: NOSIGNATURE
  225.                 aiotbotania-1.16.5-1.8.0.jar                      |AIOT Botania                  |aiotbotania                   |1.8.0               |DONE      |Manifest: NOSIGNATURE
  226.                 advancedperipherals-0.7a.jar                      |Advanced Peripherals          |advancedperipherals           |0.7-DEV             |DONE      |Manifest: NOSIGNATURE
  227.                 eidolon-0.2.7.jar                                 |Eidolon                       |eidolon                       |0.2.7               |DONE      |Manifest: NOSIGNATURE
  228.                 JustEnoughCalculation-1.16.5-3.8.2.jar            |Just Enough Calculation       |jecalculation                 |3.8.2               |DONE      |Manifest: NOSIGNATURE
  229.                 Architects-Palette-1.16.4-1.1.3.jar               |Architect's Palette           |architects_palette            |1.1.2               |DONE      |Manifest: NOSIGNATURE
  230.                 morecfm-1.3.1-1.16.3.jar                          |MrCrayfish's More Furniture Mo|morecfm                       |1.3.1               |DONE      |Manifest: NOSIGNATURE
  231.                 connectivity-2.1-1.16.5.jar                       |Connectivity Mod              |connectivity                  |2.1-1.16.5          |DONE      |Manifest: NOSIGNATURE
  232.                 KleeSlabs_1.16.5-9.2.1.jar                        |KleeSlabs                     |kleeslabs                     |9.2.1               |DONE      |Manifest: NOSIGNATURE
  233.                 rsgauges-1.16.4-1.2.11.jar                        |Gauges and Switches           |rsgauges                      |1.2.11              |DONE      |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
  234.                 findme-1.16.3-2.2.0.0.jar                         |Find Me                       |findme                        |2.2.0               |DONE      |Manifest: NOSIGNATURE
  235.                 glassential-forge-1.16.5-1.1.7.jar                |Glassential                   |glassential                   |1.1.7               |DONE      |Manifest: NOSIGNATURE
  236.                 TerraForged-1.16.5-0.2.14.jar                     |TerraForged                   |terraforged                   |0.2.14              |DONE      |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
  237.                 CookingForBlockheads_1.16.5-9.3.3.jar             |Cooking for Blockheads        |cookingforblockheads          |9.3.3               |DONE      |Manifest: NOSIGNATURE
  238.                 Controlling-7.0.0.23.jar                          |Controlling                   |controlling                   |7.0.0.23            |DONE      |Manifest: NOSIGNATURE
  239.                 Placebo-1.16.4-4.5.0.jar                          |Placebo                       |placebo                       |4.5.0               |DONE      |Manifest: NOSIGNATURE
  240.                 dankstorage-3.16.jar                              |Dank Storage                  |dankstorage                   |3.16                |DONE      |Manifest: NOSIGNATURE
  241.                 citadel-1.7.2-1.16.5.jar                          |Citadel                       |citadel                       |1.7.2               |DONE      |Manifest: NOSIGNATURE
  242.                 alexsmobs-1.11.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.11.1              |DONE      |Manifest: NOSIGNATURE
  243.                 mightyarchitect-mc1.16.3_v0.5.jar                 |The Mighty Architect          |mightyarchitect               |0.5                 |DONE      |Manifest: NOSIGNATURE
  244.                 Bookshelf-Forge-1.16.5-10.2.27.jar                |Bookshelf                     |bookshelf                     |10.2.27             |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
  245.                 DarkUtilities-1.16.5-8.0.11.jar                   |Dark Utilities                |darkutils                     |8.0.11              |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
  246.                 BotanyPots-1.16.5-7.1.23.jar                      |BotanyPots                    |botanypots                    |7.1.23              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  247.                 Tips-1.16.5-4.0.9.jar                             |Tips                          |tips                          |4.0.9               |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
  248.                 biomeidfixer-1.16.5-1.0.1.s4.jar                  |Biome Id Fixer by Desagas     |biomeidfixer                  |1.16.5-1.0.1.s4     |DONE      |Manifest: NOSIGNATURE
  249.                 sophisticatedbackpacks-1.16.5-3.0.3.297.jar       |Sophisticated Backpacks       |sophisticatedbackpacks        |1.16.5-3.0.3.297    |DONE      |Manifest: NOSIGNATURE
  250.                 u_team_core-1.16.5-3.2.1.196.jar                  |U Team Core                   |uteamcore                     |3.2.1.196           |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
  251.                 buildinggadgets-1.16.5-3.8.0.jar                  |Building Gadgets              |buildinggadgets               |3.8.0               |DONE      |Manifest: NOSIGNATURE
  252.                 forge-1.16.5-36.2.1-universal.jar                 |Forge                         |forge                         |36.2.1              |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
  253.                 Atum-1.16.5-2.2.6.jar                             |Atum 2                        |atum                          |1.16.5-2.2.6        |DONE      |Manifest: NOSIGNATURE
  254.                 PassthroughSigns-1.16.4-2.3.7.jar                 |Passthrough Signs             |passthroughsigns              |1.16.4-2.3.7        |DONE      |Manifest: NOSIGNATURE
  255.                 cofh_core-1.16.5-1.3.1.jar                        |CoFH Core                     |cofh_core                     |1.3.1               |DONE      |Manifest: NOSIGNATURE
  256.                 thermal_foundation-1.16.5-1.3.2.jar               |Thermal Series                |thermal                       |1.3.2               |DONE      |Manifest: NOSIGNATURE
  257.                 thermal_innovation-1.16.5-1.3.0.jar               |Thermal Innovation            |thermal_innovation            |1.3.0               |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.                 thermal_locomotion-1.16.5-1.3.0.jar               |Thermal Locomotion            |thermal_locomotion            |1.3.0               |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
  259.                 plonk-1.16.5-9.0.8.jar                            |Plonk                         |plonk                         |9.0.8               |DONE      |Manifest: NOSIGNATURE
  260.                 MoreCraftingTables1.16.5.jar                      |More Crafting Tables Mod      |mctb                          |1.16.5 - 1.0.0      |DONE      |Manifest: NOSIGNATURE
  261.                 appleskin-forge-mc1.16.x-2.1.0.jar                |AppleSkin                     |appleskin                     |mc1.16.4-2.1.0      |DONE      |Manifest: NOSIGNATURE
  262.                 Aquaculture-1.16.5-2.1.20.jar                     |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.20       |DONE      |Manifest: NOSIGNATURE
  263.                 mcw-doors-1.0.3-mc1.16.5.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.3               |DONE      |Manifest: NOSIGNATURE
  264.                 MekanismGenerators-1.16.5-10.0.21.448.jar         |Mekanism: Generators          |mekanismgenerators            |10.0.21             |DONE      |Manifest: NOSIGNATURE
  265.                 FpsReducer-forge-1.21-mc1.16.5.jar                |FPS Reducer                   |fpsreducer                    |1.21-mc1.16.5       |DONE      |Manifest: NOSIGNATURE
  266.                 XNetGases-1.16.5-2.2.6.jar                        |XNet Gases                    |xnetgases                     |2.2.6               |DONE      |Manifest: NOSIGNATURE
  267.                 LostTrinkets-1.16.5-0.1.27.jar                    |Lost Trinkets                 |losttrinkets                  |0.1.27              |DONE      |Manifest: NOSIGNATURE
  268.                 restriction-1.16.5-0.1.2.jar                      |Restriction                   |restriction                   |1.16.5-0.1.2        |DONE      |Manifest: NOSIGNATURE
  269.                 cobblegenrandomizer-1.16-5.1.2.jar                |CobbleGenRandomizer           |cobblegenrandomizer           |1.16-5.1.2          |DONE      |Manifest: NOSIGNATURE
  270.                 RSInfinityBooster-1.16.5-1.0+6.jar                |RSInfinityBooster             |rsinfinitybooster             |1.16.5-1.0+6        |DONE      |Manifest: NOSIGNATURE
  271.                 PrettyPipes-1.9.4.jar                             |Pretty Pipes                  |prettypipes                   |1.9.4               |DONE      |Manifest: NOSIGNATURE
  272.                 chipped-1.1.jar                                   |Chipped                       |chipped                       |1.1                 |DONE      |Manifest: NOSIGNATURE
  273.                 createplus-1.16.4_v0.3.2.1.jar                    |Create Plus                   |createplus                    |1.16.4_v0.3.2.1     |DONE      |Manifest: NOSIGNATURE
  274.                 mcw-bridges-1.0.6-mc1.16.5.jar                    |Macaw's Bridges               |mcwbridges                    |1.0.6               |DONE      |Manifest: NOSIGNATURE
  275.                 FarmersDelight-1.16.5-0.4.5.jar                   |Farmer's Delight              |farmersdelight                |1.16.5-0.4.5        |DONE      |Manifest: NOSIGNATURE
  276.                 ResourcefulBees-1.16.5-0.6.7.2b.jar               |Resourceful Bees              |resourcefulbees               |1.16.5-0.6.7.2b     |DONE      |Manifest: NOSIGNATURE
  277.                 DustrialDecor-1.1.6.jar                           |'Dustrial Decor               |dustrial_decor                |1.0.7               |DONE      |Manifest: NOSIGNATURE
  278.                 Curious Armor Stands-1.16.5-2.1.2.jar             |Curious Armor Stands          |curious_armor_stands          |1.16.5-2.1.2        |DONE      |Manifest: NOSIGNATURE
  279.                 entangled-1.3.6-mc1.16.5.jar                      |Entangled                     |entangled                     |1.3.6               |DONE      |Manifest: NOSIGNATURE
  280.                 CommonCapabilities-1.16.5-2.7.0.jar               |CommonCapabilities            |commoncapabilities            |2.7.0               |DONE      |Manifest: NOSIGNATURE
  281.                 crashutilities-3.12.jar                           |Crash Utilities               |crashutilities                |3.12                |DONE      |Manifest: NOSIGNATURE
  282.                 Ping-1.16.4-1.6.9.jar                             |Ping                          |ping                          |1.16.4-1.6.9        |DONE      |Manifest: NOSIGNATURE
  283.                 projectvibrantjourneys-1.16.5-3.1.0.jar           |Project: Vibrant Journeys     |projectvibrantjourneys        |1.16.5-3.1.0        |DONE      |Manifest: NOSIGNATURE
  284.                 Lollipop-1.16.5-3.2.9.jar                         |Lollipop                      |lollipop                      |3.2.9               |DONE      |Manifest: NOSIGNATURE
  285.                 mcw-fences-1.0.0-mc1.16.5.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.0               |DONE      |Manifest: NOSIGNATURE
  286.                 simplylight-1.16.4-1.1.3.jar                      |Simply Light                  |simplylight                   |1.16.4-1.1.3        |DONE      |Manifest: NOSIGNATURE
  287.                 simplefarming-1.16.5-1.3.8.jar                    |Simple Farming                |simplefarming                 |1.16.5-1.3.8        |DONE      |Manifest: NOSIGNATURE
  288.                 Bountiful-1.16.4-3.3.1.jar                        |Bountiful                     |bountiful                     |1.16.4-3.3.1        |DONE      |Manifest: NOSIGNATURE
  289.                 trofers-1.16.5-1.0.0.jar                          |Trofers                       |trofers                       |1.16.5-1.0.0        |DONE      |Manifest: NOSIGNATURE
  290.                 bbchat-1.16.5-0.0.19-forge.jar                    |BBChat                        |bbchat                        |0.0.19              |DONE      |Manifest: NOSIGNATURE
  291.                 Patchouli-1.16.4-53.1.jar                         |Patchouli                     |patchouli                     |1.16.4-53.1         |DONE      |Manifest: NOSIGNATURE
  292.                 ars_nouveau-1.16.5-1.20.1.jar                     |Ars Nouveau                   |ars_nouveau                   |1.20.1              |DONE      |Manifest: NOSIGNATURE
  293.                 collective-1.16.5-2.49.jar                        |Collective                    |collective                    |2.49                |DONE      |Manifest: NOSIGNATURE
  294.                 cakechomps-forge-1.16.4-5.0.0.2.jar               |Cake Chomps                   |cakechomps                    |1.16.4-5.0.0.2      |DONE      |Manifest: NOSIGNATURE
  295.                 betterbiomeblend-1.16.4-1.2.7-forge.jar           |Better Biome Blend            |betterbiomeblend              |1.16.4-1.2.7-forge  |DONE      |Manifest: NOSIGNATURE
  296.                 time-in-a-bottle-1.1.0.jar                        |Time In A Bottle              |tiab                          |1.1.0               |DONE      |Manifest: NOSIGNATURE
  297.                 thermal_expansion-1.16.5-1.3.0.jar                |Thermal Expansion             |thermal_expansion             |1.3.0               |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
  298.                 IntegratedTunnels-1.16.5-1.8.5.jar                |IntegratedTunnels             |integratedtunnels             |1.8.5               |DONE      |Manifest: NOSIGNATURE
  299.                 DrawersTooltip-1.16.2-2.1.0.jar                   |Drawers Tooltip               |drawerstooltip                |2.1.0               |DONE      |Manifest: NOSIGNATURE
  300.                 elevatorid-1.16.5-1.7.13.jar                      |Elevator Mod                  |elevatorid                    |1.16.5-1.7.13       |DONE      |Manifest: NOSIGNATURE
  301.                 ftb-ultimine-forge-1605.3.0-build.25.jar          |FTB Ultimine                  |ftbultimine                   |1605.3.0-build.25   |DONE      |Manifest: NOSIGNATURE
  302.                 Runelic-1.16.5-7.0.2.jar                          |Runelic                       |runelic                       |7.0.2               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  303.                 MekanismTools-1.16.5-10.0.21.448.jar              |Mekanism: Tools               |mekanismtools                 |10.0.21             |DONE      |Manifest: NOSIGNATURE
  304.                 architectury-1.20.28-forge.jar                    |Architectury                  |architectury                  |1.20.28             |DONE      |Manifest: NOSIGNATURE
  305.                 ftb-library-forge-1605.3.1-build.56.jar           |FTB Library                   |ftblibrary                    |1605.3.1-build.56   |DONE      |Manifest: NOSIGNATURE
  306.                 ftb-teams-forge-1605.2.1-build.20.jar             |FTB Teams                     |ftbteams                      |1605.2.1-build.20   |DONE      |Manifest: NOSIGNATURE
  307.                 ftb-ranks-1605.1.4-build.9-forge.jar              |FTB Ranks                     |ftbranks                      |1605.1.4-build.9    |DONE      |Manifest: NOSIGNATURE
  308.                 curiouselytra-forge-1.16.5-4.0.2.3.jar            |Curious Elytra                |curiouselytra                 |1.16.5-4.0.2.3      |DONE      |Manifest: NOSIGNATURE
  309.                 cc-tweaked-1.16.5-1.98.1.jar                      |CC: Tweaked                   |computercraft                 |1.98.1              |DONE      |Manifest: NOSIGNATURE
  310.                 cherishedworlds-forge-1.16.5-5.1.1.0.jar          |Cherished Worlds              |cherishedworlds               |1.16.5-5.1.1.0      |DONE      |Manifest: NOSIGNATURE
  311.                 compactcrafting-1.0.0-beta.3.jar                  |Compact Crafting              |compactcrafting               |1.0.0-beta.3        |DONE      |Manifest: NOSIGNATURE
  312.                 trashcans-1.0.10-mc1.16.5.jar                     |Trash Cans                    |trashcans                     |1.0.10              |DONE      |Manifest: NOSIGNATURE
  313.                 The_Undergarden-1.16.5-0.5.4.jar                  |The Undergarden               |undergarden                   |0.5.4               |DONE      |Manifest: NOSIGNATURE
  314.                 InventoryEssentials_1.16.5-2.3.2.jar              |Inventory Essentials          |inventoryessentials           |2.3.2               |DONE      |Manifest: NOSIGNATURE
  315.                 smallships-1.16.5-1.10.0.jar                      |Small Ships Mod               |smallships                    |1.10.0              |DONE      |Manifest: NOSIGNATURE
  316.                 bwncr-1.16.4-3.9.16.jar                           |Bad Wither No Cookie Reloaded |bwncr                         |1.16.4-3.9.16       |DONE      |Manifest: NOSIGNATURE
  317.                 BetterAdvancements-1.16.5-0.1.1.115.jar           |Better Advancements           |betteradvancements            |0.1.1.115           |DONE      |Manifest: NOSIGNATURE
  318.                 rhino-1605.1.1-build.21.jar                       |Rhino                         |rhino                         |1605.1.1-build.21   |DONE      |Manifest: NOSIGNATURE
  319.                 BotaniaAdditionsMC1.16.4-1.0.4.jar                |Botania Additions             |botaniaadditions              |1.0.4               |DONE      |Manifest: NOSIGNATURE
  320.                 BedBenefits-1.16.5-5.0.4.jar                      |BedBenefits                   |bedbenefits                   |5.0.4               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  321.                 Cucumber-1.16.4-4.1.10.jar                        |Cucumber Library              |cucumber                      |4.1.10              |DONE      |Manifest: NOSIGNATURE
  322.                 TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |DONE      |Manifest: NOSIGNATURE
  323.                 redstonepen-1.16.5-1.0.6.jar                      |Redstone Pen                  |redstonepen                   |1.0.6               |DONE      |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
  324.                 item-filters-forge-1605.2.5-build.9.jar           |Item Filters                  |itemfilters                   |1605.2.5-build.9    |DONE      |Manifest: NOSIGNATURE
  325.                 abnormals_core-1.16.5-3.1.1.jar                   |Abnormals Core                |abnormals_core                |3.1.1               |DONE      |Manifest: NOSIGNATURE
  326.                 environmental-1.16.5-1.0.0.jar                    |Environmental                 |environmental                 |1.0.0               |DONE      |Manifest: NOSIGNATURE
  327.                 upgrade_aquatic-1.16.5-3.1.0.jar                  |Upgrade Aquatic               |upgrade_aquatic               |3.1.0               |DONE      |Manifest: NOSIGNATURE
  328.                 personality-1.16.5-1.0.2.jar                      |Personality                   |personality                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
  329.                 ensorcellation-1.16.5-1.3.1.jar                   |Ensorcellation                |ensorcellation                |1.3.1               |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
  330.                 create-mc1.16.5_v0.3.2c.jar                       |Create                        |create                        |v0.3.2c for 1.16.5  |DONE      |Manifest: NOSIGNATURE
  331.                 Waystones_1.16.5-7.6.2.jar                        |Waystones                     |waystones                     |7.6.2               |DONE      |Manifest: NOSIGNATURE
  332.                 Clumps-6.0.0.25.jar                               |Clumps                        |clumps                        |6.0.0.25            |DONE      |Manifest: NOSIGNATURE
  333.                 mgui-1.16.5-3.2.0.jar                             |mgui                          |mgui                          |3.2.0               |DONE      |Manifest: NOSIGNATURE
  334.                 journeymap-1.16.5-5.7.3.jar                       |Journeymap                    |journeymap                    |5.7.3               |DONE      |Manifest: NOSIGNATURE
  335.                 comforts-forge-1.16.5-4.0.1.2.jar                 |Comforts                      |comforts                      |1.16.5-4.0.1.1      |DONE      |Manifest: NOSIGNATURE
  336.                 Artifacts-1.16.5-2.10.0.jar                       |Artifacts                     |artifacts                     |1.16.5-2.10.0       |DONE      |Manifest: NOSIGNATURE
  337.                 framedcompactdrawers-1.16-2.2.0.jar               |Framed Compacting Drawers     |framedcompactdrawers          |1.16-2.2.0          |DONE      |Manifest: NOSIGNATURE
  338.                 decorative_blocks-1.16.4-1.7.2.jar                |Decorative Blocks             |decorative_blocks             |1.7.2               |DONE      |Manifest: NOSIGNATURE
  339.                 decorative_blocks_abnormals-1.2.jar               |Decorative Blocks Abnormals   |decorative_blocks_abnormals   |1.2                 |DONE      |Manifest: NOSIGNATURE
  340.                 DungeonCrawl-1.16.3-2.2.4.jar                     |Dungeon Crawl                 |dungeoncrawl                  |2.2.4               |DONE      |Manifest: NOSIGNATURE
  341.                 demagnetize-forge-1.16.2-1.2.2.jar                |Demagnetize                   |demagnetize                   |1.16.2-1.2.2        |DONE      |Manifest: NOSIGNATURE
  342.                 TravelAnchors-2.4.jar                             |Travel Anchors                |travel_anchors                |2.4                 |DONE      |Manifest: NOSIGNATURE
  343.                 lazydfu-0.1.3.jar                                 |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
  344.                 mcjtylib-1.16-5.0.22.jar                          |McJtyLib                      |mcjtylib                      |1.16-5.0.22         |DONE      |Manifest: NOSIGNATURE
  345.                 rftoolsbase-1.16-2.0.11.jar                       |RFToolsBase                   |rftoolsbase                   |1.16-2.0.11         |DONE      |Manifest: NOSIGNATURE
  346.                 xnet-1.16-3.0.13.jar                              |XNet                          |xnet                          |1.16-3.0.13         |DONE      |Manifest: NOSIGNATURE
  347.                 rftoolsdim-1.16-7.0.11-beta.jar                   |RFToolsDimensions             |rftoolsdim                    |1.16-7.0.11-beta    |DONE      |Manifest: NOSIGNATURE
  348.                 rftoolspower-1.16-3.0.9.jar                       |RFToolsPower                  |rftoolspower                  |1.16-3.0.9          |DONE      |Manifest: NOSIGNATURE
  349.                 rftoolsbuilder-1.16-3.1.1.jar                     |RFToolsBuilder                |rftoolsbuilder                |1.16-3.1.1          |DONE      |Manifest: NOSIGNATURE
  350.                 rftoolsstorage-1.16-2.0.13.jar                    |RFToolsStorage                |rftoolsstorage                |1.16-2.0.13         |DONE      |Manifest: NOSIGNATURE
  351.                 rftoolscontrol-1.16-4.0.11.jar                    |RFToolsControl                |rftoolscontrol                |1.16-4.0.11         |DONE      |Manifest: NOSIGNATURE
  352.                 Interactio-1.16.4-3.1.1.jar                       |Interactio                    |interactio                    |1.16.4-3.1.1        |DONE      |Manifest: NOSIGNATURE
  353.                 mininggadgets-1.7.5.jar                           |Mining Gadgets                |mininggadgets                 |1.7.5               |DONE      |Manifest: NOSIGNATURE
  354.                 EnderStorage-1.16.5-2.8.0.168-universal.jar       |EnderStorage                  |enderstorage                  |2.8.0.168           |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
  355.                 AkashicTome-1.4-16.jar                            |Akashic Tome                  |akashictome                   |1.4-16              |DONE      |Manifest: NOSIGNATURE
  356.                 ftb-chunks-forge-1605.3.1-build.41.jar            |FTB Chunks                    |ftbchunks                     |1605.3.1-build.41   |DONE      |Manifest: NOSIGNATURE
  357.                 kubejs-forge-1605.3.14-build.60.jar               |KubeJS                        |kubejs                        |1605.3.14-build.60  |DONE      |Manifest: NOSIGNATURE
  358.                 kubejs-thermal-1605.1.3-build.1.jar               |KubeJS Thermal                |kubejs_thermal                |1605.1.3-build.1    |DONE      |Manifest: NOSIGNATURE
  359.                 ftb-quests-forge-1605.3.3-build.49.jar            |FTB Quests                    |ftbquests                     |1605.3.3-build.49   |DONE      |Manifest: NOSIGNATURE
  360.                 kubejs-create-1605.1.2-build.7.jar                |KubeJS Create                 |kubejs_create                 |1605.1.2-build.7    |DONE      |Manifest: NOSIGNATURE
  361.                 kubejs-mekanism-1604.1.1.6.jar                    |KubeJS Mekanism               |kubejs_mekanism               |1604.1.1.6          |DONE      |Manifest: NOSIGNATURE
  362.                 BloodMagic-1.16.4-3.1.1-16.jar                    |Blood Magic                   |bloodmagic                    |1.16.4-3.1.1-16     |DONE      |Manifest: NOSIGNATURE
  363.                 tomeofblood-1.16.5-1.1.jar                        |Tome of Blood                 |tomeofblood                   |1.16.5-1.1          |DONE      |Manifest: NOSIGNATURE
  364.                 kubejs-blood-magic-1604.1.0.4.jar                 |KubeJS Blood Magic            |kubejs_blood_magic            |1604.1.0.4          |DONE      |Manifest: NOSIGNATURE
  365.                 meetyourfight-1.16.5-1.1.2.jar                    |Meet Your Fight               |meetyourfight                 |1.1.2               |DONE      |Manifest: NOSIGNATURE
  366.                 immersiveposts-1.16.5-4.1.1.jar                   |Immersive Posts               |immersiveposts                |4.1.1               |DONE      |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
  367.                 ImmersiveEngineering-1.16.5-5.0.2-137.jar         |Immersive Engineering         |immersiveengineering          |1.16.5-5.0.2-137    |DONE      |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
  368.                 kubejs-immersive-engineering-1604.1.0.12.jar      |KubeJS Immersive Engineering  |kubejs_immersive_engineering  |1604.1.0.12         |DONE      |Manifest: NOSIGNATURE
  369.                 selene-1.16.5-1.5.jar                             |Selene                        |selene                        |1.16.5-1.0          |DONE      |Manifest: NOSIGNATURE
  370.                 sounddeviceoptions-1.4.2.jar                      |Sound Device Options          |sounddeviceoptions            |1.4.2               |DONE      |Manifest: NOSIGNATURE
  371.                 CraftingTweaks_1.16.5-12.2.1.jar                  |Crafting Tweaks               |craftingtweaks                |12.2.1              |DONE      |Manifest: NOSIGNATURE
  372.                 TConstruct-1.16.5-3.1.1.252.jar                   |Tinkers' Construct            |tconstruct                    |3.1.1.252           |DONE      |Manifest: NOSIGNATURE
  373.                 rftoolsutility-1.16-3.1.1.jar                     |RFToolsUtility                |rftoolsutility                |1.16-3.1.1          |DONE      |Manifest: NOSIGNATURE
  374.                 swingthroughgrass-1.16.4-1.5.3.jar                |SwingThroughGrass             |swingthroughgrass             |1.16.4-1.5.3        |DONE      |Manifest: NOSIGNATURE
  375.                 titanium-1.16.5-3.2.8.4-10.jar                    |Titanium                      |titanium                      |3.2.8.4             |DONE      |Manifest: NOSIGNATURE
  376.                 EnigmaticGraves-1.5.1.jar                         |Enigmatic Graves              |enigmaticgraves               |1.5.1               |DONE      |Manifest: NOSIGNATURE
  377.                 Undergarden-Tetra Patch-1.2.1.jar                 |Undergarden/Tetra Patch       |undergardenpatch              |1.2.1               |DONE      |Manifest: NOSIGNATURE
  378.                 archers_paradox-1.16.5-1.3.1.jar                  |Archer's Paradox              |archers_paradox               |1.3.1               |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
  379.                 towers_of_the_wild-1.16.4-2.0.1.jar               |Towers Of The Wild            |towers_of_the_wild            |1.16.4-2.0.1        |DONE      |Manifest: NOSIGNATURE
  380.                 atmospheric-1.16.5-3.1.0.jar                      |Atmospheric                   |atmospheric                   |3.1.0               |DONE      |Manifest: NOSIGNATURE
  381.                 Quark-r2.4-316.jar                                |Quark                         |quark                         |r2.4-316            |DONE      |Manifest: NOSIGNATURE
  382.                 materialis-1.16.5-2.1.0.jar                       |Materialis                    |materialis                    |1.16.5-2.1.0        |DONE      |Manifest: NOSIGNATURE
  383.                 cookiecore-1.16.2-3.0.2-9389769.jar               |CookieCore                    |cookiecore                    |1.16.2-3.0.2-9389769|DONE      |Manifest: NOSIGNATURE
  384.                 magicfeather-1.16.2-3.2.0.jar                     |Magic Feather                 |magicfeather                  |1.16.2-3.2.0        |DONE      |Manifest: NOSIGNATURE
  385.                 diet-forge-1.16.5-0.38.jar                        |Diet                          |diet                          |1.16.5-0.38         |DONE      |Manifest: NOSIGNATURE
  386.                 FastWorkbench-1.16.4-4.5.1.jar                    |FastWorkbench                 |fastbench                     |4.5.1               |DONE      |Manifest: NOSIGNATURE
  387.                 abnormals_delight-1.16.5-1.1.1.jar                |Abnormals Delight             |abnormals_delight             |1.1.1               |DONE      |Manifest: NOSIGNATURE
  388.                 StorageDrawers-1.16.3-8.3.0.jar                   |Storage Drawers               |storagedrawers                |8.3.0               |DONE      |Manifest: NOSIGNATURE
  389.                 FluxNetworks-1.16.5-6.1.7.12.jar                  |Flux Networks                 |fluxnetworks                  |6.1.7.12            |DONE      |Manifest: NOSIGNATURE
  390.                 InventoryHud_[1.16.2-1.16.5].forge-3.3.0.jar      |Inventory HUD+(Forge edition) |inventoryhud                  |3.3.0               |DONE      |Manifest: NOSIGNATURE
  391.                 scaffoldingpower-1.16.5-1.3.0.jar                 |Scaffolding power             |scaffoldingpower              |1.16.5-1.3.0        |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  392.                 World Stripper-1.16.5-2.0.2.jar                   |World Stripper                |worldstripper                 |2.0.2               |DONE      |Manifest: NOSIGNATURE
  393.                 Transport-1.16.5-3.7.0.jar                        |Transport                     |transport                     |3.7.0               |DONE      |Manifest: NOSIGNATURE
  394.                 ferritecore-2.0.5-forge.jar                       |Ferrite Core                  |ferritecore                   |2.0.5               |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
  395.                 engineersdecor-1.16.4-1.1.14.jar                  |Engineer's Decor              |engineersdecor                |1.1.14              |DONE      |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
  396.                 Chisel-MC1.16.5-2.0.1-alpha.4.jar                 |Chisel                        |chisel                        |MC1.16.5-2.0.1-alpha|DONE      |Manifest: NOSIGNATURE
  397.                 SoL-Carrot-1.16.5-1.10.0.jar                      |Spice of Life: Carrot Edition |solcarrot                     |1.16.5-1.10.0       |DONE      |Manifest: NOSIGNATURE
  398.                 moredragoneggs-1.4.jar                            |More Dragon Eggs              |moredragoneggs                |1.4                 |DONE      |Manifest: NOSIGNATURE
  399.                 modular-routers-1.16.5-7.5.0-59.jar               |Modular Routers               |modularrouters                |task ':jar' property|DONE      |Manifest: NOSIGNATURE
  400.                 refinedstorageaddons-0.7.3.jar                    |Refined Storage Addons        |refinedstorageaddons          |0.7.3               |DONE      |Manifest: NOSIGNATURE
  401.                 expandability-2.0.1-forge.jar                     |ExpandAbility                 |expandability                 |2.0.1               |DONE      |Manifest: NOSIGNATURE
  402.                 valhelsia_core-16.0.9.jar                         |Valhelsia Core                |valhelsia_core                |16.0.9              |DONE      |Manifest: NOSIGNATURE
  403.                 valhelsia_structures-1.16.5-0.1.4.jar             |Valhelsia Structures          |valhelsia_structures          |1.16.5-0.1.4        |DONE      |Manifest: NOSIGNATURE
  404.                 overloadedarmorbar-5.1.0.jar                      |Overloaded Armor Bar          |overloadedarmorbar            |5.1.0               |DONE      |Manifest: NOSIGNATURE
  405.                 chiselsandbits-0.3.4-RELEASE.jar                  |Chisels & bits                |chiselsandbits                |NONE                |DONE      |Manifest: NOSIGNATURE
  406.                 Morph-o-Tool-1.4-27.jar                           |Morph-o-Tool                  |morphtool                     |1.4-27              |DONE      |Manifest: NOSIGNATURE
  407.         Crash Report UUID: 98f58fd9-e2e4-416f-a827-5555a95d9778
  408.         Player Count: 0 / 10; []
  409.         Data Packs: vanilla, mod:ftbessentials, mod:supermartijn642configlib, mod:justenoughbeacons (incompatible), mod:integratedterminals, mod:mcwwindows, mod:modnametooltip, mod:pitg (incompatible), mod:ironjetpacks, mod:ctm (incompatible), mod:yungsapi, mod:powah, mod:maxhealthfix, mod:rangedpumps, mod:wstweaks (incompatible), mod:shrink (incompatible), mod:randompatches, mod:apotheosis (incompatible), mod:shiftnscrollonmac, mod:dynview (incompatible), mod:gunswithoutroses (incompatible), mod:jeresources, mod:integrated_proxy, mod:supplementaries, mod:emojiful (incompatible), mod:refinedstorage, mod:betterendforge, mod:structure_gel, mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:tipthescales, mod:repurposed_structures, mod:toolstats, mod:toughnessbar (incompatible), mod:dungeons_plus, mod:mcwtrpdoors (incompatible), mod:supermartijn642corelib, mod:masonry (incompatible), mod:botania, mod:sf, mod:spark, mod:portality (incompatible), mod:curios, mod:gamestages, mod:tanknull (incompatible), mod:framedblocks (incompatible), mod:chunkpregen, mod:extrastorage, mod:naturesaura (incompatible), mod:constructionwand (incompatible), mod:mcwroofs, mod:cfm (incompatible), mod:observerlib, mod:cloth-config (incompatible), mod:betterburning, mod:fastleafdecay (incompatible), mod:codechickenlib (incompatible), mod:babel, mod:jepb, mod:bettermineshafts, mod:sdrp (incompatible), mod:geckolib3 (incompatible), mod:darkpaintings, mod:enigmatica (incompatible), mod:clienttweaks (incompatible), mod:portable_stonecutter, mod:jei, mod:attributefix, mod:seals (incompatible), mod:mekanism, mod:caelus, mod:invtweaks (incompatible), mod:shutupexperimentalsettings (incompatible), mod:ppfluids (incompatible), mod:naturescompass (incompatible), mod:catjammies (incompatible), mod:libx, mod:compactmachines, mod:curioofundying, mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:pedestals (incompatible), mod:immersivepetroleum, mod:ironchest, mod:mythicbotany, mod:integratedcrafting, mod:logprot (incompatible), mod:theoneprobe, mod:clockout (incompatible), mod:mousetweaks, mod:configswapper, mod:usefulrailroads, mod:entity_culling, mod:syp, mod:emendatusenigmatica, mod:sushigocrafting (incompatible), mod:flywheel, mod:mantle (incompatible), mod:integrateddynamics, mod:integratednbt (incompatible), mod:ftbbackups (incompatible), mod:cyclepaintings, mod:serverconfigupdater (incompatible), mod:polymorph, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:tamedsummon (incompatible), mod:rslargepatterns (incompatible), mod:dropoff (incompatible), mod:fastfurnace (incompatible), mod:lootr (incompatible), mod:connectedglass (incompatible), mod:occultism, mod:byg, mod:tactical_fishing, mod:extremesoundmuffler, mod:cosmeticarmorreworked (incompatible), mod:defaultoptions (incompatible), mod:tetra, mod:tetranomicon, mod:rsrequestify (incompatible), mod:cyclopscore, mod:astralsorcery, mod:naturesstarlight (incompatible), mod:netherportalfix (incompatible), mod:aiotbotania (incompatible), mod:advancedperipherals, mod:eidolon, mod:jecalculation (incompatible), mod:architects_palette (incompatible), mod:morecfm, mod:connectivity, mod:kleeslabs (incompatible), mod:rsgauges, mod:findme (incompatible), mod:glassential (incompatible), mod:terraforged, mod:cookingforblockheads (incompatible), mod:controlling, mod:placebo (incompatible), mod:dankstorage, mod:citadel (incompatible), mod:alexsmobs, mod:mightyarchitect (incompatible), mod:bookshelf, mod:darkutils (incompatible), mod:botanypots, mod:tips, mod:biomeidfixer, mod:sophisticatedbackpacks, mod:uteamcore, mod:buildinggadgets, mod:forge, mod:atum, mod:passthroughsigns, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_locomotion (incompatible), mod:plonk (incompatible), mod:mctb, mod:appleskin, mod:aquaculture (incompatible), mod:mcwdoors, mod:mekanismgenerators, mod:fpsreducer, mod:xnetgases, mod:losttrinkets, mod:restriction, mod:cobblegenrandomizer, mod:rsinfinitybooster, mod:prettypipes (incompatible), mod:chipped, mod:createplus, mod:mcwbridges (incompatible), mod:farmersdelight, mod:resourcefulbees (incompatible), mod:dustrial_decor (incompatible), mod:curious_armor_stands, mod:entangled, mod:commoncapabilities, mod:crashutilities (incompatible), mod:ping, mod:projectvibrantjourneys, mod:lollipop, mod:mcwfences, mod:simplylight, mod:simplefarming, mod:bountiful (incompatible), mod:trofers, mod:patchouli (incompatible), mod:ars_nouveau, mod:collective, mod:cakechomps, mod:betterbiomeblend, mod:tiab, mod:thermal_expansion (incompatible), mod:integratedtunnels, mod:drawerstooltip, mod:elevatorid, mod:ftbultimine (incompatible), mod:runelic, mod:mekanismtools, mod:architectury, mod:ftblibrary, mod:ftbteams, mod:ftbranks, mod:curiouselytra, mod:computercraft, mod:cherishedworlds, mod:compactcrafting (incompatible), mod:trashcans, mod:undergarden, mod:inventoryessentials (incompatible), mod:smallships, mod:bwncr (incompatible), mod:betteradvancements, mod:rhino, mod:botaniaadditions, mod:bedbenefits, mod:cucumber, mod:trashslot (incompatible), mod:redstonepen, mod:itemfilters, mod:abnormals_core, mod:environmental, mod:upgrade_aquatic, mod:personality, mod:ensorcellation (incompatible), mod:create, mod:waystones (incompatible), mod:clumps, mod:mgui (incompatible), mod:journeymap (incompatible), mod:comforts, mod:artifacts, mod:framedcompactdrawers (incompatible), mod:decorative_blocks, mod:decorative_blocks_abnormals, mod:dungeoncrawl, mod:demagnetize (incompatible), mod:travel_anchors, mod:lazydfu, mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:rftoolsdim, mod:rftoolspower, mod:rftoolsbuilder, mod:rftoolsstorage, mod:rftoolscontrol, mod:interactio, mod:mininggadgets (incompatible), mod:enderstorage (incompatible), mod:akashictome, mod:ftbchunks, mod:kubejs, mod:kubejs_thermal, mod:ftbquests, mod:kubejs_create, mod:kubejs_mekanism, mod:bloodmagic, mod:tomeofblood, mod:kubejs_blood_magic, mod:meetyourfight (incompatible), mod:immersiveposts, mod:immersiveengineering, mod:kubejs_immersive_engineering, mod:selene, mod:sounddeviceoptions (incompatible), mod:craftingtweaks (incompatible), mod:tconstruct, mod:rftoolsutility, mod:swingthroughgrass (incompatible), mod:titanium (incompatible), mod:enigmaticgraves, mod:undergardenpatch, mod:archers_paradox (incompatible), mod:towers_of_the_wild, mod:atmospheric, mod:quark (incompatible), mod:materialis, mod:cookiecore, mod:magicfeather, mod:diet, mod:fastbench (incompatible), mod:abnormals_delight, mod:storagedrawers (incompatible), mod:fluxnetworks, mod:inventoryhud, mod:scaffoldingpower (incompatible), mod:worldstripper, mod:transport, mod:ferritecore (incompatible), mod:engineersdecor, mod:chisel (incompatible), mod:solcarrot, mod:moredragoneggs (incompatible), mod:modularrouters, mod:refinedstorageaddons, mod:expandability, mod:valhelsia_core, mod:valhelsia_structures, mod:overloadedarmorbar (incompatible), mod:chiselsandbits (incompatible), mod:morphtool (incompatible), file/strata (incompatible), resourcefulbees:internals (incompatible), mod:bbchat (incompatible)
  410.         Is Modded: Definitely; Server brand changed to 'forge'
  411.         Type: Dedicated Server (map_server.txt)