Advertisement
Guest User

Untitled

a guest
Sep 25th, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.96 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 2023-09-25 19:51:36
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file easy_piglins-server.toml of type SERVER for modid easy_piglins
  8. at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.19.2-43.2.23.jar%23806!/:?] {}
  9. at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19.2-43.2.23.jar%23806!/:?] {}
  10. at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.2.23.jar%23806!/:?] {}
  11. at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
  12. at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
  13. at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.2.23.jar%23806!/:?] {}
  14. at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:90) ~[forge-1.19.2-43.2.23-universal.jar%23810!/:?] {re:classloading,re:mixin}
  15. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23805!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.IntegratedServerMixin,pl:mixin:APP:blueprint.mixins.json:client.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  16. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:625) ~[client-1.19.2-20220805.130853-srg.jar%23805!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:mixin:A}
  17. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23805!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,pl:mixin:A}
  18. at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
  19. Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
  20. at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%2390!/:?] {}
  21. at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2390!/:?] {}
  22. at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2390!/:?] {}
  23. at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2390!/:?] {}
  24. at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2391!/:?] {}
  25. at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2391!/:?] {}
  26. at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2391!/:?] {}
  27. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2391!/:?] {}
  28. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2391!/:?] {}
  29. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2390!/:?] {}
  30. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2390!/:?] {}
  31. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2390!/:?] {}
  32. at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2390!/:?] {}
  33. at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2390!/:?] {}
  34. at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.19.2-43.2.23.jar%23806!/:?] {}
  35. ... 10 more
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- System Details --
  42. Details:
  43. Minecraft Version: 1.19.2
  44. Minecraft Version ID: 1.19.2
  45. Operating System: Windows 10 (amd64) version 10.0
  46. Java Version: 17.0.8, Microsoft
  47. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  48. Memory: 1239414792 bytes (1181 MiB) / 4026531840 bytes (3840 MiB) up to 5066719232 bytes (4832 MiB)
  49. CPUs: 8
  50. Processor Vendor: GenuineIntel
  51. Processor Name: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
  52. Identifier: Intel64 Family 6 Model 158 Stepping 10
  53. Microarchitecture: Coffee Lake
  54. Frequency (GHz): 2.40
  55. Number of physical packages: 1
  56. Number of physical CPUs: 4
  57. Number of logical CPUs: 8
  58. Graphics card #0 name: Intel(R) UHD Graphics 630
  59. Graphics card #0 vendor: Intel Corporation (0x8086)
  60. Graphics card #0 VRAM (MB): 1024.00
  61. Graphics card #0 deviceId: 0x3e9b
  62. Graphics card #0 versionInfo: DriverVersion=26.20.100.8141
  63. Graphics card #1 name: NVIDIA GeForce GTX 1660 Ti with Max-Q Design
  64. Graphics card #1 vendor: NVIDIA (0x10de)
  65. Graphics card #1 VRAM (MB): 4095.00
  66. Graphics card #1 deviceId: 0x2191
  67. Graphics card #1 versionInfo: DriverVersion=31.0.15.3640
  68. Memory slot #0 capacity (MB): 4096.00
  69. Memory slot #0 clockSpeed (GHz): 2.67
  70. Memory slot #0 type: DDR4
  71. Memory slot #1 capacity (MB): 4096.00
  72. Memory slot #1 clockSpeed (GHz): 2.67
  73. Memory slot #1 type: DDR4
  74. Virtual memory max (MB): 19267.24
  75. Virtual memory used (MB): 12725.47
  76. Swap memory total (MB): 11264.00
  77. Swap memory used (MB): 2636.20
  78. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4832m -Xms256m
  79. Loaded Shaderpack: (off)
  80. Server Running: true
  81. Player Count: 0 / 8; []
  82. Data Packs: vanilla, mod:kubeutils (incompatible), mod:auudio (incompatible), mod:supermartijn642configlib (incompatible), mod:paucal (incompatible), mod:scena (incompatible), mod:simplemagnets (incompatible), mod:botarium, mod:integratedterminals (incompatible), mod:hitindication, mod:blazemek (incompatible), mod:uppers, mod:hammerlib (incompatible), mod:rubidium (incompatible), mod:ironjetpacks (incompatible), mod:laserio (incompatible), mod:ctm (incompatible), mod:reauth (incompatible), mod:modernfix (incompatible), mod:yungsapi, mod:maxhealthfix (incompatible), mod:wstweaks (incompatible), mod:shrink (incompatible), mod:lootbeams, mod:universalgrid (incompatible), mod:chancecubes, mod:mute (incompatible), mod:forcecraft, mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:balm (incompatible), mod:jeresources, mod:energeticsheep (incompatible), mod:delogger (incompatible), mod:cloth_config (incompatible), mod:durabilitytooltip (incompatible), mod:easy_piglins (incompatible), mod:advancementplaques (incompatible), mod:castle_in_the_sky (incompatible), mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:tipthescales (incompatible), mod:handcrafted, mod:bcc (incompatible), mod:toolstats (incompatible), mod:unusualend, mod:blockrunner (incompatible), mod:transparent (incompatible), mod:supermartijn642corelib (incompatible), mod:botania (incompatible), mod:resourcefulconfig, mod:reeses_sodium_options (incompatible), mod:spark (incompatible), mod:structureexpansion (incompatible), mod:curios, mod:oculus (incompatible), mod:measurements, mod:angelblockrenewed (incompatible), mod:ftbteamdimensions (incompatible), mod:constructionwand, mod:rebindnarrator (incompatible), mod:squeezerpatch (incompatible), mod:jadeaddons (incompatible), mod:codechickenlib (incompatible), mod:cleanview (incompatible), mod:geckolib3 (incompatible), mod:antiblocksrechiseled, mod:sfm (incompatible), mod:sliceanddice (incompatible), mod:nebs (incompatible), mod:randombonemealflowers, mod:smartbrainlib, mod:ftbsba (incompatible), mod:tetra_nihilo, mod:elytraslot, mod:kiwi (incompatible), mod:endertrigon, mod:rechiseled (incompatible), mod:mining_helmet (incompatible), mod:everlastingabilities (incompatible), mod:visualworkbench (incompatible), mod:universalbonemeal (incompatible), mod:attributefix (incompatible), mod:luggage, mod:caelus (incompatible), mod:bdlib, mod:fullstackwatchdog (incompatible), mod:fallingleaves (incompatible), mod:easyelytratakeoff, mod:naturescompass (incompatible), mod:libx, mod:compactmachines, mod:farmingforblockheads (incompatible), mod:beefix, mod:pedestals, mod:questsadditions, mod:petrock, mod:packingtape (incompatible), mod:fusion (incompatible), mod:feederhelmet, mod:simpletomb (incompatible), mod:ironchest (incompatible), mod:integratedcrafting (incompatible), mod:flopper (incompatible), mod:mousetweaks, mod:ceramicbucket, mod:spectrelib (incompatible), mod:ding, mod:createendertransmission (incompatible), mod:compacter, mod:kotlinforforge (incompatible), mod:paintings (incompatible), mod:forge, mod:cofh_core, mod:thermal, mod:redstone_arsenal, mod:thermal_innovation, mod:thermal_foundation, mod:thermal_dynamics (incompatible), mod:plonk, mod:flywheel (incompatible), mod:integrateddynamics (incompatible), mod:integratednbt (incompatible), mod:bhc (incompatible), mod:serverconfigupdater (incompatible), mod:experienceobelisk, mod:polymorph, mod:justenoughprofessions, mod:autoreglib (incompatible), mod:almostunified (incompatible), mod:jei (incompatible), mod:mekanism, mod:pipez (incompatible), mod:appleskin, mod:lootr (incompatible), mod:connectedglass (incompatible), mod:occultism, mod:rainshield, mod:puzzleslib (incompatible), mod:responsiveshields (incompatible), mod:defaultoptions (incompatible), mod:ad_astra (incompatible), mod:ad_astra_giselle_addon (incompatible), mod:tetra (incompatible), mod:tetranomicon, mod:rsrequestify (incompatible), mod:hexerei (incompatible), mod:cyclopscore (incompatible), mod:skyvillages, mod:mowlib, mod:transmog (incompatible), mod:aiotbotania, mod:advancedperipherals (incompatible), mod:flower_doubling, mod:healthoverlay (incompatible), mod:incontrol (incompatible), mod:tipsmod, mod:sophisticatedcore (incompatible), mod:structureessentials (incompatible), mod:glassential (incompatible), mod:xaeroworldmap, mod:controlling (incompatible), mod:prism, mod:placebo (incompatible), mod:dankstorage (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:buildguide, mod:unstabletools (incompatible), mod:mekanismgenerators, mod:botanicadds (incompatible), mod:dummmmmmy (incompatible), mod:no_nv_flash (incompatible), mod:mob_grinding_utils (incompatible), mod:konkrete (incompatible), mod:rsinfinitybooster (incompatible), mod:adtetra, mod:chipped (incompatible), mod:farmersdelight (incompatible), mod:dustrial_decor (incompatible), mod:hostilenetworks (incompatible), mod:entangled (incompatible), mod:commoncapabilities (incompatible), mod:ambientsounds (incompatible), mod:crashutilities (incompatible), mod:mekanismadditions, mod:wirelesschargers (incompatible), mod:simplylight (incompatible), mod:technobauble, mod:dpanvil (incompatible), mod:collective, mod:blockcarpentry, mod:thermal_expansion, mod:integratedtunnels (incompatible), mod:betterthirdperson, mod:elevatorid (incompatible), mod:ftbultimine (incompatible), mod:runelic (incompatible), mod:resourcefullib (incompatible), mod:spirit (incompatible), mod:mekanismtools, mod:architectury (incompatible), mod:toolkit (incompatible), mod:sdrp (incompatible), mod:ftblibrary (incompatible), mod:gag (incompatible), mod:findme (incompatible), mod:customvillagertrades (incompatible), mod:ftbauxilium (incompatible), mod:ftbteams (incompatible), mod:ftbranks (incompatible), mod:ftbessentials, mod:accelerateddecay (incompatible), mod:computercraft (incompatible), mod:aiimprovements, mod:moreoverlays (incompatible), mod:productivebees, mod:hexal (incompatible), mod:trashcans (incompatible), mod:inventoryessentials (incompatible), mod:polylib (incompatible), mod:letmedespawn (incompatible), mod:yeetusexperimentus, mod:gamemenumodoption, mod:voidtotem (incompatible), mod:autosmithingtable (incompatible), mod:cyclic (incompatible), mod:inventorysorter (incompatible), mod:rhino (incompatible), mod:kubejs (incompatible), mod:kubejs_thermal (incompatible), mod:rootsclassic, mod:cucumber (incompatible), mod:reaper, mod:craftingstation (incompatible), mod:redstonepen, mod:itemfilters (incompatible), mod:ftbquests (incompatible), mod:easymagic (incompatible), mod:metalbarrels (incompatible), mod:travelanchors, mod:ftbpc (incompatible), mod:ensorcellation, mod:create, mod:createsifter (incompatible), mod:ponderjs (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:comforts, mod:artifacts, mod:configured (incompatible), mod:charginggadgets (incompatible), mod:ftbbackups2 (incompatible), mod:lazydfu (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:rftoolsbuilder (incompatible), mod:rftoolsstorage (incompatible), mod:toastcontrol (incompatible), mod:blueprint (incompatible), mod:incubation (incompatible), mod:enderstorage (incompatible), mod:hexcasting (incompatible), mod:akashictome (incompatible), mod:ftbchunks (incompatible), mod:travelerstitles, mod:craftingtweaks (incompatible), mod:dsp (incompatible), mod:rftoolsutility (incompatible), mod:enchdesc (incompatible), mod:swingthroughgrass (incompatible), mod:sebastrnlib (incompatible), mod:appliedcooking (incompatible), mod:refinedcooking (incompatible), mod:refinedstorage, mod:cookingforblockheads (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:ars_armiger, mod:ars_creo (incompatible), mod:toomanyglyphs (incompatible), mod:elementalcraft (incompatible), mod:moonlight (incompatible), mod:titanium (incompatible), mod:jade (incompatible), mod:ae2 (incompatible), mod:aeinfinitybooster (incompatible), mod:merequester (incompatible), mod:ae2wtlib (incompatible), mod:ae2things (incompatible), mod:creativecore (incompatible), mod:creativedisk (incompatible), mod:archers_paradox, mod:nethersdelight (incompatible), mod:easy_villagers (incompatible), mod:iceberg (incompatible), mod:quark (incompatible), mod:supplementaries (incompatible), mod:mutil (incompatible), mod:art_of_forging (incompatible), mod:legendarytooltips (incompatible), mod:jaopca (incompatible), mod:bucketlib, mod:pigpen (incompatible), mod:fastbench (incompatible), mod:fluxnetworks (incompatible), mod:appbot (incompatible), mod:statues, mod:ars_instrumentum (incompatible), mod:flowerpatch, mod:modonomicon, mod:kubejs_botania (incompatible), mod:fancymenu (incompatible), mod:fmextension_audio (incompatible), mod:ferritecore (incompatible), mod:solcarrot (incompatible), mod:functionalstorage (incompatible), mod:modularrouters, mod:charmofundying, mod:occultism_kubejs, mod:appmek (incompatible), mod:megacells (incompatible), mod:expandability (incompatible), mod:overloadedarmorbar (incompatible), mod:chiselsandbits (incompatible), mod:morphtool (incompatible), mod:createaddition (incompatible), mod:presencefootsteps, Supplementaries Generated Pack, inmemory:jaopca (incompatible), mod:infernalmobs (incompatible)
  83. World Generation: Stable
  84. Type: Integrated Server (map_client.txt)
  85. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  86. Launched Version: forge-43.2.23
  87. ModLauncher: 10.0.8+10.0.8+main.0ef7e830
  88. ModLauncher launch target: forgeclient
  89. ModLauncher naming: srg
  90. ModLauncher services:
  91. mixin-0.8.5.jar mixin PLUGINSERVICE
  92. eventbus-6.0.3.jar eventbus PLUGINSERVICE
  93. fmlloader-1.19.2-43.2.23.jar slf4jfixer PLUGINSERVICE
  94. fmlloader-1.19.2-43.2.23.jar object_holder_definalize PLUGINSERVICE
  95. fmlloader-1.19.2-43.2.23.jar runtime_enum_extender PLUGINSERVICE
  96. fmlloader-1.19.2-43.2.23.jar capability_token_subclass PLUGINSERVICE
  97. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  98. fmlloader-1.19.2-43.2.23.jar runtimedistcleaner PLUGINSERVICE
  99. modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
  100. modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
  101. FML Language Providers:
  102. javafml@null
  103. lowcodefml@null
  104. Mod List:
  105. kube-utils-forge-1.0.2+mc1.19.2.jar |KubeUtils |kubeutils |1.0.2+mc1.19.2 |DONE |Manifest: NOSIGNATURE
  106. auudio_forge_1.0.3_MC_1.19.jar |Auudio |auudio |1.0.3 |DONE |Manifest: NOSIGNATURE
  107. supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |DONE |Manifest: NOSIGNATURE
  108. paucal-forge-1.19.2-0.5.0.jar |PAUCAL |paucal |0.5.0 |DONE |Manifest: NOSIGNATURE
  109. scena-forge-1.0.95.jar |Scena |scena |1.0.95 |DONE |Manifest: NOSIGNATURE
  110. simplemagnets-1.1.9-forge-mc1.19.jar |Simple Magnets |simplemagnets |1.1.9 |DONE |Manifest: NOSIGNATURE
  111. botarium-forge-1.19.2-1.8.2.jar |Botarium |botarium |1.8.2 |DONE |Manifest: NOSIGNATURE
  112. IntegratedTerminals-1.19.2-1.4.7.jar |IntegratedTerminals |integratedterminals |1.4.7 |DONE |Manifest: NOSIGNATURE
  113. hitindication-1.19.2-1.3.1.jar |Hit Indication |hitindication |1.3.1 |DONE |Manifest: NOSIGNATURE
  114. blazemek-0.1.1.jar |Blaze Mek |blazemek |0.1.1 |DONE |Manifest: NOSIGNATURE
  115. Uppers-0.5.1.jar |Uppers |uppers |0.5.1 |DONE |Manifest: NOSIGNATURE
  116. HammerLib-1.19.2-19.3.57.jar |HammerLib |hammerlib |19.3.57 |DONE |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
  117. rubidium-0.6.2a.jar |Rubidium |rubidium |0.6.2a |DONE |Manifest: NOSIGNATURE
  118. IronJetpacks-1.19.2-6.0.4.jar |Iron Jetpacks |ironjetpacks |6.0.4 |DONE |Manifest: NOSIGNATURE
  119. laserio-1.5.2.jar |LaserIO |laserio |1.5.2 |DONE |Manifest: NOSIGNATURE
  120. CTM-1.19.2-1.1.6+8.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+8 |DONE |Manifest: NOSIGNATURE
  121. ReAuth-1.19-Forge-4.0.7.jar |ReAuth |reauth |4.0.7 |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
  122. modernfix-forge-5.0.4+mc1.19.2.jar |ModernFix |modernfix |5.0.4+mc1.19.2 |DONE |Manifest: NOSIGNATURE
  123. YungsApi-1.19.2-Forge-3.8.9.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.9 |DONE |Manifest: NOSIGNATURE
  124. MaxHealthFix-Forge-1.19.2-8.0.1.jar |MaxHealthFix |maxhealthfix |8.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
  125. WitherSkeletonTweaks-1.19.2-8.0.3.jar |Wither Skeleton Tweaks |wstweaks |8.0.3 |DONE |Manifest: NOSIGNATURE
  126. Shrink-1.19-1.3.5.jar |Shrink |shrink |1.3.5 |DONE |Manifest: NOSIGNATURE
  127. lootbeams-1.19.2-1.0.jar |LootBeams |lootbeams |1.0 |DONE |Manifest: NOSIGNATURE
  128. universalgrid-1.19.2-1.1.jar |Universal Grid |universalgrid |1.19.2-1.1 |DONE |Manifest: NOSIGNATURE
  129. ChanceCubes-1.19.2-5.0.2.475.jar |Chance Cubes |chancecubes |1.19.2-5.0.2.475 |DONE |Manifest: NOSIGNATURE
  130. Mute-1.0.3-build.6+mc1.19.1.jar |Mute |mute |1.0.3-build.6+mc1.19|DONE |Manifest: NOSIGNATURE
  131. forcecraft-1.19.2-3.2.8.jar |ForceCraft |forcecraft |3.2.8 |DONE |Manifest: NOSIGNATURE
  132. DarkUtilities-Forge-1.19.2-13.1.9.jar |DarkUtilities |darkutils |13.1.9 |DONE |Manifest: NOSIGNATURE
  133. Apotheosis-1.19.2-6.4.0.jar |Apotheosis |apotheosis |6.4.0 |DONE |Manifest: NOSIGNATURE
  134. balm-forge-1.19.2-4.5.7.jar |Balm |balm |4.5.7 |DONE |Manifest: NOSIGNATURE
  135. JustEnoughResources-1.19.2-1.2.2.200.jar |Just Enough Resources |jeresources |1.2.2.200 |DONE |Manifest: NOSIGNATURE
  136. EnergeticSheep-1.19.2-1.1.10.jar |EnergeticSheep |energeticsheep |1.1.10 |DONE |Manifest: NOSIGNATURE
  137. DeLogger-4.7.0-build.9+mc1.19.2.jar |DeLogger |delogger |4.7.0-build.9+mc1.19|DONE |Manifest: NOSIGNATURE
  138. cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
  139. durabilitytooltip-1.1.4-forge-mc1.19.jar |Durability Tooltip |durabilitytooltip |1.1.4 |DONE |Manifest: NOSIGNATURE
  140. easy_piglins-1.19.2-1.0.0.jar |Easy Piglins |easy_piglins |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE
  141. AdvancementPlaques-1.19.2-1.4.7.jar |Advancement Plaques |advancementplaques |1.4.7 |DONE |Manifest: NOSIGNATURE
  142. castle_in_the_sky-1.19.2-0.5.2.jar |Castle in the sky |castle_in_the_sky |1.19.2 |DONE |Manifest: NOSIGNATURE
  143. industrial-foregoing-1.19.2-3.3.2.3-5.jar |Industrial Foregoing |industrialforegoing |3.3.2.3 |DONE |Manifest: NOSIGNATURE
  144. torchmaster-19.2.90.jar |Torchmaster |torchmaster |19.2.90 |DONE |Manifest: NOSIGNATURE
  145. TipTheScales-forge-1.19.2-6.0.10.jar |TipTheScales |tipthescales |6.0.10 |DONE |Manifest: NOSIGNATURE
  146. handcrafted-forge-1.19.2-2.0.6.jar |Handcrafted |handcrafted |2.0.6 |DONE |Manifest: NOSIGNATURE
  147. BetterCompatibilityChecker-1.0.10-build.50+mc1.19.|Better Compatibility Checker |bcc |1.0.10-build.50+mc1.|DONE |Manifest: NOSIGNATURE
  148. ToolStats-Forge-1.19.2-12.1.4.jar |ToolStats |toolstats |12.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
  149. UnusualEnd1.19.2_V1.4.3.jar |Unusual End |unusualend |1.4.3 |DONE |Manifest: NOSIGNATURE
  150. BlockRunner-v4.2.2-1.19.2-Forge.jar |Block Runner |blockrunner |4.2.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
  151. transparent-5.1.2+1.19-forge.jar |Transparent |transparent |5.1.2 |DONE |Manifest: NOSIGNATURE
  152. supermartijn642corelib-1.1.10-forge-mc1.19.2.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.10 |DONE |Manifest: NOSIGNATURE
  153. Botania-1.19.2-439-FORGE.jar |Botania |botania |1.19.2-439-FORGE |DONE |Manifest: NOSIGNATURE
  154. resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |DONE |Manifest: NOSIGNATURE
  155. TextruesRubidiumOptions-1.0.5-mc1.19.2.jar |TexTrue's Rubidium Options |reeses_sodium_options |1.0.5-mc1.19.2 |DONE |Manifest: NOSIGNATURE
  156. spark-1.10.37-forge.jar |spark |spark |1.10.37 |DONE |Manifest: NOSIGNATURE
  157. structure-expansion-1902.1.3-build.7.jar |Structure Expansion |structureexpansion |1902.1.3-build.7 |DONE |Manifest: NOSIGNATURE
  158. curios-forge-1.19.2-5.1.4.1.jar |Curios API |curios |1.19.2-5.1.4.1 |DONE |Manifest: NOSIGNATURE
  159. oculus-mc1.19.2-1.2.8a.jar |Oculus |oculus |1.2.8a |DONE |Manifest: NOSIGNATURE
  160. Measurements-forge-1.19.2-1.3.1.jar |Measurements |measurements |1.3.1 |DONE |Manifest: NOSIGNATURE
  161. angelblockrenewed-forge-1.0-1.19.jar |Angel Block Renewed |angelblockrenewed |1.0 |DONE |Manifest: NOSIGNATURE
  162. ftb-team-dimensions-1.0.2-build.31-20230609.225328|FTB Dimensions |ftbteamdimensions |1.0.2-build.31 |DONE |Manifest: NOSIGNATURE
  163. constructionwand-1.19.2-2.10.jar |Construction Wand |constructionwand |1.19.2-2.10 |DONE |Manifest: NOSIGNATURE
  164. rebindnarrator-forge-1.19-1.2.2.jar |RebindNarrator |rebindnarrator |1.2.2 |DONE |Manifest: NOSIGNATURE
  165. SqueezerPatch-1.19.2-2.0.0.jar |ID Squeezer Patch |squeezerpatch |2.0.0 |DONE |Manifest: NOSIGNATURE
  166. JadeAddons-1.19.2-forge-3.5.0.jar |Jade Addons |jadeaddons |3.5.0 |DONE |Manifest: NOSIGNATURE
  167. CodeChickenLib-1.19.2-4.3.1.481-universal.jar |CodeChicken Lib |codechickenlib |4.3.1.481 |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
  168. CleanView-1.19.2-v1.jar |CleanView |cleanview |1.19.2-v1 |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
  169. geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE
  170. antiblocksrechiseled-0.1.7.jar |AntiBlocksReChiseled |antiblocksrechiseled |0.1.7 |DONE |Manifest: NOSIGNATURE
  171. SuperFactoryManager-1.19.2-4.10.3.jar |Super Factory Manager |sfm |4.10.3 |DONE |Manifest: NOSIGNATURE
  172. sliceanddice-forge-2.2.0.jar |Create Slice & Dice |sliceanddice |0.0.0-dev |DONE |Manifest: NOSIGNATURE
  173. NekosEnchantedBooks-1.19-1.8.0.jar |Neko's Enchanted Books |nebs |1.8.0 |DONE |Manifest: NOSIGNATURE
  174. randombonemealflowers-1.19.2-4.1.jar |Random Bone Meal Flowers |randombonemealflowers |4.1 |DONE |Manifest: NOSIGNATURE
  175. SmartBrainLib-forge-1.19.2-1.9.jar |SmartBrainLib |smartbrainlib |1.9 |DONE |Manifest: NOSIGNATURE
  176. ftb-skyblock-addons-1.0.0+mc1.19.2.jar |FTB Skyblock Addons |ftbsba |1.0.0+mc1.19.2 |DONE |Manifest: NOSIGNATURE
  177. tetra_nihilo-1.19.2-0.0.2.jar |Tetra Nihilo |tetra_nihilo |1.19.2-0.0.2 |DONE |Manifest: NOSIGNATURE
  178. elytraslot-forge-6.1.1+1.19.2.jar |Elytra Slot |elytraslot |6.1.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  179. Kiwi-1.19.1-forge-8.3.4.jar |Kiwi |kiwi |8.3.4 |DONE |Manifest: NOSIGNATURE
  180. endertrigon-1.0.jar |Ender Trigon |endertrigon |1.0 |DONE |Manifest: NOSIGNATURE
  181. rechiseled-1.1.0a-forge-mc1.19.2.jar |Rechiseled |rechiseled |1.1.0a |DONE |Manifest: NOSIGNATURE
  182. mining_helmet-1.19-2.1.1.jar |Mining Helmet |mining_helmet |2.1.1 |DONE |Manifest: NOSIGNATURE
  183. EverlastingAbilities-1.19.2-2.1.0.jar |EverlastingAbilities |everlastingabilities |2.1.0 |DONE |Manifest: NOSIGNATURE
  184. VisualWorkbench-v4.2.4-1.19.2-Forge.jar |Visual Workbench |visualworkbench |4.2.4 |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
  185. UniversalBoneMeal-v4.2.0-1.19.2-Forge.jar |Universal Bone Meal |universalbonemeal |4.2.0 |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
  186. AttributeFix-Forge-1.19.2-17.2.6.jar |AttributeFix |attributefix |17.2.6 |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
  187. luggage-1.19-1.6.jar |Luggage |luggage |1.6 |DONE |Manifest: NOSIGNATURE
  188. caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE
  189. bdlib-1.25.0.5-mc1.19.2.jar |BdLib |bdlib |1.25.0.5 |DONE |Manifest: NOSIGNATURE
  190. fullstackwatchdog-1.0.1+1.19.2-forge.jar |FullStack Watchdog |fullstackwatchdog |1.0.1+1.19.2-forge |DONE |Manifest: NOSIGNATURE
  191. Fallingleaves-1.19.1-2.0.0-alpha+20221129-2000.jar|Falling Leaves |fallingleaves |2.0.0-alpha+20221129|DONE |Manifest: NOSIGNATURE
  192. easyelytratakeoff-1.19.2-4.0.jar |Easy Elytra Takeoff |easyelytratakeoff |4.0 |DONE |Manifest: NOSIGNATURE
  193. NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE
  194. LibX-1.19.2-4.2.8.jar |LibX |libx |1.19.2-4.2.8 |DONE |Manifest: NOSIGNATURE
  195. compactmachines-5.1.0.jar |Compact Machines 5 |compactmachines |5.1.0 |DONE |Manifest: NOSIGNATURE
  196. farmingforblockheads-forge-1.19.2-11.3.0.jar |Farming for Blockheads |farmingforblockheads |11.3.0 |DONE |Manifest: NOSIGNATURE
  197. BeeFix-1.19-1.0.7.jar |Bee Fix |beefix |1.0.7 |DONE |Manifest: NOSIGNATURE
  198. pedestals-0.2.51.jar |Pedestals |pedestals |0.2.51 |DONE |Manifest: NOSIGNATURE
  199. questsadditions-1.19.2-1.4.2.jar |Quests Additions |questsadditions |1.4.2 |DONE |Manifest: NOSIGNATURE
  200. petrock-0.11.14.jar |PetRock |petrock |0.11.14 |DONE |Manifest: NOSIGNATURE
  201. PackingTape-1.19-0.14.0.jar |Packing Tape |packingtape |0.14.0 |DONE |Manifest: NOSIGNATURE
  202. fusion-1.0.5-forge-mc1.19.2.jar |Fusion |fusion |1.0.5 |DONE |Manifest: NOSIGNATURE
  203. FeederHelmet-43.2.0.jar |AutoFeederHelmet |feederhelmet |43.2.0 |DONE |Manifest: NOSIGNATURE
  204. 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
  205. ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |DONE |Manifest: NOSIGNATURE
  206. infernalmobs-1.19.2.4.jar |Infernal Mobs |infernalmobs |1.19.2.4 |DONE |Manifest: NOSIGNATURE
  207. IntegratedCrafting-1.19.2-1.1.2.jar |IntegratedCrafting |integratedcrafting |1.1.2 |DONE |Manifest: NOSIGNATURE
  208. Flopper-1.19.2-1.1.4.jar |Flopper |flopper |1.1.4 |DONE |Manifest: NOSIGNATURE
  209. MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE
  210. ceramicbucket-1.19-3.1.0.0.jar |Ceramic Bucket |ceramicbucket |1.19-3.1.0.0 |DONE |Manifest: NOSIGNATURE
  211. spectrelib-forge-0.12.4+1.19.2.jar |SpectreLib |spectrelib |0.12.4+1.19.2 |DONE |Manifest: NOSIGNATURE
  212. Ding-1.19.2-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
  213. createendertransmission-1.2.4.jar |Create Ender Transmission |createendertransmission |1 |DONE |Manifest: NOSIGNATURE
  214. compacter-1.9.0.3-mc1.19.2.jar |Compacter |compacter |1.9.0.3 |DONE |Manifest: NOSIGNATURE
  215. kffmod-3.12.0.jar |Kotlin For Forge |kotlinforforge |3.12.0 |DONE |Manifest: NOSIGNATURE
  216. Paintings-forge-1.19.2-10.2.4.0.jar |Paintings ++ |paintings |10.2.4.0 |DONE |Manifest: NOSIGNATURE
  217. forge-1.19.2-43.2.23-universal.jar |Forge |forge |43.2.23 |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
  218. 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
  219. cofh_core-1.19.2-10.2.1.40.jar |CoFH Core |cofh_core |10.2.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
  220. thermal_core-1.19.2-10.2.0.5.jar |Thermal Series |thermal |10.2.0.5 |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
  221. redstone_arsenal-1.19.2-7.2.0.15.jar |Redstone Arsenal |redstone_arsenal |7.2.0.15 |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
  222. thermal_innovation-1.19.2-10.2.0.18.jar |Thermal Innovation |thermal_innovation |10.2.0.18 |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
  223. thermal_foundation-1.19.2-10.2.0.47.jar |Thermal Foundation |thermal_foundation |10.2.0.47 |DONE |Manifest: NOSIGNATURE
  224. thermal_dynamics-1.19.2-10.2.1b.14.jar |Thermal Dynamics |thermal_dynamics |10.2.1b |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
  225. plonk-1.19.2-10.0.4.jar |Plonk |plonk |10.0.4 |DONE |Manifest: NOSIGNATURE
  226. flywheel-forge-1.19.2-0.6.8.a.jar |Flywheel |flywheel |0.6.8.a |DONE |Manifest: NOSIGNATURE
  227. IntegratedDynamics-1.19.2-1.16.7.jar |IntegratedDynamics |integrateddynamics |1.16.7 |DONE |Manifest: NOSIGNATURE
  228. integratednbt-1.19.2-1.6.0.jar |Integrated NBT |integratednbt |1.6.0 |DONE |Manifest: NOSIGNATURE
  229. baubley-heart-canisters-1.19.2-2.1.0.jar |Baubley Heart Canisters |bhc |1.19.2-2.1.0 |DONE |Manifest: NOSIGNATURE
  230. serverconfigupdater-3.2.jar |ServerConfig Updater |serverconfigupdater |3.2 |DONE |Manifest: NOSIGNATURE
  231. experienceobelisk-v1.4.5-1.19.2.jar |Experience Obelisk |experienceobelisk |1.4.5 |DONE |Manifest: NOSIGNATURE
  232. polymorph-forge-0.46.1+1.19.2.jar |Polymorph |polymorph |0.46.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  233. JustEnoughProfessions-forge-1.19.2-2.0.2.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.2 |DONE |Manifest: NOSIGNATURE
  234. AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |DONE |Manifest: NOSIGNATURE
  235. almostunified-forge-1.19.2-0.5.0.jar |AlmostUnified |almostunified |1.19.2-0.5.0 |DONE |Manifest: NOSIGNATURE
  236. jei-1.19.2-forge-11.6.0.1015.jar |Just Enough Items |jei |11.6.0.1015 |DONE |Manifest: NOSIGNATURE
  237. Mekanism-1.19.2-10.3.8.477.jar |Mekanism |mekanism |10.3.8 |DONE |Manifest: NOSIGNATURE
  238. pipez-1.19.2-1.1.0.jar |Pipez |pipez |1.19.2-1.1.0 |DONE |Manifest: NOSIGNATURE
  239. appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE
  240. lootr-1.19-0.4.24.62.jar |Lootr |lootr |0.4.24.61 |DONE |Manifest: NOSIGNATURE
  241. connectedglass-1.1.6-forge-mc1.19.jar |Connected Glass |connectedglass |1.1.6 |DONE |Manifest: NOSIGNATURE
  242. occultism-1.19.2-1.80.12.jar |Occultism |occultism |1.19.2-1.80.12 |DONE |Manifest: NOSIGNATURE
  243. RainShield-1.19-1.1.1.jar |Rain Shield |rainshield |1.1.1 |DONE |Manifest: NOSIGNATURE
  244. PuzzlesLib-v4.4.3-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.3 |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
  245. responsiveshields-2.2.jar |Responsive Shields |responsiveshields |2.2 |DONE |Manifest: NOSIGNATURE
  246. defaultoptions-forge-1.19-15.0.1.jar |Default Options |defaultoptions |15.0.1 |DONE |Manifest: NOSIGNATURE
  247. ad_astra-forge-1.19.2-1.12.6.jar |Ad Astra |ad_astra |1.12.6 |DONE |Manifest: NOSIGNATURE
  248. Ad-Astra-Giselle-Addon-forge-1.19.2-1.16.jar |Ad Astra!: Giselle Addon |ad_astra_giselle_addon |1.16 |DONE |Manifest: NOSIGNATURE
  249. tetra-1.19.2-5.2.1.jar |Tetra |tetra |5.2.1 |DONE |Manifest: NOSIGNATURE
  250. tetranomicon-1.4.2-1.19.2.jar |Tetranomicon |tetranomicon |1.4.2-1.19.2 |DONE |Manifest: NOSIGNATURE
  251. rsrequestify-2.3.0.jar |RSRequestify |rsrequestify |2.3.0 |DONE |Manifest: NOSIGNATURE
  252. hexerei-0.3.2.2.jar |Hexerei |hexerei |0.3.2 |DONE |Manifest: NOSIGNATURE
  253. CyclopsCore-1.19.2-1.18.6.jar |Cyclops Core |cyclopscore |1.18.6 |DONE |Manifest: NOSIGNATURE
  254. SkyVillages-1.0.1-1.19-forge-release.jar |Sky Villages |skyvillages |1.0.1-1.19-forge |DONE |Manifest: NOSIGNATURE
  255. mowlib-0.2.43.jar |MowLib |mowlib |0.2.43 |DONE |Manifest: NOSIGNATURE
  256. transmog-forge-1.2.2+1.19.2.jar |Transmog |transmog |1.2.2+1.19.2 |DONE |Manifest: NOSIGNATURE
  257. AIOTBotania-1.19.2-3.0.0.jar |AIOT Botania |aiotbotania |1.19.2-3.0.0 |DONE |Manifest: NOSIGNATURE
  258. AdvancedPeripherals-1.19.2-0.7.28r.jar |Advanced Peripherals |advancedperipherals |0.7.28r |DONE |Manifest: NOSIGNATURE
  259. flower_doubling_1.19.2-1.0.0.jar |Flower_Doubling |flower_doubling |1.0.0 |DONE |Manifest: NOSIGNATURE
  260. HealthOverlay-1.19.2-7.2.1.jar |Health Overlay |healthoverlay |7.2.1 |DONE |Manifest: NOSIGNATURE
  261. incontrol-1.19-7.1.8.jar |InControl |incontrol |1.19-7.1.8 |DONE |Manifest: NOSIGNATURE
  262. Tips-Forge-1.19.2-8.0.27.jar |Tips |tipsmod |8.0.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
  263. sophisticatedcore-1.19.2-0.5.73.333.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.73.333 |DONE |Manifest: NOSIGNATURE
  264. structureessentials-1.19.2-2.9.jar |Structure Essentials mod |structureessentials |1.19.2-2.9 |DONE |Manifest: NOSIGNATURE
  265. glassential-forge-1.19-1.2.4.jar |Glassential |glassential |1.19-1.2.4 |DONE |Manifest: NOSIGNATURE
  266. XaerosWorldMap_1.34.0_Forge_1.19.1.jar |Xaero's World Map |xaeroworldmap |1.34.0 |DONE |Manifest: NOSIGNATURE
  267. Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE
  268. Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |DONE |Manifest: NOSIGNATURE
  269. Placebo-1.19.2-7.3.2.jar |Placebo |placebo |7.3.2 |DONE |Manifest: NOSIGNATURE
  270. dankstorage-1.19.2-5.1.6.jar |Dank Storage |dankstorage |1.19.2-5.1.6 |DONE |Manifest: NOSIGNATURE
  271. Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  272. sophisticatedbackpacks-1.19.2-3.18.51.860.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.51.860 |DONE |Manifest: NOSIGNATURE
  273. buildinggadgets-3.16.2-build.22+mc1.19.2.jar |Building Gadgets |buildinggadgets |3.16.2-build.22+mc1.|DONE |Manifest: NOSIGNATURE
  274. FramedBlocks-6.8.4.jar |FramedBlocks |framedblocks |6.8.4 |DONE |Manifest: NOSIGNATURE
  275. BuildGuide-1.19.2-0.3.3.jar |Build Guide |buildguide |0.0NONE |DONE |Manifest: NOSIGNATURE
  276. unstabletools-1.19.2-7.0.2a.jar |Unstable Tools |unstabletools |1.19.2-7.0.2a |DONE |Manifest: NOSIGNATURE
  277. MekanismGenerators-1.19.2-10.3.8.477.jar |Mekanism: Generators |mekanismgenerators |10.3.8 |DONE |Manifest: NOSIGNATURE
  278. BotanicAdditions-1.19.2-19.3.4.jar |Botanic Additions |botanicadds |19.3.4 |DONE |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
  279. dummmmmmy-1.19.2-1.7.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE
  280. no_nv_flash-1.19.2-1.5.0.3.jar |No Night Vision Flashing |no_nv_flash |1.5.0.3 |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
  281. mob_grinding_utils-1.19.2-0.4.50.jar |Mob Grinding Utils |mob_grinding_utils |1.19.2-0.4.50 |DONE |Manifest: NOSIGNATURE
  282. konkrete_forge_1.6.1_MC_1.19-1.19.2.jar |Konkrete |konkrete |1.6.1 |DONE |Manifest: NOSIGNATURE
  283. RSInfinityBooster-1.19.2-3.0+27.jar |RSInfinityBooster |rsinfinitybooster |1.19.2-3.0+27 |DONE |Manifest: NOSIGNATURE
  284. adtetra-1.0.1.jar |Ad Tetra |adtetra |1.0.1 |DONE |Manifest: NOSIGNATURE
  285. chipped-forge-1.19.2-2.1.5.jar |Chipped |chipped |2.1.5 |DONE |Manifest: NOSIGNATURE
  286. FarmersDelight-1.19-1.2.1.jar |Farmer's Delight |farmersdelight |1.19-1.2.1 |DONE |Manifest: NOSIGNATURE
  287. DustrialDecor-1.3.3-1.19.2.jar |'Dustrial Decor |dustrial_decor |1.3.2 |DONE |Manifest: NOSIGNATURE
  288. HostileNeuralNetworks-1.19.2-4.1.0.jar |Hostile Neural Networks |hostilenetworks |4.1.0 |DONE |Manifest: NOSIGNATURE
  289. entangled-1.3.14-forge-mc1.19.2.jar |Entangled |entangled |1.3.14 |DONE |Manifest: NOSIGNATURE
  290. CommonCapabilities-1.19.2-2.9.0.jar |CommonCapabilities |commoncapabilities |2.9.0 |DONE |Manifest: NOSIGNATURE
  291. AmbientSounds_FORGE_v5.2.13_mc1.19.2.jar |Ambient Sounds |ambientsounds |5.2.13 |DONE |Manifest: NOSIGNATURE
  292. crashutilities-6.2.jar |Crash Utilities |crashutilities |6.2 |DONE |Manifest: NOSIGNATURE
  293. MekanismAdditions-1.19.2-10.3.8.477.jar |Mekanism: Additions |mekanismadditions |10.3.8 |DONE |Manifest: NOSIGNATURE
  294. wirelesschargers-1.0.9-forge-mc1.19.2.jar |Wireless Chargers |wirelesschargers |1.0.9 |DONE |Manifest: NOSIGNATURE
  295. simplylight-1.19.2-1.4.5-build.42.jar |Simply Light |simplylight |1.19.2-1.4.5-build.4|DONE |Manifest: NOSIGNATURE
  296. technobauble-0.7.0.4-mc1.19.2.jar |Technobauble |technobauble |0.7.0.4 |DONE |Manifest: NOSIGNATURE
  297. dpanvil-1.19.2-4.4.0.jar |DataPack Anvil |dpanvil |1.19.2-4.4.0 |DONE |Manifest: NOSIGNATURE
  298. collective-1.19.2-6.62.jar |Collective |collective |6.62 |DONE |Manifest: NOSIGNATURE
  299. blockcarpentry-1.19-0.1.1.1.jar |BlockCarpentry |blockcarpentry |1.19-0.1.1.1 |DONE |Manifest: NOSIGNATURE
  300. thermal_expansion-1.19.2-10.2.0.21.jar |Thermal Expansion |thermal_expansion |10.2.0.21 |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
  301. IntegratedTunnels-1.19.2-1.8.19.jar |IntegratedTunnels |integratedtunnels |1.8.19 |DONE |Manifest: NOSIGNATURE
  302. BetterThirdPerson-Forge-1.19-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |DONE |Manifest: NOSIGNATURE
  303. elevatorid-1.19.2-1.8.9.jar |Elevator Mod |elevatorid |1.19.2-1.8.9 |DONE |Manifest: NOSIGNATURE
  304. ftb-ultimine-forge-1902.4.1-build.90.jar |FTB Ultimine |ftbultimine |1902.4.1-build.90 |DONE |Manifest: NOSIGNATURE
  305. 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
  306. resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |DONE |Manifest: NOSIGNATURE
  307. spirit-forge-1.19.2-2.2.6.jar |Spirit |spirit |2.2.6 |DONE |Manifest: NOSIGNATURE
  308. MekanismTools-1.19.2-10.3.8.477.jar |Mekanism: Tools |mekanismtools |10.3.8 |DONE |Manifest: NOSIGNATURE
  309. architectury-6.5.85-forge.jar |Architectury |architectury |6.5.85 |DONE |Manifest: NOSIGNATURE
  310. ToolKit-forge-2.3.8-build.18+mc1.19.2.jar |Toolkit |toolkit |2.3.8-build.18+mc1.1|DONE |Manifest: NOSIGNATURE
  311. SimpleDiscordRichPresence-forge-3.0.4-build.27+mc1|Simple Discord Rich Presence |sdrp |3.0.4-build.27+mc1.1|DONE |Manifest: NOSIGNATURE
  312. ftb-library-forge-1902.3.19-build.214.jar |FTB Library |ftblibrary |1902.3.19-build.214 |DONE |Manifest: NOSIGNATURE
  313. gag-forge-2.0.0-build.8.jar |Gadgets Against Grind |gag |2.0.0-build.8 |DONE |Manifest: NOSIGNATURE
  314. findme-3.1.0-forge.jar |FindMe |findme |3.1.0 |DONE |Manifest: NOSIGNATURE
  315. customvillagertrades-forge-19.20.0.jar |Custom Villager Trades |customvillagertrades |19.20.0 |DONE |Manifest: NOSIGNATURE
  316. ftbauxilium-forge-1902.1.10-build.42-forge.jar |FTB Auxilium |ftbauxilium |1902.1.10-build.42 |DONE |Manifest: NOSIGNATURE
  317. ftb-teams-forge-1902.2.13-build.100.jar |FTB Teams |ftbteams |1902.2.13-build.100 |DONE |Manifest: NOSIGNATURE
  318. ftb-ranks-forge-1902.1.15-build.76.jar |FTB Ranks |ftbranks |1902.1.15-build.76 |DONE |Manifest: NOSIGNATURE
  319. ftb-essentials-1902.3.0-build.64.jar |FTB Essentials |ftbessentials |1902.3.0-build.64 |DONE |Manifest: NOSIGNATURE
  320. accelerated-decay-forge-1.0.0+mc1.19.2.jar |Accelerated Decay |accelerateddecay |1.0.0+mc1.19.2 |DONE |Manifest: NOSIGNATURE
  321. cc-tweaked-1.19.2-1.101.2.jar |CC: Tweaked |computercraft |1.101.2 |DONE |Manifest: NOSIGNATURE
  322. AI-Improvements-1.19.2-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |DONE |Manifest: NOSIGNATURE
  323. moreoverlays-1.21.9-mc1.19.2.jar |More Overlays Updated |moreoverlays |1.21.9-mc1.19.2 |DONE |Manifest: NOSIGNATURE
  324. productivebees-1.19.2-0.10.7.2.jar |Productive Bees |productivebees |1.19.2-0.10.7.2 |DONE |Manifest: NOSIGNATURE
  325. hexal-forge-1.19.2-0.2.15.jar |Hexal |hexal |0.2.15 |DONE |Manifest: NOSIGNATURE
  326. trashcans-1.0.18-forge-mc1.19.jar |Trash Cans |trashcans |1.0.18 |DONE |Manifest: NOSIGNATURE
  327. inventoryessentials-forge-1.19-5.0.2.jar |Inventory Essentials |inventoryessentials |5.0.2 |DONE |Manifest: NOSIGNATURE
  328. polylib-forge-1900.0.2-build.73.jar |PolyLib |polylib |1900.0.2-build.73 |DONE |Manifest: NOSIGNATURE
  329. letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar |Let Me Despawn |letmedespawn |0.0NONE |DONE |Manifest: NOSIGNATURE
  330. yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar |Yeetus Experimentus |yeetusexperimentus |1.0.1-build.2+mc1.19|DONE |Manifest: NOSIGNATURE
  331. GameMenuModOption-1.19-1.18.jar |Game Menu Mod Option |gamemenumodoption |1.18 |DONE |Manifest: NOSIGNATURE
  332. voidtotem-forge-1.19.2-2.1.0.jar |Void Totem |voidtotem |2.1.0 |DONE |Manifest: NOSIGNATURE
  333. autosmithingtable_1.19.2-1.2.4.jar |Auto Smithing Table |autosmithingtable |1.2.4 |DONE |Manifest: NOSIGNATURE
  334. Cyclic-1.19.2-1.8.0.jar |Cyclic |cyclic |1.19.2-1.8.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
  335. inventorysorter-22.0.0.jar |Simple Inventory Sorter |inventorysorter |22.0.0 |DONE |Manifest: NOSIGNATURE
  336. rhino-forge-1902.2.2-build.268.jar |Rhino |rhino |1902.2.2-build.268 |DONE |Manifest: NOSIGNATURE
  337. kubejs-forge-1902.6.0-build.142.jar |KubeJS |kubejs |1902.6.0-build.142 |DONE |Manifest: NOSIGNATURE
  338. kubejs-thermal-1902.1.6-build.22.jar |KubeJS Thermal |kubejs_thermal |1902.1.6-build.22 |DONE |Manifest: NOSIGNATURE
  339. RootsClassic-1.19.2-1.1.35.jar |Roots Classic |rootsclassic |1.19.2-1.1.35 |DONE |Manifest: NOSIGNATURE
  340. Cucumber-1.19.2-6.0.7.jar |Cucumber Library |cucumber |6.0.7 |DONE |Manifest: NOSIGNATURE
  341. Reaper-1.0.4.jar |Reaper |reaper |1.0.4 |DONE |Manifest: NOSIGNATURE
  342. craftingstation-1.19.2-6.0.1.jar |Crafting Station |craftingstation |1.19.2-6.0.1 |DONE |Manifest: NOSIGNATURE
  343. redstonepen-1.19.2-forge-1.2.20.jar |Redstone Pen |redstonepen |1.2.20 |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
  344. item-filters-forge-1902.2.9-build.51.jar |Item Filters |itemfilters |1902.2.9-build.51 |DONE |Manifest: NOSIGNATURE
  345. ftb-quests-forge-1902.4.17-build.240.jar |FTB Quests |ftbquests |1902.4.17-build.240 |DONE |Manifest: NOSIGNATURE
  346. EasyMagic-v4.3.3-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.3 |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
  347. metalbarrels-1.19.2-5.0.1.jar |Metal Barrels |metalbarrels |1.19.2-5.0.1 |DONE |Manifest: NOSIGNATURE
  348. TravelAnchors-1.19.2-4.1.2.jar |Travel Anchors |travelanchors |1.19.2-4.1.2 |DONE |Manifest: NOSIGNATURE
  349. ftb-pack-companion-2.0.3-build.8+mc1.19.2.jar |FTB Pack Companion |ftbpc |2.0.3-build.8+mc1.19|DONE |Manifest: NOSIGNATURE
  350. ensorcellation-1.19.2-4.2.0.14.jar |Ensorcellation |ensorcellation |4.2.0.14 |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
  351. create-1.19.2-0.5.1.b.jar |Create |create |0.5.1.b |DONE |Manifest: NOSIGNATURE
  352. createsifter-1.19.2-1.5.0.b-30.jar |Create Sifter |createsifter |1.19.2-1.5.0.b-30 |DONE |Manifest: NOSIGNATURE
  353. ponderjs-1.19.2-1.1.11.jar |PonderJS |ponderjs |1.1.11 |DONE |Manifest: NOSIGNATURE
  354. FastSuite-1.19.2-4.1.0.jar |Fast Suite |fastsuite |4.1.0 |DONE |Manifest: NOSIGNATURE
  355. Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE
  356. comforts-forge-6.0.5+1.19.2.jar |Comforts |comforts |6.0.5+1.19.2 |DONE |Manifest: NOSIGNATURE
  357. artifacts-1.19.2-5.0.2.jar |Artifacts |artifacts |1.19.2-5.0.2 |DONE |Manifest: NOSIGNATURE
  358. configured-2.1.1-1.19.2.jar |Configured |configured |2.1.1 |DONE |Manifest: NOSIGNATURE
  359. charginggadgets-1.9.0.jar |Charging Gadgets |charginggadgets |1.9.0 |DONE |Manifest: NOSIGNATURE
  360. ftbbackups2-forge-1.19.2-1.0.19.jar |FTB Backups 2 |ftbbackups2 |1.0.19 |DONE |Manifest: NOSIGNATURE
  361. lazydfu-1.19-1.0.2.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
  362. mcjtylib-1.19-7.2.5.jar |McJtyLib |mcjtylib |1.19-7.2.5 |DONE |Manifest: NOSIGNATURE
  363. rftoolsbase-1.19-4.1.7.jar |RFToolsBase |rftoolsbase |1.19-4.1.7 |DONE |Manifest: NOSIGNATURE
  364. rftoolsbuilder-1.19-5.2.8.jar |RFToolsBuilder |rftoolsbuilder |1.19-5.2.8 |DONE |Manifest: NOSIGNATURE
  365. rftoolsstorage-1.19-4.1.2.jar |RFToolsStorage |rftoolsstorage |1.19-4.1.2 |DONE |Manifest: NOSIGNATURE
  366. ToastControl-1.19.2-7.0.0.jar |Toast Control |toastcontrol |7.0.0 |DONE |Manifest: NOSIGNATURE
  367. blueprint-1.19.2-6.1.2.jar |Blueprint |blueprint |6.1.2 |DONE |Manifest: NOSIGNATURE
  368. incubation-1.19-3.0.0.jar |Incubation |incubation |3.0.0 |DONE |Manifest: NOSIGNATURE
  369. 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
  370. hexcasting-forge-1.19.2-0.10.3.jar |Hex Casting |hexcasting |0.10.3 |DONE |Manifest: NOSIGNATURE
  371. AkashicTome-1.6-23.jar |Akashic Tome |akashictome |1.6-23 |DONE |Manifest: NOSIGNATURE
  372. ftb-chunks-forge-1902.3.22-build.271.jar |FTB Chunks |ftbchunks |1902.3.22-build.271 |DONE |Manifest: NOSIGNATURE
  373. TravelersTitles-1.19.2-Forge-3.1.2.jar |Traveler's Titles |travelerstitles |1.19.2-Forge-3.1.2 |DONE |Manifest: NOSIGNATURE
  374. craftingtweaks-forge-1.19.2-15.1.7.jar |CraftingTweaks |craftingtweaks |15.1.7 |DONE |Manifest: NOSIGNATURE
  375. default-server-properties-forge-77.1.0.jar |Default Server Properties |dsp |77.1.0 |DONE |Manifest: NOSIGNATURE
  376. rftoolsutility-1.19-5.1.7.jar |RFToolsUtility |rftoolsutility |1.19-5.1.7 |DONE |Manifest: NOSIGNATURE
  377. 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
  378. swingthroughgrass-1.19.2-1.10.0.jar |SwingThroughGrass |swingthroughgrass |1.19.2-1.10.0 |DONE |Manifest: NOSIGNATURE
  379. sebastrnlib-2.0.2.jar |Sebastrn Lib |sebastrnlib |2.0.2 |DONE |Manifest: NOSIGNATURE
  380. appliedcooking-2.0.3.jar |Applied Cooking |appliedcooking |2.0.3 |DONE |Manifest: NOSIGNATURE
  381. refinedcooking-3.0.3.jar |Refined Cooking |refinedcooking |3.0.3 |DONE |Manifest: NOSIGNATURE
  382. refinedstorage-1.11.6.jar |Refined Storage |refinedstorage |1.11.6 |DONE |Manifest: NOSIGNATURE
  383. cookingforblockheads-forge-1.19.2-13.3.2.jar |CookingForBlockheads |cookingforblockheads |13.3.2 |DONE |Manifest: NOSIGNATURE
  384. Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
  385. ars_nouveau-1.19.2-3.17.3.jar |Ars Nouveau |ars_nouveau |3.17.3 |DONE |Manifest: NOSIGNATURE
  386. arsarmiger-1.19.2-1.4.0.jar |Ars Armiger |ars_armiger |1.19.2-1.4.0 |DONE |Manifest: NOSIGNATURE
  387. ars_creo-1.19.2-3.2.1.jar |Ars Creo |ars_creo |3.2.1 |DONE |Manifest: NOSIGNATURE
  388. toomanyglyphs-1.19.2-2.2.45.12185.jar |Too Many Glyphs |toomanyglyphs |2.2.45.12185 |DONE |Manifest: NOSIGNATURE
  389. elementalcraft-1.19.2-5.8.5.jar |ElementalCraft |elementalcraft |1.19.2-5.8.5 |DONE |Manifest: NOSIGNATURE
  390. moonlight-1.19.2-2.2.40-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.40 |DONE |Manifest: NOSIGNATURE
  391. titanium-1.19.2-3.7.3-27.jar |Titanium |titanium |3.7.3 |DONE |Manifest: NOSIGNATURE
  392. Jade-1.19.1-forge-8.8.1.jar |Jade |jade |8.8.1 |DONE |Manifest: NOSIGNATURE
  393. appliedenergistics2-forge-12.9.5.jar |Applied Energistics 2 |ae2 |12.9.5 |DONE |Manifest: NOSIGNATURE
  394. AEInfinityBooster-1.19.2-1.2.0+11.jar |AEInfinityBooster |aeinfinitybooster |1.19.2-1.2.0+11 |DONE |Manifest: NOSIGNATURE
  395. merequester-1.19.2-1.1.2.jar |ME Requester |merequester |1.19.2-1.1.2 |DONE |Manifest: NOSIGNATURE
  396. AE2WTLib-12.9.5.jar |AE2WTLib |ae2wtlib |12.9.5 |DONE |Manifest: NOSIGNATURE
  397. AE2-Things-1.1.1.jar |AE2 Things |ae2things |1.1.1 |DONE |Manifest: NOSIGNATURE
  398. CreativeCore_FORGE_v2.9.4_mc1.19.2.jar |CreativeCore |creativecore |2.9.3 |DONE |Manifest: NOSIGNATURE
  399. creativedisk-1.0.0+mc1.19.2.jar |Creative Disk |creativedisk |1.0.0+mc1.19.2 |DONE |Manifest: NOSIGNATURE
  400. archers_paradox-1.19.2-4.2.0.13.jar |Archer's Paradox |archers_paradox |4.2.0.13 |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
  401. NethersDelight-1.19-3.0.jar |Nether's Delight |nethersdelight |1.19-3.0 |DONE |Manifest: NOSIGNATURE
  402. easy_villagers-1.19.2-1.0.8.jar |Easy Villagers |easy_villagers |1.19.2-1.0.8 |DONE |Manifest: NOSIGNATURE
  403. Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |DONE |Manifest: NOSIGNATURE
  404. Quark-3.4-405.jar |Quark |quark |3.4-405 |DONE |Manifest: NOSIGNATURE
  405. supplementaries-1.19.2-2.3.19.jar |Supplementaries |supplementaries |1.19.2-2.3.19 |DONE |Manifest: NOSIGNATURE
  406. mutil-1.19.2-5.1.0.jar |mutil |mutil |5.1.0 |DONE |Manifest: NOSIGNATURE
  407. art_of_forging-1.6.7-1.19.2.jar |Art of Forging |art_of_forging |1.6.7-1.19.2 |DONE |Manifest: NOSIGNATURE
  408. LegendaryTooltips-1.19.2-forge-1.4.0.jar |Legendary Tooltips |legendarytooltips |1.4.0 |DONE |Manifest: NOSIGNATURE
  409. JAOPCA-1.19.2-4.2.7.14.jar |JAOPCA |jaopca |4.2.7.14 |DONE |Manifest: NOSIGNATURE
  410. bucketlib-1.19-1.0.5.0.jar |BucketLib |bucketlib |1.19-1.0.5.0 |DONE |Manifest: NOSIGNATURE
  411. PigPen-Forge-1.19.2-11.1.2.jar |PigPen |pigpen |11.1.2 |DONE |Manifest: NOSIGNATURE
  412. FastWorkbench-1.19.2-7.1.2.jar |Fast Workbench |fastbench |7.1.2 |DONE |Manifest: NOSIGNATURE
  413. FluxNetworks-1.19.2-7.1.2.11.jar |Flux Networks |fluxnetworks |7.1.2.11 |DONE |Manifest: NOSIGNATURE
  414. Applied-Botanics-1.4.2.jar |Applied Botanics |appbot |1.4.2 |DONE |Manifest: NOSIGNATURE
  415. Statues-1.19.2-0.3.2.8.jar |Statues Mod |statues |0.3.2.8 |DONE |Manifest: NOSIGNATURE
  416. ars_instrumentum-1.19.2-3.4.4.jar |Ars Instrumentum |ars_instrumentum |3.4.4 |DONE |Manifest: NOSIGNATURE
  417. FlowerPatch-forge-1.19.2-2.0.2.jar |Flower Patch |flowerpatch |2.0.2 |DONE |Manifest: NOSIGNATURE
  418. modonomicon-1.19.2-1.33.0.jar |Modonomicon |modonomicon |1.19.2-1.33.0 |DONE |Manifest: NOSIGNATURE
  419. kubejs_botania-1.1-forge.jar |KubeJS Botania |kubejs_botania |1.1 |DONE |Manifest: NOSIGNATURE
  420. fancymenu_forge_2.14.7_MC_1.19-1.19.2.jar |FancyMenu |fancymenu |2.14.7 |DONE |Manifest: NOSIGNATURE
  421. fm_audio_extension_forge_1.1.1-1_MC_1.19.jar |FancyMenu Audio Extension |fmextension_audio |1.1.1 |DONE |Manifest: NOSIGNATURE
  422. 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
  423. SoL-Carrot-1.19.2-1.14.0.jar |Spice of Life: Carrot Edition |solcarrot |1.19.2-1.14.0 |DONE |Manifest: NOSIGNATURE
  424. functionalstorage-1.19.2-1.1.4.jar |Functional Storage |functionalstorage |1.19.2-1.1.4 |DONE |Manifest: NOSIGNATURE
  425. modular-routers-1.19.2-10.2.0-3.jar |Modular Routers |modularrouters |10.2.0-3 |DONE |Manifest: NOSIGNATURE
  426. charmofundying-forge-6.2.1+1.19.2.jar |Charm of Undying |charmofundying |6.2.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  427. occultism_kubejs-1.19.2-0.0.1.jar |Occultism KubeJS |occultism_kubejs |1.19.2-0.0.1 |DONE |Manifest: NOSIGNATURE
  428. Applied-Mekanistics-1.3.4.jar |Applied Mekanistics |appmek |1.3.4 |DONE |Manifest: NOSIGNATURE
  429. megacells-forge-2.0.0-beta.11-1.19.2.jar |MEGA Cells |megacells |2.0.0-beta.11-1.19.2|DONE |Manifest: NOSIGNATURE
  430. expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
  431. overloadedarmorbar-1.19.3-7.1.jar |Overloaded Armor Bar |overloadedarmorbar |1.19.3-7.1 |DONE |Manifest: NOSIGNATURE
  432. chisels-and-bits-forge-1.3.135.jar |chisels-and-bits |chiselsandbits |1.3.135 |DONE |Manifest: NOSIGNATURE
  433. Morph-o-Tool-1.6-34.jar |Morph-o-Tool |morphtool |1.6-34 |DONE |Manifest: NOSIGNATURE
  434. createaddition-1.19.2-20230527a.jar |Create Crafts & Additions |createaddition |1.19.2-20230527a |DONE |Manifest: NOSIGNATURE
  435. PresenceFootsteps-1.19.2-1.6.4.1-forge.jar |Presence Footsteps (Forge) |presencefootsteps |1.19.2-1.6.4.1 |DONE |Manifest: NOSIGNATURE
  436. Crash Report UUID: b35bc255-ed8f-4491-8bcb-6d92fd744166
  437. FML: 43.2
  438. Forge: net.minecraftforge:43.2.23
  439. Flywheel Backend: GL33 Instanced Arrays
  440. FramedBlocks BlockEntity Warning: Not applicable
  441. Kiwi Modules:
  442. kiwi:contributors
  443. kiwi:data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement