Advertisement
Spinshockx

Untitled

Feb 1st, 2023
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.31 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 2023-02-01 07:27:11
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.IllegalArgumentException: Cannot accept empty stack
  8. at com.refinedmods.refinedstorage.apiimpl.util.ItemStackList.add(ItemStackList.java:35) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  9. at com.refinedmods.refinedstorage.apiimpl.util.ItemStackList.add(ItemStackList.java:19) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  10. at com.refinedmods.refinedstorage.apiimpl.storage.cache.ItemStorageCache.add(ItemStorageCache.java:76) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  11. at com.refinedmods.refinedstorage.apiimpl.storage.cache.ItemStorageCache.add(ItemStorageCache.java:26) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  12. at com.refinedmods.refinedstorage.apiimpl.storage.externalstorage.ItemExternalStorageCache.update(ItemExternalStorageCache.java:82) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  13. at com.refinedmods.refinedstorage.apiimpl.storage.externalstorage.ItemExternalStorage.update(ItemExternalStorage.java:43) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  14. at com.refinedmods.refinedstorage.apiimpl.network.node.ExternalStorageNetworkNode.update(ExternalStorageNetworkNode.java:98) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  15. at com.refinedmods.refinedstorage.apiimpl.network.NetworkListener.onLevelTick(NetworkListener.java:25) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading}
  16. at com.refinedmods.refinedstorage.apiimpl.network.__NetworkListener_onLevelTick_LevelTickEvent.invoke(.dynamic) ~[refinedstorage-1.11.4.jar%23631!/:1.11.4] {re:classloading,pl:eventbus:B}
  17. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2379!/:?] {}
  18. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2379!/:?] {}
  19. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2379!/:?] {}
  20. at net.minecraftforge.event.ForgeEventFactory.onPostLevelTick(ForgeEventFactory.java:820) ~[forge-1.19.2-43.2.3-universal.jar%23722!/:?] {re:classloading}
  21. at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:872) ~[client-1.19.2-20220805.130853-srg.jar%23717!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  22. at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23717!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  23. at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23717!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}
  24. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19.2-20220805.130853-srg.jar%23717!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  25. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23717!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  26. at java.lang.Thread.run(Unknown Source) [?:?] {re:mixin}
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- System Details --
  33. Details:
  34. Minecraft Version: 1.19.2
  35. Minecraft Version ID: 1.19.2
  36. Operating System: Windows 10 (amd64) version 10.0
  37. Java Version: 17.0.2, Eclipse Adoptium
  38. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
  39. Memory: 3115085624 bytes (2970 MiB) / 8791261184 bytes (8384 MiB) up to 8791261184 bytes (8384 MiB)
  40. CPUs: 16
  41. Processor Vendor: AuthenticAMD
  42. Processor Name: AMD Ryzen 7 5800X 8-Core Processor
  43. Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
  44. Microarchitecture: Zen 3
  45. Frequency (GHz): 3.80
  46. Number of physical packages: 1
  47. Number of physical CPUs: 8
  48. Number of logical CPUs: 16
  49. Graphics card #0 name: NVIDIA GeForce RTX 3080 Ti
  50. Graphics card #0 vendor: NVIDIA (0x10de)
  51. Graphics card #0 VRAM (MB): 4095.00
  52. Graphics card #0 deviceId: 0x2208
  53. Graphics card #0 versionInfo: DriverVersion=31.0.15.2756
  54. Memory slot #0 capacity (MB): 16384.00
  55. Memory slot #0 clockSpeed (GHz): 3.60
  56. Memory slot #0 type: DDR4
  57. Memory slot #1 capacity (MB): 16384.00
  58. Memory slot #1 clockSpeed (GHz): 3.60
  59. Memory slot #1 type: DDR4
  60. Virtual memory max (MB): 54197.57
  61. Virtual memory used (MB): 46513.78
  62. Swap memory total (MB): 21504.00
  63. Swap memory used (MB): 2946.16
  64. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8384M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  65. Server Running: true
  66. Player Count: 1 / 8; [ServerPlayer['SpinShock'/2869, l='ServerLevel[master]', x=-224.83, y=59.00, z=93.69]]
  67. Data Packs: vanilla, mod:betterdungeons, mod:entangledfix (incompatible), mod:supermartijn642configlib (incompatible), mod:paucal (incompatible), mod:petslow, mod:botarium, mod:integratedterminals (incompatible), mod:modnametooltip (incompatible), mod:neat (incompatible), mod:laserio (incompatible), mod:stb (incompatible), mod:yungsapi, mod:powah (incompatible), mod:rangedpumps, mod:wstweaks (incompatible), mod:shrink (incompatible), mod:forcecraft, mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:balm (incompatible), mod:delogger (incompatible), mod:toolkit (incompatible), mod:cloth_config (incompatible), mod:supplementaries (incompatible), mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:bcc (incompatible), mod:unusualend, mod:amplified_nether, mod:supermartijn642corelib (incompatible), mod:yungsbridges, mod:botania (incompatible), mod:resourcefulconfig, mod:spark (incompatible), mod:curios, mod:measurements, mod:yungsextras, mod:angelring (incompatible), mod:angelblockrenewed (incompatible), mod:naturesaura (incompatible), mod:constructionwand, mod:littlelogistics (incompatible), mod:cobblefordays (incompatible), mod:codechickenlib (incompatible), mod:geckolib3 (incompatible), mod:antiblocksrechiseled, mod:sfm (incompatible), mod:vitalize, mod:smartbrainlib, mod:elytraslot, mod:jei (incompatible), mod:attributefix (incompatible), mod:mekanism, mod:caelus (incompatible), mod:colytra, mod:bdlib, mod:shutupexperimentalsettings (incompatible), mod:naturescompass (incompatible), mod:jumpboat (incompatible), mod:libx, mod:compactmachines, mod:pneumaticcraft, mod:enchantmentrequirements, mod:packingtape (incompatible), mod:edivadlib, mod:forge, mod:silentgear, mod:simpletomb (incompatible), mod:ironchest (incompatible), mod:integratedcrafting (incompatible), mod:dungeons_arise, mod:zerocore, mod:cofh_core, mod:thermal, mod:thermal_integration, mod:thermal_innovation, mod:thermal_foundation, mod:plonk, mod:smoothchunk (incompatible), mod:theoneprobe (incompatible), mod:terrablender, mod:mousetweaks, mod:spectrelib (incompatible), mod:domum_ornamentum, mod:viescraftmachines (incompatible), mod:pipez (incompatible), mod:whisperwoods (incompatible), mod:flywheel (incompatible), mod:integrateddynamics (incompatible), mod:itemcollectors (incompatible), mod:serverconfigupdater (incompatible), mod:experienceobelisk, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:structurize, mod:appleskin, mod:lootr (incompatible), mod:connectedglass (incompatible), mod:occultism, mod:puzzleslib (incompatible), mod:byg, mod:friendlyfire (incompatible), mod:extremesoundmuffler (incompatible), mod:silentcompat, mod:defaultoptions (incompatible), mod:ad_astra (incompatible), mod:rsrequestify (incompatible), mod:hexerei (incompatible), mod:cyclopscore (incompatible), mod:skyvillages, mod:betterwitchhuts, mod:netherportalfix (incompatible), mod:advancedperipherals (incompatible), mod:pocketstorage (incompatible), mod:naturalist, mod:healthoverlay (incompatible), mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:glassential (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:jumpoverfences (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:littlecontraptions (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:buildguide, mod:bygonenether, mod:mekanismgenerators, mod:dummmmmmy (incompatible), mod:twilightforest (incompatible), mod:mob_grinding_utils (incompatible), mod:ironbows (incompatible), mod:konkrete (incompatible), mod:rsinfinitybooster (incompatible), mod:farmersdelight (incompatible), mod:itshallnottick (incompatible), mod:tempad (incompatible), mod:entangled (incompatible), mod:commoncapabilities (incompatible), mod:crashutilities (incompatible), mod:mekanismadditions, mod:wirelesschargers (incompatible), mod:simplylight (incompatible), mod:technobauble, mod:blockui, mod:multipiston, mod:betterthanllamas, mod:tiab (incompatible), mod:thermal_expansion, mod:integratedtunnels (incompatible), mod:morefrogs, mod:elevatorid (incompatible), mod:gobber2, mod:betterstrongholds, mod:runelic (incompatible), mod:resourcefullib (incompatible), mod:spirit (incompatible), mod:mekanismtools, mod:architectury (incompatible), mod:javd (incompatible), mod:bambooeverything (incompatible), mod:sdrp (incompatible), mod:ftblibrary (incompatible), mod:findme (incompatible), mod:ftbauxilium (incompatible), mod:ftbteams (incompatible), mod:jamd (incompatible), mod:ftbranks (incompatible), mod:ftbessentials (incompatible), mod:accelerateddecay (incompatible), mod:computercraft (incompatible), mod:bigreactors, mod:lightoverlay (incompatible), mod:trashcans (incompatible), mod:tramplestopper, mod:inventoryessentials (incompatible), mod:enchantwithmob, mod:polylib (incompatible), mod:blockshot (incompatible), mod:voidtotem (incompatible), mod:autosmithingtable (incompatible), mod:cyclic (incompatible), mod:betteradvancements (incompatible), mod:inventorysorter (incompatible), mod:rhino (incompatible), mod:kubejs (incompatible), mod:flatbedrock (incompatible), mod:spiderstpo (incompatible), mod:sophisticatedstorage (incompatible), mod:snad (incompatible), mod:redstonepen, mod:betterthanbunnies, mod:travelanchors, mod:scannable (incompatible), mod:create, mod:ponderjs (incompatible), mod:waystones (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:comforts, mod:artifacts, mod:configured (incompatible), mod:bno, mod:charginggadgets (incompatible), mod:ftbbackups2 (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:deepresonance (incompatible), mod:xnetgases (incompatible), mod:rftoolsstorage (incompatible), mod:betterdeserttemples, mod:mahoutsukai, mod:toastcontrol (incompatible), mod:mininggadgets (incompatible), mod:enderstorage (incompatible), mod:hexcasting (incompatible), mod:akashictome (incompatible), mod:ftbchunks (incompatible), mod:travelerstitles, mod:xycraft_core, mod:xycraft_world, mod:xycraft_override, mod:jeimultiblocks, mod:immersiveengineering (incompatible), mod:rftoolsutility (incompatible), mod:enchdesc (incompatible), mod:swingthroughgrass (incompatible), mod:sebastrnlib (incompatible), mod:appliedcooking (incompatible), mod:refinedcooking (incompatible), mod:refinedstorage, mod:extrastorage, mod:ae2 (incompatible), mod:aeinfinitybooster (incompatible), mod:cookingforblockheads (incompatible), mod:rebornstorage (incompatible), mod:merequester (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:delightful (incompatible), mod:starbunclemania, mod:ars_creo (incompatible), mod:toomanyglyphs (incompatible), mod:ae2wtlib (incompatible), mod:moonlight (incompatible), mod:moyai (incompatible), mod:playerplates (incompatible), mod:titanium (incompatible), mod:silentlib (incompatible), mod:ae2things (incompatible), mod:creativedisk (incompatible), mod:theurgy, mod:quark (incompatible), mod:gobberdelight, mod:jaopca (incompatible), mod:pigpen (incompatible), mod:fastbench (incompatible), mod:fluxnetworks (incompatible), mod:ars_elemental, mod:statues, mod:ars_instrumentum (incompatible), mod:flowerpatch, mod:modonomicon, mod:fancymenu (incompatible), mod:minecolonies (incompatible), mod:colony4cc (incompatible), mod:bettertridents (incompatible), mod:ferritecore (incompatible), mod:engineersdecor, mod:minetogether (incompatible), mod:functionalstorage (incompatible), mod:moredragoneggs (incompatible), mod:charmofundying, mod:refinedstorageaddons, mod:occultism_kubejs, mod:appmek (incompatible), mod:ae2additions (incompatible), mod:megacells (incompatible), mod:expandability (incompatible), mod:createaddition (incompatible), Supplementaries Generated Pack, inmemory:jaopca (incompatible), mod:simplemagnets (incompatible), mod:durabilitytooltip (incompatible), mod:kotlinforforge (incompatible), mod:kubejs_thermal (incompatible)
  68. World Generation: Stable
  69. Type: Integrated Server (map_client.txt)
  70. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  71. Launched Version: 1.19.2-forge-43.2.3
  72. ModLauncher: 10.0.8+10.0.8+main.0ef7e830
  73. ModLauncher launch target: forgeclient
  74. ModLauncher naming: srg
  75. ModLauncher services:
  76. mixin-0.8.5.jar mixin PLUGINSERVICE
  77. eventbus-6.0.3.jar eventbus PLUGINSERVICE
  78. fmlloader-1.19.2-43.2.3.jar slf4jfixer PLUGINSERVICE
  79. fmlloader-1.19.2-43.2.3.jar object_holder_definalize PLUGINSERVICE
  80. fmlloader-1.19.2-43.2.3.jar runtime_enum_extender PLUGINSERVICE
  81. fmlloader-1.19.2-43.2.3.jar capability_token_subclass PLUGINSERVICE
  82. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  83. fmlloader-1.19.2-43.2.3.jar runtimedistcleaner PLUGINSERVICE
  84. modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
  85. modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
  86. FML Language Providers:
  87. javafml@null
  88. lowcodefml@null
  89. Mod List:
  90. YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE
  91. entangledfix-1.0.jar |Entangled Fix |entangledfix |1.0 |DONE |Manifest: NOSIGNATURE
  92. supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |DONE |Manifest: NOSIGNATURE
  93. paucal-forge-1.19.2-0.5.0.jar |PAUCAL |paucal |0.5.0 |DONE |Manifest: NOSIGNATURE
  94. simplemagnets-1.1.9-forge-mc1.19.jar |Simple Magnets |simplemagnets |1.1.9 |DONE |Manifest: NOSIGNATURE
  95. petslow-0.7.3.jar |PetSlow |petslow |0.7.3 |DONE |Manifest: NOSIGNATURE
  96. botarium-forge-1.19.2-1.8.2.jar |Botarium |botarium |1.8.2 |DONE |Manifest: NOSIGNATURE
  97. IntegratedTerminals-1.19.2-1.4.2.jar |IntegratedTerminals |integratedterminals |1.4.2 |DONE |Manifest: NOSIGNATURE
  98. modnametooltip-1.19-1.19.0.jar |Mod Name Tooltip |modnametooltip |1.19.0 |DONE |Manifest: NOSIGNATURE
  99. Neat-1.19-32.jar |Neat |neat |1.19-32 |DONE |Manifest: NOSIGNATURE
  100. laserio-1.5.2.jar |LaserIO |laserio |1.5.2 |DONE |Manifest: NOSIGNATURE
  101. stb-5.0.0+1.19-forge.jar |Sneak Through Berries |stb |5.0.0 |DONE |Manifest: NOSIGNATURE
  102. YungsApi-1.19.2-Forge-3.8.2.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.2 |DONE |Manifest: NOSIGNATURE
  103. Powah-4.0.6.jar |Powah |powah |4.0.6 |DONE |Manifest: NOSIGNATURE
  104. rangedpumps-1.0.0.jar |Ranged Pumps |rangedpumps |1.0.0 |DONE |Manifest: NOSIGNATURE
  105. WitherSkeletonTweaks-1.19.2-8.0.0.jar |Wither Skeleton Tweaks |wstweaks |8.0.0 |DONE |Manifest: NOSIGNATURE
  106. Shrink-1.19-1.3.4.jar |Shrink |shrink |1.3.4 |DONE |Manifest: NOSIGNATURE
  107. forcecraft-1.19.2-3.2.0.jar |ForceCraft |forcecraft |3.2.0 |DONE |Manifest: NOSIGNATURE
  108. DarkUtilities-Forge-1.19.2-13.1.7.jar |DarkUtilities |darkutils |13.1.7 |DONE |Manifest: NOSIGNATURE
  109. Apotheosis-1.19.2-6.0.3.jar |Apotheosis |apotheosis |6.0.3 |DONE |Manifest: NOSIGNATURE
  110. balm-4.5.3.jar |Balm |balm |4.5.3 |DONE |Manifest: NOSIGNATURE
  111. DeLogger-4.7.0-build.9+mc1.19.2.jar |DeLogger |delogger |4.7.0-build.9+mc1.19|DONE |Manifest: NOSIGNATURE
  112. ToolKit-2.3.6-build.10+mc1.19.1.jar |Tool Kit |toolkit |2.3.6-build.10+mc1.1|DONE |Manifest: NOSIGNATURE
  113. cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
  114. supplementaries-1.19.2-2.2.45.jar |Supplementaries |supplementaries |1.19.2-2.2.45 |DONE |Manifest: NOSIGNATURE
  115. durabilitytooltip-1.1.4-forge-mc1.19.jar |Durability Tooltip |durabilitytooltip |1.1.4 |DONE |Manifest: NOSIGNATURE
  116. industrial-foregoing-1.19.2-3.3.2.1-3.jar |Industrial Foregoing |industrialforegoing |3.3.2.1 |DONE |Manifest: NOSIGNATURE
  117. torchmaster-19.2.0.jar |Torchmaster |torchmaster |19.2.0 |DONE |Manifest: NOSIGNATURE
  118. BetterCompatibilityChecker-1.0.9-build.38+mc1.19.2|Better Compatibility Checker |bcc |1.0.9-build.38+mc1.1|DONE |Manifest: NOSIGNATURE
  119. UnusualEnd1.19_V1.2.7.jar |Unusual End |unusualend |1.2.7 |DONE |Manifest: NOSIGNATURE
  120. Amplified_Nether_v1.2.jar |Amplified Nether |amplified_nether |0.0NONE |DONE |Manifest: NOSIGNATURE
  121. supermartijn642corelib-1.1.1a-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.1a |DONE |Manifest: NOSIGNATURE
  122. YungsBridges-1.19.2-Forge-3.1.0.jar |YUNG's Bridges |yungsbridges |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE
  123. Botania-1.19.2-437-FORGE.jar |Botania |botania |1.19.2-437-FORGE |DONE |Manifest: NOSIGNATURE
  124. resourcefulconfig-forge-1.19.2-1.0.18.jar |Resourcefulconfig |resourcefulconfig |1.0.18 |DONE |Manifest: NOSIGNATURE
  125. spark-1.10.17-forge.jar |spark |spark |1.10.17 |DONE |Manifest: NOSIGNATURE
  126. curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |DONE |Manifest: NOSIGNATURE
  127. Measurements-1.19.2-1.3.0.jar |Measurements |measurements |1.3.0 |DONE |Manifest: NOSIGNATURE
  128. YungsExtras-1.19.2-Forge-3.1.0.jar |YUNG's Extras |yungsextras |1.19.2-Forge-3.1.0 |DONE |Manifest: NOSIGNATURE
  129. AngelRing2-1.19.2-2.1.5.jar |Angel Ring 2 |angelring |2.1.5 |DONE |Manifest: NOSIGNATURE
  130. angelblockrenewed-forge-1.0-1.19.jar |Angel Block Renewed |angelblockrenewed |1.0 |DONE |Manifest: NOSIGNATURE
  131. NaturesAura-37.5.jar |Nature's Aura |naturesaura |37.5 |DONE |Manifest: NOSIGNATURE
  132. constructionwand-1.19.1-2.8.jar |Construction Wand |constructionwand |1.19.1-2.8 |DONE |Manifest: NOSIGNATURE
  133. littlelogistics-mc1.19.2-v1.3.1.jar |Little Logistics |littlelogistics |1.3.1 |DONE |Manifest: NOSIGNATURE
  134. CobbleForDays-1.6.0.jar |Cobble For Days |cobblefordays |1.6.0 |DONE |Manifest: NOSIGNATURE
  135. CodeChickenLib-1.19.2-4.3.0.470-universal.jar |CodeChicken Lib |codechickenlib |4.3.0.470 |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
  136. geckolib-forge-1.19-3.1.39.jar |GeckoLib |geckolib3 |3.1.39 |DONE |Manifest: NOSIGNATURE
  137. antiblocksrechiseled-0.1.2.jar |AntiBlocksReChiseled |antiblocksrechiseled |0.1.2 |DONE |Manifest: NOSIGNATURE
  138. SuperFactoryManager-1.19.2-4.4.4.jar |Super Factory Manager |sfm |4.4.4 |DONE |Manifest: NOSIGNATURE
  139. vitalize-forge-1.19.2-1.1.1.jar |Vitalize |vitalize |1.1.1 |DONE |Manifest: NOSIGNATURE
  140. SmartBrainLib-forge-1.19.2-1.8.jar |SmartBrainLib |smartbrainlib |1.8 |DONE |Manifest: NOSIGNATURE
  141. elytraslot-forge-6.0.0+1.19.2.jar |Elytra Slot |elytraslot |6.0.0+1.19.2 |DONE |Manifest: NOSIGNATURE
  142. jei-1.19.2-forge-11.5.2.1007.jar |Just Enough Items |jei |11.5.2.1007 |DONE |Manifest: NOSIGNATURE
  143. AttributeFix-Forge-1.19.2-17.1.3.jar |AttributeFix |attributefix |17.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
  144. Mekanism-1.19.2-10.3.5.473.jar |Mekanism |mekanism |10.3.5 |DONE |Manifest: NOSIGNATURE
  145. caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE
  146. colytra-forge-6.0.0+1.19.2.jar |Colytra |colytra |6.0.0+1.19.2 |DONE |Manifest: NOSIGNATURE
  147. bdlib-1.25.0.5-mc1.19.2.jar |BdLib |bdlib |1.25.0.5 |DONE |Manifest: NOSIGNATURE
  148. shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |DONE |Manifest: NOSIGNATURE
  149. NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE
  150. jumpboat-1.19-0.1.0.5.jar |Jumpy Boats |jumpboat |1.19-0.1.0.5 |DONE |Manifest: NOSIGNATURE
  151. LibX-1.19.2-4.2.8.jar |LibX |libx |1.19.2-4.2.8 |DONE |Manifest: NOSIGNATURE
  152. compactmachines-5.1.0.jar |Compact Machines 5 |compactmachines |5.1.0 |DONE |Manifest: NOSIGNATURE
  153. pneumaticcraft-repressurized-1.19.2-4.2.0-16.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.19.2-4.2.0-16 |DONE |Manifest: NOSIGNATURE
  154. EnchantmentRequirements-1.19.2-1.2.0.jar |Enchantment Requirements |enchantmentrequirements |1.2.0 |DONE |Manifest: NOSIGNATURE
  155. PackingTape-1.19-0.14.0.jar |Packing Tape |packingtape |0.14.0 |DONE |Manifest: NOSIGNATURE
  156. EdivadLib-1.19.2-1.2.0.jar |EdivadLib |edivadlib |1.2.0 |DONE |Manifest: NOSIGNATURE
  157. forge-1.19.2-43.2.3-universal.jar |Forge |forge |43.2.3 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
  158. silent-gear-1.19.2-3.2.3.jar |Silent Gear |silentgear |3.2.3 |DONE |Manifest: NOSIGNATURE
  159. simpletomb-1.19-1.0.15.jar |Simple Tombstone |simpletomb |1.19-1.0.15 |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
  160. ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |DONE |Manifest: NOSIGNATURE
  161. IntegratedCrafting-1.19.2-1.0.26.jar |IntegratedCrafting |integratedcrafting |1.0.26 |DONE |Manifest: NOSIGNATURE
  162. DungeonsArise-1.19.2-2.1.54-release.jar |When Dungeons Arise |dungeons_arise |2.1.54-1.19.2 |DONE |Manifest: NOSIGNATURE
  163. ZeroCore2-1.19.2-2.1.30.jar |Zero CORE 2 |zerocore |1.19.2-2.1.30 |DONE |Manifest: NOSIGNATURE
  164. client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
  165. cofh_core-1.19.2-10.0.2.33.jar |CoFH Core |cofh_core |10.0.2.33 |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
  166. thermal_core-1.19.2-10.0.0.1.jar |Thermal Series |thermal |10.0.0.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
  167. thermal_integration-1.19.2-10.0.0.11.jar |Thermal Integration |thermal_integration |10.0.0.11 |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
  168. thermal_innovation-1.19.2-10.0.0.16.jar |Thermal Innovation |thermal_innovation |10.0.0.16 |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
  169. thermal_foundation-1.19.2-10.0.0.38.jar |Thermal Foundation |thermal_foundation |10.0.0.38 |DONE |Manifest: NOSIGNATURE
  170. plonk-1.19.2-10.0.3.jar |Plonk |plonk |10.0.3 |DONE |Manifest: NOSIGNATURE
  171. smoothchunk-1.19.1-2.0.jar |Smoothchunk mod |smoothchunk |1.19.1-2.0 |DONE |Manifest: NOSIGNATURE
  172. theoneprobe-1.19-6.2.2.jar |The One Probe |theoneprobe |1.19-6.2.2 |DONE |Manifest: NOSIGNATURE
  173. TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |2.0.1.136 |DONE |Manifest: NOSIGNATURE
  174. MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE
  175. spectrelib-forge-0.10.0+1.19.jar |SpectreLib |spectrelib |0.10.0+1.19 |DONE |Manifest: NOSIGNATURE
  176. domum_ornamentum-1.19-1.0.76-ALPHA-universal.jar |Domum Ornamentum |domum_ornamentum |1.19-1.0.76-ALPHA |DONE |Manifest: NOSIGNATURE
  177. viescraftmachines-1.19.2-2.0.0.jar |ViesCraft Machines |viescraftmachines |2.0.0 |DONE |Manifest: NOSIGNATURE
  178. kffmod-3.9.1.jar |Kotlin For Forge |kotlinforforge |3.9.1 |DONE |Manifest: NOSIGNATURE
  179. pipez-1.19.2-1.0.1.jar |Pipez |pipez |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE
  180. whisperwoods-1.19-2.1.1-forge.jar |Whisperwoods |whisperwoods |1.19-2.1.1 |DONE |Manifest: NOSIGNATURE
  181. flywheel-forge-1.19.2-0.6.8.a-14.jar |Flywheel |flywheel |0.6.8.a-14 |DONE |Manifest: NOSIGNATURE
  182. IntegratedDynamics-1.19.2-1.14.7.jar |IntegratedDynamics |integrateddynamics |1.14.7 |DONE |Manifest: NOSIGNATURE
  183. itemcollectors-1.1.6-forge-mc1.19.jar |Item Collectors |itemcollectors |1.1.6 |DONE |Manifest: NOSIGNATURE
  184. serverconfigupdater-3.1.jar |ServerConfig Updater |serverconfigupdater |3.1 |DONE |Manifest: NOSIGNATURE
  185. experienceobelisk-v1.3.8-1.19.2.jar |Experience Obelisk |experienceobelisk |1.3.8 |DONE |Manifest: NOSIGNATURE
  186. JustEnoughProfessions-forge-1.19-2.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.1 |DONE |Manifest: NOSIGNATURE
  187. AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE
  188. structurize-1.19.2-1.0.479-ALPHA.jar |Structurize |structurize |1.19.2-1.0.479-ALPHA|DONE |Manifest: NOSIGNATURE
  189. appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE
  190. lootr-1.19-0.3.22.59.jar |Lootr |lootr |0.3.20.57 |DONE |Manifest: NOSIGNATURE
  191. connectedglass-1.1.6-forge-mc1.19.jar |Connected Glass |connectedglass |1.1.6 |DONE |Manifest: NOSIGNATURE
  192. occultism-1.19.2-1.67.0.jar |Occultism |occultism |1.19.2-1.67.0 |DONE |Manifest: NOSIGNATURE
  193. PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  194. Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go |byg |2.0.0.13 |DONE |Manifest: NOSIGNATURE
  195. FriendlyFire-Forge-1.19.2-14.0.1.jar |FriendlyFire |friendlyfire |14.0.1 |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
  196. extremesoundmuffler-3.35-forge-1.19.2.jar |Extreme Sound Muffler |extremesoundmuffler |3.35-forge-1.19.2 |DONE |Manifest: NOSIGNATURE
  197. SilentCompat-forge-1.19.2-1.0.4.jar |Silent Compat |silentcompat |1.0.4 |DONE |Manifest: NOSIGNATURE
  198. defaultoptions-forge-1.19-15.0.0.jar |Default Options |defaultoptions |15.0.0 |DONE |Manifest: NOSIGNATURE
  199. ad_astra-forge-1.19.2-1.12.2.jar |Ad Astra! |ad_astra |1.12.2 |DONE |Manifest: NOSIGNATURE
  200. rsrequestify-2.3.0.jar |RSRequestify |rsrequestify |2.3.0 |DONE |Manifest: NOSIGNATURE
  201. hexerei-0.2.5.jar |Hexerei |hexerei |0.2.5 |DONE |Manifest: NOSIGNATURE
  202. CyclopsCore-1.19.2-1.17.4.jar |Cyclops Core |cyclopscore |1.17.4 |DONE |Manifest: NOSIGNATURE
  203. SkyVillages-1.0.1-1.19-forge-release.jar |Sky Villages |skyvillages |1.0.1-1.19-forge |DONE |Manifest: NOSIGNATURE
  204. YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  205. netherportalfix-forge-1.19-10.0.0.jar |NetherPortalFix |netherportalfix |10.0.0 |DONE |Manifest: NOSIGNATURE
  206. AdvancedPeripherals-0.7.22b.jar |Advanced Peripherals |advancedperipherals |0.7.22b |DONE |Manifest: NOSIGNATURE
  207. pocketstorage-1.19-1.0.2-build.23.jar |Pocket Storage |pocketstorage |1.19-1.0.2-build.23 |DONE |Manifest: NOSIGNATURE
  208. naturalist-forge-2.1.1-1.19.2.jar |Naturalist |naturalist |2.1.1 |DONE |Manifest: NOSIGNATURE
  209. HealthOverlay-1.19.2-7.2.1.jar |Health Overlay |healthoverlay |7.2.1 |DONE |Manifest: NOSIGNATURE
  210. connectivity-1.19.2-3.4.jar |Connectivity Mod |connectivity |1.19.2-3.4 |DONE |Manifest: NOSIGNATURE
  211. sophisticatedcore-1.19.2-0.5.38.203.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.38.203 |DONE |Manifest: NOSIGNATURE
  212. glassential-forge-1.19-1.2.4.jar |Glassential |glassential |1.19-1.2.4 |DONE |Manifest: NOSIGNATURE
  213. Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE
  214. Placebo-1.19.2-7.1.2.jar |Placebo |placebo |7.1.2 |DONE |Manifest: NOSIGNATURE
  215. jumpoverfences-forge-1.19.2-1.1.0.jar |Jump Over Fences |jumpoverfences |1.1.0 |DONE |Manifest: NOSIGNATURE
  216. Bookshelf-Forge-1.19.2-16.2.17.jar |Bookshelf |bookshelf |16.2.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
  217. sophisticatedbackpacks-1.19.2-3.18.40.779.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.40.779 |DONE |Manifest: NOSIGNATURE
  218. littlecontraptions-forge-1.19.2.0.jar |Little Contraptions |littlecontraptions |1.19.2.0 |DONE |Manifest: NOSIGNATURE
  219. buildinggadgets-3.16.1-build.15+mc1.19.2.jar |Building Gadgets |buildinggadgets |3.16.1-build.15+mc1.|DONE |Manifest: NOSIGNATURE
  220. FramedBlocks-6.7.0.jar |FramedBlocks |framedblocks |6.7.0 |DONE |Manifest: NOSIGNATURE
  221. BuildGuide-1.19.2-0.3.3.jar |Build Guide |buildguide |0.0NONE |DONE |Manifest: NOSIGNATURE
  222. bygonenether-1.2.1-1.19.x.jar |Bygone Nether |bygonenether |1.2.1 |DONE |Manifest: NOSIGNATURE
  223. MekanismGenerators-1.19.2-10.3.5.473.jar |Mekanism: Generators |mekanismgenerators |10.3.5 |DONE |Manifest: NOSIGNATURE
  224. dummmmmmy-1.19.2-1.6.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.6.1 |DONE |Manifest: NOSIGNATURE
  225. twilightforest-1.19.2-4.2.1493-universal.jar |The Twilight Forest |twilightforest |4.2.1493 |DONE |Manifest: NOSIGNATURE
  226. mob_grinding_utils-1.19.2-0.4.47.jar |Mob Grinding Utils |mob_grinding_utils |1.19.2-0.4.47 |DONE |Manifest: NOSIGNATURE
  227. ironbows-1.4-FORGE-1.19.2.jar |Iron Bows (Forge) |ironbows |1.4-FORGE-1.19.2 |DONE |Manifest: NOSIGNATURE
  228. konkrete_forge_1.6.0_MC_1.19-1.19.2.jar |Konkrete |konkrete |1.6.0 |DONE |Manifest: NOSIGNATURE
  229. RSInfinityBooster-1.19.2-3.0+27.jar |RSInfinityBooster |rsinfinitybooster |1.19.2-3.0+27 |DONE |Manifest: NOSIGNATURE
  230. FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |DONE |Manifest: NOSIGNATURE
  231. ItShallNotTick-1.0.11-build.35.jar |It Shall Not Tick |itshallnottick |1.0.11-build.35 |DONE |Manifest: NOSIGNATURE
  232. tempad-forge-1.19.2-1.4.3.jar |Tempad |tempad |1.4.1 |DONE |Manifest: NOSIGNATURE
  233. entangled-1.3.12-forge-mc1.19.jar |Entangled |entangled |1.3.12 |DONE |Manifest: NOSIGNATURE
  234. CommonCapabilities-1.19.2-2.8.3.jar |CommonCapabilities |commoncapabilities |2.8.3 |DONE |Manifest: NOSIGNATURE
  235. crashutilities-6.2.jar |Crash Utilities |crashutilities |6.2 |DONE |Manifest: NOSIGNATURE
  236. MekanismAdditions-1.19.2-10.3.5.473.jar |Mekanism: Additions |mekanismadditions |10.3.5 |DONE |Manifest: NOSIGNATURE
  237. wirelesschargers-1.0.7-forge-mc1.19.jar |Wireless Chargers |wirelesschargers |1.0.7 |DONE |Manifest: NOSIGNATURE
  238. simplylight-1.19.2-1.4.5-build.42.jar |Simply Light |simplylight |1.19.2-1.4.5-build.4|DONE |Manifest: NOSIGNATURE
  239. technobauble-0.7.0.4-mc1.19.2.jar |Technobauble |technobauble |0.7.0.4 |DONE |Manifest: NOSIGNATURE
  240. blockui-1.19-0.0.67-ALPHA.jar |UI Library Mod |blockui |1.19-0.0.67-ALPHA |DONE |Manifest: NOSIGNATURE
  241. multipiston-1.19.2-1.2.21-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.21-ALPHA |DONE |Manifest: NOSIGNATURE
  242. BetterThanLlamas-1.19.2-1.1.2.jar |Better Than Llamas |betterthanllamas |1.1.2 |DONE |Manifest: NOSIGNATURE
  243. time-in-a-bottle-3.0.1-mc1.19.jar |Time In A Bottle |tiab |3.0.1-mc1.19 |DONE |Manifest: NOSIGNATURE
  244. thermal_expansion-1.19.2-10.0.0.19.jar |Thermal Expansion |thermal_expansion |10.0.0.19 |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
  245. IntegratedTunnels-1.19.2-1.8.18.jar |IntegratedTunnels |integratedtunnels |1.8.18 |DONE |Manifest: NOSIGNATURE
  246. morefrogs-1.19.x-1.1.1a-forge.jar |More Frogs |morefrogs |0.0NONE |DONE |Manifest: NOSIGNATURE
  247. elevatorid-1.19.2-1.8.9.jar |Elevator Mod |elevatorid |1.19.2-1.8.9 |DONE |Manifest: NOSIGNATURE
  248. Gobber2-Forge-1.19.2-2.7.28.jar |Gobber 2 |gobber2 |2.7.28 |DONE |Manifest: NOSIGNATURE
  249. YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE
  250. Runelic-Forge-1.19.2-14.1.4.jar |Runelic |runelic |14.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  251. resourcefullib-1.1.20.jar |Resourceful Lib |resourcefullib |1.1.20 |DONE |Manifest: NOSIGNATURE
  252. spirit-forge-1.19.2-2.2.3.jar |Spirit |spirit |2.2.3 |DONE |Manifest: NOSIGNATURE
  253. MekanismTools-1.19.2-10.3.5.473.jar |Mekanism: Tools |mekanismtools |10.3.5 |DONE |Manifest: NOSIGNATURE
  254. architectury-6.4.62-forge.jar |Architectury |architectury |6.4.62 |DONE |Manifest: NOSIGNATURE
  255. javd-forge-4.0.1-build.2+mc1.19.2.jar |Just Another Void Dimension |javd |4.0.1-build.2+mc1.19|DONE |Manifest: NOSIGNATURE
  256. BambooEverything-forge-2.2.4-build.33+mc1.19.2.jar|Bamboo Everything |bambooeverything |2.2.4-build.33+mc1.1|DONE |Manifest: NOSIGNATURE
  257. SimpleDiscordRichPresence-forge-3.0.4-build.27+mc1|Simple Discord Rich Presence |sdrp |3.0.4-build.27+mc1.1|DONE |Manifest: NOSIGNATURE
  258. ftb-library-forge-1902.3.11-build.166.jar |FTB Library |ftblibrary |1902.3.11-build.166 |DONE |Manifest: NOSIGNATURE
  259. findme-3.1.0-forge.jar |FindMe |findme |3.1.0 |DONE |Manifest: NOSIGNATURE
  260. ftbauxilium-forge-1900.1.8-build.39-forge.jar |FTB Auxilium |ftbauxilium |1900.1.8-build.39 |DONE |Manifest: NOSIGNATURE
  261. ftb-teams-forge-1902.2.12-build.95.jar |FTB Teams |ftbteams |1902.2.12-build.95 |DONE |Manifest: NOSIGNATURE
  262. jamd-forge-2.0.5-build.12+mc1.19.2.jar |Just Another Mining Dimension |jamd |2.0.5-build.12+mc1.1|DONE |Manifest: NOSIGNATURE
  263. ftb-ranks-forge-1902.1.14-build.70.jar |FTB Ranks |ftbranks |1902.1.14-build.70 |DONE |Manifest: NOSIGNATURE
  264. ftb-essentials-1902.1.10-build.47.jar |FTB Essentials |ftbessentials |1902.1.10-build.47 |DONE |Manifest: NOSIGNATURE
  265. accelerated-decay-forge-1.0.0+mc1.19.2.jar |Accelerated Decay |accelerateddecay |1.0.0+mc1.19.2 |DONE |Manifest: NOSIGNATURE
  266. cc-tweaked-1.19.2-1.101.1.jar |CC: Tweaked |computercraft |1.101.1 |DONE |Manifest: NOSIGNATURE
  267. ExtremeReactors2-1.19.2-2.0.60.jar |Extreme Reactors |bigreactors |1.19.2-2.0.60 |DONE |Manifest: NOSIGNATURE
  268. light-overlay-7.0.1-forge.jar |Light Overlay |lightoverlay |7.0.1 |DONE |Manifest: NOSIGNATURE
  269. trashcans-1.0.16-forge-mc1.19.jar |Trash Cans |trashcans |1.0.16 |DONE |Manifest: NOSIGNATURE
  270. TrampleStopper-3.8.1-build.35+mc1.19.2.jar |Trample Stopper |tramplestopper |3.8.1-build.35+mc1.1|DONE |Manifest: NOSIGNATURE
  271. inventoryessentials-forge-1.19-5.0.0.jar |Inventory Essentials |inventoryessentials |5.0.0 |DONE |Manifest: NOSIGNATURE
  272. EnchantWithMob-1.19.2-7.1.0.jar |Enchant With Mob |enchantwithmob |1.19.2-7.1.0 |DONE |Manifest: NOSIGNATURE
  273. polylib-forge-1900.0.2-build.42.jar |PolyLib |polylib |1900.0.2-build.42 |DONE |Manifest: NOSIGNATURE
  274. blockshot-forge-1.19.1-1.2.6.jar |BlockShot |blockshot |1.2.6 |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
  275. voidtotem-forge-1.19.2-2.1.0.jar |Void Totem |voidtotem |2.1.0 |DONE |Manifest: NOSIGNATURE
  276. autosmithingtable_1.19.2-1.2.4.jar |Auto Smithing Table |autosmithingtable |1.2.4 |DONE |Manifest: NOSIGNATURE
  277. Cyclic-1.19.2-1.7.14.jar |Cyclic |cyclic |1.19.2-1.7.14 |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
  278. BetterAdvancements-1.19.2-0.3.0.148.jar |Better Advancements |betteradvancements |0.3.0.148 |DONE |Manifest: NOSIGNATURE
  279. inventorysorter-1.19.2-21.0.4.jar |Simple Inventory Sorter |inventorysorter |21.0.4 |DONE |Manifest: NOSIGNATURE
  280. rhino-forge-1902.2.2-build.264.jar |Rhino |rhino |1902.2.2-build.264 |DONE |Manifest: NOSIGNATURE
  281. kubejs-forge-1902.6.0-build.140.jar |KubeJS |kubejs |1902.6.0-build.140 |DONE |Manifest: NOSIGNATURE
  282. kubejs-thermal-1902.1.6-build.20.jar |KubeJS Thermal |kubejs_thermal |1902.1.6-build.20 |DONE |Manifest: NOSIGNATURE
  283. flatbedrock-forge-2.0.0-build.14+mc1.19.2.jar |Flat Bedrock |flatbedrock |2.0.0-build.14+mc1.1|DONE |Manifest: NOSIGNATURE
  284. spiderstpo-1.19.2-2.0.4.jar |Nyf's Spiders 2.0 |spiderstpo |2.0.4 |DONE |Manifest: NOSIGNATURE
  285. sophisticatedstorage-1.19.2-0.6.16.276.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.6.16.276 |DONE |Manifest: NOSIGNATURE
  286. snad-1.3.1.jar |Snad |snad |1.3.1 |DONE |Manifest: NOSIGNATURE
  287. redstonepen-1.19.2-forge-1.2.19.jar |Redstone Pen |redstonepen |1.2.19 |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
  288. BetterThanBunnies-1.19.2-1.2.0.jar |Better Than Bunnies |betterthanbunnies |1.2.0 |DONE |Manifest: NOSIGNATURE
  289. TravelAnchors-1.19.2-4.1.2.jar |Travel Anchors |travelanchors |1.19.2-4.1.2 |DONE |Manifest: NOSIGNATURE
  290. scannable-MC1.19.2-forge-1.7.7+dc5ea09.jar |Scannable |scannable |1.7.7+dc5ea09 |DONE |Manifest: NOSIGNATURE
  291. create-1.19.2-0.5.0.h.jar |Create |create |0.5.0.h |DONE |Manifest: NOSIGNATURE
  292. ponderjs-1.19.2-1.1.11.jar |PonderJS |ponderjs |1.1.11 |DONE |Manifest: NOSIGNATURE
  293. waystones-forge-1.19-11.1.0.jar |Waystones |waystones |11.1.0 |DONE |Manifest: NOSIGNATURE
  294. FastSuite-1.19.2-4.0.0.jar |Fast Suite |fastsuite |4.0.0 |DONE |Manifest: NOSIGNATURE
  295. Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE
  296. comforts-forge-6.0.3+1.19.2.jar |Comforts |comforts |6.0.3+1.19.2 |DONE |Manifest: NOSIGNATURE
  297. artifacts-1.19.2-5.0.1.jar |Artifacts |artifacts |1.19.2-5.0.1 |DONE |Manifest: NOSIGNATURE
  298. configured-2.0.1-1.19.2.jar |Configured |configured |2.0.1 |DONE |Manifest: NOSIGNATURE
  299. BasicNetherOres-1.19.2-8.2.0.jar |Basic Nether Ores |bno |8.2.0 |DONE |Manifest: NOSIGNATURE
  300. charginggadgets-1.9.0.jar |Charging Gadgets |charginggadgets |1.9.0 |DONE |Manifest: NOSIGNATURE
  301. ftbbackups2-forge-1.19.2-1.0.17.jar |FTB Backups 2 |ftbbackups2 |1.0.17 |DONE |Manifest: NOSIGNATURE
  302. mcjtylib-1.19-7.1.1.jar |McJtyLib |mcjtylib |1.19-7.1.1 |DONE |Manifest: NOSIGNATURE
  303. rftoolsbase-1.19.1-4.1.1.jar |RFToolsBase |rftoolsbase |1.19.1-4.1.1 |DONE |Manifest: NOSIGNATURE
  304. xnet-1.19-5.1.0.jar |XNet |xnet |1.19-5.1.0 |DONE |Manifest: NOSIGNATURE
  305. rftoolspower-1.19-5.1.1.jar |RFToolsPower |rftoolspower |1.19-5.1.1 |DONE |Manifest: NOSIGNATURE
  306. rftoolsbuilder-1.19.1-5.2.0.jar |RFToolsBuilder |rftoolsbuilder |1.19.1-5.2.0 |DONE |Manifest: NOSIGNATURE
  307. deepresonance-1.19-4.1.0.jar |DeepResonance |deepresonance |1.19-4.1.0 |DONE |Manifest: NOSIGNATURE
  308. XNetGases-1.19.1-4.0.0.jar |XNet Gases |xnetgases |4.0.0 |DONE |Manifest: NOSIGNATURE
  309. rftoolsstorage-1.19-4.1.0.jar |RFToolsStorage |rftoolsstorage |1.19-4.1.0 |DONE |Manifest: NOSIGNATURE
  310. YungsBetterDesertTemples-1.19.2-Forge-2.2.1.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.1 |DONE |Manifest: NOSIGNATURE
  311. mahoutsukai-1.19.2-v1.34.38.jar |Mahou Tsukai |mahoutsukai |1.19.2-v1.34.38 |DONE |Manifest: NOSIGNATURE
  312. ToastControl-1.19.2-7.0.0.jar |Toast Control |toastcontrol |7.0.0 |DONE |Manifest: NOSIGNATURE
  313. mininggadgets-1.13.0.jar |Mining Gadgets |mininggadgets |1.13.0 |DONE |Manifest: NOSIGNATURE
  314. EnderStorage-1.19.2-2.10.1.181-universal.jar |EnderStorage |enderstorage |2.10.1.181 |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
  315. hexcasting-forge-1.19.2-0.10.3.jar |Hex Casting |hexcasting |0.10.3 |DONE |Manifest: NOSIGNATURE
  316. AkashicTome-1.6-23.jar |Akashic Tome |akashictome |1.6-23 |DONE |Manifest: NOSIGNATURE
  317. ftb-chunks-forge-1902.3.14-build.218.jar |FTB Chunks |ftbchunks |1902.3.14-build.218 |DONE |Manifest: NOSIGNATURE
  318. TravelersTitles-1.19.2-Forge-3.1.2.jar |Traveler's Titles |travelerstitles |1.19.2-Forge-3.1.2 |DONE |Manifest: NOSIGNATURE
  319. XyCraft Core-0.5.17.jar |XyCraft: Core |xycraft_core |0.5.17 |DONE |Manifest: NOSIGNATURE
  320. XyCraft World-0.5.17.jar |XyCraft: World |xycraft_world |0.5.17 |DONE |Manifest: NOSIGNATURE
  321. XyCraft Override-0.5.17.jar |XyCraft: Override |xycraft_override |0.5.17 |DONE |Manifest: NOSIGNATURE
  322. jeimultiblocks-1.19.2-0.0.3.jar |Just Enough Immersive Multiblo|jeimultiblocks |0.0.3 |DONE |Manifest: NOSIGNATURE
  323. ImmersiveEngineering-1.19.2-9.1.2-159.jar |Immersive Engineering |immersiveengineering |1.19.2-9.1.2-159 |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
  324. rftoolsutility-1.19-5.1.0.jar |RFToolsUtility |rftoolsutility |1.19-5.1.0 |DONE |Manifest: NOSIGNATURE
  325. EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |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
  326. swingthroughgrass-1.19.2-1.10.0.jar |SwingThroughGrass |swingthroughgrass |1.19.2-1.10.0 |DONE |Manifest: NOSIGNATURE
  327. sebastrnlib-2.0.1.jar |Sebastrn Lib |sebastrnlib |2.0.1 |DONE |Manifest: NOSIGNATURE
  328. appliedcooking-2.0.3.jar |Applied Cooking |appliedcooking |2.0.3 |DONE |Manifest: NOSIGNATURE
  329. refinedcooking-3.0.3.jar |Refined Cooking |refinedcooking |3.0.3 |DONE |Manifest: NOSIGNATURE
  330. refinedstorage-1.11.4.jar |Refined Storage |refinedstorage |1.11.4 |DONE |Manifest: NOSIGNATURE
  331. ExtraStorage-1.19.2-3.0.1.jar |Extra Storage |extrastorage |3.0.1 |DONE |Manifest: NOSIGNATURE
  332. appliedenergistics2-forge-12.9.2.jar |Applied Energistics 2 |ae2 |12.9.2 |DONE |Manifest: NOSIGNATURE
  333. AEInfinityBooster-1.19.2-1.2.0+11.jar |AEInfinityBooster |aeinfinitybooster |1.19.2-1.2.0+11 |DONE |Manifest: NOSIGNATURE
  334. cookingforblockheads-forge-1.19.2-13.3.0.jar |CookingForBlockheads |cookingforblockheads |13.3.0 |DONE |Manifest: NOSIGNATURE
  335. rebornstorage-1.19.2-5.0.2.jar |RebornStorage |rebornstorage |5.0.2 |DONE |Manifest: NOSIGNATURE
  336. merequester-1.19.2-1.0.3.jar |ME Requester |merequester |1.19.2-1.0.3 |DONE |Manifest: NOSIGNATURE
  337. Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
  338. ars_nouveau-1.19.2-3.8.4.jar |Ars Nouveau |ars_nouveau |3.8.4 |DONE |Manifest: NOSIGNATURE
  339. Delightful-1.19-3.2.1.jar |Delightful |delightful |3.2.1 |DONE |Manifest: NOSIGNATURE
  340. starbunclemania-1.19.2-1.0.5.2.jar |Starbunclemania |starbunclemania |1.19.2-1.0.5.2 |DONE |Manifest: NOSIGNATURE
  341. ars_creo-1.19.2-3.1.3.jar |Ars Creo |ars_creo |3.1.3 |DONE |Manifest: NOSIGNATURE
  342. toomanyglyphs-1.19.2-2.2.45.12185.jar |Too Many Glyphs |toomanyglyphs |2.2.45.12185 |DONE |Manifest: NOSIGNATURE
  343. AE2WTLib-12.8.5.jar |AE2WTLib |ae2wtlib |12.8.5 |DONE |Manifest: NOSIGNATURE
  344. moonlight-1.19.2-2.2.2-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.2 |DONE |Manifest: NOSIGNATURE
  345. moyai-1.19.2-2.0.1.jar |Moyai |moyai |1.19.2-2.0.1 |DONE |Manifest: NOSIGNATURE
  346. playerplates-forge-2.0.0-build.19+mc1.19.2.jar |Player Plates |playerplates |2.0.0-build.19+mc1.1|DONE |Manifest: NOSIGNATURE
  347. titanium-1.19.2-3.7.1-24.jar |Titanium |titanium |3.7.1 |DONE |Manifest: NOSIGNATURE
  348. silent-lib-1.19.2-7.0.3.jar |Silent Lib |silentlib |7.0.3 |DONE |Manifest: NOSIGNATURE
  349. AE2-Things-1.1.1.jar |AE2 Things |ae2things |1.1.1 |DONE |Manifest: NOSIGNATURE
  350. creativedisk-1.0.0+mc1.19.2.jar |Creative Disk |creativedisk |1.0.0+mc1.19.2 |DONE |Manifest: NOSIGNATURE
  351. theurgy-1.19.2-1.2.0.jar |Theurgy |theurgy |1.19.2-1.2.0 |DONE |Manifest: NOSIGNATURE
  352. Quark-3.4-389.jar |Quark |quark |3.4-389 |DONE |Manifest: NOSIGNATURE
  353. Gobber_Delight_1.1.1_Forge_1.19.2.jar |Gobber Delight (by NoCube) |gobberdelight |1.1.1 |DONE |Manifest: NOSIGNATURE
  354. JAOPCA-1.19.2-4.2.4.7.jar |JAOPCA |jaopca |4.2.4.7 |DONE |Manifest: NOSIGNATURE
  355. PigPen-Forge-1.19.2-11.1.2.jar |PigPen |pigpen |11.1.2 |DONE |Manifest: NOSIGNATURE
  356. FastWorkbench-1.19.2-7.0.1.jar |Fast Workbench |fastbench |7.0.1 |DONE |Manifest: NOSIGNATURE
  357. FluxNetworks-1.19.2-7.1.3.12.jar |Flux Networks |fluxnetworks |7.1.3.12 |DONE |Manifest: NOSIGNATURE
  358. ars_elemental-1.19.2-0.5.7.1.jar |Ars Elemental |ars_elemental |1.19.2-0.5.7.1 |DONE |Manifest: NOSIGNATURE
  359. Statues-1.19.2-0.3.2.1.jar |Statues Mod |statues |0.3.2.1 |DONE |Manifest: NOSIGNATURE
  360. ars_instrumentum-1.19.2-3.2.2.jar |Ars Instrumentum |ars_instrumentum |3.2.1 |DONE |Manifest: NOSIGNATURE
  361. FlowerPatch-1.19.2-1.2.0.jar |Flower Patch |flowerpatch |1.2.0 |DONE |Manifest: NOSIGNATURE
  362. modonomicon-1.19.2-1.23.2.jar |Modonomicon |modonomicon |1.19.2-1.23.2 |DONE |Manifest: NOSIGNATURE
  363. fancymenu_forge_2.13.3_MC_1.19-1.19.2.jar |FancyMenu |fancymenu |2.13.3 |DONE |Manifest: NOSIGNATURE
  364. minecolonies-1.19.2-1.0.1207-ALPHA.jar |MineColonies |minecolonies |1.19.2-1.0.1207-ALPH|DONE |Manifest: NOSIGNATURE
  365. Colony4ComputerCraft-1.19.2-2.3.2.jar |MineColonies for ComputerCraft|colony4cc |2.3.2 |DONE |Manifest: NOSIGNATURE
  366. BetterTridents-v4.0.2-1.19.2-Forge.jar |Better Tridents |bettertridents |4.0.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  367. ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |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
  368. engineersdecor-1.19.2-forge-1.3.28.jar |Engineer's Decor |engineersdecor |1.3.28 |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
  369. minetogether-forge-1.19.2-6.0.14.jar |MineTogether |minetogether |6.0.14 |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
  370. functionalstorage-1.19.2-1.1.3.jar |Functional Storage |functionalstorage |1.19.2-1.1.3 |DONE |Manifest: NOSIGNATURE
  371. moredragoneggs-3.2.jar |More Dragon Eggs |moredragoneggs |3.2 |DONE |Manifest: NOSIGNATURE
  372. charmofundying-forge-6.1.1+1.19.2.jar |Charm of Undying |charmofundying |6.1.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  373. refinedstorageaddons-0.9.0.jar |Refined Storage Addons |refinedstorageaddons |0.9.0 |DONE |Manifest: NOSIGNATURE
  374. occultism_kubejs-1.19.2-0.0.1.jar |Occultism KubeJS |occultism_kubejs |1.19.2-0.0.1 |DONE |Manifest: NOSIGNATURE
  375. Applied-Mekanistics-1.3.3.jar |Applied Mekanistics |appmek |1.3.3 |DONE |Manifest: NOSIGNATURE
  376. AEAdditions-1.19.2-4.0.2.jar |AE Additions |ae2additions |4.0.2 |DONE |Manifest: NOSIGNATURE
  377. megacells-forge-2.0.0-beta.7-1.19.2.jar |MEGA Cells |megacells |2.0.0-beta.7-1.19.2 |DONE |Manifest: NOSIGNATURE
  378. expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
  379. createaddition-1.19.2-20221230a.jar |Create Crafts & Additions |createaddition |1.19.2-20221230a |DONE |Manifest: NOSIGNATURE
  380. Crash Report UUID: e9f5ad52-f1be-498f-9797-16af53684504
  381. FML: 43.2
  382. Forge: net.minecraftforge:43.2.3
  383. Flywheel Backend: GL33 Instanced Arrays
  384. FramedBlocks BlockEntity Warning: Not applicable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement