DarkShado

Untitled

Apr 8th, 2025
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.82 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 2025-04-08 16:26:42
  5. Description: Mod loading failures have occurred; consult the issue messages for more details
  6.  
  7. net.neoforged.neoforge.logging.CrashReportExtender$ModLoadingCrashException: Mod loading has failed
  8.  
  9.  
  10. A detailed walkthrough of the error, its code path and all known details is as follows:
  11. ---------------------------------------------------------------------------------------
  12.  
  13. -- Head --
  14. Thread: main
  15. Stacktrace:
  16. at MC-BOOTSTRAP/[email protected]/com.google.common.base.Preconditions.checkState(Preconditions.java:512) ~[guava-32.1.2-jre.jar%2383!/:?] {re:mixin}
  17. -- Mod loading issue for: theoneprobe --
  18. Details:
  19. Mod file: /home/minecraft/server/mods/theoneprobe-1.21_neo-12.0.5.jar
  20. Failure message: The One Probe (theoneprobe) encountered an error while dispatching the net.neoforged.fml.event.lifecycle.InterModProcessEvent event
  21. java.lang.IllegalStateException: Cannot get config value before config is loaded.
  22. Mod version: 1.21_neo-12.0.5
  23. Mod issues URL: http://github.com/McJtyMods/TheOneProbe/issues
  24. Exception message: java.lang.IllegalStateException: Cannot get config value before config is loaded.
  25. Stacktrace:
  26. at MC-BOOTSTRAP/[email protected]/com.google.common.base.Preconditions.checkState(Preconditions.java:512) ~[guava-32.1.2-jre.jar%2383!/:?] {re:mixin}
  27. at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.getRaw(ModConfigSpec.java:1235) ~[neoforge-21.1.145-universal.jar%23315!/:?] {re:m>
  28. at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.get(ModConfigSpec.java:1222) ~[neoforge-21.1.145-universal.jar%23315!/:?] {re:mixi>
  29. at TRANSFORMER/[email protected]/com.texelsaurus.minecraft.chameleon.service.NeoforgeConfig$ForgeConfigEntry.get(NeoforgeConfig.java:88) ~[Storage%20Drawers-neoforge-1>
  30. at TRANSFORMER/[email protected]/com.jaquadro.minecraft.storagedrawers.integration.TheOneProbe.apply(TheOneProbe.java:25) ~[Storage%20Drawers-neoforge-1.21-13.8.5.jar%>
  31. at TRANSFORMER/[email protected]/com.jaquadro.minecraft.storagedrawers.integration.TheOneProbe.apply(TheOneProbe.java:16) ~[Storage%20Drawers-neoforge-1.21-13.8.5.jar%>
  32. at TRANSFORMER/[email protected]_neo-12.0.5/mcjty.theoneprobe.TheOneProbe.lambda$processIMC$11(TheOneProbe.java:191) ~[theoneprobe-1.21_neo-12.0.5.jar%23494!/:1.21_neo-12.0>
  33. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.InterModComms$QueueFilteringSpliterator.tryAdvance(InterModComms.java:148) ~[loader-4.0.38.jar%2360!/:4.0] {}
  34. at java.base/java.util.Spliterator.forEachRemaining(Spliterator.java:332) ~[?:?] {}
  35. at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) ~[?:?] {}
  36. at TRANSFORMER/[email protected]_neo-12.0.5/mcjty.theoneprobe.TheOneProbe.processIMC(TheOneProbe.java:188) ~[theoneprobe-1.21_neo-12.0.5.jar%23494!/:1.21_neo-12.0.5] {re:cl>
  37. at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.ConsumerEventHandler.invoke(ConsumerEventHandler.java:26) ~[bus-8.0.2.jar%2367!/:?] {}
  38. at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350) ~[bus-8.0.2.jar%2367!/:?] {}
  39. at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315) ~[bus-8.0.2.jar%2367!/:?] {}
  40. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.ModContainer.acceptEvent(ModContainer.java:158) ~[loader-4.0.38.jar%2360!/:4.0] {re:mixin}
  41. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.ModLoader.lambda$dispatchParallelEvent$4(ModLoader.java:172) ~[loader-4.0.38.jar%2360!/:4.0] {}
  42. at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.ModLoader.lambda$dispatchParallelTask$7(ModLoader.java:231) ~[loader-4.0.38.jar%2360!/:4.0] {}
  43. at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) ~[?:?] {re:mixin}
  44. at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) ~[?:?] {}
  45. at java.base/java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483) ~[?:?] {}
  46. at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?] {}
  47. at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1310) ~[?:?] {}
  48. at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1841) ~[?:?] {re:mixin,re:computing_frames}
  49. at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1806) ~[?:?] {re:mixin,re:computing_frames}
  50. at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?] {re:mixin}
  51. -- System Details --
  52. Details:
  53. Minecraft Version: 1.21.1
  54. Minecraft Version ID: 1.21.1
  55. Operating System: Linux (amd64) version 6.1.0-32-amd64
  56. Java Version: 21.0.6, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
  58. Memory: 506641760 bytes (483 MiB) / 2252341248 bytes (2148 MiB) up to 8589934592 bytes (8192 MiB)
  59. CPUs: 8
  60. Processor Vendor: GenuineIntel
  61. Processor Name: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
  62. Identifier: Intel64 Family 6 Model 94 Stepping 3
  63. Microarchitecture: Skylake (Client)
  64. Frequency (GHz): 3.40
  65. Number of physical packages: 1
  66. Number of physical CPUs: 4
  67. Number of logical CPUs: 8
  68. Graphics card #0 name: HD Graphics 530
  69. Graphics card #0 vendor: Intel Corporation (0x8086)
  70. Graphics card #0 VRAM (MiB): 256.00
  71. Graphics card #0 deviceId: 0x1912
  72. Graphics card #0 versionInfo: unknown
  73. Virtual memory max (MiB): 16725.53
  74. Virtual memory used (MiB): 3327.77
  75. Swap memory total (MiB): 976.00
  76. Swap memory used (MiB): 0.00
  77. Space in storage for jna.tmpdir (MiB): <path not set>
  78. Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
  79. Space in storage for io.netty.native.workdir (MiB): <path not set>
  80. Space in storage for java.io.tmpdir (MiB): available: 405051.44, total: 466890.75
  81. Space in storage for workdir (MiB): available: 1775454.25, total: 1876684.25
  82. JVM Flags: 1 total; -Xmx8G
  83. ModLauncher: 11.0.4+main.d2e20e43
  84. ModLauncher launch target: forgeserver
  85. ModLauncher services:
  86. sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE
  87. loader-4.0.38.jar slf4jfixer PLUGINSERVICE
  88. loader-4.0.38.jar runtime_enum_extender PLUGINSERVICE
  89. at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
  90. loader-4.0.38.jar runtimedistcleaner PLUGINSERVICE
  91. modlauncher-11.0.4.jar mixin TRANSFORMATIONSERVICE
  92. modlauncher-11.0.4.jar redirector TRANSFORMATIONSERVICE
  93. modlauncher-11.0.4.jar fml TRANSFORMATIONSERVICE
  94. FML Language Providers:
  95.  
  96.  
  97. Mod List:
  98. additionallanterns-1.1.1-neoforge-mc1.21.jar |Additional Lanterns |additionallanterns |1.1.1 |Manifest: NOSIGNATURE
  99. additional_lights-neoforge-1.21-2.1.9.jar |Additional Lights |additional_lights |2.1.9 |Manifest: NOSIGNATURE
  100. ae2importexportcard-1.21-1.4.0.jar |AE2 Import Export Card |ae2importexportcard |1.21-1.4.0 |Manifest: NOSIGNATURE
  101. ae2jeiintegration-1.2.0.jar |AE2 JEI Integration |ae2jeiintegration |1.2.0 |Manifest: NOSIGNATURE
  102. AE2MEGAThings-1.21.1-2.0.4.jar |AE2 MEGA Things |ae2_mega_things |2.0.4 |Manifest: NOSIGNATURE
  103. ae2qolrecipes-neoforge-1.21.x-1.3.0.jar |AE2 QoL Recipes |ae2qolrecipes |1.3.0 |Manifest: NOSIGNATURE
  104. AE2-Things-1.4.2-beta.jar |AE2 Things |ae2things |1.4.2-beta |Manifest: NOSIGNATURE
  105. AE2NetworkAnalyzer-1.21-2.0.1-neoforge.jar |AE2NetworkAnalyzer |ae2netanalyser |1.21-2.0.1-neoforge |Manifest: NOSIGNATURE
  106. ae2wtlib-19.2.2.jar |AE2WTLib |ae2wtlib |19.2.2 |Manifest: NOSIGNATURE
  107. de.mari_023.ae2wtlib_api-19.2.2.jar |AE2WTLib API |ae2wtlib_api |19.2.2 |Manifest: NOSIGNATURE
  108. ae_better_villagers-1.15.1.b.jar |AE_Better_Villagers |ae_better_villagers |1.15.1.b |Manifest: NOSIGNATURE
  109. aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar |AEInfinityBooster |aeinfinitybooster |1.21.1-1.0.0.49 |Manifest: NOSIGNATURE
  110. AI-Improvements-1.21-0.5.3.jar |AI-Improvements |aiimprovements |0.5.3 |Manifest: NOSIGNATURE
  111. amendments-1.21-1.2.24-neoforge.jar |Amendments |amendments |1.21-1.2.24 |Manifest: NOSIGNATURE
  112. antiquetradingship-1.3.0-neoforge-1.21.1.jar |AntiqueTradingShip |antiquetradingship |1.3.0 |Manifest: NOSIGNATURE
  113. appliedenergistics2-19.2.7.jar |Applied Energistics 2 |ae2 |19.2.7 |Manifest: NOSIGNATURE
  114. applied-experienced-1.21.1-1.1.0.jar |Applied Experienced |appex |1.1.0 |Manifest: NOSIGNATURE
  115. Applied-Mekanistics-1.6.2.jar |Applied Mekanistics |appmek |1.6.2 |Manifest: NOSIGNATURE
  116. AppliedFlux-1.21-2.1.0-neoforge.jar |AppliedFlux |appflux |1.21-2.1.0-neoforge |Manifest: NOSIGNATURE
  117. Aquaculture-1.21.1-2.7.14.jar |Aquaculture 2 |aquaculture |2.7.14 |Manifest: NOSIGNATURE
  118. aquaculturedelight-1.2.0-neoforge-1.21.1.jar |Aquaculture Delight |aquaculturedelight |1.2.0 |Manifest: NOSIGNATURE
  119. architectury-13.0.8-neoforge.jar |Architectury |architectury |13.0.8 |Manifest: NOSIGNATURE
  120. areas-1.21.1-6.1.jar |Areas |areas |6.1 |Manifest: NOSIGNATURE
  121. ars_additions-1.21.1-21.2.1.jar |Ars Additions |ars_additions |1.21.1-21.2.1 |Manifest: NOSIGNATURE
  122. ars_creo-1.21.1-5.1.0.jar |Ars Creo |ars_creo |5.1.0 |Manifest: NOSIGNATURE
  123. ars_elemental-1.21.1-0.7.2.7.jar |Ars Elemental |ars_elemental |0.7.2.7 |Manifest: NOSIGNATURE
  124. ars_nouveau-1.21.1-5.7.2-all.jar |Ars Nouveau |ars_nouveau |5.7.2 |Manifest: NOSIGNATURE
  125. ars_ocultas-1.21.1-2.1.0.jar |Ars Ocultas |ars_ocultas |2.1.0 |Manifest: NOSIGNATURE
  126. ars_technica-1.21.1-2.0.1.jar |Ars Technica |ars_technica |2.0.1 |Manifest: NOSIGNATURE
  127. arseng-2.1.1-beta.jar |Ars Énergistique |arseng |2.1.1-beta |Manifest: NOSIGNATURE
  128. balm-neoforge-1.21.1-21.0.37.jar |Balm |balm |21.0.37 |Manifest: NOSIGNATURE
  129. bcc-21.1.3+mc1.21.1.jar |Better Compatibility Checker |bcc |21.1.3 |Manifest: NOSIGNATURE
  130. bigger_ae2-1.21.1-1.4.7.jar |Bigger AE2 |bigger_ae2 |1.4.7 |Manifest: NOSIGNATURE
  131. BiomesOPlenty-neoforge-1.21.1-21.1.0.8.jar |Biomes O' Plenty |biomesoplenty |21.1.0.8 |Manifest: NOSIGNATURE
  132. bookshelf-neoforge-1.21.1-21.1.53.jar |Bookshelf |bookshelf |21.1.53 |Manifest: NOSIGNATURE
  133. bucketlib-neoforge-1.21-4.1.2.2.jar |BucketLib |bucketlib |1.21-4.1.2.2 |Manifest: NOSIGNATURE
  134. buildinggadgets2-1.3.8.jar |Building Gadgets 2 |buildinggadgets2 |1.3.8 |Manifest: NOSIGNATURE
  135. BuildingWands-neoforge-MC1.21-2.8.3.jar |Building Wands |wands |2.8.3 |Manifest: NOSIGNATURE
  136. catalogue-neoforge-1.21.1-1.11.0.jar |Catalogue |catalogue |1.11.0 |Manifest: NOSIGNATURE
  137. Caupona-1.21.1-0.5.2.jar |Caupona |caupona |1.21.1-0.5.2 |Manifest: NOSIGNATURE
  138. cc-tweaked-1.21.1-forge-1.115.1.jar |CC: Tweaked |computercraft |1.115.1 |Manifest: NOSIGNATURE
  139. chisels-and-bits-neoforge-21.1.25.jar |chisels-and-bits |chiselsandbits |21.1.25 |Manifest: NOSIGNATURE
  140. [neoforge]ctov-3.5.6.jar |ChoiceTheorem's Overhauled Vil|ctov |3.5.6 |Manifest: NOSIGNATURE
  141. cloth-config-15.0.140-neoforge.jar |Cloth Config v15 API |cloth_config |15.0.140 |Manifest: NOSIGNATURE
  142. Clumps-neoforge-1.21.1-19.0.0.1.jar |Clumps |clumps |19.0.0.1 |Manifest: NOSIGNATURE
  143. collective-1.21.1-8.1.jar |Collective |collective |8.1 |Manifest: NOSIGNATURE
  144. comforts-neoforge-9.0.3+1.21.1.jar |Comforts |comforts |9.0.3+1.21.1 |Manifest: NOSIGNATURE
  145. common-networking-neoforge-1.0.18-1.21.1.jar |Common Networking |commonnetworking |1.0.18-1.21.1 |Manifest: NOSIGNATURE
  146. configuration-neoforge-1.21.1-3.1.0.jar |Configuration |configuration |3.1.0 |Manifest: NOSIGNATURE
  147. configured-neoforge-1.21.1-2.6.0.jar |Configured |configured |2.6.0 |Manifest: 0d:78:5f:44:c0:47:0>
  148. configured-neoforge-1.21.1-2.6.0.jar |Configured |configured |2.6.0 |Manifest: 0d:78:5f:44:c0:47:0>
  149. Controlling-neoforge-1.21.1-19.0.5.jar |Controlling |controlling |19.0.5 |Manifest: NOSIGNATURE
  150. cookingforblockheads-neoforge-1.21.1-21.1.12.jar |Cooking for Blockheads |cookingforblockheads |21.1.12 |Manifest: NOSIGNATURE
  151. cosmeticarmorreworked-1.21.1-v1-neoforge.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.21.1-v1-neoforge |Manifest: 5e:ed:25:99:e4:44:1>
  152. create-1.21.1-6.0.4.jar |Create |create |6.0.4 |Manifest: NOSIGNATURE
  153. create_compressed-2.2.0-neoforge-1.21.1.jar |Create Compressed |create_compressed |2.2.0 |Manifest: NOSIGNATURE
  154. Create Encased-1.21.1-1.7.1-fix1.jar |Create Encased |createcasing |1.7.1-fix1 |Manifest: NOSIGNATURE
  155. bellsandwhistles-0.4.7-1.21.1.jar |Create: Bells & Whistles |bellsandwhistles |0.4.7-1.21.1 |Manifest: NOSIGNATURE
  156. Create_Desires-2-Dreams-1.21.1-2.0.0.jar |Create: Desires 2 Dreams |create_d2d |2.0.0 |Manifest: NOSIGNATURE
  157. create_things_and_misc-4.0-neoforge-1.21.1.jar |create: things and misc |create_things_and_misc |1.0.0 |Manifest: NOSIGNATURE
  158. trading_floor-3.0.2.jar |Create: Trading Floor |trading_floor |3.0.2 |Manifest: NOSIGNATURE
  159. create_ultimate_factory-1.9.0-neoforge-1.21.1.jar |Create: Ultimate Factory |create_ultimate_factory |1.9.0 |Manifest: NOSIGNATURE
  160. create_better_villagers-1.2.6-Neoforge-1.21.1.jar |Create_Better_Villagers |create_better_villagers |1.2.6-Neoforge-1.21.|Manifest: NOSIGNATURE
  161. cristellib-neoforge-1.2.8.jar |Cristel Lib |cristellib |1.2.8 |Manifest: NOSIGNATURE
  162. cupboard-1.21-2.9.jar |Cupboard mod |cupboard |2.9 |Manifest: NOSIGNATURE
  163. curios-neoforge-9.4.0+1.21.1.jar |Curios API |curios |9.4.0+1.21.1 |Manifest: NOSIGNATURE
  164. cyclopscore-1.21.1-neoforge-1.25.8.jar |Cyclops Core |cyclopscore |1.25.8 |Manifest: NOSIGNATURE
  165. easy-villagers-neoforge-1.21.1-1.1.24.jar |Easy Villagers |easy_villagers |1.21.1-1.1.24 |Manifest: NOSIGNATURE
  166. effortlessbuilding-1.21.1-3.10-all.jar |Effortless Building |effortlessbuilding |3.10 |Manifest: NOSIGNATURE
  167. evilcraft-1.21.1-neoforge-1.2.68.jar |EvilCraft |evilcraft |1.2.68 |Manifest: NOSIGNATURE
  168. experiencelib-1.21.1-1.0.3.jar |ExperienceLib |experiencelib |1.0.3 |Manifest: NOSIGNATURE
  169. ExtendedAE-1.21-2.2.6-neoforge.jar |ExtendedAE |extendedae |1.21-2.2.6-neoforge |Manifest: NOSIGNATURE
  170. FarmersDelight-1.21.1-1.2.7.jar |Farmer's Delight |farmersdelight |1.2.7 |Manifest: NOSIGNATURE
  171. farmingforblockheads-neoforge-1.21.1-21.1.7.jar |Farming for Blockheads |farmingforblockheads |21.1.7 |Manifest: NOSIGNATURE
  172. FastWorkbench-1.21-9.1.2.jar |Fast Workbench |fastbench |9.1.2 |Manifest: NOSIGNATURE
  173. ferritecore-7.0.2-neoforge.jar |Ferrite Core |ferritecore |7.0.2 |Manifest: 41:ce:50:66:d1:a0:0>
  174. FluxNetworks-1.21.1-8.0.0.jar |Flux Networks |fluxnetworks |8.0.0 |Manifest: NOSIGNATURE
  175. flywheel-neoforge-1.21.1-1.0.2.jar |Flywheel |flywheel |1.0.2 |Manifest: NOSIGNATURE
  176. forbidden_arcanus-1.21.1-2.5.15.jar |Forbidden Arcanus |forbidden_arcanus |2.5.15 |Manifest: NOSIGNATURE
  177. ForgeConfigAPIPort-v21.1.3-1.21.1-NeoForge.jar |Forge Config API Port |forgeconfigapiport |21.1.3 |Manifest: NOSIGNATURE
  178. fabric-api-base-0.4.42+d1308ded19.jar |Forgified Fabric API Base |fabric_api_base |0.4.42+d1308ded19 |Manifest: NOSIGNATURE
  179. fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar |Forgified Fabric BlockView API|fabric_block_view_api_v2 |1.0.10+9afaaf8c19 |Manifest: NOSIGNATURE
  180. fabric-renderer-api-v1-3.4.0+acb05a3919.jar |Forgified Fabric Renderer API |fabric_renderer_api_v1 |3.4.0+acb05a3919 |Manifest: NOSIGNATURE
  181. fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19 |Manifest: NOSIGNATURE
  182. framework-neoforge-1.21.1-0.9.4.jar |Framework |framework |0.9.4 |Manifest: NOSIGNATURE
  183. geckolib-neoforge-1.21.1-4.7.5.1.jar |GeckoLib 4 |geckolib |4.7.5.1 |Manifest: NOSIGNATURE
  184. generatorgalore-1.21.1-1.3.4.jar |Generator Galore |generatorgalore |1.21.1-1.3.4 |Manifest: NOSIGNATURE
  185. GlitchCore-neoforge-1.21.1-2.1.0.0.jar |GlitchCore |glitchcore |2.1.0.0 |Manifest: NOSIGNATURE
  186. Glodium-1.21-2.2-neoforge.jar |Glodium |glodium |1.21-2.2-neoforge |Manifest: NOSIGNATURE
  187. GrandPower-3.0.0.jar |Grand Power |grandpower |3.0.0 |Manifest: NOSIGNATURE
  188. guardvillagers-2.3.2-1.21.1.jar |Guard Villagers |guardvillagers |2.3.2 |Manifest: NOSIGNATURE
  189. guideme-21.1.8.jar |GuideME |guideme |21.1.8 |Manifest: NOSIGNATURE
  190. illagerwarship-1.0.0-neoforge-1.21.1.jar |Illager-Warship |illagerwarship |1.0.0 |Manifest: NOSIGNATURE
  191. ImmediatelyFast-NeoForge-1.6.2+1.21.1.jar |ImmediatelyFast |immediatelyfast |1.6.2+1.21.1 |Manifest: NOSIGNATURE
  192. ImmersiveEngineering-1.21.1-12.1.0-185.jar |Immersive Engineering |immersiveengineering |12.1.0-185 |Manifest: NOSIGNATURE
  193. industrialforegoing-1.21-3.6.24.jar |Industrial Foregoing |industrialforegoing |1.21-3.6.24 |Manifest: NOSIGNATURE
  194. inventoryhud.neoforged.1.21.1-3.4.26.jar |Inventory HUD+ |inventoryhud |3.4.26 |Manifest: NOSIGNATURE
  195. iris-neoforge-1.8.8+mc1.21.1.jar |Iris |iris |1.8.8+mc1.21.1 |Manifest: NOSIGNATURE
  196. ironchest-1.21-neoforge-16.0.7.jar |Iron Chests |ironchest |1.21-neoforge-16.0.7|Manifest: NOSIGNATURE
  197. Jade-1.21.1-NeoForge-15.10.0.jar |Jade |jade |15.10.0+neoforge |Manifest: NOSIGNATURE
  198. JadeAddons-1.21.1-NeoForge-6.1.0.jar |Jade Addons |jadeaddons |6.1.0+neoforge |Manifest: NOSIGNATURE
  199. journeymap-neoforge-1.21.1-6.0.0-beta.43.jar |Journeymap |journeymap |1.21.1-6.0.0-beta.43|Manifest: NOSIGNATURE
  200. journeymap-api-neoforge-2.0.0-1.21.1-SNAPSHOT.jar |JourneyMap API |journeymap_api |2.0.0 |Manifest: NOSIGNATURE
  201. jmi-neoforge-1.21.1-1.8.2.jar |JourneyMap Integration |jmi |1.21.1-1.8.2 |Manifest: NOSIGNATURE
  202. jei-1.21.1-neoforge-19.21.0.247.jar |Just Enough Items |jei |19.21.0.247 |Manifest: NOSIGNATURE
  203. kffmod-5.7.0.jar |Kotlin For Forge |kotlinforforge |5.7.0 |Manifest: NOSIGNATURE
  204. kubejs-neoforge-2101.7.1-build.181.jar |KubeJS |kubejs |2101.7.1-build.181 |Manifest: NOSIGNATURE
  205. kubejs-mekanism-neoforge-2101.1.6-build.6.jar |KubeJS Mekanism |kubejs_mekanism |2101.1.6-build.6 |Manifest: NOSIGNATURE
  206. kuma-api-neoforge-21.0.5+1.21.jar |KumaAPI |kuma_api |21.0.5 |Manifest: NOSIGNATURE
  207. lithostitched-neoforge-1.21.1-1.4.5.jar |Lithostitched |lithostitched |1.4.2 |Manifest: NOSIGNATURE
  208. lootintegrations-1.21-4.3.jar |Lootintegrations mod |lootintegrations |4.3 |Manifest: NOSIGNATURE
  209. lootintegrations_ctov-1.3.jar |lootintegrations_ctov mod |lootintegrations_ctov |1 |Manifest: NOSIGNATURE
  210. ldlib-neoforge-1.21.1-1.0.35.a.jar |LowDragLib |ldlib |1.0.35.a |Manifest: NOSIGNATURE
  211. mcw-bridges-3.0.0-mc1.21.1neoforge.jar |Macaw's Bridges |mcwbridges |3.0.0 |Manifest: NOSIGNATURE
  212. mcw-doors-1.1.2-mc1.21.1neoforge.jar |Macaw's Doors |mcwdoors |1.1.2 |Manifest: NOSIGNATURE
  213. mcw-fences-1.2.0-1.21.1neoforge.jar |Macaw's Fences and Walls |mcwfences |1.2.0 |Manifest: NOSIGNATURE
  214. mcw-furniture-3.3.0-mc1.21.1neoforge.jar |Macaw's Furniture |mcwfurnitures |3.3.0 |Manifest: NOSIGNATURE
  215. mcw-holidays-1.1.0-mc1.21.1neoforge.jar |Macaw's Holidays |mcwholidays |1.1.0 |Manifest: NOSIGNATURE
  216. mcw-lights-1.1.1-mc1.21.1neoforge.jar |Macaw's Lights and Lamps |mcwlights |1.1.1 |Manifest: NOSIGNATURE
  217. mcw-paintings-1.0.5-1.21.1neoforge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |Manifest: NOSIGNATURE
  218. mcw-paths-1.1.0neoforge-mc1.21.1.jar |Macaw's Paths and Pavings |mcwpaths |1.1.0 |Manifest: NOSIGNATURE
  219. mcw-roofs-2.3.1-mc1.21.1neoforge.jar |Macaw's Roofs |mcwroofs |2.3.1 |Manifest: NOSIGNATURE
  220. mcw-stairs-1.0.1-1.21.1neoforge.jar |Macaw's Stairs and Balconies |mcwstairs |1.0.1 |Manifest: NOSIGNATURE
  221. mcw-trapdoors-1.1.4-mc1.21.1neoforge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.4 |Manifest: NOSIGNATURE
  222. mcw-windows-2.3.0-mc1.21.1neoforge.jar |Macaw's Windows |mcwwindows |2.3.2 |Manifest: NOSIGNATURE
  223. MagnumTorch-v21.1.0-1.21.1-NeoForge.jar |Magnum Torch |magnumtorch |21.1.0 |Manifest: NOSIGNATURE
  224. mcjtylib-1.21-9.0.7.jar |McJtyLib |mcjtylib |1.21-9.0.7 |Manifest: NOSIGNATURE
  225. zmedievalmusic-1.21-2.1.jar |medievalmusic mod |medievalmusic |2.1 |Manifest: NOSIGNATURE
  226. megacells-4.7.0.jar |MEGA Cells |megacells |4.7.0 |Manifest: NOSIGNATURE
  227. Mekanism-1.21.1-10.7.13.78.jar |Mekanism |mekanism |10.7.13 |Manifest: NOSIGNATURE
  228. mekanism_turrets-2.1.3.jar |Mekanism Turrets |mekanism_turrets |2.1.3 |Manifest: NOSIGNATURE
  229. mekanism_unleashed-0.2.3.jar |Mekanism Unleashed |mekanism_unleashed |1.21.1-0.2.3 |Manifest: NOSIGNATURE
  230. MekanismAdditions-1.21.1-10.7.13.78.jar |Mekanism: Additions |mekanismadditions |10.7.13 |Manifest: NOSIGNATURE
  231. MekanismGenerators-1.21.1-10.7.13.78.jar |Mekanism: Generators |mekanismgenerators |10.7.13 |Manifest: NOSIGNATURE
  232. MekanismTools-1.21.1-10.7.13.78.jar |Mekanism: Tools |mekanismtools |10.7.13 |Manifest: NOSIGNATURE
  233. MekaWeapons-1.21.1-2.6.jar |Mekanism: Weapons |mekaweapons |2.6 |Manifest: NOSIGNATURE
  234. 1.21.1 Mel's DeCo v1.1.1.jar |Mel's DeCo |mels_deco |1.1.1 |Manifest: NOSIGNATURE
  235. server-1.21.1-20240808.144430-srg.jar |Minecraft |minecraft |1.21.1 |Manifest: NOSIGNATURE
  236. Modern-Industrialization-2.3.2.jar |Modern Industrialization |modern_industrialization |2.3.2 |Manifest: NOSIGNATURE
  237. modernfix-neoforge-5.20.2+mc1.21.1.jar |ModernFix |modernfix |5.20.2+mc1.21.1 |Manifest: NOSIGNATURE
  238. modonomicon-1.21.1-neoforge-1.114.1.jar |Modonomicon |modonomicon |1.114.1 |Manifest: NOSIGNATURE
  239. mffs-5.4.17.jar |Modular Force Field System |mffs |5.4.17 |Manifest: NOSIGNATURE
  240. moonlight-1.21-2.17.37-neoforge.jar |Moonlight Lib |moonlight |1.21-2.17.37 |Manifest: NOSIGNATURE
  241. mifa-neoforge-1.21.x-2.1.0.jar |More Industrial Foregoing Addo|mifa |2.1.0 |Manifest: NOSIGNATURE
  242. music_player-neoforge-1.21.1-2.7.1.318.jar |Music Player |musicplayer |2.7.1.318 |Manifest: f4:a6:0b:ee:cb:8a:1>
  243. NaturesCompass-1.21.1-3.0.3-neoforge.jar |Nature's Compass |naturescompass |1.21.1-3.0.2-neoforg|Manifest: NOSIGNATURE
  244. neoforge-21.1.145-universal.jar |NeoForge |neoforge |21.1.145 |Manifest: NOSIGNATURE
  245. nuggets-neoforge-1.21-1.0.4.35.jar |Nuggets |nuggets |1.0.4.35 |Manifest: NOSIGNATURE
  246. occultism-1.21.1-neoforge-1.179.3.jar |Occultism |occultism |1.179.3 |Manifest: NOSIGNATURE
  247. Patchouli-1.21-88-NEOFORGE.jar |Patchouli |patchouli |1.21-88-NEOFORGE |Manifest: NOSIGNATURE
  248. Placebo-1.21.1-9.7.0.jar |Placebo |placebo |9.7.0 |Manifest: NOSIGNATURE
  249. pneumaticcraft-repressurized-8.2.12+mc1.21.1.jar |PneumaticCraft: Repressurized |pneumaticcraft |8.2.12 |Manifest: NOSIGNATURE
  250. Ponder-NeoForge-1.21.1-1.0.46.jar |Ponder |ponder |1.0.46 |Manifest: NOSIGNATURE
  251. Powah-6.2.1.jar |Powah |powah |6.2.1 |Manifest: NOSIGNATURE
  252. PuzzlesLib-v21.1.33-1.21.1-NeoForge.jar |Puzzles Lib |puzzleslib |21.1.33 |Manifest: NOSIGNATURE
  253. AdditionalEnchantedMiner-1.21.1-neoforge-21.1.119.|QuarryPlus |quarryplus |21.1.119 |Manifest: ef:50:af:b3:03:e0:3>
  254. railcraft-reborn-1.21.1-1.2.5.jar |Railcraft Reborn |railcraft |1.2.5 |Manifest: NOSIGNATURE
  255. randomvillagenames-1.21.1-3.8.jar |Random Village Names |randomvillagenames |3.8 |Manifest: NOSIGNATURE
  256. reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar |Reese's Sodium Options |reeses_sodium_options |1.8.3+mc1.21.4 |Manifest: NOSIGNATURE
  257. repurposed_structures-7.5.13+1.21.1-neoforge.jar |Repurposed Structures |repurposed_structures |7.5.13+1.21.1-neofor|Manifest: NOSIGNATURE
  258. repurposed_structures_farmers_delight_compat_v7.ja|Repurposed Structures - Farmer|repurposed_structures_farmers_|7 |Manifest: NOSIGNATURE
  259. repurposed_structures_pneumaticcraft_repressurized|Repurposed Structures - Pneuma|repurposed_structures_pneumati|6 |Manifest: NOSIGNATURE
  260. resourcefullib-neoforge-1.21-3.0.12.jar |Resourceful Lib |resourcefullib |3.0.12 |Manifest: NOSIGNATURE
  261. rftoolsbase-1.21-6.0.6.jar |RFToolsBase |rftoolsbase |1.21-6.0.6 |Manifest: NOSIGNATURE
  262. rftoolsbuilder-1.21-7.0.2.jar |RFToolsBuilder |rftoolsbuilder |1.21-7.0.2 |Manifest: NOSIGNATURE
  263. rftoolspower-1.21-7.0.3.jar |RFToolsPower |rftoolspower |1.21-7.0.3 |Manifest: NOSIGNATURE
  264. rftoolsutility-1.21-7.0.1.jar |RFToolsUtility |rftoolsutility |1.21-7.0.1 |Manifest: NOSIGNATURE
  265. rhino-2101.2.7-build.74.jar |Rhino |rhino |2101.2.7-build.74 |Manifest: NOSIGNATURE
  266. roostultimate_1.21.1-curseforge-3.2.0.jar |Roost Ultimate |chicken_roost |3.2.0 |Manifest: NOSIGNATURE
  267. neoforge-21.1.5.jar |Saecularia Caudices |saeculariacaudices |21.1.5 |Manifest: NOSIGNATURE
  268. saturn-mc1.21.1-0.1.5.jar |Saturn |saturn |0.1.5 |Manifest: NOSIGNATURE
  269. neoforge-21.1.18.jar |scena |scena |21.1.18 |Manifest: NOSIGNATURE
  270. Searchables-neoforge-1.21.1-1.0.2.jar |Searchables |searchables |1.0.2 |Manifest: NOSIGNATURE
  271. [1.21.1] SecurityCraft v1.9.12.jar |SecurityCraft |securitycraft |1.9.12 |Manifest: NOSIGNATURE
  272. simpleplanes-1.21.1-5.3.6.jar |Simple Planes |simpleplanes |5.3.6 |Manifest: NOSIGNATURE
  273. voicechat-neoforge-1.21.1-2.5.29.jar |Simple Voice Chat |voicechat |1.21.1-2.5.29 |Manifest: NOSIGNATURE
  274. smallships-neoforge-1.21.1-2.0.0-b2.1.jar |Small Ships |smallships |2.0.0-b2.1 |Manifest: NOSIGNATURE
  275. SmartBrainLib-neoforge-1.21.1-1.16.7.jar |SmartBrainLib |smartbrainlib |1.16.7 |Manifest: NOSIGNATURE
  276. smarterfarmers-1.21-2.2.2-neoforge.jar |Smarter Farmers |smarterfarmers |1.21-2.2.2 |Manifest: NOSIGNATURE
  277. smoothchunk-1.21-4.1.jar |Smoothchunk mod |smoothchunk |4.1 |Manifest: NOSIGNATURE
  278. sodium-neoforge-0.6.9+mc1.21.1.jar |Sodium |sodium |0.6.9+mc1.21.1 |Manifest: NOSIGNATURE
  279. sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar |Sodium Dynamic Lights |sodiumdynamiclights |1.0.9 |Manifest: NOSIGNATURE
  280. sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar |Sodium Options API |sodiumoptionsapi |1.0.10 |Manifest: NOSIGNATURE
  281. sophisticatedbackpacks-1.21.1-3.24.1.1212.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.24.1 |Manifest: NOSIGNATURE
  282. sophisticatedcore-1.21.1-1.3.6.906.jar |Sophisticated Core |sophisticatedcore |1.3.6 |Manifest: NOSIGNATURE
  283. spark-1.10.124-neoforge.jar |spark |spark |1.10.124 |Manifest: NOSIGNATURE
  284. spectrelib-neoforge-0.17.2+1.21.jar |SpectreLib |spectrelib |0.17.2+1.21 |Manifest: NOSIGNATURE
  285. Storage Drawers-neoforge-1.21-13.8.5.jar |Storage Drawers |storagedrawers |13.8.5 |Manifest: NOSIGNATURE
  286. Super Factory Manager (SFM)-MC1.21.1-4.20.0.jar |Super Factory Manager (SFM) |sfm |4.20.0 |Manifest: NOSIGNATURE
  287. supermartijn642corelib-1.1.18a-neoforge-mc1.21.jar|SuperMartijn642's Core Lib |supermartijn642corelib |1.1.18+a |Manifest: NOSIGNATURE
  288. TaxOceanVillager+M.1.21.1+NeoF.4.0.1.jar |Tax' Ocean Villager |taxov |4.0.1 |Manifest: NOSIGNATURE
  289. TerraBlender-neoforge-1.21.1-4.1.0.8.jar |TerraBlender |terrablender |4.1.0.8 |Manifest: NOSIGNATURE
  290. Terralith_1.21.x_v2.5.8.jar |Terralith |terralith |2.5.8 |Manifest: NOSIGNATURE
  291. theoneprobe-1.21_neo-12.0.5.jar |The One Probe |theoneprobe |1.21_neo-12.0.5 |Manifest: NOSIGNATURE
  292. titanium-1.21-4.0.28.jar |Titanium |titanium |4.0.28 |Manifest: NOSIGNATURE
  293. toms_trading_network-1.21-0.3.2.jar |Tom's Trading Network |toms_trading_network |0.3.2 |Manifest: NOSIGNATURE
  294. t_and_t-neoforge-fabric-1.13.2.jar |Towns and Towers |t_and_t |1.13.2 |Manifest: NOSIGNATURE
  295. TradingPost-v21.1.0-1.21.1-NeoForge.jar |Trading Post |tradingpost |21.1.0 |Manifest: NOSIGNATURE
  296. u_team_core-neoforge-1.21.1-5.6.2.354.jar |U Team Core |uteamcore |5.6.2.354 |Manifest: f4:a6:0b:ee:cb:8a:1>
  297. blockui-1.0.196-1.21.1-snapshot.jar |UI Library Mod |blockui |1.0.196-1.21.1-snaps|Manifest: NOSIGNATURE
  298. car-neoforge-1.21.1-1.0.34.jar |Ultimate Car Mod |car |1.21.1-1.0.34 |Manifest: NOSIGNATURE
  299. plane-neoforge-1.21.1-1.5.5.jar |Ultimate Plane Mod |plane |1.21.1-1.5.5 |Manifest: NOSIGNATURE
  300. UndergroundVillages-neoforge-1.21.1-4.0.1.jar |Underground Villages Mod |underground_villages |4.0.1 |Manifest: NOSIGNATURE
  301. useful_backpacks-neoforge-1.21.1-3.0.2.128.jar |Useful Backpacks |usefulbackpacks |3.0.2.128 |Manifest: f4:a6:0b:ee:cb:8a:1>
  302. valhelsia_core-neoforge-1.21.1-1.1.5.jar |Valhelsia Core |valhelsia_core |1.1.5 |Manifest: NOSIGNATURE
  303. villagernames-1.21.1-8.2.jar |Villager Names |villagernames |8.2 |Manifest: NOSIGNATURE
  304. waystones-neoforge-1.21.1-21.1.13.jar |Waystones |waystones |21.1.13 |Manifest: NOSIGNATURE
  305. worldedit-mod-7.3.8.jar |WorldEdit |worldedit |7.3.8+6939-7d32b45 |Manifest: NOSIGNATURE
  306. ZeroCore2-1.21.1-2.4.16.jar |Zero CORE 2 |zerocore |1.21.1-2.4.16 |Manifest: NOSIGNATURE
  307. Crash Report UUID: d9571958-5152-47cd-bbb4-6712f8cfc685
  308. FML: 4.0.38
  309. NeoForge: 21.1.145
Advertisement
Add Comment
Please, Sign In to add comment