Advertisement
Guest User

Untitled

a guest
Feb 8th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.88 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 2025-02-08 10:57:34
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file jei-server.toml of type SERVER for modid jei
  8. at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.3.0.jar%23739!/:?] {}
  9. at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.3.0.jar%23739!/:?] {}
  10. at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.3.0.jar%23739!/:?] {}
  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.20.1-47.3.0.jar%23739!/:?] {}
  14. at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:96) ~[forge-1.20.1-47.3.0-universal.jar%23743!/:?] {re:classloading}
  15. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23738!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
  16. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23738!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  17. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23738!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,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%2393!/:?] {}
  21. at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2393!/:?] {}
  22. at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2393!/:?] {}
  23. at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2393!/:?] {}
  24. at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2394!/:?] {}
  25. at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2394!/:?] {}
  26. at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2394!/:?] {}
  27. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2394!/:?] {}
  28. at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2394!/:?] {}
  29. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2393!/:?] {}
  30. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2393!/:?] {}
  31. at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2393!/:?] {}
  32. at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2393!/:?] {}
  33. at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2393!/:?] {}
  34. at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.20.1-47.3.0.jar%23739!/:?] {}
  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.20.1
  44. Minecraft Version ID: 1.20.1
  45. Operating System: Windows 11 (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: 1661312776 bytes (1584 MiB) / 9000976384 bytes (8584 MiB) up to 12582912000 bytes (12000 MiB)
  49. CPUs: 12
  50. Processor Vendor: AuthenticAMD
  51. Processor Name: AMD Ryzen 5 3600 6-Core Processor
  52. Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
  53. Microarchitecture: Zen 2
  54. Frequency (GHz): 3.60
  55. Number of physical packages: 1
  56. Number of physical CPUs: 6
  57. Number of logical CPUs: 12
  58. Graphics card #0 name: NVIDIA GeForce RTX 3060
  59. Graphics card #0 vendor: NVIDIA (0x10de)
  60. Graphics card #0 VRAM (MB): 4095.00
  61. Graphics card #0 deviceId: 0x2504
  62. Graphics card #0 versionInfo: DriverVersion=32.0.15.6636
  63. Memory slot #0 capacity (MB): 16384.00
  64. Memory slot #0 clockSpeed (GHz): 2.13
  65. Memory slot #0 type: DDR4
  66. Memory slot #1 capacity (MB): 16384.00
  67. Memory slot #1 clockSpeed (GHz): 2.13
  68. Memory slot #1 type: DDR4
  69. Virtual memory max (MB): 46006.08
  70. Virtual memory used (MB): 23385.71
  71. Swap memory total (MB): 13312.00
  72. Swap memory used (MB): 14.73
  73. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12000m -Xms256m
  74. Server Running: true
  75. Player Count: 0 / 8; []
  76. Data Packs: vanilla, mod:saturn (incompatible), mod:supermartijn642configlib (incompatible), mod:slimyboyos (incompatible), mod:colourfulllamas, mod:loadingbackgrounds (incompatible), mod:mcwwindows, mod:dynamicvillagertrades (incompatible), mod:modnametooltip (incompatible), mod:create_jetpack (incompatible), mod:laserio (incompatible), mod:tiled_cauldron (incompatible), mod:gateways (incompatible), mod:angrymobs, mod:maxhealthfix (incompatible), mod:bagus_lib, mod:zume (incompatible), mod:forgivingvoid, mod:forcecraft, mod:apotheosis (incompatible), mod:ldlib (incompatible), mod:balm, mod:jeresources, mod:energeticsheep, mod:cloth_config (incompatible), mod:supplementaries, mod:embeddium, mod:athena, mod:lmft (incompatible), mod:packmenu (incompatible), mod:rebirth_paintings, mod:industrialforegoing (incompatible), mod:torchmaster, mod:tipthescales (incompatible), mod:handcrafted (incompatible), mod:colorblindness, mod:glow_sticks, mod:openstairs, mod:supermartijn642corelib, mod:botania, mod:tinylightbulbs (incompatible), mod:resourcefulconfig (incompatible), mod:create_sabers, mod:luphieclutteredmod, mod:gamestages (incompatible), mod:veincreeper (incompatible), mod:searchables (incompatible), mod:measurements, mod:framedblocks, mod:attributeslib (incompatible), mod:overweight_farming (incompatible), mod:exnihilocoloratus (incompatible), mod:constructionwand, mod:mcwroofs, mod:checklist, mod:wormhole (incompatible), mod:littlelogistics (incompatible), mod:woodenbucket, mod:waybackstone (incompatible), mod:flib, mod:flightlib (incompatible), mod:l2library (incompatible), mod:codechickenlib (incompatible), mod:mcwlights, mod:smartbrainlib, mod:tooltipintegration, mod:betteranimationscollection, mod:l2tabs (incompatible), mod:endertrigon (incompatible), mod:rechiseled (incompatible), mod:protectmobsfromdaylight (incompatible), mod:randomshulkercolours, mod:attributefix (incompatible), mod:pehkui (incompatible), mod:configlibtxf, mod:tesseract, mod:luggage (incompatible), mod:ctdcore, mod:crop_marker (incompatible), mod:catjammies, mod:thismatters, mod:libx, mod:l2screentracker (incompatible), mod:phosphophyllite (incompatible), mod:rechiseledcreate, mod:dyemobdye, mod:clickmachine (incompatible), mod:clearsky (incompatible), mod:fusion, mod:infodatapack, mod:jei, mod:crafttweaker (incompatible), mod:more_immersive_wires (incompatible), mod:puzzlesaccessapi, mod:forge, mod:silentgear, mod:extractinator (incompatible), mod:simpletomb, mod:novacore, mod:jsonthings, mod:cofh_core, mod:thermal, mod:thermal_integration, mod:thermal_innovation, mod:thermal_foundation, mod:thermal_locomotion, mod:thermal_dynamics, mod:limbs, mod:trade_cycling, mod:theoneprobe, mod:mousetweaks, mod:immersiveengineering (incompatible), mod:createsifter (incompatible), mod:spectrelib (incompatible), mod:fivehead, mod:fastpaintings (incompatible), mod:createtweaker (incompatible), mod:sushigocrafting (incompatible), mod:kotlinforforge (incompatible), mod:flywheel, mod:ghastcow, mod:thermal_cultivation, mod:bhc (incompatible), mod:serverconfigupdater (incompatible), mod:lava_monster (incompatible), mod:polymorph (incompatible), mod:lootbags (incompatible), mod:earthmobsmod, mod:canary, mod:dyeable_redstone_signal (incompatible), mod:pickletweaks, mod:immediatelyfast (incompatible), mod:fastfurnace (incompatible), mod:appleskin (incompatible), mod:moremobvariants, mod:occultism, mod:forbiddensmoothies, mod:puzzleslib, mod:pizzacraft, mod:datamancy (incompatible), mod:exnihilosequentia, mod:extremesoundmuffler, mod:magic_mirror (incompatible), mod:defaultoptions, mod:cyclopscore, mod:kuma_api (incompatible), mod:transmog (incompatible), mod:embeddiumplus, mod:globalpacks (incompatible), mod:geckolib, mod:colored_torches, mod:incontrol, mod:powerdrop (incompatible), mod:tipsmod (incompatible), mod:sophisticatedcore (incompatible), mod:insanelib, mod:initialinventory (incompatible), mod:steelgotit (incompatible), mod:realisticbees, mod:paperdoll, mod:controlling (incompatible), mod:prism (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:player_mobs, mod:gardenofglass (incompatible), mod:minecraft_style_paintings, mod:mixinextras (incompatible), mod:culinaryconstruct (incompatible), mod:cobweb (incompatible), mod:soul_fire_d (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:littlecontraptions (incompatible), mod:create_dragon_lib (incompatible), mod:waddles, mod:mcwdoors, mod:railways, mod:carryon (incompatible), mod:interiors (incompatible), mod:dummmmmmy (incompatible), mod:l2damagetracker (incompatible), mod:mob_grinding_utils (incompatible), mod:chipped (incompatible), mod:rechiseled_chipped (incompatible), mod:flowerymooblooms (incompatible), mod:mcwbridges, mod:hostilenetworks (incompatible), mod:mcwfences, mod:fuelgoeshere, mod:colorfulhearts, mod:industrialforegoingsouls (incompatible), mod:lampcrafting, mod:tintedcampfires (incompatible), mod:collective, mod:craftingforblockheads, mod:betterthanllamas, mod:simplehats (incompatible), mod:oreexcavation (incompatible), mod:thermal_expansion, mod:xercapaint, mod:mysticalcustomization, mod:elevatorid, mod:resourcefullib (incompatible), mod:bridgingmod, mod:architectury (incompatible), mod:doapi (incompatible), mod:vinery (incompatible), mod:spacecatcustomprofessions (incompatible), mod:findme (incompatible), mod:separatedleaves (incompatible), mod:jammies, mod:cupboard (incompatible), mod:refurbished_furniture, mod:lightoverlay (incompatible), mod:chunkloaders, mod:framework, mod:yeetusexperimentus (incompatible), mod:crawlondemand (incompatible), mod:heads, mod:cyclic, mod:betteradvancements (incompatible), mod:inventorysorter (incompatible), mod:biggerreactors (incompatible), mod:cucumber, mod:trashslot, mod:spelled, mod:craftingstation (incompatible), mod:sophisticatedstorage (incompatible), mod:snad, mod:quickstack (incompatible), mod:additionallanterns (incompatible), mod:betterthanbunnies, mod:pipe_connector (incompatible), mod:color_stages (incompatible), mod:create, mod:create_mechanical_extruder (incompatible), mod:monsterplus (incompatible), mod:pumpkinspice, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap (incompatible), mod:comforts (incompatible), mod:crackerslib (incompatible), mod:itemborders (incompatible), mod:aggroindicator, mod:mcjtylib, mod:rftoolsbase, mod:rftoolsdim, mod:walljump, mod:toastcontrol (incompatible), mod:ichunutil, mod:mininggadgets (incompatible), mod:recipestages (incompatible), mod:brandonscore (incompatible), mod:draconicevolution, mod:friendsandfoes (incompatible), mod:colossalchests, mod:mysticalagriculture, mod:rftoolsutility, mod:giacomos_better_dye, mod:enchdesc (incompatible), mod:sebastrnlib, mod:appliedcooking, mod:ae2 (incompatible), mod:cookingforblockheads, mod:patchouli (incompatible), mod:moonlight (incompatible), mod:labels (incompatible), mod:eccentrictome, mod:toolbelt (incompatible), mod:titanium (incompatible), mod:mcpaint (incompatible), mod:colorfulskies, mod:silentlib, mod:mixinsquared (incompatible), mod:obscure_tooltips (incompatible), mod:noshade (incompatible), mod:smoothboot, mod:modulargolems (incompatible), mod:enderio, mod:dimpaintings, mod:iceberg (incompatible), mod:bucketlib, mod:polyeng (incompatible), mod:fastbench (incompatible), mod:fluxnetworks (incompatible), mod:chargers, mod:curios (incompatible), mod:ars_nouveau (incompatible), mod:ars_ocultas (incompatible), mod:immersive_paintings (incompatible), mod:buildinggadgets2 (incompatible), mod:modonomicon, mod:quartz (incompatible), mod:yet_another_config_lib_v3 (incompatible), mod:lychee (incompatible), mod:l2itemselector (incompatible), mod:rrls, mod:colourfulgoats, mod:xtonesreworked (incompatible), mod:create_enchantment_industry (incompatible), mod:supersaturation (incompatible), mod:sheepsqueak, mod:createaddition (incompatible), mod:colouredstuff, mod:obtrophies, Supplementaries Generated Pack, advancement_removal, sf5_worldgen, skyfactory_5, soul_fire_d:campfire_tags, soul_fire_d:fire_source_tags, tag_unification, thingpack:file/sf5_things
  77. Enabled Feature Flags: minecraft:vanilla
  78. World Generation: Experimental
  79. Type: Integrated Server (map_client.txt)
  80. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  81. Launched Version: forge-47.3.0
  82. ModLauncher: 10.0.9+10.0.9+main.dcd20f30
  83. ModLauncher launch target: forgeclient
  84. ModLauncher naming: srg
  85. ModLauncher services:
  86. mixin-0.8.5.jar mixin PLUGINSERVICE
  87. eventbus-6.0.5.jar eventbus PLUGINSERVICE
  88. fmlloader-1.20.1-47.3.0.jar slf4jfixer PLUGINSERVICE
  89. fmlloader-1.20.1-47.3.0.jar object_holder_definalize PLUGINSERVICE
  90. fmlloader-1.20.1-47.3.0.jar runtime_enum_extender PLUGINSERVICE
  91. fmlloader-1.20.1-47.3.0.jar capability_token_subclass PLUGINSERVICE
  92. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  93. fmlloader-1.20.1-47.3.0.jar runtimedistcleaner PLUGINSERVICE
  94. modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
  95. modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
  96. FML Language Providers:
  97. javafml@null
  98. lowcodefml@null
  99. Mod List:
  100. saturn-mc1.20.1-0.1.3.jar |Saturn |saturn |0.1.3 |DONE |Manifest: NOSIGNATURE
  101. supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
  102. SlimyBoyos-forge-1.20.1-7.0.0.4.jar |SlimyBoyos |slimyboyos |7.0.0.4 |DONE |Manifest: NOSIGNATURE
  103. ColourfulLlamas-1.20.1-1.1.jar |Colourful Llamas |colourfulllamas |1.20.1-1.1 |DONE |Manifest: NOSIGNATURE
  104. loadingbackgrounds-forge-1.20.X-1.5.0.jar |Loading Backgrounds |loadingbackgrounds |1.5.0 |DONE |Manifest: NOSIGNATURE
  105. mcw-windows-2.3.0-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.3.0 |DONE |Manifest: NOSIGNATURE
  106. dynamicvillagertrades-1.3.1-forge-1.20.jar |Dynamic Villager Trades |dynamicvillagertrades |1.3.1 |DONE |Manifest: NOSIGNATURE
  107. modnametooltip-1.20.1-1.20.0.jar |Mod Name Tooltip |modnametooltip |1.20.0 |DONE |Manifest: NOSIGNATURE
  108. create_jetpack-forge-4.3.2.jar |Create Jetpack |create_jetpack |4.3.2 |DONE |Manifest: NOSIGNATURE
  109. laserio-1.6.8.jar |LaserIO |laserio |1.6.8 |DONE |Manifest: NOSIGNATURE
  110. TiledCauldron-1.20-5.0.jar |Tiled Cauldron |tiled_cauldron |5.0 |DONE |Manifest: NOSIGNATURE
  111. GatewaysToEternity-1.20.1-4.2.6.jar |Gateways To Eternity |gateways |4.2.6 |DONE |Manifest: NOSIGNATURE
  112. AngryMobs-1.20.1-4.1.2.jar |Angry Mobs |angrymobs |4.1.2 |DONE |Manifest: NOSIGNATURE
  113. MaxHealthFix-Forge-1.20.1-12.0.3.jar |MaxHealthFix |maxhealthfix |12.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  114. bagus_lib-1.20.1-5.3.0.jar |Bagus Lib |bagus_lib |1.20.1-5.3.0 |DONE |Manifest: NOSIGNATURE
  115. zume-1.1.4.jar |Zume |zume |1.1.4 |DONE |Manifest: NOSIGNATURE
  116. forgivingvoid-forge-1.20-10.0.1.jar |Forgiving Void |forgivingvoid |10.0.1 |DONE |Manifest: NOSIGNATURE
  117. forcecraft-1.20.1-4.2.5.jar |ForceCraft |forcecraft |4.2.5 |DONE |Manifest: NOSIGNATURE
  118. Apotheosis-1.20.1-7.4.4.jar |Apotheosis |apotheosis |7.4.4 |DONE |Manifest: NOSIGNATURE
  119. ldlib-forge-1.20.1-1.0.33.b.jar |LowDragLib |ldlib |1.0.33.b |DONE |Manifest: NOSIGNATURE
  120. balm-forge-1.20.1-7.3.11-all.jar |Balm |balm |7.3.11 |DONE |Manifest: NOSIGNATURE
  121. JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE
  122. EnergeticSheep-1.20.1-1.1.14.jar |EnergeticSheep |energeticsheep |1.1.14 |DONE |Manifest: NOSIGNATURE
  123. cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |DONE |Manifest: NOSIGNATURE
  124. supplementaries-1.20-3.1.11.jar |Supplementaries |supplementaries |1.20-3.1.11 |DONE |Manifest: NOSIGNATURE
  125. embeddium-0.3.31+mc1.20.1.jar |Embeddium |embeddium |0.3.31+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  126. athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |DONE |Manifest: NOSIGNATURE
  127. lmft-1.0.4+1.20.1-forge.jar |Load My F***ing Tags |lmft |1.0.4+1.20.1 |DONE |Manifest: NOSIGNATURE
  128. PackMenu-1.20.1-6.1.2.jar |PackMenu |packmenu |6.1.2 |DONE |Manifest: NOSIGNATURE
  129. REBIRTH Paintings 5.0.0.jar |Rebirth: Paintings |rebirth_paintings |12.0.0 |DONE |Manifest: NOSIGNATURE
  130. industrial-foregoing-1.20.1-3.5.19.jar |Industrial Foregoing |industrialforegoing |3.5.19 |DONE |Manifest: NOSIGNATURE
  131. torchmaster-20.1.9.jar |Torchmaster |torchmaster |20.1.9 |DONE |Manifest: NOSIGNATURE
  132. TipTheScales-forge-1.20.1-9.0.0.1.jar |TipTheScales |tipthescales |9.0.0.1 |DONE |Manifest: NOSIGNATURE
  133. handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |DONE |Manifest: NOSIGNATURE
  134. colorblindness-1.20.1-2.1.0.1.jar |Color Blindness |colorblindness |1.20.1-2.1.0.1 |DONE |Manifest: NOSIGNATURE
  135. glow_sticks_1.20.1-6.0.0.jar |Glow Sticks |glow_sticks |6.0.0 |DONE |Manifest: NOSIGNATURE
  136. OpenStairs 1.20.1 v1.5.jar |OpenStairs |openstairs |1.51.20.1 |DONE |Manifest: NOSIGNATURE
  137. supermartijn642corelib-1.1.18-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.18 |DONE |Manifest: NOSIGNATURE
  138. Botania-1.20.1-446-FORGE.jar |Botania |botania |1.20.1-446-FORGE |DONE |Manifest: NOSIGNATURE
  139. tinylightbulbs-1.20.1-0.0.2.jar |tinylightbulbs |tinylightbulbs |0.0.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  140. resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |DONE |Manifest: NOSIGNATURE
  141. create_sabers-1.20.1-1.3.0.jar |Create Sabers |create_sabers |1.3.0 |DONE |Manifest: NOSIGNATURE
  142. cluttered-2.1-1.20.1.jar |Cluttered |luphieclutteredmod |2.1 |DONE |Manifest: NOSIGNATURE
  143. GameStages-Forge-1.20.1-15.0.2.jar |GameStages |gamestages |15.0.2 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  144. veincreeper-1.20.1-1.2.0.jar |veincreeper |veincreeper |1.2.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
  145. Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |DONE |Manifest: NOSIGNATURE
  146. Measurements-forge-1.20.1-2.0.0.jar |Measurements |measurements |2.0.0 |DONE |Manifest: NOSIGNATURE
  147. FramedBlocks-9.3.1.jar |FramedBlocks |framedblocks |9.3.1 |DONE |Manifest: NOSIGNATURE
  148. ApothicAttributes-1.20.1-1.3.7.jar |Apothic Attributes |attributeslib |1.3.7 |DONE |Manifest: NOSIGNATURE
  149. overweightfarming-1.20.1-2.1.0-forge.jar |Overweight Farming |overweight_farming |1.20.1-2.1.0-forge |DONE |Manifest: NOSIGNATURE
  150. exnihilocoloratus-1.0.1.jar |Ex Nihilo: Coloratus |exnihilocoloratus |1.0.1 |DONE |Manifest: NOSIGNATURE
  151. constructionwand-1.20.1-2.11.jar |Construction Wand |constructionwand |1.20.1-2.11 |DONE |Manifest: NOSIGNATURE
  152. mcw-roofs-2.3.1-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.1 |DONE |Manifest: NOSIGNATURE
  153. Checklist-Forge-1.20.1-1.3.0.jar |Checklist |checklist |1.3.0 |DONE |Manifest: NOSIGNATURE
  154. wormhole-1.1.16-forge-mc1.20.jar |Wormhole (Portals) |wormhole |1.1.16 |DONE |Manifest: NOSIGNATURE
  155. littlelogistics-mc1.20.1-v1.20.1.2.jar |Little Logistics |littlelogistics |1.20.1.2 |DONE |Manifest: NOSIGNATURE
  156. woodenbucket-1.20.1-2.1.0.0.jar |Wooden Bucket |woodenbucket |1.20.1-2.1.0.0 |DONE |Manifest: NOSIGNATURE
  157. WaybackStone-Forge-1.20.1-20.1.2.jar |WaybackStone |waybackstone |20.1.2 |DONE |Manifest: NOSIGNATURE
  158. flib-1.20.1-0.0.14.jar |flib |flib |0.0.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
  159. flightlib-forge-2.1.0.jar |Flight Lib |flightlib |2.1.0 |DONE |Manifest: NOSIGNATURE
  160. l2library-2.4.31.jar |L2 Library |l2library |2.4.31 |DONE |Manifest: NOSIGNATURE
  161. CodeChickenLib-1.20.1-4.4.0.516-universal.jar |CodeChicken Lib |codechickenlib |4.4.0.516 |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
  162. mcw-lights-1.1.0-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.1.0 |DONE |Manifest: NOSIGNATURE
  163. SmartBrainLib-neoforge-1.20.1-1.15.jar |SmartBrainLib |smartbrainlib |1.15 |DONE |Manifest: NOSIGNATURE
  164. TooltipIntegration1.20.1-1.0.4.jar |Tooltip Integration |tooltipintegration |1.0.4 |DONE |Manifest: NOSIGNATURE
  165. BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar|Better Animations Collection |betteranimationscollection |8.0.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
  166. l2tabs-0.3.3.jar |L2 Tabs |l2tabs |0.3.3 |DONE |Manifest: NOSIGNATURE
  167. endertrigon-1.20.1-1.1-all.jar |Ender Trigon |endertrigon |1.20.1-1.1 |DONE |Manifest: NOSIGNATURE
  168. rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |DONE |Manifest: NOSIGNATURE
  169. protect-mobs-from-daylight-forge-1.0.1.jar |Protect Mobs From Daylight |protectmobsfromdaylight |1.0.1 |DONE |Manifest: NOSIGNATURE
  170. randomshulkercolours-1.20.1-3.3.jar |Random Shulker Colours |randomshulkercolours |3.3 |DONE |Manifest: NOSIGNATURE
  171. AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  172. Pehkui-3.8.2+1.20.1-forge.jar |Pehkui |pehkui |3.8.2+1.20.1-forge |DONE |Manifest: NOSIGNATURE
  173. configlibtxf-4.2.6-forge.jar |ConfigLib TXF |configlibtxf |4.2.6-forge |DONE |Manifest: NOSIGNATURE
  174. tesseract-1.0.37-forge-mc1.20.1.jar |Tesseract |tesseract |1.0.37 |DONE |Manifest: NOSIGNATURE
  175. luggage-1.20-1.6.2.jar |Luggage |luggage |1.20-1.6.2 |DONE |Manifest: NOSIGNATURE
  176. ctd-core-1.20.1-2.4.9.jar |CTD Core |ctdcore |2.4.9 |DONE |Manifest: NOSIGNATURE
  177. crop-marker-forge-1.20.4-1.2.2.jar |FullGrownCropMarker |crop_marker |1.20.4-1.2.2 |DONE |Manifest: NOSIGNATURE
  178. catjammies-1.20.1-1.6.2.jar |CatJammies |catjammies |1.20.1-1.6.2 |DONE |Manifest: NOSIGNATURE
  179. ThisMatters-1.20.1-2.1.0.jar |This Matters |thismatters |2.1.0 |DONE |Manifest: NOSIGNATURE
  180. LibX-1.20.1-5.0.14.jar |LibX |libx |1.20.1-5.0.14 |DONE |Manifest: NOSIGNATURE
  181. l2screentracker-0.1.4.jar |L2 Screen Tracker |l2screentracker |0.1.4 |DONE |Manifest: NOSIGNATURE
  182. phosphophyllite-1.20.1-0.7.0-alpha.0.2.jar |Phosphophyllite |phosphophyllite |0.7.0-alpha.0.2 |DONE |Manifest: NOSIGNATURE
  183. rechiseledcreate-1.0.2-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.2 |DONE |Manifest: NOSIGNATURE
  184. DyeMobDye-1.20.1-1.0.1.jar |Dye Mob Dye |dyemobdye |1.0.1 |DONE |Manifest: NOSIGNATURE
  185. ClickMachine-1.20.1-8.0.2.jar |Click Machine |clickmachine |8.0.2 |DONE |Manifest: NOSIGNATURE
  186. ClearSky-Universal-1.20.1-1.0.0.jar |clearsky |clearsky |1.0.0 |DONE |Manifest: NOSIGNATURE
  187. fusion-1.2.3-forge-mc1.20.1.jar |Fusion |fusion |1.2.3 |DONE |Manifest: NOSIGNATURE
  188. InfoDataPack-1.20.1-4.0.2.16.jar |Info DataPack |infodatapack |4.0.2 |DONE |Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
  189. jei-1.20.1-forge-15.20.0.106.jar |Just Enough Items |jei |15.20.0.106 |DONE |Manifest: NOSIGNATURE
  190. CraftTweaker-forge-1.20.1-14.0.50.jar |CraftTweaker |crafttweaker |14.0.50 |DONE |Manifest: NOSIGNATURE
  191. more-immersive-wires-1.20.1-1.1.4.jar |More Immersive Wires |more_immersive_wires |1.1.4 |DONE |Manifest: NOSIGNATURE
  192. puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |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
  193. forge-1.20.1-47.3.0-universal.jar |Forge |forge |47.3.0 |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
  194. silent-gear-1.20.1-3.5.4.jar |Silent Gear |silentgear |3.5.4 |DONE |Manifest: NOSIGNATURE
  195. extractinator-forge-1.20.1-2.3.0.jar |Extractinator |extractinator |2.3.0 |DONE |Manifest: NOSIGNATURE
  196. simpletomb-1.20.1-1.3.0.jar |Simple Tombstone |simpletomb |1.20.1-1.3.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
  197. novacore-1.20.1-1.0.0-build.3.jar |NovaCore |novacore |1.0.0 |DONE |Manifest: NOSIGNATURE
  198. JsonThings-1.20.1-0.9.4.jar |Json Things |jsonthings |0.9.4 |DONE |Manifest: NOSIGNATURE
  199. client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |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
  200. cofh_core-1.20.1-11.0.2.56.jar |CoFH Core |cofh_core |11.0.2 |DONE |Manifest: NOSIGNATURE
  201. thermal_core-1.20.1-11.0.6.24.jar |Thermal Series |thermal |11.0.6 |DONE |Manifest: NOSIGNATURE
  202. thermal_integration-1.20.1-11.0.1.27.jar |Thermal Integration |thermal_integration |11.0.1 |DONE |Manifest: NOSIGNATURE
  203. thermal_innovation-1.20.1-11.0.1.23.jar |Thermal Innovation |thermal_innovation |11.0.1 |DONE |Manifest: NOSIGNATURE
  204. thermal_foundation-1.20.1-11.0.6.70.jar |Thermal Foundation |thermal_foundation |11.0.6 |DONE |Manifest: NOSIGNATURE
  205. thermal_locomotion-1.20.1-11.0.1.19.jar |Thermal Locomotion |thermal_locomotion |11.0.1 |DONE |Manifest: NOSIGNATURE
  206. thermal_dynamics-1.20.1-11.0.1.23.jar |Thermal Dynamics |thermal_dynamics |11.0.1 |DONE |Manifest: NOSIGNATURE
  207. Limbs-1.20.1-2.0.4.jar |Limbs |limbs |2.0.4 |DONE |Manifest: NOSIGNATURE
  208. trade-cycling-forge-1.20.1-1.0.7.jar |Trade Cycling |trade_cycling |1.20.1-1.0.7 |DONE |Manifest: NOSIGNATURE
  209. theoneprobe-1.20.1-10.0.3.jar |The One Probe |theoneprobe |1.20.1-10.0.3 |DONE |Manifest: NOSIGNATURE
  210. MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |DONE |Manifest: NOSIGNATURE
  211. ImmersiveEngineering-1.20.1-10.1.0-171.jar |Immersive Engineering |immersiveengineering |1.20.1-10.1.0-171 |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
  212. createsifter-1.20.1-1.8.2.j-55.jar |Create Sifter |createsifter |1.20.1-1.8.2.j-55 |DONE |Manifest: NOSIGNATURE
  213. spectrelib-forge-0.13.17+1.20.1.jar |SpectreLib |spectrelib |0.13.17+1.20.1 |DONE |Manifest: NOSIGNATURE
  214. FiveHead-1.20.1-2.2.1.jar |5Head |fivehead |2.2.1 |DONE |Manifest: NOSIGNATURE
  215. fastpaintings-1.20-1.2.7.jar |Fast Paintings |fastpaintings |1.20-1.2.7 |DONE |Manifest: NOSIGNATURE
  216. CreateTweaker-forge-1.20.1-4.0.13.jar |CreateTweaker |createtweaker |4.0.13 |DONE |Manifest: NOSIGNATURE
  217. sushigocrafting-1.20.1-0.5.3.jar |Sushi Go Crafting |sushigocrafting |0.5.3 |DONE |Manifest: NOSIGNATURE
  218. kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |DONE |Manifest: NOSIGNATURE
  219. flywheel-forge-1.20.1-0.6.11-13.jar |Flywheel |flywheel |0.6.11-13 |DONE |Manifest: NOSIGNATURE
  220. GhastCow-forge-1.20.1-2.0.0.jar |The Ghast Cow mod |ghastcow |2.0.0 |DONE |Manifest: NOSIGNATURE
  221. thermal_cultivation-1.20.1-11.0.1.24.jar |Thermal Cultivation |thermal_cultivation |11.0.1 |DONE |Manifest: NOSIGNATURE
  222. baubley-heart-canisters-1.20.1-1.1.0.jar |Baubley Heart Canisters |bhc |1.20.1-1.1.0 |DONE |Manifest: NOSIGNATURE
  223. serverconfigupdater-4.0.2.jar |ServerConfig Updater |serverconfigupdater |4.0.2 |DONE |Manifest: NOSIGNATURE
  224. lava_monster-1.20.1-1.0.11.jar |Lava Monster |lava_monster |1.0.11 |DONE |Manifest: NOSIGNATURE
  225. polymorph-forge-0.49.8+1.20.1.jar |Polymorph |polymorph |0.49.8+1.20.1 |DONE |Manifest: NOSIGNATURE
  226. lootbags-2.0.2.jar |Resourceful Lootbags |lootbags |2.0.2 |DONE |Manifest: NOSIGNATURE
  227. earthmobsmod-1.20.1-10.5.0.jar |EarthMobsMod |earthmobsmod |1.20.1-10.5.0 |DONE |Manifest: NOSIGNATURE
  228. canary-mc1.20.1-0.3.3.jar |Canary |canary |0.3.3 |DONE |Manifest: NOSIGNATURE
  229. dyeable_redstone_signal-3.0.0.jar |Dyeable Redstone Signal |dyeable_redstone_signal |3.0.0 |DONE |Manifest: NOSIGNATURE
  230. PickleTweaks-1.20.1-8.0.5.jar |Pickle Tweaks |pickletweaks |8.0.5 |DONE |Manifest: NOSIGNATURE
  231. ImmediatelyFast-Forge-1.3.4+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.3.4+1.20.4 |DONE |Manifest: NOSIGNATURE
  232. FastFurnace-1.20.1-8.0.2.jar |FastFurnace |fastfurnace |8.0.2 |DONE |Manifest: NOSIGNATURE
  233. appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  234. moremobvariants-forge+1.20.1-1.3.0.1.jar |More Mob Variants |moremobvariants |1.3.0.1 |DONE |Manifest: NOSIGNATURE
  235. occultism-1.20.1-1.140.2.jar |Occultism |occultism |1.140.2 |DONE |Manifest: NOSIGNATURE
  236. forbiddensmoothies-forge-1.20.1-20.1.3.jar |Forbidden Smoothies |forbiddensmoothies |20.1.3 |DONE |Manifest: NOSIGNATURE
  237. PuzzlesLib-v8.1.25-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.25 |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
  238. pizzacraft-1.20.1-7.0.8.jar |PizzaCraft |pizzacraft |7.0.8 |DONE |Manifest: NOSIGNATURE
  239. Datamancy-Forge-1.20.1-20.1.5.jar |Datamancy |datamancy |20.1.5 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  240. exnihilosequentia-1.20.1-5.0.0-build.10.jar |Ex Nihilo: Sequentia |exnihilosequentia |5.0.0 |DONE |Manifest: NOSIGNATURE
  241. ExtremeSoundMuffler-3.48-forge-1.20.1.jar |Extreme Sound Muffler |extremesoundmuffler |3.48 |DONE |Manifest: NOSIGNATURE
  242. MagicMirror-1.20.1-1.3.0.1712.jar |Magic Mirror |magic_mirror |1.20.1-1.3.0.1712 |DONE |Manifest: NOSIGNATURE
  243. defaultoptions-forge-1.20-18.0.1.jar |Default Options |defaultoptions |18.0.1 |DONE |Manifest: NOSIGNATURE
  244. CyclopsCore-1.20.1-1.19.5.jar |Cyclops Core |cyclopscore |1.19.5 |DONE |Manifest: NOSIGNATURE
  245. kuma-api-forge-20.1.9-SNAPSHOT.jar |KumaAPI |kuma_api |20.1.9-SNAPSHOT |DONE |Manifest: NOSIGNATURE
  246. transmog-forge-1.3.0+1.20.jar |Transmog |transmog |1.3.0+1.20 |DONE |Manifest: NOSIGNATURE
  247. embeddiumplus-1.20.1-v1.2.13.jar |Embeddium++ |embeddiumplus |1.2.13 |DONE |Manifest: NOSIGNATURE
  248. global_packs-forge-1.19.4-1.16.2_forge.jar |Global Packs |globalpacks |1.16.2_forge |DONE |Manifest: NOSIGNATURE
  249. geckolib-neoforge-1.20.1-4.4.9.jar |GeckoLib 4 |geckolib |4.4.9 |DONE |Manifest: NOSIGNATURE
  250. ColoredTorches-1.20.1-1.0.1.jar |Colored Torches |colored_torches |1.0.1 |DONE |Manifest: NOSIGNATURE
  251. incontrol-1.20-9.2.11.jar |InControl |incontrol |1.20-9.2.11 |DONE |Manifest: NOSIGNATURE
  252. powerdrop-1.19.2-2.1.2.jar |Power Drop |powerdrop |1.19.2-2.1.2 |DONE |Manifest: NOSIGNATURE
  253. Tips-Forge-1.20.1-12.1.8.jar |Tips |tipsmod |12.1.8 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  254. sophisticatedcore-1.20.1-1.1.5.841.jar |Sophisticated Core |sophisticatedcore |1.1.5.841 |DONE |Manifest: NOSIGNATURE
  255. InsaneLib-1.15.0-mc1.20.1.jar |InsaneLib |insanelib |1.15.0 |DONE |Manifest: NOSIGNATURE
  256. InitialInventory-forge-1.20.1-11.0.2.jar |Initial Inventory |initialinventory |11.0.2 |DONE |Manifest: NOSIGNATURE
  257. SteelGotIt-Forge-1.20.1-20.1.1.jar |SteelGotIt |steelgotit |20.1.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
  258. realisticbees-1.20.1-4.0.jar |Realistic Bees |realisticbees |4.0 |DONE |Manifest: NOSIGNATURE
  259. PaperDoll-v8.0.0-1.20.1-Forge.jar |Paper Doll |paperdoll |8.0.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
  260. Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE
  261. Prism-1.20.1-forge-1.0.5.jar |Prism |prism |1.0.5 |DONE |Manifest: NOSIGNATURE
  262. Placebo-1.20.1-8.6.2.jar |Placebo |placebo |8.6.2 |DONE |Manifest: NOSIGNATURE
  263. citadel-2.6.1-1.20.1.jar |Citadel |citadel |2.6.1 |DONE |Manifest: NOSIGNATURE
  264. PlayerMobs-1.20.1-4.1.0.37.jar |Player Mobs |player_mobs |4.1.0.37 |DONE |Manifest: NOSIGNATURE
  265. gardenofglass-1.12.jar |Garden of Glass |gardenofglass |1.12 |DONE |Manifest: NOSIGNATURE
  266. minecraft_style_paintings-forge-1.20.1.jar |minecraft style paintings |minecraft_style_paintings |1.0.0 |DONE |Manifest: NOSIGNATURE
  267. mixinextras-forge-0.4.1.jar |MixinExtras |mixinextras |0.4.1 |DONE |Manifest: NOSIGNATURE
  268. culinaryconstruct-forge-5.2.1+1.20.1.jar |Culinary Construct |culinaryconstruct |5.2.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  269. cobweb-forge-1.20.1-1.0.1.jar |Cobweb |cobweb |1.0.1 |DONE |Manifest: NOSIGNATURE
  270. soul-fire-d-forge-1.20.1-4.0.8.jar |Soul Fire'd |soul_fire_d |4.0.8 |DONE |Manifest: NOSIGNATURE
  271. Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |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.20.1-3.22.5.1179.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.22.5.1179 |DONE |Manifest: NOSIGNATURE
  273. littlecontraptions-forge-1.20.1.2.jar |Little Contraptions |littlecontraptions |1.20.1.2 |DONE |Manifest: NOSIGNATURE
  274. create_dragon_lib-1.20.1-1.4.3.jar |Create: Dragon Lib |create_dragon_lib |1.4.3 |DONE |Manifest: NOSIGNATURE
  275. Waddles-1.20.1-0.9.4.jar |Waddles |waddles |0.9.4 |DONE |Manifest: NOSIGNATURE
  276. mcw-doors-1.1.1forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.1 |DONE |Manifest: NOSIGNATURE
  277. Steam_Rails-1.6.7+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.6.7+forge-mc1.20.1|DONE |Manifest: NOSIGNATURE
  278. carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |DONE |Manifest: NOSIGNATURE
  279. interiors-0.5.6+forge-mc1.20.1-build.104.jar |Create: Interiors |interiors |0.5.6 |DONE |Manifest: NOSIGNATURE
  280. dummmmmmy-1.20-2.0.2.jar |MmmMmmMmmmmm |dummmmmmy |1.20-2.0.2 |DONE |Manifest: NOSIGNATURE
  281. l2damagetracker-0.3.7.jar |L2 Damage Tracker |l2damagetracker |0.3.7 |DONE |Manifest: NOSIGNATURE
  282. mob_grinding_utils-1.20.1-1.1.0.jar |Mob Grinding Utils |mob_grinding_utils |1.20.1-1.1.0 |DONE |Manifest: NOSIGNATURE
  283. chipped-forge-1.20.1-3.0.7.jar |Chipped |chipped |3.0.7 |DONE |Manifest: NOSIGNATURE
  284. rechiseled_chipped-1.1.jar |Rechiseled: Chipped |rechiseled_chipped |1.1 |DONE |Manifest: NOSIGNATURE
  285. friendsandfoes-flowerymooblooms-forge-mc1.20-1.1.0|Friends&Foes - Flowery Moobloo|flowerymooblooms |1.1.0 |DONE |Manifest: NOSIGNATURE
  286. mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |DONE |Manifest: NOSIGNATURE
  287. HostileNeuralNetworks-1.20.1-5.3.3.jar |Hostile Neural Networks |hostilenetworks |5.3.3 |DONE |Manifest: NOSIGNATURE
  288. mcw-fences-1.1.2-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.2 |DONE |Manifest: NOSIGNATURE
  289. fuelgoeshere-1.20.0-1.0.1.jar |Fuel Goes Here |fuelgoeshere |1.20.0-1.0.1 |DONE |Manifest: NOSIGNATURE
  290. colorfulhearts-forge-1.20.1-4.3.16.jar |Colorful Hearts |colorfulhearts |4.3.16 |DONE |Manifest: NOSIGNATURE
  291. industrial-foregoing-souls-1.20.1-1.0.7.jar |Industrial Foregoing Souls |industrialforegoingsouls |1.20.1-1.0.7 |DONE |Manifest: NOSIGNATURE
  292. Lampcrafting1.0.6_forge_minecraft1.20.1.jar |Lampcrafting |lampcrafting |1.0.6 |DONE |Manifest: NOSIGNATURE
  293. Tinted Campfires-1.20.1-1.2.11.jar |Tinted Campfires |tintedcampfires |1.20.1-1.2.11 |DONE |Manifest: NOSIGNATURE
  294. collective-1.20.1-7.87.jar |Collective |collective |7.87 |DONE |Manifest: NOSIGNATURE
  295. craftingforblockheads-forge-1.20.1-20.1.2.jar |CraftingForBlockheads |craftingforblockheads |20.1.2 |DONE |Manifest: NOSIGNATURE
  296. BetterThanLlamas-1.20.1-Forge-1.3.0.jar |Better Than Llamas |betterthanllamas |1.3.0 |DONE |Manifest: ae:67:c5:55:fb:7e:f3:4e:5c:71:f4:50:9e:df:a2:b0:32:86:cf:09:f2:fe:9b:db:94:3b:09:88:a2:3d:91:1f
  297. simplehats-forge-1.20.1-0.3.2.jar |SimpleHats |simplehats |1.20.1-0.3.2 |DONE |Manifest: NOSIGNATURE
  298. oreexcavation-1.13.174.jar |OreExcavation |oreexcavation |1.13.174 |DONE |Manifest: NOSIGNATURE
  299. thermal_expansion-1.20.1-11.0.1.29.jar |Thermal Expansion |thermal_expansion |11.0.1 |DONE |Manifest: NOSIGNATURE
  300. xercapaint-1.20.1-1.0.1.jar |Joy of Painting |xercapaint |1.20.1-1.0.1 |DONE |Manifest: NOSIGNATURE
  301. MysticalCustomization-1.20.1-5.0.2.jar |Mystical Customization |mysticalcustomization |5.0.2 |DONE |Manifest: NOSIGNATURE
  302. elevatorid-1.20.1-lex-1.9.jar |Elevator Mod |elevatorid |1.20.1-lex-1.9 |DONE |Manifest: NOSIGNATURE
  303. resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |DONE |Manifest: NOSIGNATURE
  304. BridgingMod-2.5.1+1.20.1.forge-release.jar |Bridging Mod |bridgingmod |2.5.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  305. architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
  306. letsdo-API-forge-1.2.15-forge.jar |[Let's Do] API |doapi |1.2.15 |DONE |Manifest: NOSIGNATURE
  307. letsdo-vinery-forge-1.4.36.jar |[Let's Do] Vinery |vinery |1.4.36 |DONE |Manifest: NOSIGNATURE
  308. spacecatcustomprofessions-forge-20.4.0.jar |Custom Villager Professions |spacecatcustomprofessions |20.4.0 |DONE |Manifest: NOSIGNATURE
  309. findme-3.2.1-forge.jar |FindMe |findme |3.2.1 |DONE |Manifest: NOSIGNATURE
  310. separatedleaves-2.5.0-forge-1.20.4.jar |Separated Leaves |separatedleaves |2.5.0 |DONE |Manifest: NOSIGNATURE
  311. Jammies-1.20.1-0.1.3.jar |Jammies |jammies |0.1.3 |DONE |Manifest: NOSIGNATURE
  312. cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |DONE |Manifest: NOSIGNATURE
  313. refurbished_furniture-forge-1.20.1-1.0.8.jar |MrCrayfish's Furniture Mod: Re|refurbished_furniture |1.0.8 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
  314. light-overlay-8.0.0-forge.jar |Light Overlay |lightoverlay |8.0.0 |DONE |Manifest: NOSIGNATURE
  315. chunkloaders-1.2.8a-forge-mc1.20.1.jar |Chunk Loaders |chunkloaders |1.2.8a |DONE |Manifest: NOSIGNATURE
  316. framework-forge-1.20.1-0.7.12.jar |Framework |framework |0.7.12 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
  317. YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.ja|Yeetus Experimentus |yeetusexperimentus |2.3.1-build.6+mc1.20|DONE |Manifest: NOSIGNATURE
  318. crawlondemand-1.20.x-1.0.0.jar |Crawl on Demand |crawlondemand |1.20.x-1.0.0 |DONE |Manifest: NOSIGNATURE
  319. Heads-1.20.1-1.1.3.jar |Heads |heads |1.1.3 |DONE |Manifest: NOSIGNATURE
  320. Cyclic-1.20.1-1.13.5.jar |Cyclic |cyclic |1.13.5 |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
  321. BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar |Better Advancements |betteradvancements |0.4.2.10 |DONE |Manifest: NOSIGNATURE
  322. inventorysorter-1.20.1-23.0.8.jar |Simple Inventory Sorter |inventorysorter |23.0.8 |DONE |Manifest: NOSIGNATURE
  323. biggerreactors-1.20.1-0.6.0-beta.10.5.jar |Bigger Reactors |biggerreactors |0.6.0-beta.10.5 |DONE |Manifest: NOSIGNATURE
  324. Cucumber-1.20.1-7.0.13.jar |Cucumber Library |cucumber |7.0.13 |DONE |Manifest: NOSIGNATURE
  325. trashslot-forge-1.20-15.1.1.jar |TrashSlot |trashslot |15.1.1 |DONE |Manifest: NOSIGNATURE
  326. Spelled-1.20.1-0.6.2.2.jar |Spelled |spelled |0.6.2.2 |DONE |Manifest: NOSIGNATURE
  327. craftingstation-1.20.1-1.2.3.jar |Crafting Station |craftingstation |1.20.1-1.2.3 |DONE |Manifest: NOSIGNATURE
  328. sophisticatedstorage-1.20.1-1.2.8.1046.jar |Sophisticated Storage |sophisticatedstorage |1.2.8.1046 |DONE |Manifest: NOSIGNATURE
  329. Snad-1.20.1-(Neo)Forge-3.0.1.jar |Snad: Redstone Edition |snad |3.0.1 |DONE |Manifest: NOSIGNATURE
  330. quickstack-1.20.1-1.jar |QuickStack |quickstack |1.20.1-1 |DONE |Manifest: NOSIGNATURE
  331. additionallanterns-1.1.1a-forge-mc1.20.jar |Additional Lanterns |additionallanterns |1.1.1a |DONE |Manifest: NOSIGNATURE
  332. BetterThanBunnies-1.20.1-Forge-1.4.0.jar |Better Than Bunnies |betterthanbunnies |1.4.0 |DONE |Manifest: ae:67:c5:55:fb:7e:f3:4e:5c:71:f4:50:9e:df:a2:b0:32:86:cf:09:f2:fe:9b:db:94:3b:09:88:a2:3d:91:1f
  333. pipe_connector-1.20.1-0.3.9.jar |Pipe Connector |pipe_connector |0.3.9 |DONE |Manifest: NOSIGNATURE
  334. color_stages-1.0.2.jar |color-stages |color_stages |1.0.2 |DONE |Manifest: NOSIGNATURE
  335. create-1.20.1-0.5.1.j.jar |Create |create |0.5.1.j |DONE |Manifest: NOSIGNATURE
  336. create_mechanical_extruder-1.20.1-1.6.3.j-55.jar |Create Mechanical Extruder |create_mechanical_extruder |1.20.1-1.6.3.j-55 |DONE |Manifest: NOSIGNATURE
  337. MonsterPlus-Forge1.20.1-v1.1.6.1.jar |Monster Plus |monsterplus |1.0 |DONE |Manifest: NOSIGNATURE
  338. pumpkin-spice-latte-1.20.1-1.2.2.jar |Pumpkin Spice Latte |pumpkinspice |1.2.2 |DONE |Manifest: NOSIGNATURE
  339. FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |DONE |Manifest: NOSIGNATURE
  340. Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |DONE |Manifest: NOSIGNATURE
  341. journeymap-1.20.1-5.10.3-forge.jar |Journeymap |journeymap |5.10.3 |DONE |Manifest: NOSIGNATURE
  342. comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  343. crackerslib-forge-1.20.1-0.3.2.1.jar |CrackersLib |crackerslib |1.20.1-0.3.2.1 |DONE |Manifest: NOSIGNATURE
  344. ItemBorders-1.20.1-forge-1.2.2.jar |Item Borders |itemborders |1.2.2 |DONE |Manifest: NOSIGNATURE
  345. aggroindicator-1.1.1+forge1.20.1.jar |Aggro Indicator |aggroindicator |1.1.1+forge1.20.1 |DONE |Manifest: NOSIGNATURE
  346. mcjtylib-1.20-8.0.6.jar |McJtyLib |mcjtylib |1.20-8.0.6 |DONE |Manifest: NOSIGNATURE
  347. rftoolsbase-1.20-5.0.5.jar |RFToolsBase |rftoolsbase |1.20-5.0.5 |DONE |Manifest: NOSIGNATURE
  348. rftoolsdim-1.20-11.0.10.jar |RFToolsDimensions |rftoolsdim |1.20-11.0.10 |DONE |Manifest: NOSIGNATURE
  349. walljump-1.20.1-1.3.1-forge.jar |Wall-Jump TXF |walljump |1.20.1-1.3.1-forge |DONE |Manifest: NOSIGNATURE
  350. ToastControl-1.20.1-8.0.3.jar |Toast Control |toastcontrol |8.0.3 |DONE |Manifest: NOSIGNATURE
  351. iChunUtil-1.20.1-Forge-1.0.3.jar |iChunUtil |ichunutil |1.0.3 |DONE |Manifest: ae:67:c5:55:fb:7e:f3:4e:5c:71:f4:50:9e:df:a2:b0:32:86:cf:09:f2:fe:9b:db:94:3b:09:88:a2:3d:91:1f
  352. mininggadgets-1.15.6.jar |Mining Gadgets |mininggadgets |1.15.6 |DONE |Manifest: NOSIGNATURE
  353. RecipeStages-8.0.0.2.jar |Recipe Stages |recipestages |8.0.0.2 |DONE |Manifest: NOSIGNATURE
  354. BrandonsCore-1.20.1-3.2.1.302-universal.jar |Brandon's Core |brandonscore |3.2.1.302 |DONE |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
  355. Draconic-Evolution-1.20.1-3.1.2.604-universal.jar |Draconic Evolution |draconicevolution |3.1.2.604 |DONE |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
  356. friendsandfoes-forge-mc1.20.1-1.9.8.jar |Friends&Foes |friendsandfoes |1.9.8 |DONE |Manifest: NOSIGNATURE
  357. ColossalChests-1.20.1-1.8.4.jar |ColossalChests |colossalchests |1.8.4 |DONE |Manifest: NOSIGNATURE
  358. MysticalAgriculture-1.20.1-7.0.16.jar |Mystical Agriculture |mysticalagriculture |7.0.16 |DONE |Manifest: NOSIGNATURE
  359. rftoolsutility-1.20-6.0.6.jar |RFToolsUtility |rftoolsutility |1.20-6.0.6 |DONE |Manifest: NOSIGNATURE
  360. giacomos_better_dye-1.20.1-1.2-neoforge.jar |Giacomo's better dye Mod |giacomos_better_dye |1.2 |DONE |Manifest: NOSIGNATURE
  361. EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar |EnchantmentDescriptions |enchdesc |17.1.19 |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
  362. sebastrnlib-4.0.0.jar |Sebastrn Lib |sebastrnlib |4.0.0 |DONE |Manifest: NOSIGNATURE
  363. appliedcooking-4.0.0.jar |Applied Cooking |appliedcooking |4.0.0 |DONE |Manifest: NOSIGNATURE
  364. appliedenergistics2-forge-15.3.3.jar |Applied Energistics 2 |ae2 |15.3.3 |DONE |Manifest: NOSIGNATURE
  365. cookingforblockheads-forge-1.20.1-16.0.10.jar |CookingForBlockheads |cookingforblockheads |16.0.10 |DONE |Manifest: NOSIGNATURE
  366. Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE
  367. moonlight-1.20-2.13.53-forge.jar |Moonlight Library |moonlight |1.20-2.13.53 |DONE |Manifest: NOSIGNATURE
  368. labels-1.20-1.20.1.jar |Labels |labels |1.20-1.20.1 |DONE |Manifest: NOSIGNATURE
  369. eccentrictome-1.20.1-1.10.3.jar |Eccentric Tome |eccentrictome |1.20.1-1.10.3 |DONE |Manifest: NOSIGNATURE
  370. ToolBelt-1.20.1-1.20.02.jar |Tool Belt |toolbelt |1.20.02 |DONE |Manifest: NOSIGNATURE
  371. titanium-1.20.1-3.8.32.jar |Titanium |titanium |3.8.32 |DONE |Manifest: NOSIGNATURE
  372. mcpaint-1.20.1-1.0.jar |Mc Paint |mcpaint |1.20.1-1.0 |DONE |Manifest: NOSIGNATURE
  373. ColorfulSkies-1.20.1-1.1.2.jar |Colorful Skies |colorfulskies |1.1.2 |DONE |Manifest: NOSIGNATURE
  374. silent-lib-1.20.1-8.0.0.jar |Silent Lib |silentlib |8.0.0 |DONE |Manifest: NOSIGNATURE
  375. mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |DONE |Manifest: NOSIGNATURE
  376. Obscure-Tooltips-2.2.jar |Obscure Tooltips |obscure_tooltips |2.2 |DONE |Manifest: NOSIGNATURE
  377. NoShade-forge-1.20.1-1.0.2.jar |NoShade |noshade |1.0.2 |DONE |Manifest: NOSIGNATURE
  378. smoothboot(reloaded)-mc1.20.1-0.0.4.jar |Smooth Boot (Reloaded) |smoothboot |0.0.4 |DONE |Manifest: NOSIGNATURE
  379. modulargolems-2.4.44.jar |Modular Golems |modulargolems |2.4.44 |DONE |Manifest: NOSIGNATURE
  380. EnderIO-1.20.1-6.2.7-beta-all.jar |Ender IO |enderio |6.2.7-beta |DONE |Manifest: NOSIGNATURE
  381. Dimensional-Paintings-1.20.1-2.0.2.jar |Dimensional Paintings |dimpaintings |2.0.2 |DONE |Manifest: NOSIGNATURE
  382. Iceberg-1.20.1-forge-1.1.25.jar |Iceberg |iceberg |1.1.25 |DONE |Manifest: NOSIGNATURE
  383. bucketlib-1.20.1-2.3.5.2.jar |BucketLib |bucketlib |1.20.1-2.3.5.2 |DONE |Manifest: NOSIGNATURE
  384. polyeng-forge-0.1.1-1.20.1.jar |Polymorphic Energistics |polyeng |0.1.1-1.20.1 |DONE |Manifest: NOSIGNATURE
  385. FastWorkbench-1.20.1-8.0.4.jar |Fast Workbench |fastbench |8.0.4 |DONE |Manifest: NOSIGNATURE
  386. FluxNetworks-1.20.1-7.2.1.15.jar |Flux Networks |fluxnetworks |7.2.1.15 |DONE |Manifest: NOSIGNATURE
  387. Chargers-1.20.1-6.1.0.1.jar |Chargers |chargers |6.1.0.1 |DONE |Manifest: NOSIGNATURE
  388. curios-forge-5.11.1+1.20.1.jar |Curios API |curios |5.11.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  389. ars_nouveau-1.20.1-4.12.6-all.jar |Ars Nouveau |ars_nouveau |4.12.6 |DONE |Manifest: NOSIGNATURE
  390. ars_ocultas-1.20.1-1.2.2-all.jar |Ars Ocultas |ars_ocultas |1.2.2 |DONE |Manifest: NOSIGNATURE
  391. immersive_paintings-0.6.7+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.7+1.20.1 |DONE |Manifest: NOSIGNATURE
  392. buildinggadgets2-1.0.7.jar |Building Gadgets 2 |buildinggadgets2 |1.0.7 |DONE |Manifest: NOSIGNATURE
  393. modonomicon-1.20.1-forge-1.77.3.jar |Modonomicon |modonomicon |1.77.3 |DONE |Manifest: NOSIGNATURE
  394. quartz-1.20.1-0.2.0-alpha.0.1.jar |Quartz |quartz |0.2.0-alpha.0.1 |DONE |Manifest: NOSIGNATURE
  395. YetAnotherConfigLib-3.4.2+1.20.1-forge.jar |YetAnotherConfigLib |yet_another_config_lib_v3 |3.4.2+1.20.1-forge |DONE |Manifest: NOSIGNATURE
  396. Lychee-1.20.1-forge-5.1.14.jar |Lychee Tweaker |lychee |5.1.14 |DONE |Manifest: NOSIGNATURE
  397. l2itemselector-0.1.9.jar |L2 Item Selector |l2itemselector |0.1.9 |DONE |Manifest: NOSIGNATURE
  398. rrls-4.0.6.1+mc1.20.1-forge.jar |Remove Reloading Screen |rrls |4.0.6.1+mc1.20.1-for|DONE |Manifest: NOSIGNATURE
  399. Colourful Goats-1.20.1-NEO-0.2.jar |Colourful Goats |colourfulgoats |0.2 |DONE |Manifest: NOSIGNATURE
  400. xtonesreworked-1.0.4-F_1.20.1-47.2.0.jar |XTones Reworked |xtonesreworked |1.0.4 |DONE |Manifest: NOSIGNATURE
  401. create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.9.d |DONE |Manifest: NOSIGNATURE
  402. supersaturation-1.20.1-5.0.0.jar |Super Saturation |supersaturation |1.20.1-5.0.0 |DONE |Manifest: NOSIGNATURE
  403. Sheep-Squeak-forge-1.20.1-1.2.0.jar |Sheep Squeak |sheepsqueak |1.2.0 |DONE |Manifest: NOSIGNATURE
  404. createaddition-1.20.1-1.2.4e.jar |Create Crafts & Additions |createaddition |1.20.1-1.2.4e |DONE |Manifest: NOSIGNATURE
  405. colouredstuff-1.20.1-1.3.3.jar |colouredstuff |colouredstuff |1.3.3 |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
  406. OpenBlocksTrophies-1.20.1-5.0.0.jar |OpenBlocks Trophies |obtrophies |1.20.1-5.0.0 |DONE |Manifest: NOSIGNATURE
  407. Crash Report UUID: ebd3b882-b1c5-4ed5-bb5c-f9b5cba3b85c
  408. FML: 47.3
  409. Forge: net.minecraftforge:47.3.0
  410. Flywheel Backend: GL33 Instanced Arrays
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement