Advertisement
Guest User

Untitled

a guest
May 12th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.40 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 5/12/22, 3:39 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.IllegalArgumentException: Multiple entries with same key: none={2=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@12d8c214, 4=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@66313458, 1=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@3208fe8f, 3=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@13cd327f, 5=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@47518a70} and none={2=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@282df536, 4=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@5da48a3a, 1=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@2700153b, 3=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@6c4909a1, 5=>[Lnet.minecraft.world.entity.npc.VillagerTrades$ItemListing;@2b8ad55b}
  8. at com.google.common.collect.ImmutableMap.conflictException(ImmutableMap.java:376) ~[guava-31.0.1-jre.jar%2328!/:?] {re:mixin}
  9. at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:370) ~[guava-31.0.1-jre.jar%2328!/:?] {re:mixin}
  10. at com.google.common.collect.RegularImmutableMap.checkNoConflictInKeyBucket(RegularImmutableMap.java:153) ~[guava-31.0.1-jre.jar%2328!/:?] {}
  11. at com.google.common.collect.RegularImmutableMap.fromEntryArray(RegularImmutableMap.java:115) ~[guava-31.0.1-jre.jar%2328!/:?] {}
  12. at com.google.common.collect.ImmutableMap$Builder.buildOrThrow(ImmutableMap.java:574) ~[guava-31.0.1-jre.jar%2328!/:?] {re:mixin}
  13. at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:538) ~[guava-31.0.1-jre.jar%2328!/:?] {re:mixin}
  14. at com.mojang.serialization.codecs.BaseMapCodec.decode(BaseMapCodec.java:44) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  15. at com.mojang.serialization.codecs.UnboundedMapCodec.lambda$decode$0(UnboundedMapCodec.java:38) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  16. at com.mojang.serialization.DataResult.lambda$flatMap$10(DataResult.java:138) ~[datafixerupper-4.1.27.jar%2333!/:?] {re:mixin}
  17. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  18. at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[datafixerupper-4.1.27.jar%2333!/:?] {re:mixin}
  19. at com.mojang.serialization.codecs.UnboundedMapCodec.decode(UnboundedMapCodec.java:38) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  20. at com.mojang.serialization.Decoder.parse(Decoder.java:18) ~[datafixerupper-4.1.27.jar%2333!/:?] {re:mixin}
  21. at com.mojang.serialization.codecs.FieldDecoder.decode(FieldDecoder.java:29) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  22. at com.mojang.serialization.MapCodec$1.decode(MapCodec.java:34) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  23. at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$5.decode(RecordCodecBuilder.java:324) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  24. at com.mojang.serialization.codecs.RecordCodecBuilder$2.decode(RecordCodecBuilder.java:107) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  25. at com.mojang.serialization.MapDecoder.lambda$compressedDecode$0(MapDecoder.java:52) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  26. at com.mojang.serialization.DataResult.lambda$flatMap$10(DataResult.java:138) ~[datafixerupper-4.1.27.jar%2333!/:?] {re:mixin}
  27. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  28. at com.mojang.serialization.DataResult.flatMap(DataResult.java:136) ~[datafixerupper-4.1.27.jar%2333!/:?] {re:mixin}
  29. at com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  30. at com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91) ~[datafixerupper-4.1.27.jar%2333!/:?] {}
  31. at potionstudios.byg.util.jankson.JanksonUtil.readConfig(JanksonUtil.java:111) ~[Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-11-all.jar%23160!/:1.4] {re:classloading}
  32. at potionstudios.byg.common.entity.npc.TradesConfig.readConfig(TradesConfig.java:65) ~[Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-11-all.jar%23160!/:1.4] {re:classloading}
  33. at potionstudios.byg.common.entity.npc.TradesConfig.getConfig(TradesConfig.java:46) ~[Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-11-all.jar%23160!/:1.4] {re:classloading}
  34. at potionstudios.byg.common.entity.npc.TradesConfig.getConfig(TradesConfig.java:41) ~[Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-11-all.jar%23160!/:1.4] {re:classloading}
  35. at potionstudios.byg.BYGForgeEventsHandler.byg_appendBYGWanderingTraderTrades(BYGForgeEventsHandler.java:33) ~[Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-11-all.jar%23160!/:1.4] {re:classloading}
  36. at net.minecraftforge.eventbus.ASMEventHandler_969_BYGForgeEventsHandler_byg_appendBYGWanderingTraderTrades_WandererTradesEvent.invoke(.dynamic) ~[?:?] {}
  37. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
  38. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
  39. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
  40. at net.minecraftforge.common.VillagerTradingManager.postWandererEvent(VillagerTradingManager.java:56) ~[forge-1.18.2-40.1.19-universal.jar%23221!/:?] {re:classloading}
  41. at net.minecraftforge.common.VillagerTradingManager.loadTrades(VillagerTradingManager.java:43) ~[forge-1.18.2-40.1.19-universal.jar%23221!/:?] {re:classloading}
  42. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%232!/:?] {}
  43. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%232!/:?] {}
  44. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
  45. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
  46. at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:82) ~[forge-1.18.2-40.1.19-universal.jar%23221!/:?] {re:classloading}
  47. at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:63) ~[client-1.18.2-20220404.173914-srg.jar%23217!/:?] {re:classloading,pl:runtimedistcleaner:A}
  48. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.18.2-20220404.173914-srg.jar%23217!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  49. at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23217!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  50. at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.18.2
  59. Minecraft Version ID: 1.18.2
  60. Operating System: Windows 10 (amd64) version 10.0
  61. Java Version: 17.0.1, Microsoft
  62. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
  63. Memory: 2906724040 bytes (2772 MiB) / 8623489024 bytes (8224 MiB) up to 10737418240 bytes (10240 MiB)
  64. CPUs: 16
  65. Processor Vendor: GenuineIntel
  66. Processor Name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
  67. Identifier: Intel64 Family 6 Model 158 Stepping 13
  68. Microarchitecture: Coffee Lake
  69. Frequency (GHz): 3.60
  70. Number of physical packages: 1
  71. Number of physical CPUs: 8
  72. Number of logical CPUs: 16
  73. Graphics card #0 name: NVIDIA GeForce RTX 2080 Ti
  74. Graphics card #0 vendor: NVIDIA (0x10de)
  75. Graphics card #0 VRAM (MB): 4095.00
  76. Graphics card #0 deviceId: 0x1e04
  77. Graphics card #0 versionInfo: DriverVersion=30.0.15.1215
  78. Memory slot #0 capacity (MB): 16384.00
  79. Memory slot #0 clockSpeed (GHz): 2.40
  80. Memory slot #0 type: DDR4
  81. Memory slot #1 capacity (MB): 16384.00
  82. Memory slot #1 clockSpeed (GHz): 2.40
  83. Memory slot #1 type: DDR4
  84. Memory slot #2 capacity (MB): 16384.00
  85. Memory slot #2 clockSpeed (GHz): 2.40
  86. Memory slot #2 type: DDR4
  87. Memory slot #3 capacity (MB): 16384.00
  88. Memory slot #3 clockSpeed (GHz): 2.40
  89. Memory slot #3 type: DDR4
  90. Virtual memory max (MB): 75189.67
  91. Virtual memory used (MB): 36863.80
  92. Swap memory total (MB): 9728.00
  93. Swap memory used (MB): 386.28
  94. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10240m -Xms256m
  95. Loaded Shaderpack: ComplementaryShaders_v4.4.zip
  96. Profile: Custom (+16 options changed by user)
  97. Server Running: true
  98. Player Count: 0 / 8; []
  99. Data Packs: vanilla, mod:hexerei (incompatible), mod:betterdungeons, mod:unionlib (incompatible), mod:supermartijn642configlib (incompatible), mod:netherportalfix (incompatible), mod:floralench (incompatible), mod:incontrol (incompatible), mod:doggytalents, mod:mcwwindows, mod:multimine (incompatible), mod:bambooeverything (incompatible), mod:sophisticatedcore (incompatible), mod:rubidium (incompatible), mod:modnametooltip (incompatible), mod:nbttool (incompatible), mod:ctm (incompatible), mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:yungsapi, mod:premium_wood (incompatible), mod:primalmagick (incompatible), mod:moreminecarts (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:littlecontraptions (incompatible), mod:forcecraft, mod:mcwdoors, mod:balm (incompatible), mod:immersive_armors (incompatible), mod:carryon (incompatible), mod:jeresources (incompatible), mod:paraglider (incompatible), mod:cloth_config (incompatible), mod:konkrete (incompatible), mod:durabilitytooltip, mod:quickhomes (incompatible), mod:chipped (incompatible), mod:mcwbridges, mod:ambientsounds (incompatible), mod:mcwtrpdoors, mod:mcwfences, mod:supermartijn642corelib, mod:yungsbridges, mod:botania (incompatible), mod:villagespawnpoint, mod:schoolsofmagic (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:corail_woodcutter, mod:oculus (incompatible), mod:collective, mod:diamethysts, mod:extlights, mod:yungsextras, mod:villagertools (incompatible), mod:mysticalcustomization, mod:libnonymous, mod:betterstrongholds, mod:starterkit, mod:naturesaura (incompatible), mod:mcwroofs, mod:wandering_trapper, mod:littlelogistics (incompatible), mod:architectury (incompatible), mod:mcwfurnitures, mod:chimes (incompatible), mod:lightoverlay (incompatible), mod:itemphysic (incompatible), mod:tramplestopper (incompatible), mod:enhancedfarming, mod:fastleafdecay, mod:cleanview (incompatible), mod:bettermineshafts, mod:solarforge, mod:prettybeaches (incompatible), mod:geckolib3 (incompatible), mod:nebs, mod:hyle, mod:unearthed, mod:mcwlights, mod:lightstones, mod:radium (incompatible), mod:rootsclassic, mod:cucumber, mod:trashslot (incompatible), mod:rechiseled (incompatible), mod:shrines, mod:additionallanterns (incompatible), mod:easymagic (incompatible), mod:jei (incompatible), mod:visualworkbench (incompatible), mod:libraryferret, mod:goblintraders (incompatible), mod:ringsofascension (incompatible), mod:immersive_weathering (incompatible), mod:waystones (incompatible), mod:fallingleaves (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:shutupexperimentalsettings, mod:journeymap, mod:naturescompass (incompatible), mod:geore, mod:sereneseasons (incompatible), mod:libx, mod:decorative_blocks, mod:betteranimalsplus (incompatible), mod:farmingforblockheads (incompatible), mod:toastcontrol (incompatible), mod:jeitweaker (incompatible), mod:oreberriesreplanted (incompatible), mod:crafttweaker (incompatible), mod:ars_nouveau, mod:wandering_bag, mod:forge (incompatible), mod:travelerstitles, mod:anthillinside (incompatible), mod:simpletomb (incompatible), mod:selene (incompatible), mod:supplementaries (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:ironchest (incompatible), mod:mythicbotany, mod:craftingtweaks (incompatible), mod:enchdesc (incompatible), mod:terrablender (incompatible), mod:mousetweaks (incompatible), mod:titanium (incompatible), mod:easier_sleeping, mod:jade (incompatible), mod:dirtdeco (incompatible), mod:creativecore (incompatible), mod:horizontalpanes (incompatible), mod:sushigocrafting (incompatible), mod:obsidianboat (incompatible), mod:rocks, mod:betterfpsdist (incompatible), mod:whisperwoods (incompatible), mod:flywheel (incompatible), mod:create, mod:ars_creo (incompatible), mod:reliquary (incompatible), mod:jaopca (incompatible), mod:malum (incompatible), mod:polymorph (incompatible), mod:autoreglib (incompatible), mod:akashictome (incompatible), mod:quark (incompatible), mod:ecologics (incompatible), mod:storagedrawers (incompatible), mod:fancymenu (incompatible), mod:drippyloadingscreen (incompatible), mod:appleskin (incompatible), mod:lootr (incompatible), mod:puzzleslib (incompatible), mod:byg (incompatible), mod:aquaculture (incompatible), mod:expandability (incompatible), mod:valhelsia_core (incompatible), mod:valhelsia_structures (incompatible), mod:forbidden_arcanus (incompatible), mod:chiselsandbits (incompatible), mod:defaultoptions (incompatible), Immersive Weathering Virtual Resourcepack, Supplementaries Virtual Resourcepack, inmemory:jaopca (incompatible)
  100. World Generation: Stable
  101. Type: Integrated Server (map_client.txt)
  102. Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
  103. ModLauncher: 9.1.3+9.1.3+main.9b69c82a
  104. ModLauncher launch target: forgeclient
  105. ModLauncher naming: srg
  106. ModLauncher services:
  107. mixin PLUGINSERVICE
  108. eventbus PLUGINSERVICE
  109. slf4jfixer PLUGINSERVICE
  110. object_holder_definalize PLUGINSERVICE
  111. runtime_enum_extender PLUGINSERVICE
  112. capability_token_subclass PLUGINSERVICE
  113. accesstransformer PLUGINSERVICE
  114. runtimedistcleaner PLUGINSERVICE
  115. mixin TRANSFORMATIONSERVICE
  116. fml TRANSFORMATIONSERVICE
  117. FML Language Providers:
  118. javafml@null
  119. Mod List:
  120. hexerei-0.1.19.jar |Hexerei |hexerei |0.1.19 |DONE |Manifest: NOSIGNATURE
  121. YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG's Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  122. UnionLib-1.18.2-7.1.1-Forge.jar |UnionLib |unionlib |7.1.1 |DONE |Manifest: NOSIGNATURE
  123. supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE
  124. netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |DONE |Manifest: NOSIGNATURE
  125. Floral Enchantment-1.18.2-1.3.6.jar |Floral Enchantment |floralench |1.18.2-1.3.6 |DONE |Manifest: NOSIGNATURE
  126. incontrol-1.18-6.0.7.jar |InControl |incontrol |1.18-6.0.7 |DONE |Manifest: NOSIGNATURE
  127. DoggyTalents-1.18.2-2.5.0.jar |Doggy Talents 2 |doggytalents |2.5.0 |DONE |Manifest: NOSIGNATURE
  128. mcw-windows-2.0.3-mc1.18.2.jar |Macaw's Windows |mcwwindows |2.0.3 |DONE |Manifest: NOSIGNATURE
  129. MultiMine-1.18.2.jar |Multi Mine |multimine |1.18.2 |DONE |Manifest: NOSIGNATURE
  130. bambooeverything-1.2.7-build.14+mc1.18.2.jar |Bamboo Everything |bambooeverything |1.2.7-build.14+mc1.1|DONE |Manifest: NOSIGNATURE
  131. sophisticatedcore-1.18.2-0.0.7.16.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.0.7.16 |DONE |Manifest: NOSIGNATURE
  132. rubidium-0.5.2a.jar |Rubidium |rubidium |0.5.2a |DONE |Manifest: NOSIGNATURE
  133. modnametooltip-1.18.1-1.18.0.jar |Mod Name Tooltip |modnametooltip |1.18.0 |DONE |Manifest: NOSIGNATURE
  134. nbttool-2.1.0-mc1.18.2.jar |NBT Tool |nbttool |2.1.0-mc1.18.2 |DONE |Manifest: NOSIGNATURE
  135. CTM-1.18.2-1.1.4+4.jar |ConnectedTexturesMod |ctm |1.18.2-1.1.4+4 |DONE |Manifest: NOSIGNATURE
  136. cookingforblockheads-forge-1.18.2-12.0.1.jar |CookingForBlockheads |cookingforblockheads |12.0.1 |DONE |Manifest: NOSIGNATURE
  137. Controlling-forge-1.18.2-9.0+19.jar |Controlling |controlling |9.0+19 |DONE |Manifest: NOSIGNATURE
  138. Placebo-1.18.2-6.4.0.jar |Placebo |placebo |6.4.0 |DONE |Manifest: NOSIGNATURE
  139. YungsApi-1.18.2-Forge-2.0.8.jar |YUNG's API |yungsapi |1.18.2-Forge-2.0.8 |DONE |Manifest: NOSIGNATURE
  140. premium_wood-1.18.2-1.3.7.jar |Premium Wood |premium_wood |1.3.7 |DONE |Manifest: NOSIGNATURE
  141. primalmagick-2.1.1.jar |Primal Magick |primalmagick |2.1.1 |DONE |Manifest: NOSIGNATURE
  142. moreminecarts-1.4.5.jar |More Minecarts |moreminecarts |1.4.5 |DONE |Manifest: NOSIGNATURE
  143. Bookshelf-Forge-1.18.2-13.0.13.jar |Bookshelf |bookshelf |13.0.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
  144. sophisticatedbackpacks-1.18.2-3.15.18.570.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.15.18.570 |DONE |Manifest: NOSIGNATURE
  145. littlecontraptions-forge-1.18.2.0-beta.3.jar |Little Contraptions |littlecontraptions |1.18.2.0-beta.3 |DONE |Manifest: NOSIGNATURE
  146. forcecraft-1.18.2-2.2.jar |ForceCraft |forcecraft |2.2 |DONE |Manifest: NOSIGNATURE
  147. mcw-doors-1.0.6-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.6 |DONE |Manifest: NOSIGNATURE
  148. balm-3.0.3+0.jar |Balm |balm |3.0.3+0 |DONE |Manifest: NOSIGNATURE
  149. immersive_armors-1.3.3.jar |Immersive Armors |immersive_armors |1.3.3 |DONE |Manifest: NOSIGNATURE
  150. carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |DONE |Manifest: NOSIGNATURE
  151. JustEnoughResources-1.18.2-0.14.1.167.jar |Just Enough Resources |jeresources |0.14.1.167 |DONE |Manifest: NOSIGNATURE
  152. Paraglider-1.18.2-1.6.0.0.jar |Paraglider |paraglider |1.6.0.0 |DONE |Manifest: NOSIGNATURE
  153. cloth-config-6.2.62-forge.jar |Cloth Config v4 API |cloth_config |6.2.62 |DONE |Manifest: NOSIGNATURE
  154. konkrete_forge_1.3.3_MC_1.18-1.18.1.jar |Konkrete |konkrete |1.3.3 |DONE |Manifest: NOSIGNATURE
  155. durabilitytooltip-1.1.1-forge-mc1.18.jar |Durability Tooltip |durabilitytooltip |1.1.1 |DONE |Manifest: NOSIGNATURE
  156. quickhomes-1.18.2-1.3.0-forge.jar |QuickHomes |quickhomes |1.18.2-1.3.0 |DONE |Manifest: NOSIGNATURE
  157. chipped-1.18.2-1.2.1-forge.jar |Chipped |chipped |1.18.2-1.2.1-forge |DONE |Manifest: NOSIGNATURE
  158. mcw-bridges-2.0.2-mc1.18.2.jar |Macaw's Bridges |mcwbridges |2.0.2 |DONE |Manifest: NOSIGNATURE
  159. AmbientSounds_FORGE_v5.0.16_mc1.18.2.jar |Ambient Sounds |ambientsounds |5.0.16 |DONE |Manifest: NOSIGNATURE
  160. mcw-trapdoors-1.0.5-mc1.18.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.5 |DONE |Manifest: NOSIGNATURE
  161. mcw-fences-1.0.4-mc1.18.2.jar |Macaw's Fences and Walls |mcwfences |1.0.4 |DONE |Manifest: NOSIGNATURE
  162. supermartijn642corelib-1.0.18-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |DONE |Manifest: NOSIGNATURE
  163. YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  164. Botania-1.18.2-431.jar |Botania |botania |1.18.2-431 |DONE |Manifest: NOSIGNATURE
  165. villagespawnpoint_1.18.2-1.9.jar |Village Spawn Point |villagespawnpoint |1.9 |DONE |Manifest: NOSIGNATURE
  166. SoMSecondSemester1.18.2-3.1.3.jar |Schools of Magic: Second Semes|schoolsofmagic |3.1.3 |DONE |Manifest: NOSIGNATURE
  167. curios-forge-1.18.2-5.0.7.0.jar |Curios API |curios |1.18.2-5.0.7.0 |DONE |Manifest: NOSIGNATURE
  168. Patchouli-1.18.2-67.jar |Patchouli |patchouli |1.18.2-67 |DONE |Manifest: NOSIGNATURE
  169. corail_woodcutter-1.18.2-2.3.2.jar |Corail Woodcutter |corail_woodcutter |2.3.2 |DONE |Manifest: NOSIGNATURE
  170. oculus-mc1.18.2-1.2.4.jar |Oculus |oculus |1.2.4 |DONE |Manifest: NOSIGNATURE
  171. collective-1.18.2-4.25.jar |Collective |collective |4.25 |DONE |Manifest: NOSIGNATURE
  172. diamethysts-1.18.2-1.2.2-forge.jar |Diamethysts |diamethysts |1.2.2 |DONE |Manifest: NOSIGNATURE
  173. extlights-4.4.jar |Extended Lights |extlights |4.4 |DONE |Manifest: NOSIGNATURE
  174. YungsExtras-1.18.2-Forge-2.1.0.jar |YUNG's Extras |yungsextras |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
  175. villagertools-1.18-1.0.2.jar |villagertools |villagertools |1.18-1.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
  176. MysticalCustomization-1.18.2-3.1.1.jar |Mystical Customization |mysticalcustomization |3.1.1 |DONE |Manifest: NOSIGNATURE
  177. libnonymous-2.1.0.jar |libnonymous |libnonymous |2.1.0 |DONE |Manifest: NOSIGNATURE
  178. YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE
  179. starterkit_1.18.2-3.2.jar |Starter Kit |starterkit |3.2 |DONE |Manifest: NOSIGNATURE
  180. NaturesAura-36.0.jar |Nature's Aura |naturesaura |36.0 |DONE |Manifest: NOSIGNATURE
  181. mcw-roofs-2.1.2-mc1.18.2.jar |Macaw's Roofs |mcwroofs |2.1.2 |DONE |Manifest: NOSIGNATURE
  182. Wandering Trapper-forge-1.18.2-1.2.0.jar |Wandering Trapper |wandering_trapper |1.2.0 |DONE |Manifest: NOSIGNATURE
  183. littlelogistics-mc1.18.2-v1.2.3.jar |Little Logistics |littlelogistics |1.2.3 |DONE |Manifest: NOSIGNATURE
  184. architectury-4.4.60.jar |Architectury |architectury |4.4.60 |DONE |Manifest: NOSIGNATURE
  185. mcw-furniture-3.0.0-mc1.18.2.jar |Macaw's Furniture |mcwfurnitures |3.0.0 |DONE |Manifest: NOSIGNATURE
  186. Chimes-1.1.2-1.18.2.jar |Chimes |chimes |1.1.2 |DONE |Manifest: NOSIGNATURE
  187. light-overlay-6.0.5-forge.jar |Light Overlay |lightoverlay |6.0.5 |DONE |Manifest: NOSIGNATURE
  188. ItemPhysic_v1.4.23_mc1.18.2.jar |ItemPhysic |itemphysic |1.6.0 |DONE |Manifest: NOSIGNATURE
  189. TrampleStopper-3.1.0-build.27+mc1.18.2.jar |Trample Stopper |tramplestopper |3.1.0-build.27+mc1.1|DONE |Manifest: NOSIGNATURE
  190. Enhanced-Farming-1.18.2-1.3.1.jar |Enhanced Farming |enhancedfarming |1.3.1 |DONE |Manifest: NOSIGNATURE
  191. FastLeafDecay-28.jar |FastLeafDecay |fastleafdecay |28 |DONE |Manifest: NOSIGNATURE
  192. CleanView-1.18.2-v1.jar |CleanView |cleanview |1.18.2-v1 |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
  193. YungsBetterMineshafts-1.18.2-Forge-2.1.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE
  194. solarcraft-1.18.2-2.7.jar |Solar Craft |solarforge |2.7 |DONE |Manifest: NOSIGNATURE
  195. prettybeaches-forge-1.18-7.0.0.jar |Pretty Beaches |prettybeaches |7.0.0 |DONE |Manifest: NOSIGNATURE
  196. geckolib-1.18-forge-3.0.18.jar |GeckoLib |geckolib3 |3.0.18 |DONE |Manifest: NOSIGNATURE
  197. NekosEnchantedBooks-1.18.2-1.7.0.jar |Neko's Enchanted Books |nebs |1.7.0 |DONE |Manifest: NOSIGNATURE
  198. Hyle-forge-1.18.2-0.1.0.jar |Hyle |hyle |0.1.0 |DONE |Manifest: NOSIGNATURE
  199. Unearthed-forge-1.18.2-2.3.1-slim.jar |Unearthed |unearthed |2.3.1 |DONE |Manifest: NOSIGNATURE
  200. mcw-lights-1.0.3-mc1.18.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.3 |DONE |Manifest: NOSIGNATURE
  201. lightstones-1.5.1-(forge).jar |Lightstones |lightstones |1.5.1 |DONE |Manifest: NOSIGNATURE
  202. radium-0.7.10.jar |Radium |radium |0.7.10 |DONE |Manifest: NOSIGNATURE
  203. RootsClassic-1.18.2-1.1.23.jar |Roots Classic |rootsclassic |1.18.2-1.1.23 |DONE |Manifest: NOSIGNATURE
  204. Cucumber-1.18.2-5.1.0.jar |Cucumber Library |cucumber |5.1.0 |DONE |Manifest: NOSIGNATURE
  205. trashslot-forge-1.18.1-11.0.2.jar |TrashSlot |trashslot |11.0.2 |DONE |Manifest: NOSIGNATURE
  206. rechiseled-1.0.10a-mc1.18.jar |rechiseled |rechiseled |1.0.10a |DONE |Manifest: NOSIGNATURE
  207. Shrines-1.18.2-4.0.0-alpha9.jar |Shrines |shrines |1.18.2-4.0.0-alpha9 |DONE |Manifest: NOSIGNATURE
  208. additionallanterns-1.0.1-mc1.18.jar |Additional Lanterns |additionallanterns |1.0.1 |DONE |Manifest: NOSIGNATURE
  209. EasyMagic-v3.3.0-1.18.2-Forge.jar |Easy Magic |easymagic |3.3.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
  210. jei-1.18.2-9.7.0.194.jar |Just Enough Items |jei |9.7.0.194 |DONE |Manifest: NOSIGNATURE
  211. VisualWorkbench-v3.3.0-1.18.2-Forge.jar |Visual Workbench |visualworkbench |3.3.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
  212. LibraryFerret-Forge-1.18.2-1.0.3.jar |Library ferret |libraryferret |1.0.3 |DONE |Manifest: NOSIGNATURE
  213. goblintraders-1.7.2-1.18.2.jar |Goblin Traders |goblintraders |1.7.2 |DONE |Manifest: NOSIGNATURE
  214. RingsOfAscension-1.18.2-1.0.1.jar |Rings of Ascension |ringsofascension |1.0.0 |DONE |Manifest: NOSIGNATURE
  215. immersive_weathering-1.18.2-1.2.8.jar |Immersive Weathering |immersive_weathering |1.18.2-1.2.8 |DONE |Manifest: NOSIGNATURE
  216. waystones-forge-1.18.2-10.0.0.jar |Waystones |waystones |10.0.0 |DONE |Manifest: NOSIGNATURE
  217. Fallingleaves-1.18.2-1.3.2.jar |Falling Leaves |fallingleaves |1.3.2 |DONE |Manifest: NOSIGNATURE
  218. FastSuite-1.18.2-3.0.2.jar |Fast Suite |fastsuite |3.0.2 |DONE |Manifest: NOSIGNATURE
  219. Clumps-forge-1.18.2-8.0.0+8.jar |Clumps |clumps |8.0.0+8 |DONE |Manifest: NOSIGNATURE
  220. shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |DONE |Manifest: NOSIGNATURE
  221. journeymap-1.18.2-5.8.3-forge.jar |Journeymap |journeymap |5.8.3 |DONE |Manifest: NOSIGNATURE
  222. NaturesCompass-1.18.2-1.9.5-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.5-forge |DONE |Manifest: NOSIGNATURE
  223. GeOre-1.18.2-1.3.0.jar |GeOre |geore |1.3.0 |DONE |Manifest: NOSIGNATURE
  224. Serene Seasons-1.18.2-7.0.0.13.jar |Serene Seasons |sereneseasons |1.18.2-7.0.0.13 |DONE |Manifest: NOSIGNATURE
  225. LibX-1.18.2-3.2.15.jar |LibX |libx |1.18.2-3.2.15 |DONE |Manifest: NOSIGNATURE
  226. Decorative Blocks-forge-1.18.2-2.1.0.jar |Decorative Blocks |decorative_blocks |2.1.0 |DONE |Manifest: NOSIGNATURE
  227. betteranimalsplus-1.18.2-11.0.5-forge.jar |Better Animals Plus |betteranimalsplus |1.18.2-11.0.5 |DONE |Manifest: NOSIGNATURE
  228. farmingforblockheads-forge-1.18.2-10.0.1.jar |Farming for Blockheads |farmingforblockheads |10.0.1 |DONE |Manifest: NOSIGNATURE
  229. ToastControl-1.18.2-6.0.2.jar |Toast Control |toastcontrol |6.0.2 |DONE |Manifest: NOSIGNATURE
  230. JEITweaker-1.18.2-3.0.0.8.jar |JEI Tweaker |jeitweaker |3.0.0.8 |DONE |Manifest: NOSIGNATURE
  231. OreBerries-Replanted-1.18.2-0.1.6.jar |Oreberries Replanted |oreberriesreplanted |0.1.6 |DONE |Manifest: NOSIGNATURE
  232. CraftTweaker-forge-1.18.2-9.1.133.jar |CraftTweaker |crafttweaker |9.1.133 |DONE |Manifest: NOSIGNATURE
  233. ars_nouveau-1.18.2-2.4.0.jar |Ars Nouveau |ars_nouveau |2.4.0 |DONE |Manifest: NOSIGNATURE
  234. wandering-bag-1.18.2-1.0.3.jar |Wandering Bag |wandering_bag |1.0.4 |DONE |Manifest: NOSIGNATURE
  235. forge-1.18.2-40.1.19-universal.jar |Forge |forge |40.1.19 |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
  236. TravelersTitles-1.18.2-Forge-2.1.1.jar |Traveler's Titles |travelerstitles |1.18.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE
  237. anthillinside-1.18.2-1.0.10.jar |Anthill Inside |anthillinside |1.0.10 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  238. simpletomb-1.18.2-1.0.14.jar |Simple Tombstone |simpletomb |1.18.2-1.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
  239. selene-1.18.2-1.15.8.jar |Selene |selene |1.18.2-1.15.8 |DONE |Manifest: NOSIGNATURE
  240. supplementaries-1.18.2-1.3.7.jar |Supplementaries |supplementaries |1.18.2-1.3.7 |DONE |Manifest: NOSIGNATURE
  241. MysticalAgriculture-1.18.2-5.1.0.jar |Mystical Agriculture |mysticalagriculture |5.1.0 |DONE |Manifest: NOSIGNATURE
  242. MysticalAgradditions-1.18.2-5.1.1.jar |Mystical Agradditions |mysticalagradditions |5.1.1 |DONE |Manifest: NOSIGNATURE
  243. ironchest-1.18-13.0.7.jar |Iron Chests |ironchest |1.18-13.0.7 |DONE |Manifest: NOSIGNATURE
  244. MythicBotany-1.18.2-2.1.4.jar |MythicBotany |mythicbotany |1.18.2-2.1.4 |DONE |Manifest: NOSIGNATURE
  245. craftingtweaks-forge-1.18.1-14.0.2.jar |CraftingTweaks |craftingtweaks |14.0.2 |DONE |Manifest: NOSIGNATURE
  246. client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
  247. EnchantmentDescriptions-Forge-1.18.2-10.0.3.jar |EnchantmentDescriptions |enchdesc |10.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
  248. TerraBlender-forge-1.18.2-1.1.0.99.jar |TerraBlender |terrablender |1.18.2-1.1.0.99 |DONE |Manifest: NOSIGNATURE
  249. MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE
  250. titanium-1.18.2-3.5.0-32.jar |Titanium |titanium |3.5.0 |DONE |Manifest: NOSIGNATURE
  251. EasierSleeping-1.18.2-2.1.0.jar |Easier Sleeping |easier_sleeping |2.1.0 |DONE |Manifest: NOSIGNATURE
  252. Jade-1.18.2-5.1.0.jar |Jade |jade |5.1.0 |DONE |Manifest: NOSIGNATURE
  253. dirtdeco-1.2.2 1.18.2.jar |dirtdeco |dirtdeco |1.2.2 1.18.2 |DONE |Manifest: NOSIGNATURE
  254. CreativeCore_FORGE_v2.6.9_mc1.18.2.jar |CreativeCore |creativecore |2.6.9 |DONE |Manifest: NOSIGNATURE
  255. horizontalpanes-1.1.7+1.18.2.jar |Horizontal Panes (Forge) |horizontalpanes |1.1.7+1.18.2 |DONE |Manifest: NOSIGNATURE
  256. sushigocrafting-1.18.2-0.3.4.jar |Sushi Go Crafting |sushigocrafting |0.3.4 |DONE |Manifest: NOSIGNATURE
  257. ObsidianBoat-1.5.0-build.13+mc1.18.2.jar |Obsidian Boat |obsidianboat |1.5.0-build.13+mc1.1|DONE |Manifest: NOSIGNATURE
  258. ThisRocks-1.18.2-1.0.2.jar |This Rocks! (Forge) |rocks |1.0.2 |DONE |Manifest: NOSIGNATURE
  259. betterfpsdist-1.18.2-1.5.jar |betterfpsdist mod |betterfpsdist |1.18.2-1.5 |DONE |Manifest: NOSIGNATURE
  260. whisperwoods-1.18.2-2.1.0-forge.jar |Whisperwoods |whisperwoods |1.18.2-2.1.0 |DONE |Manifest: NOSIGNATURE
  261. flywheel-forge-1.18-0.6.2.jar |Flywheel |flywheel |1.18-0.6.2 |DONE |Manifest: NOSIGNATURE
  262. create-mc1.18.2_v0.4.1.jar |Create |create |0.4.1 |DONE |Manifest: NOSIGNATURE
  263. ars_creo-1.18.2-1.0.1.jar |Example Mod |ars_creo |1.0.1 |DONE |Manifest: NOSIGNATURE
  264. reliquary-1.18.2-2.0.6.1135.jar |Reliquary |reliquary |1.18.2-2.0.6.1135 |DONE |Manifest: NOSIGNATURE
  265. JAOPCA-1.18.2-4.1.4.4.jar |JAOPCA |jaopca |4.1.4.4 |DONE |Manifest: NOSIGNATURE
  266. malum-1.18.2-1.3.4.jar |Malum |malum |1.18.2-1.3.4 |DONE |Manifest: NOSIGNATURE
  267. polymorph-forge-1.18.1-0.43.jar |Polymorph |polymorph |1.18.1-0.43 |DONE |Manifest: NOSIGNATURE
  268. AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |DONE |Manifest: NOSIGNATURE
  269. AkashicTome-1.5-20.jar |Akashic Tome |akashictome |1.5-20 |DONE |Manifest: NOSIGNATURE
  270. Quark-3.2-356.jar |Quark |quark |3.2-356 |DONE |Manifest: NOSIGNATURE
  271. ecologics-FORGE-1.18.2-1.6.3.jar |Ecologics |ecologics |1.6.3 |DONE |Manifest: NOSIGNATURE
  272. StorageDrawers-1.18.2-10.2.0.jar |Storage Drawers |storagedrawers |10.2.0 |DONE |Manifest: NOSIGNATURE
  273. fancymenu_forge_2.7.0-1_MC_1.18.2.jar |FancyMenu |fancymenu |2.7.0 |DONE |Manifest: NOSIGNATURE
  274. drippyloadingscreen_forge_1.5.1_MC_1.18-1.18.1.jar|Drippy Loading Screen |drippyloadingscreen |1.5.1 |DONE |Manifest: NOSIGNATURE
  275. appleskin-forge-mc1.18-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.18 |DONE |Manifest: NOSIGNATURE
  276. lootr-1.18.2-0.2.16.52.jar |Lootr |lootr |0.2.16.52 |DONE |Manifest: NOSIGNATURE
  277. PuzzlesLib-v3.3.3-1.18.2-Forge.jar |Puzzles Lib |puzzleslib |3.3.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  278. Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-11-all|Oh The Biomes You'll Go |byg |1.4 |DONE |Manifest: NOSIGNATURE
  279. Aquaculture-1.18.2-2.3.6.jar |Aquaculture 2 |aquaculture |1.18.2-2.3.6 |DONE |Manifest: NOSIGNATURE
  280. expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE
  281. valhelsia_core-1.18.2-0.3.1.jar |Valhelsia Core |valhelsia_core |1.18.2-0.3.1 |DONE |Manifest: NOSIGNATURE
  282. valhelsia_structures-forge-1.18.2-0.1.0.jar |Valhelsia Structures |valhelsia_structures |1.18.2-0.1.0 |DONE |Manifest: NOSIGNATURE
  283. forbidden_arcanus-1.18.2-2.0.0.jar |Forbidden & Arcanus |forbidden_arcanus |1.18.2-2.0.0 |DONE |Manifest: NOSIGNATURE
  284. ChiselsBits-forge-1.18.2-1.2.87-universal.jar |Chisels & bits |chiselsandbits |1.2.87 |DONE |Manifest: NOSIGNATURE
  285. defaultoptions-forge-1.18.1-14.1.0.jar |Default Options |defaultoptions |14.1.0 |DONE |Manifest: NOSIGNATURE
  286. Crash Report UUID: 5b405dac-464d-48c9-a8e8-dca71414a9a3
  287. FML: 40.1
  288. Forge: net.minecraftforge:40.1.19
  289. Flywheel Backend: Off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement