Guest User

Untitled

a guest
Oct 6th, 2023
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 2023-10-05 16:40:43
  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.1.44.jar%23369!/:?] {}
  9. at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.1.44.jar%23369!/:?] {}
  10. at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.1.44.jar%23369!/:?] {}
  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.1.44.jar%23369!/:?] {}
  14. at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:96) ~[forge-1.20.1-47.1.44-universal.jar%23373!/:?] {re:classloading}
  15. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23368!/:?] {re:mixin,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A,re:computing_frames,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A,re:classloading,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.IntegratedServerMixin,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,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%23368!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}
  17. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23368!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,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.1.44.jar%23369!/:?] {}
  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.2, Oracle Corporation
  47. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
  48. Memory: 664983320 bytes (634 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
  49. CPUs: 16
  50. Processor Vendor: GenuineIntel
  51. Processor Name: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
  52. Identifier: Intel64 Family 6 Model 141 Stepping 1
  53. Microarchitecture: unknown
  54. Frequency (GHz): 2.30
  55. Number of physical packages: 1
  56. Number of physical CPUs: 8
  57. Number of logical CPUs: 16
  58. Graphics card #0 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU
  59. Graphics card #0 vendor: NVIDIA (0x10de)
  60. Graphics card #0 VRAM (MB): 4095.00
  61. Graphics card #0 deviceId: 0x25a0
  62. Graphics card #0 versionInfo: DriverVersion=30.0.15.1165
  63. Graphics card #1 name: Intel(R) UHD Graphics
  64. Graphics card #1 vendor: Intel Corporation (0x8086)
  65. Graphics card #1 VRAM (MB): 1024.00
  66. Graphics card #1 deviceId: 0x9a60
  67. Graphics card #1 versionInfo: DriverVersion=30.0.101.2079
  68. Memory slot #0 capacity (MB): 8192.00
  69. Memory slot #0 clockSpeed (GHz): 3.20
  70. Memory slot #0 type: DDR4
  71. Virtual memory max (MB): 25301.51
  72. Virtual memory used (MB): 16432.61
  73. Swap memory total (MB): 17408.00
  74. Swap memory used (MB): 1384.25
  75. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
  76. Server Running: true
  77. Player Count: 0 / 8; []
  78. Data Packs: vanilla, mod:mr_nether_30, mod:easyanvils, mod:supermartijn642configlib (incompatible), mod:openpartiesandclaims (incompatible), mod:geckolib, mod:playeranimator (incompatible), mod:incendium, mod:rubidium, mod:xaeroworldmap, mod:controlling (incompatible), mod:prism (incompatible), mod:modernfix (incompatible), mod:mixinextras (incompatible), mod:create_dragon_lib (incompatible), mod:createdieselgenerators (incompatible), mod:jeed (incompatible), mod:balm, mod:carryon (incompatible), mod:jeresources, mod:spelunkery (incompatible), mod:betterthanmending (incompatible), mod:cloth_config (incompatible), mod:supplementaries, mod:konkrete (incompatible), mod:athena, mod:corpse, mod:advancementplaques (incompatible), mod:chipped (incompatible), mod:jearchaeology, mod:explorify, mod:caffeineconfig (incompatible), mod:supermartijn642corelib (incompatible), mod:resourcefulconfig (incompatible), mod:reeses_sodium_options (incompatible), mod:curios (incompatible), mod:lucent, mod:collective, mod:searchables (incompatible), mod:resourcefullib (incompatible), mod:createliquidfuel (incompatible), mod:architectury (incompatible), mod:doapi (incompatible), mod:allthetrims (incompatible), mod:cryingportals, mod:jadeaddons (incompatible), mod:toms_storage (incompatible), mod:easyshulkerboxes, mod:sliceanddice (incompatible), mod:fastload (incompatible), mod:puzzlesapi, mod:jea, mod:rechiseled (incompatible), mod:easymagic, mod:caelus (incompatible), mod:waystones, mod:hermes (incompatible), mod:heracles (incompatible), mod:comforts (incompatible), mod:artifacts, mod:libx, mod:rechiseledcreate, mod:terralith, mod:fusion (incompatible), mod:memoryleakfix (incompatible), mod:usefulslime (incompatible), mod:puzzlesaccessapi, mod:forge, mod:mr_banner_flags, mod:tectonic, mod:voicechat (incompatible), mod:sound_physics_remastered, mod:trade_cycling, mod:simplyswords (incompatible), mod:terrablender (incompatible), mod:meadow, mod:radiantgear (incompatible), mod:moonlight (incompatible), mod:mousetweaks, mod:bettercombat (incompatible), mod:jade (incompatible), mod:justenoughbreeding (incompatible), mod:firstpersonmod, mod:fishofthieves, mod:spectrelib (incompatible), mod:mr_banner_bedsheets, mod:kotlinforforge (incompatible), mod:notenoughanimations, mod:iceberg (incompatible), mod:flywheel, mod:create, mod:create_structures, mod:legendarytooltips (incompatible), mod:xaerominimap, mod:sodiumextra, mod:polymorph (incompatible), mod:justenoughprofessions, mod:almostunified (incompatible), mod:jei, mod:irons_spellbooks, mod:entityculling, mod:canary, mod:creeperoverhaul, mod:appleskin (incompatible), mod:moremobvariants, mod:ferritecore (incompatible), mod:puzzleslib, mod:enhancedcelestials (incompatible), mod:corgilib, mod:justzoom (incompatible), mod:expandability (incompatible), mod:create_enchantment_industry (incompatible), mod:createaddition (incompatible), mod:trimmable_tools, Spelunkery Generated Pack, Supplementaries Generated Pack, tectonic/terratonic, mod:parcool (incompatible), mod:essential (incompatible)
  79. Enabled Feature Flags: minecraft:vanilla
  80. World Generation: Stable
  81. Type: Integrated Server (map_client.txt)
  82. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  83. Launched Version: 1.20.1
  84. ModLauncher: 10.0.9+10.0.9+main.dcd20f30
  85. ModLauncher launch target: forgeclient
  86. ModLauncher naming: srg
  87. ModLauncher services:
  88. mixin-0.8.5.jar mixin PLUGINSERVICE
  89. eventbus-6.0.5.jar eventbus PLUGINSERVICE
  90. fmlloader-1.20.1-47.1.44.jar slf4jfixer PLUGINSERVICE
  91. fmlloader-1.20.1-47.1.44.jar object_holder_definalize PLUGINSERVICE
  92. fmlloader-1.20.1-47.1.44.jar runtime_enum_extender PLUGINSERVICE
  93. fmlloader-1.20.1-47.1.44.jar capability_token_subclass PLUGINSERVICE
  94. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  95. fmlloader-1.20.1-47.1.44.jar runtimedistcleaner PLUGINSERVICE
  96. modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
  97. modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE
  98. modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
  99. FML Language Providers:
  100. javafml@null
  101. lowcodefml@null
  102. Mod List:
  103. nether-3.0-3.51.jar |Nether 3.0 |mr_nether_30 |3.51 |DONE |Manifest: NOSIGNATURE
  104. EasyAnvils-v8.0.1-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.1 |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
  105. supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
  106. open-parties-and-claims-forge-1.20.1-0.19.3.jar |Open Parties and Claims |openpartiesandclaims |0.19.3 |DONE |Manifest: NOSIGNATURE
  107. geckolib-forge-1.20.1-4.2.2.jar |GeckoLib 4 |geckolib |4.2.2 |DONE |Manifest: NOSIGNATURE
  108. player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |DONE |Manifest: NOSIGNATURE
  109. Incendium_1.20.1_v5.3.1.jar |Incendium |incendium |5.3.1 |DONE |Manifest: NOSIGNATURE
  110. rubidium-0.6.5.jar |Rubidium |rubidium |0.6.5 |DONE |Manifest: NOSIGNATURE
  111. XaerosWorldMap_1.33.1_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.33.1 |DONE |Manifest: NOSIGNATURE
  112. Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE
  113. Prism-1.20.1-forge-1.0.5.jar |Prism |prism |1.0.5 |DONE |Manifest: NOSIGNATURE
  114. modernfix-forge-5.4.2+mc1.20.1.jar |ModernFix |modernfix |5.4.2+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  115. mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE
  116. create_dragon_lib-1.20.1-1.3.2.jar |Create: Dragon Lib |create_dragon_lib |1.3.2 |DONE |Manifest: NOSIGNATURE
  117. createdieselgenerators-1.20.1-1.1d.jar |Create Diesel Generators |createdieselgenerators |1.20.1-1.1d |DONE |Manifest: NOSIGNATURE
  118. jeed-1.20-2.1.4.jar |Just Enough Effects Descriptio|jeed |1.20-2.1.4 |DONE |Manifest: NOSIGNATURE
  119. balm-forge-1.20-7.0.7.jar |Balm |balm |7.0.7 |DONE |Manifest: NOSIGNATURE
  120. carryon-forge-1.20.1-2.1.0.1.jar |Carry On |carryon |2.1.0.1 |DONE |Manifest: NOSIGNATURE
  121. JustEnoughResources-1.20.1-1.4.0.238.jar |Just Enough Resources |jeresources |1.4.0.238 |DONE |Manifest: NOSIGNATURE
  122. spelunkery-1.20.1-0.3.1-forge.jar |Spelunkery |spelunkery |1.20.1-0.3.1 |DONE |Manifest: NOSIGNATURE
  123. BetterThanMending-1.7.2.jar |BetterThanMending |betterthanmending |1.7.2 |DONE |Manifest: NOSIGNATURE
  124. cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |DONE |Manifest: NOSIGNATURE
  125. supplementaries-1.20-2.5.26.jar |Supplementaries |supplementaries |1.20-2.5.26 |DONE |Manifest: NOSIGNATURE
  126. konkrete_forge_1.6.1-2_MC_1.20.jar |Konkrete |konkrete |1.6.1 |DONE |Manifest: NOSIGNATURE
  127. athena-forge-1.20.1-3.0.0.jar |Athena |athena |3.0.0 |DONE |Manifest: NOSIGNATURE
  128. corpse-1.20.1-1.0.5.jar |Corpse |corpse |1.20.1-1.0.5 |DONE |Manifest: NOSIGNATURE
  129. AdvancementPlaques-1.20.1-forge-1.4.10.jar |Advancement Plaques |advancementplaques |1.4.10 |DONE |Manifest: NOSIGNATURE
  130. chipped-forge-1.20.1-3.0.1.jar |Chipped |chipped |3.0.1 |DONE |Manifest: NOSIGNATURE
  131. jearchaeology-1.20.1-1.0.2.jar |Just Enough Archaeology |jearchaeology |1.20.1-1.0.2 |DONE |Manifest: NOSIGNATURE
  132. explorify-v1.3.0-mc1.20u1.20.1.jar |Explorify |explorify |1.3.0-mc1.20u1.20.1 |DONE |Manifest: NOSIGNATURE
  133. ColaMixinConfig-v1.0.2.jar |ColaConfig |caffeineconfig |1.0.2 |DONE |Manifest: NOSIGNATURE
  134. supermartijn642corelib-1.1.12a-forge-mc1.20.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.12a |DONE |Manifest: NOSIGNATURE
  135. resourcefulconfig-forge-1.20.1-2.1.0.jar |Resourcefulconfig |resourcefulconfig |2.1.0 |DONE |Manifest: NOSIGNATURE
  136. TextruesRubidiumOptions-1.0.0+mc1.20.jar |TexTrue's Rubidium Options |reeses_sodium_options |1.0.0+mc1.20 |DONE |Manifest: NOSIGNATURE
  137. curios-forge-5.2.0-beta.3+1.20.1.jar |Curios API |curios |5.2.0-beta.3+1.20.1 |DONE |Manifest: NOSIGNATURE
  138. lucent-1.20.1-1.5.3.jar |Lucent |lucent |1.5.3 |DONE |Manifest: NOSIGNATURE
  139. collective-1.20.1-6.65.jar |Collective |collective |6.65 |DONE |Manifest: NOSIGNATURE
  140. Searchables-forge-1.20.1-1.0.1.jar |Searchables |searchables |1.0.1 |DONE |Manifest: NOSIGNATURE
  141. resourcefullib-forge-1.20.1-2.1.9.jar |Resourceful Lib |resourcefullib |2.1.9 |DONE |Manifest: NOSIGNATURE
  142. createliquidfuel-2.0.2-1.20.1.jar |Create Liquid Fuel |createliquidfuel |2.0.2-1.20.1 |DONE |Manifest: NOSIGNATURE
  143. architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |DONE |Manifest: NOSIGNATURE
  144. doapi-1.2.6-forge.jar |Lets Do Api |doapi |1.2.6 |DONE |Manifest: NOSIGNATURE
  145. allthetrims-3.2.3-forge+1.20.1.jar |AllTheTrims |allthetrims |3.2.3 |DONE |Manifest: NOSIGNATURE
  146. cryingportals-1.20.1-2.3.jar |Crying Portals |cryingportals |2.3 |DONE |Manifest: NOSIGNATURE
  147. JadeAddons-1.20.1-forge-5.2.0.jar |Jade Addons |jadeaddons |5.2.0 |DONE |Manifest: NOSIGNATURE
  148. toms_storage-1.20-1.6.4.jar |Tom's Simple Storage Mod |toms_storage |1.6.4 |DONE |Manifest: NOSIGNATURE
  149. EasyShulkerBoxes-v8.0.0-1.20.1-Forge.jar |Easy Shulker Boxes |easyshulkerboxes |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
  150. sliceanddice-forge-3.1.1.jar |Create Slice & Dice |sliceanddice |3.1.1 |DONE |Manifest: NOSIGNATURE
  151. Essential (forge_1.20.1).jar |Essential |essential |14099+deploy-staging|DONE |Manifest: NOSIGNATURE
  152. Fastload-Reforged-8.2.1+1.20(.1).jar |Fastload |fastload |8.2.1+1.20(.1) |DONE |Manifest: NOSIGNATURE
  153. puzzlesapi-forge-8.0.2.jar |Puzzles Api |puzzlesapi |8.0.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  154. JustEnoughAdvancements-1.20.1-5.0.1.jar |Just Enough Advancements |jea |1.20.1-5.0.1 |DONE |Manifest: NOSIGNATURE
  155. rechiseled-1.1.2a-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.2a |DONE |Manifest: NOSIGNATURE
  156. EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.1 |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
  157. caelus-forge-3.1.0+1.20.jar |Caelus API |caelus |3.1.0+1.20 |DONE |Manifest: NOSIGNATURE
  158. waystones-forge-1.20-14.0.1.jar |Waystones |waystones |14.0.1 |DONE |Manifest: NOSIGNATURE
  159. hermes-forge-1.20-1.2.0.jar |hermes |hermes |1.2.0 |DONE |Manifest: NOSIGNATURE
  160. heracles-forge-1.20.1-1.0.1.jar |Heracles |heracles |1.0.1 |DONE |Manifest: NOSIGNATURE
  161. comforts-forge-6.3.3+1.20.1.jar |Comforts |comforts |6.3.3+1.20.1 |DONE |Manifest: NOSIGNATURE
  162. artifacts-forge-9.0.5.jar |Artifacts |artifacts |9.0.5 |DONE |Manifest: NOSIGNATURE
  163. LibX-1.20.1-5.0.5.jar |LibX |libx |1.20.1-5.0.5 |DONE |Manifest: NOSIGNATURE
  164. rechiseledcreate-1.0.0a-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.0a |DONE |Manifest: NOSIGNATURE
  165. Terralith_1.20.1_v2.4.4.jar |Terralith |terralith |2.4.4 |DONE |Manifest: NOSIGNATURE
  166. fusion-1.0.5a-forge-mc1.20.jar |Fusion |fusion |1.0.5a |DONE |Manifest: NOSIGNATURE
  167. memoryleakfix-forge-1.17+-1.1.1.jar |Memory Leak Fix |memoryleakfix |1.1.1 |DONE |Manifest: NOSIGNATURE
  168. UsefulSlime-forge-1.20-1.6.0.jar |Useful Slime |usefulslime |1.6.0 |DONE |Manifest: NOSIGNATURE
  169. puzzlesaccessapi-forge-8.0.5.jar |Puzzles Access Api |puzzlesaccessapi |8.0.5 |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
  170. forge-1.20.1-47.1.44-universal.jar |Forge |forge |47.1.44 |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
  171. banner-flags-1.6.jar |Banner Flags |mr_banner_flags |1.6 |DONE |Manifest: NOSIGNATURE
  172. tectonic-mod-mc1.19.3+-v2.1.jar |Tectonic |tectonic |2.1 |DONE |Manifest: NOSIGNATURE
  173. 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
  174. voicechat-forge-1.20.1-2.4.22.jar |Simple Voice Chat |voicechat |1.20.1-2.4.22 |DONE |Manifest: NOSIGNATURE
  175. soundphysics-forge-1.20.1-1.2.0.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.2.0 |DONE |Manifest: NOSIGNATURE
  176. trade-cycling-forge-1.20.1-1.0.7.jar |Trade Cycling |trade_cycling |1.20.1-1.0.7 |DONE |Manifest: NOSIGNATURE
  177. simplyswords-forge-1.50.1-1.20.1.jar |Simply Swords |simplyswords |1.50.1-1.20.1 |DONE |Manifest: NOSIGNATURE
  178. TerraBlender-forge-1.20.1-3.0.0.169.jar |TerraBlender |terrablender |3.0.0.169 |DONE |Manifest: NOSIGNATURE
  179. letsdo-meadow-forge-1.3.0.jar |Meadow |meadow |1.3.0 |DONE |Manifest: NOSIGNATURE
  180. radiantgear-forge-2.1.1+1.20.1.jar |Radiant Gear |radiantgear |2.1.1+1.20.1 |DONE |Manifest: NOSIGNATURE
  181. moonlight-1.20-2.8.7-forge.jar |Moonlight Library |moonlight |1.20-2.8.7 |DONE |Manifest: NOSIGNATURE
  182. MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |DONE |Manifest: NOSIGNATURE
  183. bettercombat-forge-1.7.3+1.20.1.jar |Better Combat |bettercombat |1.7.3+1.20.1 |DONE |Manifest: NOSIGNATURE
  184. Jade-1.20.1-forge-11.5.1.jar |Jade |jade |11.5.1 |DONE |Manifest: NOSIGNATURE
  185. justenoughbreeding-forge-1.20.x-1.0.6.jar |Just Enough Breeding |justenoughbreeding |1.0.6 |DONE |Manifest: NOSIGNATURE
  186. firstperson-forge-2.2.3-mc1.20.jar |FirstPersonModel Mod |firstpersonmod |2.2.3-mc1.20 |DONE |Manifest: NOSIGNATURE
  187. fish_of_thieves-mc1.20.1-v3.0.2-forge.jar |Fish of Thieves |fishofthieves |3.0.2 |DONE |Manifest: NOSIGNATURE
  188. spectrelib-forge-0.13.12+1.20.1.jar |SpectreLib |spectrelib |0.13.12+1.20.1 |DONE |Manifest: NOSIGNATURE
  189. banner-bedsheets-1.1.jar |Banner Bedsheets |mr_banner_bedsheets |1.1 |DONE |Manifest: NOSIGNATURE
  190. kffmod-4.4.0.jar |Kotlin For Forge |kotlinforforge |4.4.0 |DONE |Manifest: NOSIGNATURE
  191. notenoughanimations-forge-1.6.4-mc1.20.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.4 |DONE |Manifest: NOSIGNATURE
  192. Iceberg-1.20.1-forge-1.1.13.jar |Iceberg |iceberg |1.1.13 |DONE |Manifest: NOSIGNATURE
  193. flywheel-forge-1.20-0.6.9-4.jar |Flywheel |flywheel |0.6.9-4 |DONE |Manifest: NOSIGNATURE
  194. create-1.20.1-0.5.1.d.jar |Create |create |0.5.1.d |DONE |Manifest: NOSIGNATURE
  195. create-structures-0.1.1-1.20.1-FORGE.jar |Create: Structures |create_structures |0.1.1 |DONE |Manifest: NOSIGNATURE
  196. LegendaryTooltips-1.20.1-forge-1.4.5.jar |Legendary Tooltips |legendarytooltips |1.4.5 |DONE |Manifest: NOSIGNATURE
  197. Xaeros_Minimap_23.6.3_Forge_1.20.jar |Xaero's Minimap |xaerominimap |23.6.3 |DONE |Manifest: NOSIGNATURE
  198. rubidium-extra-0.4.20+mc1.20-build.91.jar |Rubidium Extra |sodiumextra |0.4.20+mc1.20-build.|DONE |Manifest: NOSIGNATURE
  199. polymorph-forge-0.49.0+1.20.1.jar |Polymorph |polymorph |0.49.0+1.20.1 |DONE |Manifest: NOSIGNATURE
  200. JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |DONE |Manifest: NOSIGNATURE
  201. ParCool-1.20.1-3.1.0.3-R.jar |ParCool! |parcool |1.20.1-3.1.0.3-R |DONE |Manifest: NOSIGNATURE
  202. almostunified-forge-1.20.1-0.6.0.jar |AlmostUnified |almostunified |1.20.1-0.6.0 |DONE |Manifest: NOSIGNATURE
  203. jei-1.20.1-forge-15.2.0.27.jar |Just Enough Items |jei |15.2.0.27 |DONE |Manifest: NOSIGNATURE
  204. irons_spellbooks-1.20.1-1.2.1.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-1.2.1 |DONE |Manifest: NOSIGNATURE
  205. entityculling-forge-1.6.2-mc1.20.jar |EntityCulling |entityculling |1.6.2 |DONE |Manifest: NOSIGNATURE
  206. canary-mc1.20.1-0.2.7.jar |Canary |canary |0.2.7 |DONE |Manifest: NOSIGNATURE
  207. creeperoverhaul-3.0.1-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.1 |DONE |Manifest: NOSIGNATURE
  208. appleskin-forge-mc1.20.1-2.5.0.jar |AppleSkin |appleskin |2.5.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
  209. moremobvariants-forge+1.20-1.2.2.jar |More Mob Variants |moremobvariants |1.2.2 |DONE |Manifest: NOSIGNATURE
  210. ferritecore-6.0.0-forge.jar |Ferrite Core |ferritecore |6.0.0 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
  211. PuzzlesLib-v8.0.15-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.0.15 |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
  212. Enhanced_Celestials-forge-1.20.1-5.0.0.2.jar |Enhanced Celestials |enhancedcelestials |5.0.0.2 |DONE |Manifest: NOSIGNATURE
  213. CorgiLib-forge-1.20.1-4.0.0.4.jar |CorgiLib |corgilib |4.0.0.4 |DONE |Manifest: NOSIGNATURE
  214. justzoom_forge_1.0.2_MC_1.20.1.jar |Just Zoom |justzoom |1.0.2 |DONE |Manifest: NOSIGNATURE
  215. expandability-forge-9.0.0.jar |ExpandAbility |expandability |9.0.0 |DONE |Manifest: NOSIGNATURE
  216. create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.6.b |DONE |Manifest: NOSIGNATURE
  217. createaddition-1.20.1-1.0.0b.jar |Create Crafts & Additions |createaddition |1.20.1-1.0.0b |DONE |Manifest: NOSIGNATURE
  218. trimmable-tools-mc1.20-v1.0.4.jar |Trimmable Tools |trimmable_tools |1.0.4 |DONE |Manifest: NOSIGNATURE
  219. Crash Report UUID: c537343b-f9fd-4389-88e6-e9e664467f99
  220. FML: 47.1
  221. Forge: net.minecraftforge:47.1.44
  222. Flywheel Backend: GL33 Instanced Arrays
Advertisement
Add Comment
Please, Sign In to add comment