Guest User

Untitled

a guest
Jan 14th, 2023
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.83 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad. I'll do better next time, I promise!
  3.  
  4. Time: 1/15/23 12:17 AM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.RuntimeException: Slot 0 not in valid range - [0,0)
  8. at net.minecraftforge.items.ItemStackHandler.validateSlotIndex(ItemStackHandler.java:207) ~[forge:?] {re:classloading}
  9. at net.minecraftforge.items.ItemStackHandler.getStackInSlot(ItemStackHandler.java:59) ~[forge:?] {re:classloading}
  10. at com.refinedmods.refinedpipes.network.pipe.attachment.extractor.ExtractorAttachment.findDestinationAndSourceSlot(ExtractorAttachment.java:145) ~[refinedpipes:0.5.1] {re:classloading}
  11. at com.refinedmods.refinedpipes.network.pipe.attachment.extractor.ExtractorAttachment.update(ExtractorAttachment.java:108) ~[refinedpipes:0.5.1] {re:classloading}
  12. at com.refinedmods.refinedpipes.network.pipe.attachment.extractor.ExtractorAttachment.lambda$update$0(ExtractorAttachment.java:96) ~[refinedpipes:0.5.1] {re:classloading}
  13. at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:151) ~[forge:?] {re:mixin,re:classloading}
  14. at com.refinedmods.refinedpipes.network.pipe.attachment.extractor.ExtractorAttachment.update(ExtractorAttachment.java:96) ~[refinedpipes:0.5.1] {re:classloading}
  15. at com.refinedmods.refinedpipes.network.pipe.Pipe.update(Pipe.java:32) ~[refinedpipes:0.5.1] {re:classloading}
  16. at com.refinedmods.refinedpipes.network.pipe.item.ItemPipe.update(ItemPipe.java:34) ~[refinedpipes:0.5.1] {re:classloading}
  17. at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_342] {}
  18. at com.refinedmods.refinedpipes.network.Network.update(Network.java:57) ~[refinedpipes:0.5.1] {re:classloading}
  19. at com.refinedmods.refinedpipes.setup.CommonSetup.lambda$onWorldTick$13(CommonSetup.java:151) ~[refinedpipes:0.5.1] {re:classloading}
  20. at java.util.HashMap$Values.forEach(HashMap.java:982) ~[?:1.8.0_342] {}
  21. at com.refinedmods.refinedpipes.setup.CommonSetup.onWorldTick(CommonSetup.java:151) ~[refinedpipes:0.5.1] {re:classloading}
  22. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
  23. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
  24. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  25. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  26. at net.minecraftforge.fml.hooks.BasicEventHooks.onPostWorldTick(BasicEventHooks.java:86) ~[forge:?] {re:classloading}
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:857) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ftbjanitor.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ftbjanitor.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  30. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ftbjanitor.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  31. 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:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:ftbjanitor.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  32. at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342] {}
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- System Details --
  39. Details:
  40. Minecraft Version: 1.16.5
  41. Minecraft Version ID: 1.16.5
  42. Operating System: Linux (amd64) version 5.13.0-52-generic
  43. Java Version: 1.8.0_342, Oracle Corporation
  44. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  45. Memory: 1498685992 bytes (1429 MB) / 3603431424 bytes (3436 MB) up to 11453595648 bytes (10923 MB)
  46. CPUs: 3
  47. JVM Flags: 2 total; -Xms128M -Xmx12288M
  48. ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
  49. ModLauncher launch target: fmlserver
  50. ModLauncher naming: srg
  51. ModLauncher services:
  52. /mixin-0.8.4.jar mixin PLUGINSERVICE
  53. /eventbus-4.0.0.jar eventbus PLUGINSERVICE
  54. /server.jar object_holder_definalize PLUGINSERVICE
  55. /server.jar runtime_enum_extender PLUGINSERVICE
  56. /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
  57. /server.jar capability_inject_definalize PLUGINSERVICE
  58. /server.jar runtimedistcleaner PLUGINSERVICE
  59. /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
  60. /server.jar fml TRANSFORMATIONSERVICE
  61. FML: 36.2
  62. Forge: net.minecraftforge:36.2.39
  63. FML Language Providers:
  64. minecraft@1
  65. Mod List:
  66. ftb-essentials-1605.1.5-build.32.jar |FTB Essentials |ftbessentials |1605.1.5-build.32 |DONE |Manifest: NOSIGNATURE
  67. supermartijn642configlib-1.0.9-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
  68. simplemagnets-1.1.2-mc1.16.5.jar |Simple Magnets |simplemagnets |1.1.2 |DONE |Manifest: NOSIGNATURE
  69. refinedpipes-0.5.1.jar |Refined Pipes |refinedpipes |0.5.1 |DONE |Manifest: NOSIGNATURE
  70. IntegratedTerminals-1.16.5-1.2.11.jar |IntegratedTerminals |integratedterminals |1.2.11 |DONE |Manifest: NOSIGNATURE
  71. JAVD-2.6.1-build.48+mc1.16.5.jar |Just Another Void Dim |javd |2.6.1-build.48+mc1.1|DONE |Manifest: NOSIGNATURE
  72. mcw-windows-2.0.0-mc1.16.5.jar |Macaw's Windows |mcwwindows |2.0.0 |DONE |Manifest: NOSIGNATURE
  73. modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |Manifest: NOSIGNATURE
  74. CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE
  75. ReAuth-1.16-Forge-3.9.3.jar |ReAuth |reauth |3.9.3 |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
  76. YungsApi-1.16.4-Forge-12.jar |YUNG's API |yungsapi |1.16.4-Forge-12 |DONE |Manifest: NOSIGNATURE
  77. Powah-1.16.5-2.3.16.jar |Powah |powah |2.3.16 |DONE |Manifest: NOSIGNATURE
  78. rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |Manifest: NOSIGNATURE
  79. Shrink-1.16.5-1.1.6.jar |Shrink |shrink |1.1.6 |DONE |Manifest: NOSIGNATURE
  80. reliquary-1.16.5-1.3.5.1100.jar |Reliquary |xreliquary |1.16.5-1.3.5.1100 |DONE |Manifest: NOSIGNATURE
  81. Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |Manifest: NOSIGNATURE
  82. JustEnoughResources-1.16.5-0.12.1.133.jar |Just Enough Resources |jeresources |0.12.1.133 |DONE |Manifest: NOSIGNATURE
  83. ToolKit-2.0.0-build.1+mc1.16.5.jar |Tool Kit |toolkit |2.0.0-build.1+mc1.16|DONE |Manifest: NOSIGNATURE
  84. emojiful-1.16.4-2.1.6.jar |Emojiful |emojiful |1.16.4-2.1.6 |DONE |Manifest: NOSIGNATURE
  85. refinedstorage-1.9.16.jar |Refined Storage |refinedstorage |1.9.16 |DONE |Manifest: NOSIGNATURE
  86. betterendforge-1.16.5-1.6.3.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.3 |DONE |Manifest: NOSIGNATURE
  87. corpse-1.16.5-1.0.6.jar |Corpse |corpse |1.16.5-1.0.6 |DONE |Manifest: NOSIGNATURE
  88. industrial-foregoing-1.16.5-3.2.14.6-14.jar |Industrial Foregoing |industrialforegoing |3.2.14.6 |DONE |Manifest: NOSIGNATURE
  89. torchmaster-2.3.8.jar |Torchmaster |torchmaster |2.3.8 |DONE |Manifest: NOSIGNATURE
  90. TipTheScales-1.16.5-3.0.0.15.jar |TipTheScales |tipthescales |3.0.0.15 |DONE |Manifest: NOSIGNATURE
  91. simplyutilities-1.16.5-0.5.1-build.13.jar |Simply Utilities |simplyutilities |1.16.5-0.5.1-build.1|DONE |Manifest: NOSIGNATURE
  92. mcw-trapdoors-1.0.3-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.3 |DONE |Manifest: NOSIGNATURE
  93. supermartijn642corelib-1.0.15-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.15 |DONE |Manifest: NOSIGNATURE
  94. Botania-1.16.5-420.1.jar |Botania |botania |1.16.5-420.1 |DONE |Manifest: NOSIGNATURE
  95. SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |Manifest: NOSIGNATURE
  96. JustARaftMod-1.16.3-1.1.3.jar |Just A Raft Mod |justaraftmod |1.1.3 |DONE |Manifest: NOSIGNATURE
  97. portality-1.16.5-3.2.5.jar |Portality |portality |3.2.5 |DONE |Manifest: NOSIGNATURE
  98. curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
  99. ExtraStorage-1.16.5-1.5.1.jar |Extra Storage |extrastorage |1.5.1 |DONE |Manifest: NOSIGNATURE
  100. mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |Manifest: NOSIGNATURE
  101. wormhole-1.1.9-mc1.16.5.jar |Wormhole (Portals) |wormhole |1.1.9 |DONE |Manifest: NOSIGNATURE
  102. cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE
  103. observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
  104. cloth-config-4.12.41-forge.jar |Cloth Config v4 API |cloth-config |4.12.41 |DONE |Manifest: NOSIGNATURE
  105. FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE
  106. CodeChickenLib-1.16.5-4.0.4.435-universal.jar |CodeChicken Lib |codechickenlib |4.0.4.435 |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
  107. BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
  108. SimpleDiscordRichPresence-1.4.0-build.3+mc1.16.5.j|Simple Discord Rich Presence |sdrp |1.4.0-build.3+mc1.16|DONE |Manifest: NOSIGNATURE
  109. geckolib-forge-1.16.5-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE
  110. SimplyJetpacks2-1.16.5-2.6.11.2.jar |Simply Jetpacks 2 |simplyjetpacks |1.16.5-2.6.11.2 |DONE |Manifest: NOSIGNATURE
  111. woot-1.16.5-1.0.8.0.jar |Woot |woot |1.16.5-1.0.8.0 |DONE |Manifest: NOSIGNATURE
  112. jei-1.16.5-7.7.1.137.jar |Just Enough Items |jei |7.7.1.137 |DONE |Manifest: NOSIGNATURE
  113. AttributeFix-1.16.5-10.1.2.jar |AttributeFix |attributefix |10.1.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
  114. tesseract-1.0.24-mc1.16.jar |Tesseract |tesseract |1.0.24 |DONE |Manifest: NOSIGNATURE
  115. seals-1.16.3-2.1.2.jar |Seals |seals |2.1.2 |DONE |Manifest: NOSIGNATURE
  116. Mekanism-1.16.5-10.0.24.453.jar |Mekanism |mekanism |10.0.24 |DONE |Manifest: NOSIGNATURE
  117. shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |Manifest: NOSIGNATURE
  118. NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
  119. LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |DONE |Manifest: NOSIGNATURE
  120. FarmingForBlockheads_1.16.5-7.3.1.jar |Farming for Blockheads |farmingforblockheads |7.3.1 |DONE |Manifest: NOSIGNATURE
  121. pneumaticcraft-repressurized-1.16.5-2.14.6-277.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.14.6-277 |DONE |Manifest: NOSIGNATURE
  122. catalogue-1.5.0-1.16.5.jar |Catalogue |catalogue |1.5.0 |DONE |Manifest: NOSIGNATURE
  123. PackingTape-1.16.5-0.10.1.jar |Packing Tape |packingtape |0.10.1 |DONE |Manifest: NOSIGNATURE
  124. ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |DONE |Manifest: NOSIGNATURE
  125. MythicBotany-1.16.5-1.4.17.jar |MythicBotany |mythicbotany |1.16.5-1.4.17 |DONE |Manifest: NOSIGNATURE
  126. IntegratedCrafting-1.16.5-1.0.20.jar |IntegratedCrafting |integratedcrafting |1.0.20 |DONE |Manifest: NOSIGNATURE
  127. ZeroCore2-1.16.5-2.1.7.jar |Zero CORE 2 |zerocore |1.16.5-2.1.7 |DONE |Manifest: NOSIGNATURE
  128. forge-1.16.5-36.2.39-server.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
  129. theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |DONE |Manifest: NOSIGNATURE
  130. MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
  131. Ding-1.16.5-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
  132. jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE
  133. flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE
  134. Mantle-1.16.5-1.6.147.jar |Mantle |mantle |1.6.147 |DONE |Manifest: NOSIGNATURE
  135. IntegratedDynamics-1.16.5-1.10.6.jar |IntegratedDynamics |integrateddynamics |1.10.6 |DONE |Manifest: NOSIGNATURE
  136. integratednbt-1.16.4-1.4.2.jar |Integrated NBT |integratednbt |version |DONE |Manifest: NOSIGNATURE
  137. itemcollectors-1.1.3-mc1.16.jar |Item Collectors |itemcollectors |1.1.3 |DONE |Manifest: NOSIGNATURE
  138. ftb-backups-2.1.2.2.jar |FTB Backups |ftbbackups |2.1.2.2 |DONE |Manifest: NOSIGNATURE
  139. serverconfigupdater-1.3.jar |ServerConfig Updater |serverconfigupdater |1.3 |DONE |Manifest: NOSIGNATURE
  140. JustEnoughProfessions-1.16.5-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE
  141. AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
  142. lanterncolors-1.16.3-2.1.1.jar |Lantern Colors |lanterncolors |1.16.2-2.1.1 |DONE |Manifest: NOSIGNATURE
  143. harvest-1.16.3-1.0.3.jar |Harvest |harvest |1.0.3 |DONE |Manifest: NOSIGNATURE
  144. FastFurnace-1.16.5-4.5.0.jar |FastFurnace |fastfurnace |4.5.0 |DONE |Manifest: NOSIGNATURE
  145. byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
  146. extremeSoundMuffler-3.17_1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.17_forge-1.16.5 |DONE |Manifest: NOSIGNATURE
  147. CosmeticArmorReworked-1.16.5-v4a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4a |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
  148. DefaultOptions_1.16.5-12.2.1.jar |Default Options |defaultoptions |12.2.1 |DONE |Manifest: NOSIGNATURE
  149. rsrequestify-1.16.5-2.1.4.jar |RSRequestify |rsrequestify |2.1.4 |DONE |Manifest: NOSIGNATURE
  150. CyclopsCore-1.16.5-1.12.1.jar |Cyclops Core |cyclopscore |1.12.1 |DONE |Manifest: NOSIGNATURE
  151. 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
  152. JustEnoughCalculation-1.16.5-3.8.6.jar |Just Enough Calculation |jecalculation |3.8.6 |DONE |Manifest: NOSIGNATURE
  153. pocketstorage-1.16.5-0.8.1-build.10.jar |Pocket Storage |pocketstorage |1.16.5-0.8.1-build.1|DONE |Manifest: NOSIGNATURE
  154. KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE
  155. rsgauges-1.16.5-1.2.12.jar |Gauges and Switches |rsgauges |1.2.12 |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
  156. gildedarmor-forge-1.16.5-1.1.2.jar |Gilded Armor |gildedarmor |1.1.2 |DONE |Manifest: NOSIGNATURE
  157. findme-1.16.3-2.2.0.0.jar |Find Me |findme |2.2.0 |DONE |Manifest: NOSIGNATURE
  158. glassential-forge-1.16.5-1.1.7.jar |Glassential |glassential |1.1.7 |DONE |Manifest: NOSIGNATURE
  159. CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |DONE |Manifest: NOSIGNATURE
  160. Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE
  161. Placebo-1.16.5-4.6.1.jar |Placebo |placebo |4.6.1 |DONE |Manifest: NOSIGNATURE
  162. citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
  163. alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
  164. culinaryconstruct-forge-1.16.5-4.0.0.6.jar |Culinary Construct |culinaryconstruct |1.16.5-4.0.0.6 |DONE |Manifest: NOSIGNATURE
  165. Bookshelf-Forge-1.16.5-10.3.29.jar |Bookshelf |bookshelf |10.3.29 |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
  166. DarkUtilities-1.16.5-8.0.10.jar |Dark Utilities |darkutils |8.0.10 |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. BotanyPots-1.16.5-7.0.17.jar |BotanyPots |botanypots |7.0.17 |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
  168. BotanyTrees-1.16.5-3.0.5.jar |BotanyTrees |botanytrees |3.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
  169. MysteryMilk-1.16.5-5.0.1.jar |MysteryMilk |mysterymilk |5.0.1 |DONE |Manifest: NOSIGNATURE
  170. buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |DONE |Manifest: NOSIGNATURE
  171. forge-1.16.5-36.2.39-universal.jar |Forge |forge |36.2.39 |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
  172. cofh_core-1.16.5-1.3.1.jar |CoFH Core |cofh_core |1.3.1 |DONE |Manifest: NOSIGNATURE
  173. thermal_foundation-1.16.5-1.3.2.jar |Thermal Series |thermal |1.3.2 |DONE |Manifest: NOSIGNATURE
  174. 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
  175. 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
  176. Psi 1.16-97.jar |Psi |psi |1.16-96 |DONE |Manifest: NOSIGNATURE
  177. appleskin-forge-mc1.16.x-2.2.0.jar |AppleSkin |appleskin |mc1.16.4-2.2.0 |DONE |Manifest: NOSIGNATURE
  178. Waddles-1.16.5-0.8.13.jar |Waddles |waddles |1.16.5-0.8.13 |DONE |Manifest: NOSIGNATURE
  179. mcw-doors-1.0.3-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.3 |DONE |Manifest: NOSIGNATURE
  180. MekanismGenerators-1.16.5-10.0.24.453.jar |Mekanism: Generators |mekanismgenerators |10.0.24 |DONE |Manifest: NOSIGNATURE
  181. XNetGases-1.16.5-2.3.8.jar |XNet Gases |xnetgases |2.3.8 |DONE |Manifest: NOSIGNATURE
  182. Podium-1.16.3-1.0.0.jar |Podium |podium |1.0.0 |DONE |Manifest: NOSIGNATURE
  183. LostTrinkets-1.16.5-0.1.27.jar |Lost Trinkets |losttrinkets |0.1.27 |DONE |Manifest: NOSIGNATURE
  184. absentbydesign-1.16.5-1.5.1.jar |Absent By Design Mod |absentbydesign |1.16.5-1.5.1 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  185. quartz-chests-1603.1.0.8.jar |Quartz Chests |quartzchests |1603.1.0.8 |DONE |Manifest: NOSIGNATURE
  186. PrettyPipes-1.9.5.jar |Pretty Pipes |prettypipes |1.9.5 |DONE |Manifest: NOSIGNATURE
  187. JAMD-1.2.4-build.17+mc1.16.5.jar |Just Another Mining Dimension |jamd |1.2.4-build.17+mc1.1|DONE |Manifest: NOSIGNATURE
  188. chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE
  189. mcw-bridges-2.0.0-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.0 |DONE |Manifest: NOSIGNATURE
  190. FarmersDelight-1.16.5-0.5.2.jar |Farmer's Delight |farmersdelight |1.16.5-0.5.2 |DONE |Manifest: NOSIGNATURE
  191. entangled-1.3.10-mc1.16.jar |Entangled |entangled |1.3.10 |DONE |Manifest: NOSIGNATURE
  192. CommonCapabilities-1.16.5-2.8.0.jar |CommonCapabilities |commoncapabilities |2.8.0 |DONE |Manifest: NOSIGNATURE
  193. valkyrielib-1.16.5-3.0.9.5.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.9.5 |DONE |Manifest: NOSIGNATURE
  194. envirocore-1.16.5-3.0.9.3.jar |Environmental Core |envirocore |1.16.5-3.0.9.3 |DONE |Manifest: NOSIGNATURE
  195. envirotech-1.16.5-3.0.9.4.jar |Environmental Tech |envirotech |1.16.5-3.0.9.4 |DONE |Manifest: NOSIGNATURE
  196. Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |DONE |Manifest: NOSIGNATURE
  197. simplylight-1.16.5-1.3.1-build.15.jar |Simply Light |simplylight |1.16.5-1.3.1-build.1|DONE |Manifest: NOSIGNATURE
  198. jousting-1.16.5-v1.0.4.jar |Jousting |jousting |1.16.5-v1.0.4 |DONE |Manifest: NOSIGNATURE
  199. simplybackpacks-1.16.5-2.0.0-build.18.jar |Simply Backpacks |simplybackpacks |1.16.5-2.0.0-build.1|DONE |Manifest: NOSIGNATURE
  200. Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
  201. ars_nouveau-1.16.5-1.24.6.jar |Ars Nouveau |ars_nouveau |1.24.6 |DONE |Manifest: NOSIGNATURE
  202. collective-1.16.5-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE
  203. doomangelring-1.16.4-1.0.0.jar |Doom Angel Ring |doomangelring |1.0.0 |DONE |Manifest: NOSIGNATURE
  204. blockcarpentry-1.16-0.4.0.jar |BlockCarpentry |blockcarpentry |1.16-0.4.0 |DONE |Manifest: NOSIGNATURE
  205. 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
  206. IntegratedTunnels-1.16.5-1.8.8.jar |IntegratedTunnels |integratedtunnels |1.8.8 |DONE |Manifest: NOSIGNATURE
  207. elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
  208. 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
  209. MekanismTools-1.16.5-10.0.24.453.jar |Mekanism: Tools |mekanismtools |10.0.24 |DONE |Manifest: NOSIGNATURE
  210. architectury-1.25.36-forge.jar |Architectury |architectury |1.25.36 |DONE |Manifest: NOSIGNATURE
  211. bambooeverything-1.16.5-1.0.1-forge.jar |Bamboo Everything |bambooeverything |1.0.1 |DONE |Manifest: NOSIGNATURE
  212. ftb-library-forge-1605.3.4-build.87.jar |FTB Library |ftblibrary |1605.3.4-build.87 |DONE |Manifest: NOSIGNATURE
  213. ftb-janitor-1605.1.2-build.8.jar |FTB Janitor |ftbjanitor |1605.1.2-build.8 |DONE |Manifest: NOSIGNATURE
  214. ftbauxilium-forge-1605.1.1-build.14-forge.jar |FTB Auxilium |ftbauxilium |1605.1.1-build.14 |DONE |Manifest: NOSIGNATURE
  215. ftb-teams-forge-1605.2.3-build.40.jar |FTB Teams |ftbteams |1605.2.3-build.40 |DONE |Manifest: NOSIGNATURE
  216. ftb-ranks-forge-1605.1.5-build.16.jar |FTB Ranks |ftbranks |1605.1.5-build.16 |DONE |Manifest: NOSIGNATURE
  217. cc-tweaked-1.16.5-1.99.0.jar |CC: Tweaked |computercraft |1.99.0 |DONE |Manifest: NOSIGNATURE
  218. ExtremeReactors2-1.16.5-2.0.31.jar |Extreme Reactors |bigreactors |1.16.5-2.0.31 |DONE |Manifest: NOSIGNATURE
  219. light-overlay-5.8.1.jar |Light Overlay |lightoverlay |5.8.1 |DONE |Manifest: NOSIGNATURE
  220. trashcans-1.0.10-mc1.16.5.jar |Trash Cans |trashcans |1.0.10 |DONE |Manifest: NOSIGNATURE
  221. The_Undergarden-1.16.5-0.5.5.jar |The Undergarden |undergarden |0.5.5 |DONE |Manifest: NOSIGNATURE
  222. enchantwithmob-1.16.5-1.5.2.jar |Enchant With Mob |enchantwithmob |1.16.5-1.5.2 |DONE |Manifest: NOSIGNATURE
  223. bwncr-1.16.5-3.10.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.5-3.10.16 |DONE |Manifest: NOSIGNATURE
  224. QuantumStorage-1.16.4-5.3.0.jar |QuantumStorage |quantumstorage |5.3.0Alpha5 |DONE |Manifest: NOSIGNATURE
  225. Cyclic-1.16.5-1.5.11.jar |Cyclic |cyclic |1.16.5-1.5.11 |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
  226. BetterAdvancements-1.16.5-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |DONE |Manifest: NOSIGNATURE
  227. inventorysorter-1.16.1-18.1.0.jar |Simple Inventory Sorter |inventorysorter |18.1.0 |DONE |Manifest: NOSIGNATURE
  228. rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |DONE |Manifest: NOSIGNATURE
  229. Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |DONE |Manifest: NOSIGNATURE
  230. TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |Manifest: NOSIGNATURE
  231. flatbedrock-1.2.0-build.2+mc1.16.5.jar |Flat Bedrock |flatbedrock |1.2.0-build.2+mc1.16|DONE |Manifest: NOSIGNATURE
  232. snad-1.0.9-forge.jar |Snad |snad |1.0.9 |DONE |Manifest: NOSIGNATURE
  233. GooglyEyes-1.16.5-10.4.0.jar |Googly Eyes |googlyeyes |10.4.0 |DONE |Manifest: NOSIGNATURE
  234. justmobheads_1.16.5-5.2.jar |Just Mob Heads |justmobheads |5.2 |DONE |Manifest: NOSIGNATURE
  235. 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
  236. create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |DONE |Manifest: NOSIGNATURE
  237. Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
  238. goldenhopper-1.2.1-1.16.3.jar |Golden Hopper |goldenhopper |1.2.1 |DONE |Manifest: NOSIGNATURE
  239. Clumps-6.0.0.27.jar |Clumps |clumps |6.0.0.27 |DONE |Manifest: NOSIGNATURE
  240. comforts-forge-1.16.5-4.0.1.3.jar |Comforts |comforts |1.16.5-4.0.1.3 |DONE |Manifest: NOSIGNATURE
  241. appliedenergistics2-8.4.4.jar |Applied Energistics 2 |appliedenergistics2 |8.4.4 |DONE |Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
  242. SimpleStorageNetwork-1.16.5-1.5.0.jar |Simple Storage Network |storagenetwork |1.16.5-1.5.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
  243. framedcompactdrawers-1.16-2.2.1.jar |Framed Compacting Drawers |framedcompactdrawers |1.16-2.2.1 |DONE |Manifest: NOSIGNATURE
  244. configured-1.5.1-1.16.5.jar |Configured |configured |1.5.1 |DONE |Manifest: NOSIGNATURE
  245. gardentools-1.16.5-1.1.2.jar |Garden Tools |gardentools |1.16.5-1.1.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
  246. decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |Manifest: NOSIGNATURE
  247. DungeonCrawl-1.16.5-2.3.4.jar |Dungeon Crawl |dungeoncrawl |2.3.4 |DONE |Manifest: NOSIGNATURE
  248. charginggadgets-1.3.0.jar |Charging Gadgets |charginggadgets |1.3.0 |DONE |Manifest: NOSIGNATURE
  249. mcjtylib-1.16-5.1.1.jar |McJtyLib |mcjtylib |1.16-5.1.1 |DONE |Manifest: NOSIGNATURE
  250. rftoolsbase-1.16-2.1.0.jar |RFToolsBase |rftoolsbase |1.16-2.1.0 |DONE |Manifest: NOSIGNATURE
  251. xnet-1.16-3.0.14.jar |XNet |xnet |1.16-3.0.14 |DONE |Manifest: NOSIGNATURE
  252. rftoolspower-1.16-3.0.10.jar |RFToolsPower |rftoolspower |1.16-3.0.10 |DONE |Manifest: NOSIGNATURE
  253. rftoolsstorage-1.16-2.0.14.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.14 |DONE |Manifest: NOSIGNATURE
  254. rftoolscontrol-1.16-4.0.12.jar |RFToolsControl |rftoolscontrol |1.16-4.0.12 |DONE |Manifest: NOSIGNATURE
  255. restrictions-1.16-3.0.4.jar |Restrictions |restrictions |1.16-3.0.4 |DONE |Manifest: NOSIGNATURE
  256. mahoutsukai-1.16.5-v1.33.4.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.33.4 |DONE |Manifest: NOSIGNATURE
  257. Toast-Control-1.16.4-4.3.1.jar |Toast Control |toastcontrol |4.3.1 |DONE |Manifest: NOSIGNATURE
  258. iChunUtil-1.16.5-10.5.1.jar |iChunUtil |ichunutil |10.5.1 |DONE |Manifest: NOSIGNATURE
  259. mininggadgets-1.7.5.jar |Mining Gadgets |mininggadgets |1.7.5 |DONE |Manifest: NOSIGNATURE
  260. entitydetectors-1.16.4-1.1.0.1.jar |Entity Detectors |entitydetectors |1.1.0.1 |DONE |Manifest: NOSIGNATURE
  261. 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
  262. ftb-chunks-forge-1605.3.2-build.83.jar |FTB Chunks |ftbchunks |1605.3.2-build.83 |DONE |Manifest: NOSIGNATURE
  263. kubejs-forge-1605.3.19-build.218.jar |KubeJS |kubejs |1605.3.19-build.218 |DONE |Manifest: NOSIGNATURE
  264. kubejs-thermal-1605.1.4-build.2.jar |KubeJS Thermal |kubejs_thermal |1605.1.4-build.2 |DONE |Manifest: NOSIGNATURE
  265. kubejs-create-1605.1.2-build.7.jar |KubeJS Create |kubejs_create |1605.1.2-build.7 |DONE |Manifest: NOSIGNATURE
  266. kubejs-mekanism-1605.1.2-build.2.jar |KubeJS Mekanism |kubejs_mekanism |1605.1.2-build.2 |DONE |Manifest: NOSIGNATURE
  267. kubejs-ui-forge-1605.1.4-build.12.jar |KubeJS UI |kubejs_ui |1605.1.4-build.12 |DONE |Manifest: NOSIGNATURE
  268. PartyParrots-1.16.3-1.1.0.jar |Party Parrots |partyparrots |1.1.0 |DONE |Manifest: NOSIGNATURE
  269. BloodMagic-1.16.4-3.1.6-26.jar |Blood Magic |bloodmagic |1.16.4-3.1.6-26 |DONE |Manifest: NOSIGNATURE
  270. kubejs-blood-magic-1605.1.1-build.3.jar |KubeJS Blood Magic |kubejs_blood_magic |1605.1.1-build.3 |DONE |Manifest: NOSIGNATURE
  271. scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |Manifest: NOSIGNATURE
  272. recipebuffers-2.1.jar |Recipe Buffers |recipebuffers |2.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
  273. immersiveposts-1.16.5-4.2.2.jar |Immersive Posts |immersiveposts |4.2.0 |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
  274. ImmersiveEngineering-1.16.5-5.0.5-140.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.5-140 |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
  275. kubejs-immersive-engineering-1605.1.1-build.2.jar |KubeJS Immersive Engineering |kubejs_immersive_engineering |1605.1.1-build.2 |DONE |Manifest: NOSIGNATURE
  276. MysticalAgriculture-1.16.5-4.2.5.jar |Mystical Agriculture |mysticalagriculture |4.2.5 |DONE |Manifest: NOSIGNATURE
  277. MysticalAgradditions-1.16.5-4.2.4.jar |Mystical Agradditions |mysticalagradditions |4.2.4 |DONE |Manifest: NOSIGNATURE
  278. CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE
  279. rftoolsutility-1.16-3.1.5.jar |RFToolsUtility |rftoolsutility |1.16-3.1.5 |DONE |Manifest: NOSIGNATURE
  280. EnchantmentDescriptions-1.16.5-7.0.12.jar |EnchantmentDescriptions |enchdesc |7.0.12 |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
  281. swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
  282. titanium-1.16.5-3.2.8.4-10.jar |Titanium |titanium |3.2.8.4 |DONE |Manifest: NOSIGNATURE
  283. movingelevators-1.2.34-mc1.16.5.jar |Moving Elevators |movingelevators |1.2.34 |DONE |Manifest: NOSIGNATURE
  284. 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
  285. 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
  286. Krate-1.16.5-0.1.4.jar |Krate |krate |0.1.4 |DONE |Manifest: NOSIGNATURE
  287. justplayerheads_1.16.5-1.7.jar |Just Player Heads |justplayerheads |1.7 |DONE |Manifest: NOSIGNATURE
  288. Quark-r2.4-321.jar |Quark |quark |r2.4-321 |DONE |Manifest: NOSIGNATURE
  289. FastWorkbench-1.16.5-4.6.0.jar |Fast Workbench |fastbench |4.6.0 |DONE |Manifest: NOSIGNATURE
  290. StorageDrawers-1.16.3-8.3.0.jar |Storage Drawers |storagedrawers |8.3.0 |DONE |Manifest: NOSIGNATURE
  291. FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |Manifest: NOSIGNATURE
  292. Statues-1.16.5-0.1.7.6.jar |Statues Mod |statues |0.1.7.6 |DONE |Manifest: NOSIGNATURE
  293. HunterIllager-1.16.5-1.4.0.jar |Hunter Illager |hunterillager |1.16.5-1.4.0 |DONE |Manifest: NOSIGNATURE
  294. Transport-1.16.5-3.7.0.jar |Transport |transport |3.7.0 |DONE |Manifest: NOSIGNATURE
  295. ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |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
  296. ice_ice_baby-1.16.4-3.0.1.jar |Ice Ice Baby |ice_ice_baby |3.0.1 |DONE |Manifest: NOSIGNATURE
  297. minetogether-1.16.5-5.1.2-forge.jar |MineTogether |minetogether |1.16.5-5.1.2 |DONE |Manifest: 59:0f:44:4b:f7:95:28:28:25:5b:fd:c0:c9:48:6c:4a:e5:6e:6d:7b:63:ab:f4:90:55:1f:cf:4b:e9:51:91:ed
  298. moredragoneggs-2.2.jar |More Dragon Eggs |moredragoneggs |2.2 |DONE |Manifest: NOSIGNATURE
  299. modular-routers-1.16.5-7.5.1-69.jar |Modular Routers |modularrouters |task ':jar' property|DONE |Manifest: NOSIGNATURE
  300. refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |DONE |Manifest: NOSIGNATURE
  301. chiselsandbits-0.3.4-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |Manifest: NOSIGNATURE
  302. Crash Report UUID: 74d56464-4698-4872-866e-70bc97745ca4
  303. [Psi] Active spell: None
  304. Player Count: 0 / 20; []
  305. Data Packs: vanilla, mod:ftbessentials, mod:supermartijn642configlib, mod:simplemagnets, mod:refinedpipes, mod:integratedterminals, mod:javd (incompatible), mod:mcwwindows, mod:modnametooltip, mod:ctm (incompatible), mod:reauth, mod:yungsapi, mod:powah, mod:rangedpumps, mod:shrink (incompatible), mod:xreliquary, mod:morpheus (incompatible), mod:jeresources, mod:toolkit (incompatible), mod:emojiful (incompatible), mod:refinedstorage, mod:betterendforge, mod:corpse, mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:tipthescales, mod:simplyutilities, mod:mcwtrpdoors (incompatible), mod:supermartijn642corelib, mod:botania, mod:sf, mod:justaraftmod, mod:portality (incompatible), mod:curios, mod:extrastorage, mod:mcwroofs, mod:wormhole, mod:cfm (incompatible), mod:observerlib, mod:cloth-config (incompatible), mod:fastleafdecay (incompatible), mod:codechickenlib (incompatible), mod:bettermineshafts, mod:sdrp (incompatible), mod:geckolib3 (incompatible), mod:simplyjetpacks, mod:woot, mod:jei, mod:attributefix, mod:tesseract, mod:seals (incompatible), mod:mekanism, mod:shutupexperimentalsettings (incompatible), mod:naturescompass (incompatible), mod:libx, mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:catalogue, mod:packingtape (incompatible), mod:ironchest, mod:mythicbotany, mod:integratedcrafting, mod:zerocore, mod:theoneprobe, mod:mousetweaks, mod:ding, mod:jeiintegration, mod:flywheel, mod:mantle (incompatible), mod:integrateddynamics, mod:integratednbt (incompatible), mod:itemcollectors, mod:ftbbackups (incompatible), mod:serverconfigupdater (incompatible), mod:justenoughprofessions, mod:autoreglib (incompatible), mod:lanterncolors (incompatible), mod:harvest (incompatible), mod:fastfurnace (incompatible), mod:byg, mod:extremesoundmuffler, mod:cosmeticarmorreworked (incompatible), mod:defaultoptions (incompatible), mod:rsrequestify (incompatible), mod:cyclopscore, mod:astralsorcery, mod:jecalculation (incompatible), mod:pocketstorage, mod:kleeslabs (incompatible), mod:rsgauges, mod:gildedarmor, mod:findme (incompatible), mod:glassential (incompatible), mod:cookingforblockheads (incompatible), mod:controlling, mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs, mod:culinaryconstruct (incompatible), mod:bookshelf, mod:darkutils (incompatible), mod:botanypots, mod:botanytrees, mod:mysterymilk, mod:buildinggadgets, mod:forge, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_locomotion (incompatible), mod:psi (incompatible), mod:appleskin, mod:waddles, mod:mcwdoors, mod:mekanismgenerators, mod:xnetgases, mod:podium, mod:losttrinkets, mod:absentbydesign (incompatible), mod:quartzchests (incompatible), mod:prettypipes (incompatible), mod:jamd (incompatible), mod:chocolate, mod:mcwbridges (incompatible), mod:farmersdelight, mod:entangled, mod:commoncapabilities, mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:lollipop, mod:simplylight, mod:jousting, mod:simplybackpacks (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:collective, mod:doomangelring (incompatible), mod:blockcarpentry (incompatible), mod:thermal_expansion (incompatible), mod:integratedtunnels, mod:elevatorid, mod:runelic, mod:mekanismtools, mod:architectury, mod:bambooeverything, mod:ftblibrary, mod:ftbjanitor, mod:ftbauxilium, mod:ftbteams, mod:ftbranks, mod:computercraft, mod:bigreactors, mod:lightoverlay (incompatible), mod:trashcans, mod:undergarden, mod:enchantwithmob, mod:bwncr, mod:quantumstorage (incompatible), mod:cyclic (incompatible), mod:betteradvancements, mod:inventorysorter (incompatible), mod:rhino, mod:cucumber, mod:trashslot (incompatible), mod:flatbedrock (incompatible), mod:snad, mod:googlyeyes, mod:justmobheads, mod:ensorcellation (incompatible), mod:create, mod:waystones (incompatible), mod:goldenhopper (incompatible), mod:clumps, mod:comforts, mod:appliedenergistics2 (incompatible), mod:storagenetwork, mod:framedcompactdrawers (incompatible), mod:configured, mod:gardentools (incompatible), mod:decorative_blocks, mod:dungeoncrawl, mod:charginggadgets, mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:rftoolspower, mod:rftoolsstorage, mod:rftoolscontrol, mod:restrictions (incompatible), mod:mahoutsukai (incompatible), mod:toastcontrol (incompatible), mod:ichunutil, mod:mininggadgets (incompatible), mod:entitydetectors (incompatible), mod:enderstorage (incompatible), mod:ftbchunks, mod:kubejs, mod:kubejs_thermal, mod:kubejs_create, mod:kubejs_mekanism, mod:kubejs_ui, mod:partyparrots, mod:bloodmagic, mod:kubejs_blood_magic, mod:scuba_gear (incompatible), mod:recipebuffers (incompatible), mod:immersiveposts, mod:immersiveengineering, mod:kubejs_immersive_engineering, mod:mysticalagriculture, mod:mysticalagradditions, mod:craftingtweaks (incompatible), mod:rftoolsutility, mod:enchdesc, mod:swingthroughgrass (incompatible), mod:titanium (incompatible), mod:movingelevators, mod:archers_paradox (incompatible), mod:towers_of_the_wild, mod:krate, mod:justplayerheads, mod:quark (incompatible), mod:fastbench (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks, mod:statues, mod:hunterillager, mod:transport, mod:ferritecore (incompatible), mod:ice_ice_baby (incompatible), mod:minetogether, mod:moredragoneggs (incompatible), mod:modularrouters, mod:refinedstorageaddons, mod:chiselsandbits (incompatible)
  306. Is Modded: Definitely; Server brand changed to 'forge'
  307. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment