Advertisement
Guest User

Untitled

a guest
Jun 5th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.10 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 2023-06-06 02:05:45
  5. Description: Exception in server tick loop
  6.  
  7. java.util.ConcurrentModificationException: null
  8. at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:756) ~[?:?] {}
  9. at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:778) ~[?:?] {}
  10. at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:52) ~[guava-31.0.1-jre.jar%2372!/:?] {}
  11. at java.util.Map.forEach(Map.java:703) ~[?:?] {re:mixin}
  12. at dev.ftb.mods.ftbchunks.LongRangePlayerTracker.stopTracking(LongRangePlayerTracker.java:61) ~[ftb-chunks-forge-1902.3.12-build.204.jar%23280!/:1902.3.12-build.204] {re:classloading}
  13. at dev.ftb.mods.ftbchunks.FTBChunks.loggedOut(FTBChunks.java:226) ~[ftb-chunks-forge-1902.3.12-build.204.jar%23280!/:1902.3.12-build.204] {re:mixin,re:classloading}
  14. at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) ~[?:?] {re:mixin}
  15. at dev.architectury.event.EventFactory.invokeMethod(EventFactory.java:53) ~[architectury-6.5.85-forge.jar%23231!/:?] {re:classloading}
  16. at dev.architectury.event.EventFactory$1.handleInvocation(EventFactory.java:62) ~[architectury-6.5.85-forge.jar%23231!/:?] {re:classloading}
  17. at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:89) ~[guava-31.0.1-jre.jar%2372!/:?] {}
  18. at jdk.proxy3.$Proxy97.quit(Unknown Source) ~[?:?] {}
  19. at dev.architectury.event.forge.EventHandlerImplCommon.event(EventHandlerImplCommon.java:115) ~[architectury-6.5.85-forge.jar%23231!/:?] {re:classloading}
  20. at dev.architectury.event.forge.__EventHandlerImplCommon_event_PlayerLoggedOutEvent.invoke(.dynamic) ~[architectury-6.5.85-forge.jar%23231!/:?] {re:classloading,pl:eventbus:B}
  21. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2351!/:?] {}
  22. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2351!/:?] {}
  23. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2351!/:?] {}
  24. at net.minecraftforge.event.ForgeEventFactory.firePlayerLoggedOut(ForgeEventFactory.java:770) ~[forge-1.19.2-43.2.0-universal.jar%23358!/:?] {re:mixin,re:classloading}
  25. at net.minecraft.server.players.PlayerList.m_11286_(PlayerList.java:331) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:mixin,re:classloading,pl:mixin:APP:byg.mixins.json:common.MixinPlayerList,pl:mixin:A}
  26. at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7026_(ServerGamePacketListenerImpl.java:1137) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  27. at net.minecraft.network.Connection.m_129541_(Connection.java:399) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:antixray.mixins.json:ConnectionMixin,pl:mixin:APP:pluto.mixins.json:network.flushconsolidation.ConnectionMixin,pl:mixin:APP:pluto.mixins.json:network.pipeline.compression.ConnectionMixin,pl:mixin:APP:pluto.mixins.json:network.pipeline.encryption.ConnectionMixin,pl:mixin:A}
  28. at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:158) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:classloading}
  29. at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:880) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  30. at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:292) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:classloading,pl:accesstransformer:B}
  31. at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  32. at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  33. at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[server-1.19.2-20220805.130853-srg.jar%23353!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  34. at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- System Details --
  41. Details:
  42. Minecraft Version: 1.19.2
  43. Minecraft Version ID: 1.19.2
  44. Operating System: Linux (amd64) version 4.19.0-11-amd64
  45. Java Version: 17.0.1, Oracle Corporation
  46. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
  47. Memory: 1957361096 bytes (1866 MiB) / 3875536896 bytes (3696 MiB) up to 10737418240 bytes (10240 MiB)
  48. CPUs: 12
  49. Processor Vendor: GenuineIntel
  50. Processor Name: Intel(R) Xeon(R) CPU E5-1650 v4 @ 3.60GHz
  51. Identifier: Intel64 Family 6 Model 79 Stepping 1
  52. Microarchitecture: Broadwell (Server)
  53. Frequency (GHz): 3.60
  54. Number of physical packages: 1
  55. Number of physical CPUs: 6
  56. Number of logical CPUs: 12
  57. Graphics card #0 name: unknown
  58. Graphics card #0 vendor: unknown
  59. Graphics card #0 VRAM (MB): 0.00
  60. Graphics card #0 deviceId: unknown
  61. Graphics card #0 versionInfo: unknown
  62. Virtual memory max (MB): 85915.13
  63. Virtual memory used (MB): 119405.06
  64. Swap memory total (MB): 21501.99
  65. Swap memory used (MB): 11691.63
  66. JVM Flags: 2 total; -Xmx10240M -Xms1024M
  67. Server Running: true
  68. Player Count: 3 / 200; [ServerPlayer['arrowiscool'/562, l='ServerLevel[earth_1-2000_mod-compatible_with-features_1-19-3]', x=-2401.57, y=62.07, z=-1226.86], ServerPlayer['Gliss1'/1501, l='ServerLevel[earth_1-2000_mod-compatible_with-features_1-19-3]', x=834.00, y=-49.00, z=453.68], ServerPlayer['lazume'/4065, l='ServerLevel[earth_1-2000_mod-compatible_with-features_1-19-3]', x=-2219.36, y=62.07, z=-1124.17]]
  69. Data Packs: vanilla, mod:saturn, mod:oreclumps (incompatible), mod:netherportalfix (incompatible), mod:playeranimator (incompatible), mod:botarium, mod:naturalist, mod:mcwwindows, mod:sophisticatedcore (incompatible), mod:realisticbees, mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:yungsapi, mod:premium_wood (incompatible), mod:mixinextras (incompatible), mod:worldborder, mod:nocubes_better_smoker, mod:bookshelf (incompatible), mod:musketmod (incompatible), mod:sophisticatedbackpacks (incompatible), mod:guardvillagers (incompatible), mod:simpleplanes (incompatible), mod:mcwdoors, mod:balm (incompatible), mod:carryon (incompatible), mod:betterfortresses, mod:paraglider, mod:cloth_config (incompatible), mod:supplementaries (incompatible), mod:konkrete (incompatible), mod:mcwbridges, mod:farmersdelight (incompatible), mod:itshallnottick (incompatible), mod:combatroll, mod:simpleshops (incompatible), mod:justenoughcrowns, mod:toughnessbar (incompatible), mod:chunky (incompatible), mod:mcwtrpdoors, mod:mcwfences, mod:transparent (incompatible), mod:resourcefulconfig, mod:curios, mod:patchouli (incompatible), mod:cullleaves (incompatible), mod:collective, mod:simplehats (incompatible), mod:oreexcavation (incompatible), mod:betterthirdperson, mod:expandedstorage (incompatible), mod:resourcefullib (incompatible), mod:pluto, mod:createastracompat, mod:architectury (incompatible), mod:jadeaddons (incompatible), mod:letmedespawn (incompatible), mod:disenchanting (incompatible), mod:cosmeticarmoursmod, mod:geckolib3 (incompatible), mod:dungeons_libraries (incompatible), mod:kiwi (incompatible), mod:doubledoors, mod:fastload (incompatible), mod:jmi (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:spiderstpo (incompatible), mod:jei (incompatible), mod:attributefix (incompatible), mod:dungeons_mobs (incompatible), mod:waystones (incompatible), mod:hat (incompatible), mod:goldenhopper (incompatible), mod:fastsuite (incompatible), mod:clumps (incompatible), mod:journeymap (incompatible), mod:fruittrees (incompatible), mod:emeraldequipment, mod:artifacts, mod:alternate_current (incompatible), mod:cpm (incompatible), mod:netheroresplus, mod:midnightlib (incompatible), mod:lazydfu (incompatible), mod:starlight (incompatible), mod:farsight_view (incompatible), mod:ftbchunks (incompatible), mod:forge, mod:bestylewither (incompatible), mod:nyfsarcheryplus (incompatible), mod:zillagersweararmor (incompatible), mod:dramaticdoors, mod:voicechat (incompatible), mod:enchdesc (incompatible), mod:moonlight (incompatible), mod:jade (incompatible), mod:animal_feeding_trough (incompatible), mod:spectrelib (incompatible), mod:weaponmaster (incompatible), mod:betterstats (incompatible), mod:tcdcommons (incompatible), mod:flywheel (incompatible), mod:create, mod:fastbench (incompatible), mod:polymorph, mod:earthmobsmod, mod:entityculling, mod:canary, mod:one_twenty_backport, mod:fastfurnace (incompatible), mod:lootr (incompatible), mod:ferritecore (incompatible), mod:justzoom (incompatible), mod:cosmeticarmorreworked (incompatible), mod:expandability (incompatible), mod:overloadedarmorbar (incompatible), mod:fashionable_hats, mod:ad_astra (incompatible), Supplementaries Generated Pack, mod:fruittrees:conditional, mod:cant_sleep_clowns_will_eat_me (incompatible), mod:comforts, mod:piglin_expansion, mod:cataclysm_weaponery, mod:amplifiednether, mod:cataclysm (incompatible), mod:netheritescrapfrompiglinbrutes (incompatible), mod:gravestone (incompatible), mod:terrablender, mod:byg, mod:more_babies (incompatible), mod:easyanvils (incompatible), mod:easymagic (incompatible), mod:puzzleslib (incompatible), file/Less+OP+Villagers+v1.5.5.zip, mod:antixray (incompatible)
  70. World Generation: Stable
  71. Is Modded: Definitely; Server brand changed to 'forge'
  72. Type: Dedicated Server (map_server.txt)
  73. ModLauncher: 10.0.8+10.0.8+main.0ef7e830
  74. ModLauncher launch target: forgeserver
  75. ModLauncher naming: srg
  76. ModLauncher services:
  77. mixin-0.8.5.jar mixin PLUGINSERVICE
  78. eventbus-6.0.3.jar eventbus PLUGINSERVICE
  79. fmlloader-1.19.2-43.2.0.jar slf4jfixer PLUGINSERVICE
  80. fmlloader-1.19.2-43.2.0.jar object_holder_definalize PLUGINSERVICE
  81. fmlloader-1.19.2-43.2.0.jar runtime_enum_extender PLUGINSERVICE
  82. fmlloader-1.19.2-43.2.0.jar capability_token_subclass PLUGINSERVICE
  83. accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
  84. fmlloader-1.19.2-43.2.0.jar runtimedistcleaner PLUGINSERVICE
  85. modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
  86. modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
  87. FML Language Providers:
  88. minecraft@1.0
  89. lowcodefml@null
  90. javafml@null
  91. Mod List:
  92. saturn-mc1.19.2-0.0.4.jar |Saturn |saturn |0.0.4 |DONE |Manifest: NOSIGNATURE
  93. EasyAnvils-v4.0.11-1.19.2-Forge.jar |Easy Anvils |easyanvils |4.0.11 |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
  94. Piglin-Expansion-1.2.2-1.19.2.jar |Piglin Expansion |piglin_expansion |1.1.0 |DONE |Manifest: NOSIGNATURE
  95. OreClumps-forge-1.19.2-0.1.1.jar |OreClumps |oreclumps |0.1.1 |DONE |Manifest: NOSIGNATURE
  96. netherportalfix-forge-1.19-10.0.1.jar |NetherPortalFix |netherportalfix |10.0.1 |DONE |Manifest: NOSIGNATURE
  97. player-animation-lib-forge-1.0.2.jar |Player Animator |playeranimator |1.0.2 |DONE |Manifest: NOSIGNATURE
  98. botarium-forge-1.19.2-1.8.2.jar |Botarium |botarium |1.8.2 |DONE |Manifest: NOSIGNATURE
  99. naturalist-forge-3.0.3a-1.19.2.jar |Naturalist |naturalist |3.0.3a |DONE |Manifest: NOSIGNATURE
  100. mcw-windows-2.1.1-mc1.19.2forge.jar |Macaw's Windows |mcwwindows |2.1.1 |DONE |Manifest: NOSIGNATURE
  101. sophisticatedcore-1.19.2-0.5.57.275.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.57.275 |DONE |Manifest: NOSIGNATURE
  102. realisticbees-1.19.2-3.3.jar |Realistic Bees |realisticbees |3.3 |DONE |Manifest: NOSIGNATURE
  103. Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE
  104. Placebo-1.19.2-7.2.0.jar |Placebo |placebo |7.2.0 |DONE |Manifest: NOSIGNATURE
  105. citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |DONE |Manifest: NOSIGNATURE
  106. alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |DONE |Manifest: NOSIGNATURE
  107. YungsApi-1.19.2-Forge-3.8.9.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.9 |DONE |Manifest: NOSIGNATURE
  108. premium_wood-1.19.1-1.4.0.jar |Premium Wood |premium_wood |1.4.0 |DONE |Manifest: NOSIGNATURE
  109. mixinextras-forge-0.2.0-beta.6.jar |MixinExtras |mixinextras |0.2.0-beta.6 |DONE |Manifest: NOSIGNATURE
  110. worldborder-1.19.2-4.1.jar |World Border |worldborder |4.1 |DONE |Manifest: NOSIGNATURE
  111. nocube's_better_smoker_1.0.0_forge_1.19.2.jar |NoCube's Better Smoker |nocubes_better_smoker |1.0.0 |DONE |Manifest: NOSIGNATURE
  112. Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  113. anti-xray-1.3.0-Forge-1.19.2.jar |AntiXray |antixray |1.3.0 |DONE |Manifest: NOSIGNATURE
  114. musketmod-1.19.2-forge-1.4.5.jar |Musket Mod |musketmod |1.4.5 |DONE |Manifest: NOSIGNATURE
  115. sophisticatedbackpacks-1.19.2-3.18.47.836.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.47.836 |DONE |Manifest: NOSIGNATURE
  116. guardvillagers-1.19.2-1.5.6.jar |Guard Villagers |guardvillagers |1.19.2-1.5.6 |DONE |Manifest: NOSIGNATURE
  117. simpleplanes-1.19.2-5.2.2.jar |Simple Planes |simpleplanes |1.19.2-5.2.2 |DONE |Manifest: NOSIGNATURE
  118. mcw-doors-1.0.9forge-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.0.9 |DONE |Manifest: NOSIGNATURE
  119. balm-forge-1.19.2-4.5.7.jar |Balm |balm |4.5.7 |DONE |Manifest: NOSIGNATURE
  120. CataclysmWeaponery1.0.2-1.19.2.jar |CataclysmWeaponery |cataclysm_weaponery |1.0.2 |DONE |Manifest: NOSIGNATURE
  121. carryon-forge-1.19.2-2.0.5.16.jar |Carry On |carryon |2.0.5.16 |DONE |Manifest: NOSIGNATURE
  122. YungsBetterNetherFortresses-1.19.2-Forge-1.0.5.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.5 |DONE |Manifest: NOSIGNATURE
  123. Paraglider-1.19.2-1.7.0.5.jar |Paraglider |paraglider |1.7.0.5 |DONE |Manifest: NOSIGNATURE
  124. cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE
  125. supplementaries-1.19.2-2.3.7.jar |Supplementaries |supplementaries |1.19.2-2.3.7 |DONE |Manifest: NOSIGNATURE
  126. konkrete_forge_1.6.1_MC_1.19-1.19.2.jar |Konkrete |konkrete |1.6.1 |DONE |Manifest: NOSIGNATURE
  127. mcw-bridges-2.0.7-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.0.7 |DONE |Manifest: NOSIGNATURE
  128. FarmersDelight-1.19-1.2.1.jar |Farmer's Delight |farmersdelight |1.19-1.2.1 |DONE |Manifest: NOSIGNATURE
  129. ItShallNotTick-1.0.11-build.35.jar |It Shall Not Tick |itshallnottick |1.0.11-build.35 |DONE |Manifest: NOSIGNATURE
  130. combatroll-forge-1.1.5+1.19.jar |Combat Roll |combatroll |1.1.5+1.19 |DONE |Manifest: NOSIGNATURE
  131. Amplified_Nether_1.19.3_v1.2.1.jar |Amplified Nether |amplifiednether |1.2.1 |DONE |Manifest: NOSIGNATURE
  132. cant_sleep_clowns_will_eat_me-1.19.2-1.1.0.0.jar |Can't Sleep Clowns Will Eat Me|cant_sleep_clowns_will_eat_me |1.1.0.0 |DONE |Manifest: NOSIGNATURE
  133. simpleshops-1.2.2.jar |Simple Shops |simpleshops |1.1.4 |DONE |Manifest: NOSIGNATURE
  134. Just-Enough-Crowns-forge-1.19.2-1.6.0.jar |Just Enough Crowns |justenoughcrowns |1.6.0 |DONE |Manifest: NOSIGNATURE
  135. toughnessbar-1.19.2-8.jar |Toughness Bar |toughnessbar |1.19.2-8 |DONE |Manifest: NOSIGNATURE
  136. Chunky-1.3.38.jar |Chunky |chunky |1.3.38 |DONE |Manifest: NOSIGNATURE
  137. mcw-trapdoors-1.1.0-mc1.19.2forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.0 |DONE |Manifest: NOSIGNATURE
  138. mcw-fences-1.0.7-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE
  139. transparent-5.1.2+1.19-forge.jar |Transparent |transparent |5.1.2 |DONE |Manifest: NOSIGNATURE
  140. resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |DONE |Manifest: NOSIGNATURE
  141. L_Enders_Cataclysm-0.84-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
  142. curios-forge-1.19.2-5.1.4.1.jar |Curios API |curios |1.19.2-5.1.4.1 |DONE |Manifest: NOSIGNATURE
  143. Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
  144. cullleaves-forge-3.0.1.jar |CullLeaves |cullleaves |3.0.1 |DONE |Manifest: NOSIGNATURE
  145. collective-1.19.2-6.53.jar |Collective |collective |6.53 |DONE |Manifest: NOSIGNATURE
  146. simplehats-forge-1.19.2-0.1.6.jar |SimpleHats |simplehats |1.19.2-0.1.6 |DONE |Manifest: NOSIGNATURE
  147. OreExcavation-1.11.166.jar |OreExcavation |oreexcavation |1.11.166 |DONE |Manifest: NOSIGNATURE
  148. BetterThirdPerson-Forge-1.19-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |DONE |Manifest: NOSIGNATURE
  149. expandedstorage-8.3.3+1.19.2-forge.jar |Expanded Storage |expandedstorage |8.3.3 |DONE |Manifest: NOSIGNATURE
  150. resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |DONE |Manifest: NOSIGNATURE
  151. pluto-mc1.19.2-0.0.9.jar |Pluto |pluto |0.0.9 |DONE |Manifest: NOSIGNATURE
  152. createastracompat-1.0.2-1.19.2.jar |Create Ad Astra Compat |createastracompat |1.0.2-1.19.2 |DONE |Manifest: NOSIGNATURE
  153. architectury-6.5.85-forge.jar |Architectury |architectury |6.5.85 |DONE |Manifest: NOSIGNATURE
  154. JadeAddons-1.19.2-forge-3.5.0.jar |Jade Addons |jadeaddons |3.5.0 |DONE |Manifest: NOSIGNATURE
  155. letmedespawn-1.18.x-1.19.x-forge-1.0.3.jar |Let Me Despawn |letmedespawn |0.0NONE |DONE |Manifest: NOSIGNATURE
  156. Disenchanting-forge-1.19-2.2.2.jar |Disenchanting |disenchanting |2.2.0 |DONE |Manifest: NOSIGNATURE
  157. CosmeticArmours - 1.20 - 1.19.2.jar |CosmeticArmours |cosmeticarmoursmod |1.2.0 |DONE |Manifest: NOSIGNATURE
  158. geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE
  159. dungeons_libraries-1.19.2-3.0.10-beta.jar |Dungeons Libraries |dungeons_libraries |1.19.2-3.0.10-beta |DONE |Manifest: NOSIGNATURE
  160. Kiwi-1.19.1-forge-8.3.4.jar |Kiwi |kiwi |8.3.4 |DONE |Manifest: NOSIGNATURE
  161. doubledoors-1.19.2-4.0.jar |Double Doors |doubledoors |4.0 |DONE |Manifest: NOSIGNATURE
  162. Fastload-Reforged-2.6.9+1.19.2.jar |Fastload |fastload |2.6.9+1.19.2 |DONE |Manifest: NOSIGNATURE
  163. jmi-forge-1.19.2-0.13-33.jar |JourneyMap Integration |jmi |0.13-33 |DONE |Manifest: NOSIGNATURE
  164. ftb-library-forge-1902.3.11-build.166.jar |FTB Library |ftblibrary |1902.3.11-build.166 |DONE |Manifest: NOSIGNATURE
  165. ftb-teams-forge-1902.2.11-build.87.jar |FTB Teams |ftbteams |1902.2.11-build.87 |DONE |Manifest: NOSIGNATURE
  166. spiderstpo-1.19.2-2.0.4.jar |Nyf's Spiders 2.0 |spiderstpo |2.0.4 |DONE |Manifest: NOSIGNATURE
  167. EasyMagic-v4.3.3-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
  168. jei-1.19.2-forge-11.6.0.1015.jar |Just Enough Items |jei |11.6.0.1015 |DONE |Manifest: NOSIGNATURE
  169. AttributeFix-Forge-1.19.2-17.2.6.jar |AttributeFix |attributefix |17.2.6 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  170. dungeons_mobs-1.19.2-4.0.8-beta.jar |Dungeons Mobs |dungeons_mobs |1.19.2-4.0.8-beta |DONE |Manifest: NOSIGNATURE
  171. waystones-forge-1.19.2-11.4.0.jar |Waystones |waystones |11.4.0 |DONE |Manifest: NOSIGNATURE
  172. hats-and-cosmetics-1.4-1.19.2.jar |Hats and Cosmetics |hat |1.4 |DONE |Manifest: NOSIGNATURE
  173. goldenhopper-1.2.8-1.19.jar |Golden Hopper |goldenhopper |1.2.8 |DONE |Manifest: NOSIGNATURE
  174. FastSuite-1.19.2-4.1.0.jar |Fast Suite |fastsuite |4.1.0 |DONE |Manifest: NOSIGNATURE
  175. Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE
  176. journeymap-1.19.2-5.9.7-forge.jar |Journeymap |journeymap |5.9.7 |DONE |Manifest: NOSIGNATURE
  177. comforts-forge-6.0.5+1.19.2.jar |Comforts |comforts |6.0.5+1.19.2 |DONE |Manifest: NOSIGNATURE
  178. FruitTrees-1.19.2-forge-6.3.0.jar |Fruit Trees |fruittrees |6.3.0 |DONE |Manifest: NOSIGNATURE
  179. emeraldequipment-forge-1.19.2-v1.0.5.jar |Emerald Equipment |emeraldequipment |1.0.5 |DONE |Manifest: NOSIGNATURE
  180. artifacts-1.19.2-5.0.2.jar |Artifacts |artifacts |1.19.2-5.0.2 |DONE |Manifest: NOSIGNATURE
  181. alternate-current-mc1.19-1.5.0.jar |Alternate Current |alternate_current |1.5.0 |DONE |Manifest: NOSIGNATURE
  182. CustomPlayerModels-1.19-0.6.5a.jar |Customizable Player Models |cpm |0.6.5a |DONE |Manifest: NOSIGNATURE
  183. Netherite Scrap From Piglin Brutes 1.19 - 1.0.jar |Netherite Scrap From Piglin Br|netheritescrapfrompiglinbrutes|1.0 |DONE |Manifest: NOSIGNATURE
  184. More Babies-forge-1.19.1-1.0.0.jar |More Babies |more_babies |1.0.0 |DONE |Manifest: NOSIGNATURE
  185. Nether Ores Plus+ 1.0.0 - 1.19.2.jar |Nether Ores Plus+ |netheroresplus |1.0.0 |DONE |Manifest: NOSIGNATURE
  186. midnightlib-1.0.0-forge.jar |MidnightLib |midnightlib |1.0.0 |DONE |Manifest: NOSIGNATURE
  187. lazydfu-1.19-1.0.2.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
  188. starlight-1.1.1+forge.cf5b10b.jar |Starlight |starlight |1.1.1+forge.a3aea74 |DONE |Manifest: NOSIGNATURE
  189. farsight-1.19.2-2.1.jar |Farsight mod |farsight_view |1.19.2-2.1 |DONE |Manifest: NOSIGNATURE
  190. ftb-chunks-forge-1902.3.12-build.204.jar |FTB Chunks |ftbchunks |1902.3.12-build.204 |DONE |Manifest: NOSIGNATURE
  191. forge-1.19.2-43.2.0-universal.jar |Forge |forge |43.2.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
  192. bestylewither-forge-mc1.19-1.3.2.jar |BE Style Wither |bestylewither |1.3.2 |DONE |Manifest: NOSIGNATURE
  193. nyfsarcheryplus-1.19.2-1.0.1.jar |Nyf's Archer Plus |nyfsarcheryplus |1.0.1 |DONE |Manifest: NOSIGNATURE
  194. illagersweararmor-1.2.6-1.19.2.jar |Illagers Wear Armor |zillagersweararmor |1.2.6-1.19.2 |DONE |Manifest: NOSIGNATURE
  195. server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: NOSIGNATURE
  196. voicechat-forge-1.19.2-2.4.8.jar |Simple Voice Chat |voicechat |1.19.2-2.4.8 |DONE |Manifest: NOSIGNATURE
  197. EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  198. TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |2.0.1.136 |DONE |Manifest: NOSIGNATURE
  199. moonlight-1.19.2-2.2.35-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.35 |DONE |Manifest: NOSIGNATURE
  200. Jade-1.19.1-forge-8.8.1.jar |Jade |jade |8.8.1 |DONE |Manifest: NOSIGNATURE
  201. animal_feeding_trough-1.0.3+1.19.2-forge.jar |Animal Feeding Trough |animal_feeding_trough |1.0.3+1.19.2-forge |DONE |Manifest: NOSIGNATURE
  202. spectrelib-forge-0.12.4+1.19.2.jar |SpectreLib |spectrelib |0.12.4+1.19.2 |DONE |Manifest: NOSIGNATURE
  203. weaponmaster-multi-forge-1.19.x-3.0.3.jar |YDM's Weapon Master |weaponmaster |3.0.3 |DONE |Manifest: NOSIGNATURE
  204. betterstats-2.2.2+1.19.2.jar |Better Statistics Screen |betterstats |2.2.2+1.19.2 |DONE |Manifest: NOSIGNATURE
  205. tcdcommons-2.2+1.19.2.jar |TCD Commons API |tcdcommons |2.2+1.19.2 |DONE |Manifest: NOSIGNATURE
  206. flywheel-forge-1.19.2-0.6.8-13.jar |Flywheel |flywheel |0.6.8-13 |DONE |Manifest: NOSIGNATURE
  207. create-1.19.2-0.5.0.g.jar |Create |create |0.5.0.g |DONE |Manifest: NOSIGNATURE
  208. gravestone-1.19.2-1.0.1.jar |Gravestone Mod |gravestone |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE
  209. FastWorkbench-1.19.2-7.1.2.jar |Fast Workbench |fastbench |7.1.2 |DONE |Manifest: NOSIGNATURE
  210. polymorph-forge-0.46.1+1.19.2.jar |Polymorph |polymorph |0.46.1+1.19.2 |DONE |Manifest: NOSIGNATURE
  211. EarthMobs-1.19.2-4.4.0.jar |Earth Mobs Mod |earthmobsmod |1.19.2-4.4.0 |DONE |Manifest: NOSIGNATURE
  212. entityculling-forge-1.6.1-mc1.19.2.jar |EntityCulling |entityculling |1.6.1 |DONE |Manifest: NOSIGNATURE
  213. canary-mc1.19.2-0.2.4.jar |Canary |canary |0.2.4 |DONE |Manifest: NOSIGNATURE
  214. One Twenty Backport 1.19.2 V1.2.0.jar |One Twenty Backport |one_twenty_backport |1.2.0 |DONE |Manifest: NOSIGNATURE
  215. FastFurnace-1.19.2-7.0.0.jar |FastFurnace |fastfurnace |7.0.0 |DONE |Manifest: NOSIGNATURE
  216. lootr-1.19-0.4.23.60.jar |Lootr |lootr |0.3.22.59 |DONE |Manifest: NOSIGNATURE
  217. ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
  218. PuzzlesLib-v4.4.0-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.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
  219. Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go |byg |2.0.0.13 |DONE |Manifest: NOSIGNATURE
  220. DramaticDoors-Forge-1.19.2-2.1.9.jar |Dramatic Doors |dramaticdoors |1.19.2-2.1.9 |DONE |Manifest: NOSIGNATURE
  221. justzoom_forge_1.0.1-1_MC_1.19.jar |Just Zoom |justzoom |1.0.1 |DONE |Manifest: NOSIGNATURE
  222. CosmeticArmorReworked-1.19.2-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.19.2-v1a |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
  223. expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
  224. overloadedarmorbar-1.19.3-7.1.jar |Overloaded Armor Bar |overloadedarmorbar |1.19.3-7.1 |DONE |Manifest: NOSIGNATURE
  225. Fashionable_Hats_1.5.1.jar |Fashionable Hats |fashionable_hats |1.5.1 |DONE |Manifest: NOSIGNATURE
  226. ad_astra-forge-1.19.2-1.12.6.jar |Ad Astra |ad_astra |1.12.6 |DONE |Manifest: NOSIGNATURE
  227. Crash Report UUID: e7fc0089-117d-4009-90b0-0c11560374c9
  228. FML: 43.2
  229. Forge: net.minecraftforge:43.2.0
  230. Kiwi Modules:
  231. fruittrees:cherry
  232. fruittrees:cherry_fruits
  233. fruittrees:core
  234. fruittrees:core_fruits
  235. fruittrees:farmersdelight
  236. fruittrees:food
  237. fruittrees:hybridization
  238. kiwi:contributors
  239. kiwi:data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement