Advertisement
Guest User

pixelmon crash due to supposedly a yamask

a guest
Jun 8th, 2022
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.58 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 6/5/22 4:38 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at com.pixelmonmod.pixelmon.api.storage.StorageManager.getParty(StorageManager.java:36) ~[?:1.16.5-9.0.1] {re:classloading}
  9. at com.pixelmonmod.pixelmon.api.storage.StorageProxy.getParty(StorageProxy.java:59) ~[?:1.16.5-9.0.1] {re:classloading}
  10. at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onEvolve(EntityListeners.java:51) ~[?:1.16.5-9.0.1] {re:classloading}
  11. at net.minecraftforge.eventbus.ASMEventHandler_1817_EntityListeners_onEvolve_Pre.invoke(.dynamic) ~[?:?] {}
  12. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
  13. at net.minecraftforge.eventbus.EventBus$$Lambda$3362/2024208984.invoke(Unknown Source) ~[?:?] {}
  14. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  15. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  16. at com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution.doEvolution(Evolution.java:65) ~[?:1.16.5-9.0.1] {re:classloading}
  17. at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.testTickingEvolution(PixelmonEntity.java:741) ~[?:1.16.5-9.0.1] {re:classloading}
  18. at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.func_70071_h_(PixelmonEntity.java:413) ~[?:1.16.5-9.0.1] {re:classloading}
  19. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
  20. at net.minecraft.world.server.ServerWorld$$Lambda$27965/1895935387.accept(Unknown Source) ~[?:?] {}
  21. at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:TileWorldHookMixin,pl:mixin:A}
  22. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
  23. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  24. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  25. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  26. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  27. at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  28. at net.minecraft.server.MinecraftServer$$Lambda$27534/942221010.run(Unknown Source) [?:?] {}
  29. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Thread: Server thread
  37. Stacktrace:
  38. at com.pixelmonmod.pixelmon.api.storage.StorageManager.getParty(StorageManager.java:36) ~[?:1.16.5-9.0.1] {re:classloading}
  39. at com.pixelmonmod.pixelmon.api.storage.StorageProxy.getParty(StorageProxy.java:59) ~[?:1.16.5-9.0.1] {re:classloading}
  40. at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onEvolve(EntityListeners.java:51) ~[?:1.16.5-9.0.1] {re:classloading}
  41. at net.minecraftforge.eventbus.ASMEventHandler_1817_EntityListeners_onEvolve_Pre.invoke(.dynamic) ~[?:?] {}
  42. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
  43. at net.minecraftforge.eventbus.EventBus$$Lambda$3362/2024208984.invoke(Unknown Source) ~[?:?] {}
  44. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  45. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  46. at com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution.doEvolution(Evolution.java:65) ~[?:1.16.5-9.0.1] {re:classloading}
  47. at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.testTickingEvolution(PixelmonEntity.java:741) ~[?:1.16.5-9.0.1] {re:classloading}
  48. at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.func_70071_h_(PixelmonEntity.java:413) ~[?:1.16.5-9.0.1] {re:classloading}
  49. at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
  50. at net.minecraft.world.server.ServerWorld$$Lambda$27965/1895935387.accept(Unknown Source) ~[?:?] {}
  51. -- Entity being ticked --
  52. Details:
  53. Entity Type: pixelmon:pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity)
  54. Entity ID: 62871
  55. Entity Name: Yamask
  56. Entity's Exact location: -3539.78, 69.00, -2486.49
  57. Entity's Block location: World: (-3540,69,-2487), Chunk: (at 12,4,9 in -222,-156; contains blocks -3552,0,-2496 to -3537,255,-2481), Region: (-7,-5; contains chunks -224,-160 to -193,-129, blocks -3584,0,-2560 to -3073,255,-2049)
  58. Entity's Momentum: 0.00, -0.08, 0.00
  59. Entity's Passengers: []
  60. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  61. Stacktrace:
  62. at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:TileWorldHookMixin,pl:mixin:A}
  63. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
  64.  
  65.  
  66. -- Affected level --
  67. Details:
  68. All players: 1 total; [ServerPlayerEntity['Ryuuhime16'/70, l='ServerLevel[YES YES YES YES]', x=-3509.43, y=76.00, z=-2513.85]]
  69. Chunk stats: ServerChunkCache: 4234
  70. Level dimension: minecraft:overworld
  71. Level spawn location: World: (32,87,64), Chunk: (at 0,5,0 in 2,4; contains blocks 32,0,64 to 47,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  72. Level time: 2415282 game time, 1676264 day time
  73. Level name: YES YES YES YES
  74. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  75. Level weather: Rain time: 51602 (now: false), thunder time: 162914 (now: false)
  76. Known server brands: forge
  77. Level was modded: true
  78. Level storage version: 0x04ABD - Anvil
  79. Stacktrace:
  80. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  81. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  82. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  83. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  84. at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  85. at net.minecraft.server.MinecraftServer$$Lambda$27534/942221010.run(Unknown Source) [?:?] {}
  86. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
  87.  
  88.  
  89. -- System Details --
  90. Details:
  91. Minecraft Version: 1.16.5
  92. Minecraft Version ID: 1.16.5
  93. Operating System: Windows 10 (amd64) version 10.0
  94. Java Version: 1.8.0_51, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 2303484280 bytes (2196 MB) / 4745441280 bytes (4525 MB) up to 6340476928 bytes (6046 MB)
  97. CPUs: 8
  98. JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6080m -Xms256m -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=4 -XX:+DisableExplicitGC -XX:+CMSIncrementalMode -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=35
  99. ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
  100. ModLauncher launch target: fmlclient
  101. ModLauncher naming: srg
  102. ModLauncher services:
  103. /mixin-0.8.4.jar mixin PLUGINSERVICE
  104. /eventbus-4.0.0.jar eventbus PLUGINSERVICE
  105. /forge-1.16.5-36.2.34.jar object_holder_definalize PLUGINSERVICE
  106. /forge-1.16.5-36.2.34.jar runtime_enum_extender PLUGINSERVICE
  107. /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
  108. /forge-1.16.5-36.2.34.jar capability_inject_definalize PLUGINSERVICE
  109. /forge-1.16.5-36.2.34.jar runtimedistcleaner PLUGINSERVICE
  110. /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
  111. /forge-1.16.5-36.2.34.jar fml TRANSFORMATIONSERVICE
  112. FML: 36.2
  113. Forge: net.minecraftforge:36.2.34
  114. FML Language Providers:
  115. javafml@36.2
  116. minecraft@1
  117. kotori_scala@2.13.8-build-3
  118. scorge@3.1.3
  119. Mod List:
  120. create-stuff-additions1.16.5_v1.1.6.jar |Create Stuff Additions |create_stuff_additions |1.1.6 |DONE |Manifest: NOSIGNATURE
  121. GetExpForEverything-v1.3.0-1.14-1.16.jar |Get experience for everything!|getexpforeverything |1.3.0 |DONE |Manifest: NOSIGNATURE
  122. Architects-Palette-1.16.4-1.1.5.jar |Architect's Palette |architects_palette |1.1.2 |DONE |Manifest: NOSIGNATURE
  123. autooredictconv-1.16.4-16.1.10.jar |Auto Ore Dictionary Converter |autooredictconv |16.1.10 |DONE |Manifest: NOSIGNATURE
  124. macawsbridgesbyg-1.16.5-2.2.jar |Macaw's Bridges - Oh The Biome|macawsbridgesbyg |1.16.5-2.2 |DONE |Manifest: NOSIGNATURE
  125. modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |Manifest: NOSIGNATURE
  126. KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE
  127. ForgeEndertech-1.16.5-7.2.2.0-build.0202.jar |Forge Endertech |forgeendertech |7.2.2.0 |DONE |Manifest: NOSIGNATURE
  128. IronGenerators-1.6.0-final-1.16.x.jar |Iron Generators |irongenerators |1.3.0 |DONE |Manifest: NOSIGNATURE
  129. Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE
  130. Placebo-1.16.5-4.7.0.jar |Placebo |placebo |4.7.0 |DONE |Manifest: NOSIGNATURE
  131. dankstorage-1.16.5-3.21.jar |Dank Storage |dankstorage |1.16.5-3.21 |DONE |Manifest: NOSIGNATURE
  132. MoreDyes-1.16.5-1.0.0.jar |MoreDyes |moredyes |1.16.5-1.0.0 |DONE |Manifest: NOSIGNATURE
  133. mdecore-1.16.4-16.1.0.jar |MattDahEpic Core |mdecore |16.1.0 |DONE |Manifest: NOSIGNATURE
  134. macawsbridgesbop-1.16.5-1.4.jar |Macaw's Bridges - Biome O' Ple|macawsbridgesbop |1.16.5-1.4 |DONE |Manifest: NOSIGNATURE
  135. Bookshelf-Forge-1.16.5-10.4.32.jar |Bookshelf |bookshelf |10.4.32 |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
  136. botanypotstiers-1.16.5-1.141.jar |Botany Pots Tiers |botanypotstiers |1.16.5-1.141 |DONE |Manifest: NOSIGNATURE
  137. biomeidfixer-1.16.5-1.0.1.s5.jar |Biome Id Fixer by Desagas |biomeidfixer |1.16.5-1.0.1.s5 |DONE |Manifest: NOSIGNATURE
  138. buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |DONE |Manifest: NOSIGNATURE
  139. Apotheosis-1.16.5-4.8.99F.jar |Apotheosis |apotheosis |4.8.99F |DONE |Manifest: NOSIGNATURE
  140. ironshulkerboxes-1.16.4-5.1.11.jar |Iron Shulker Boxes |ironshulkerbox |1.16.4-5.1.11 |DONE |Manifest: NOSIGNATURE
  141. abyg-1.2-forge.jar |[BYG Addon] Enhanced Vanilla B|bygvanillabiomes |1.0.0 |DONE |Manifest: NOSIGNATURE
  142. TwerkItMeal-1.3.9.jar |TwerkItMeal |twerkitmeal |1.3.9 |DONE |Manifest: NOSIGNATURE
  143. Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
  144. DCM_FORGE_V1.5.0_MC1.16.5.jar |Definitive Content Mod |definitive_content_mod |1.5.0 |DONE |Manifest: NOSIGNATURE
  145. JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |DONE |Manifest: NOSIGNATURE
  146. createfa-1.16.5_v1.0.7.jar |CreateFoodAdditions |createfa |1.0.7 |DONE |Manifest: NOSIGNATURE
  147. refinedstorage-1.9.18.jar |Refined Storage |refinedstorage |1.9.18 |DONE |Manifest: NOSIGNATURE
  148. createcafe-1.16.5-2.4.jar |Create Cafe |createcafe |1.16.5-2.4 |DONE |Manifest: NOSIGNATURE
  149. RSInfinityBooster-1.16.5-1.1+13.jar |RSInfinityBooster |rsinfinitybooster |1.16.5-1.1+13 |DONE |Manifest: NOSIGNATURE
  150. mcw-bridges-2.0.3-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.3 |DONE |Manifest: NOSIGNATURE
  151. industrial-foregoing-1.16.5-3.2.14.6-14.jar |Industrial Foregoing |industrialforegoing |3.2.14.6 |DONE |Manifest: NOSIGNATURE
  152. Compressium-1.16.5-1.2.3.jar |Compressium |compressium |1.2.custom |DONE |Manifest: NOSIGNATURE
  153. valkyrielib-1.16.5-3.0.9.5.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.9.5 |DONE |Manifest: NOSIGNATURE
  154. envirocore-1.16.5-3.0.9.3.jar |Environmental Core |envirocore |1.16.5-3.0.9.3 |DONE |Manifest: NOSIGNATURE
  155. envirotech-1.16.5-3.0.9.4.jar |Environmental Tech |envirotech |1.16.5-3.0.9.4 |DONE |Manifest: NOSIGNATURE
  156. ironfurnaces-1.16.5-2.7.7.jar |Iron Furnaces |ironfurnaces |2.7.7 |DONE |Manifest: NOSIGNATURE
  157. toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |Manifest: NOSIGNATURE
  158. silent-gear-1.16.5-2.6.30.jar |Silent Gear |silentgear |2.6.30 |DONE |Manifest: NOSIGNATURE
  159. unearthed-1.3.0.jar |Unearthed |unearthed |1.2.2 |DONE |Manifest: NOSIGNATURE
  160. supermartijn642corelib-1.0.18-forge-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |DONE |Manifest: NOSIGNATURE
  161. MysticalAdaptations-1.16.5-1.2.2.jar |Mystical Adaptations |mysticaladaptations |1.16.5-1.2.2 |DONE |Manifest: NOSIGNATURE
  162. corail_woodcutter_extension_byg-1.0.0.jar |Corail Woodcutter: Extension B|corail_woodcutter_extension_by|1.0.0 |DONE |Manifest: NOSIGNATURE
  163. curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
  164. Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
  165. corail_woodcutter-1.16-2.0.2.jar |Corail Woodcutter |corail_woodcutter |2.0.2 |DONE |Manifest: NOSIGNATURE
  166. arsomega-1.4.0.jar |Ars Omega |arsomega |1.16.5-1.3 |DONE |Manifest: NOSIGNATURE
  167. OreExcavation-1.8.157.jar |Ore Excavation |oreexcavation |1.8.157 |DONE |Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
  168. FramedBlocks-2.16.0.jar |FramedBlocks |framedblocks |2.16.0 |DONE |Manifest: NOSIGNATURE
  169. blockcarpentry-1.16-0.4.1.jar |BlockCarpentry |blockcarpentry |1.16-0.4.1 |DONE |Manifest: NOSIGNATURE
  170. elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
  171. ExtraStorage-1.16.5-1.6.1.jar |Extra Storage |extrastorage |1.6.1 |DONE |Manifest: NOSIGNATURE
  172. constructionwand-1.16.5-2.6.jar |Construction Wand |constructionwand |1.16.5-2.6 |DONE |Manifest: NOSIGNATURE
  173. architectury-1.32.63.jar |Architectury |architectury |1.32.63 |DONE |Manifest: NOSIGNATURE
  174. curiouselytra-forge-1.16.5-4.0.2.4.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.4 |DONE |Manifest: NOSIGNATURE
  175. moreoverlays-1.18.18-mc1.16.5.jar |More Overlays Updated |moreoverlays |1.18.18-mc1.16.5 |DONE |Manifest: NOSIGNATURE
  176. ItemPhysic_v1.4.18_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |DONE |Manifest: NOSIGNATURE
  177. trashcans-1.0.15-forge-mc1.16.jar |Trash Cans |trashcans |1.0.15 |DONE |Manifest: NOSIGNATURE
  178. FastLeafDecay-v25.2.jar |FastLeafDecay |fastleafdecay |v25.2 |DONE |Manifest: NOSIGNATURE
  179. CodeChickenLib-1.16.5-4.0.7.445-universal.jar |CodeChicken Lib |codechickenlib |4.0.7.445 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  180. CBMultipart-1.16.5-3.0.4.123-universal.jar |CBMultipart |cb_multipart |3.0.4.123 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  181. ProjectRed-1.16.5-4.11.0-core.jar |ProjectRed Core |projectred-core |4.11.0 |DONE |Manifest: NOSIGNATURE
  182. ProjectRed-1.16.5-4.11.0-illumination.jar |ProjectRed Illumination |projectred-illumination |4.11.0 |DONE |Manifest: NOSIGNATURE
  183. ProjectRed-1.16.5-4.11.0-transmission.jar |ProjectRed Transmission |projectred-transmission |4.11.0 |DONE |Manifest: NOSIGNATURE
  184. ProjectRed-1.16.5-4.11.0-exploration.jar |ProjectRed Exploration |projectred-exploration |4.11.0 |DONE |Manifest: NOSIGNATURE
  185. ProjectRed-1.16.5-4.11.0-integration.jar |ProjectRed Integration |projectred-integration |4.11.0 |DONE |Manifest: NOSIGNATURE
  186. geckolib-forge-1.16.5-3.0.73.jar |GeckoLib |geckolib3 |3.0.73 |DONE |Manifest: NOSIGNATURE
  187. Cyclic-1.16.5-1.5.15.jar |Cyclic |cyclic |1.16.5-1.5.15 |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
  188. QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
  189. Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |DONE |Manifest: NOSIGNATURE
  190. flatbedrock-1.2.0-build.2+mc1.16.5.jar |Flat Bedrock |flatbedrock |1.2.0-build.2+mc1.16|DONE |Manifest: NOSIGNATURE
  191. additionallanterns-1.0.1-mc1.16.jar |Additional Lanterns |additionallanterns |1.0.1 |DONE |Manifest: NOSIGNATURE
  192. jei-1.16.5-7.7.1.152.jar |Just Enough Items |jei |7.7.1.152 |DONE |Manifest: NOSIGNATURE
  193. JEIEnchantmentInfo-1.16.5-1.3.0.jar |JEI Enchantment Info |jeienchantmentinfo |1.16.5-1.3.0 |DONE |Manifest: NOSIGNATURE
  194. metalbarrels-1.16.2-3.3b.jar |Metal Barrels |metalbarrels |1.16.2-3.3b |DONE |Manifest: NOSIGNATURE
  195. AttributeFix-1.16.5-10.1.4.jar |AttributeFix |attributefix |10.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  196. Tiny-Coal-1.16.4-1.0.0.jar |Tiny Coal |tinycoal |1.0.0 |DONE |Manifest: NOSIGNATURE
  197. caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |DONE |Manifest: NOSIGNATURE
  198. bdlib-1.17.1.11-mc1.16.5.jar |BdLib |bdlib |1.17.1.11 |DONE |Manifest: NOSIGNATURE
  199. WAWLA-1.16.5-8.0.9.jar |WAWLA |wawla |8.0.9 |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
  200. invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
  201. createchunkloading-0.2.1.jar |Create Chunkloading |createchunkloading |0.2.0 |DONE |Manifest: NOSIGNATURE
  202. Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
  203. Clumps-6.0.0.28.jar |Clumps |clumps |6.0.0.28 |DONE |Manifest: NOSIGNATURE
  204. journeymap-1.16.5-5.8.5p2.jar |Journeymap |journeymap |5.8.5p2 |DONE |Manifest: NOSIGNATURE
  205. enviromats-1.16.5-2.0.9.0.jar |Environmental Materials |enviromats |2.0.9.0 |DONE |Manifest: NOSIGNATURE
  206. NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
  207. framedcompactdrawers-1.16-2.2.1.jar |Framed Compacting Drawers |framedcompactdrawers |1.16-2.2.1 |DONE |Manifest: NOSIGNATURE
  208. configured-1.5.2-1.16.5.jar |Configured |configured |1.5.2 |DONE |Manifest: NOSIGNATURE
  209. LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |DONE |Manifest: NOSIGNATURE
  210. create-confectionery1.16.5_v1.0.2.jar |Create Confectionery |create_confectionery |1.0.2 |DONE |Manifest: NOSIGNATURE
  211. mapperbase-1.16.5-2.4.0.0.jar |Mapper Base |mapperbase |1.16.5-2.4.0.0 |DONE |Manifest: NOSIGNATURE
  212. embellishcraft-1.16.5-3.4.0.0.jar |EmbellishCraft |embellishcraft |1.16.5-3.4.0.0 |DONE |Manifest: NOSIGNATURE
  213. JEITweaker-1.16.5-1.1.0.49.jar |JEI Tweaker |jeitweaker |1.1.0.49 |DONE |Manifest: NOSIGNATURE
  214. EnderStorage-1.16.5-2.8.0.170-universal.jar |EnderStorage |enderstorage |2.8.0.170 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
  215. CraftTweaker-1.16.5-7.1.2.510.jar |CraftTweaker |crafttweaker |7.1.2.510 |DONE |Manifest: NOSIGNATURE
  216. BotanyPots-1.16.5-7.1.39.jar |BotanyPots |botanypots |7.1.39 |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
  217. BotanyTrees-1.16.5-3.0.7.jar |BotanyTrees |botanytrees |3.0.7 |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
  218. extradisks-1.16.4-1.5.1.jar |Extra Disks |extradisks |1.5.1 |DONE |Manifest: NOSIGNATURE
  219. forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
  220. WailaHarvestability-mc1.16.x-forge-1.1.15.jar |Waila Harvestability |wailaharvestability |1.1.15 |DONE |Manifest: NOSIGNATURE
  221. inzheFoPCore-v.1.2.0.jar |inzheFoPs Core |inzhefopcore |1.0.0 |DONE |Manifest: NOSIGNATURE
  222. MysticalAgriculture-1.16.5-4.2.6.jar |Mystical Agriculture |mysticalagriculture |4.2.6 |DONE |Manifest: NOSIGNATURE
  223. MysticalAgradditions-1.16.5-4.2.4.jar |Mystical Agradditions |mysticalagradditions |4.2.4 |DONE |Manifest: NOSIGNATURE
  224. ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |DONE |Manifest: NOSIGNATURE
  225. CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE
  226. ZeroCore2-1.16.5-2.1.17.jar |Zero CORE 2 |zerocore |1.16.5-2.1.17 |DONE |Manifest: NOSIGNATURE
  227. ExtremeReactors2-1.16.5-2.0.44.jar |Extreme Reactors |bigreactors |1.16.5-2.0.44 |DONE |Manifest: NOSIGNATURE
  228. Pixelmon-1.16.5-9.0.1-universal.jar |Pixelmon Mod |pixelmon |9.0.1 |DONE |Manifest: NOSIGNATURE
  229. forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
  230. EnchantmentDescriptions-1.16.5-7.0.19.jar |EnchantmentDescriptions |enchdesc |7.0.19 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
  231. MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
  232. titanium-1.16.5-3.2.8.4-10.jar |Titanium |titanium |3.2.8.4 |DONE |Manifest: NOSIGNATURE
  233. silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |DONE |Manifest: NOSIGNATURE
  234. allthemodium-1.5.18-1.16.5-36.1.23.jar |Allthemodium |allthemodium |1.5.18-1.16.5-36.1.2|DONE |Manifest: NOSIGNATURE
  235. CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |Manifest: NOSIGNATURE
  236. AdLods-1.16.5-4.1.9.2-build.0217.jar |Large Ore Deposits |adlods |4.1.9.2 |DONE |Manifest: NOSIGNATURE
  237. compacter-1.4.1.5-mc1.16.5.jar |Compacter |compacter |1.4.1.5 |DONE |Manifest: NOSIGNATURE
  238. jeiintegration_1.16.5-7.1.0.22.jar |JEI Integration |jeiintegration |7.1.0.22 |DONE |Manifest: NOSIGNATURE
  239. easy_villagers-1.16.5-1.0.13.jar |Easy Villagers |easy_villagers |1.16.5-1.0.13 |DONE |Manifest: NOSIGNATURE
  240. flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE
  241. steampowered-1.16.5-1.2.0-hf1.jar |Create: Steam Powered |steampowered |1.16.5-1.2.0-hf1 |DONE |Manifest: NOSIGNATURE
  242. create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |DONE |Manifest: NOSIGNATURE
  243. createdeco-1.1.2-1.16.5.jar |Create Deco |createdeco |1.1.2-1.16.5 |DONE |Manifest: NOSIGNATURE
  244. createautomated-1.16.5-1.4.1a.jar |Create Automated |createautomated |1.16.5-1.4.1a |DONE |Manifest: NOSIGNATURE
  245. JAOPCA-1.16.5-3.4.3.26.jar |JAOPCA |jaopca |3.4.3.26 |DONE |Manifest: NOSIGNATURE
  246. polymorph-forge-1.16.5-0.40.jar |Polymorph |polymorph |1.16.5-0.40 |DONE |Manifest: NOSIGNATURE
  247. AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
  248. Quark-r2.4-322.jar |Quark |quark |r2.4-322 |DONE |Manifest: NOSIGNATURE
  249. StorageDrawers-1.16.3-8.5.2.jar |Storage Drawers |storagedrawers |8.5.2 |DONE |Manifest: NOSIGNATURE
  250. morestoragedrawers-1.16.5-1.1.2.jar |More Storage Drawers |morestoragedrawers |1.16.5-1.1.2 |DONE |Manifest: NOSIGNATURE
  251. BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |DONE |Manifest: NOSIGNATURE
  252. embellishcraft-bop-1.16.5-3.4.0.jar |EmbellishCraft BoP Addon |embellishcraft-bop |1.16.5-3.4.0 |DONE |Manifest: NOSIGNATURE
  253. Botania-1.16.5-420.2.jar |Botania |botania |1.16.5-420.2 |DONE |Manifest: NOSIGNATURE
  254. ars_nouveau-1.16.5-1.25.1.jar |Ars Nouveau |ars_nouveau |1.25.1 |DONE |Manifest: NOSIGNATURE
  255. ars_creo-1.16.5-1.0.0.jar |Ars Creo |ars_creo |1.0.0 |DONE |Manifest: NOSIGNATURE
  256. create-supercharged1.16.5_v1.7.3.jar |Create: SuperCharged |createsupercharged |1.0.0 |DONE |Manifest: NOSIGNATURE
  257. appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |DONE |Manifest: NOSIGNATURE
  258. ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.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
  259. connectedglass-1.1.3-mc1.16.jar |Connected Glass |connectedglass |1.1.3 |DONE |Manifest: NOSIGNATURE
  260. byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
  261. SilentGems-1.16.3-3.7.16.jar |Silent's Gems 3 |silentgems |3.7.16 |DONE |Manifest: NOSIGNATURE
  262. refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |DONE |Manifest: NOSIGNATURE
  263. CosmeticArmorReworked-1.16.5-v5.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v5 |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
  264. botanicalmachinery-1.16.4-0.4.6.jar |Botanical Machinery |botanicalmachinery |0.4.6 |DONE |Manifest: NOSIGNATURE
  265. valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |DONE |Manifest: NOSIGNATURE
  266. forbidden_arcanus-16.2.3.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.3 |DONE |Manifest: NOSIGNATURE
  267. overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE
  268. createaddition-1.16.5-20220129a.jar |Create Crafts & Additions |createaddition |1.16.5-20220129a |DONE |Manifest: NOSIGNATURE
  269. xptome-1.16.5-v2.1.5.jar |XP Tome |xpbook |v2.1.5 |DONE |Manifest: NOSIGNATURE
  270. FramedBlocks BlockEntity Warning: Not applicable
  271. Crash Report UUID: 42c3e73a-88b6-43dd-9cf0-ae5fbf070cfd
  272. Patchouli open book context: n/a
  273. Player Count: 1 / 8; [ServerPlayerEntity['Ryuuhime16'/70, l='ServerLevel[YES YES YES YES]', x=-3509.43, y=76.00, z=-2513.85]]
  274. Data Packs: vanilla, mod:create_stuff_additions, mod:getexpforeverything (incompatible), mod:architects_palette (incompatible), mod:autooredictconv, mod:macawsbridgesbyg, mod:kleeslabs (incompatible), mod:forgeendertech, mod:irongenerators, mod:controlling, mod:placebo (incompatible), mod:moredyes, mod:mdecore, mod:macawsbridgesbop, mod:bookshelf, mod:botanypotstiers (incompatible), mod:buildinggadgets, mod:apotheosis (incompatible), mod:ironshulkerbox (incompatible), mod:bygvanillabiomes, mod:twerkitmeal, mod:definitive_content_mod, mod:createfa, mod:refinedstorage, mod:createcafe, mod:mcwbridges, mod:industrialforegoing (incompatible), mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:ironfurnaces, mod:toughnessbar (incompatible), mod:silentgear, mod:unearthed, mod:supermartijn642corelib, mod:curios, mod:patchouli (incompatible), mod:arsomega, mod:oreexcavation, mod:framedblocks (incompatible), mod:blockcarpentry (incompatible), mod:elevatorid, mod:constructionwand, mod:architectury, mod:curiouselytra, mod:moreoverlays, mod:itemphysic, mod:trashcans, mod:fastleafdecay, mod:codechickenlib (incompatible), mod:cb_multipart (incompatible), mod:projectred-core (incompatible), mod:projectred-illumination (incompatible), mod:projectred-transmission (incompatible), mod:projectred-exploration (incompatible), mod:projectred-integration (incompatible), mod:geckolib3 (incompatible), mod:cyclic (incompatible), mod:flatbedrock (incompatible), mod:additionallanterns, mod:jei, mod:jeienchantmentinfo, mod:metalbarrels (incompatible), mod:caelus, mod:bdlib, mod:createchunkloading (incompatible), mod:waystones (incompatible), mod:clumps, mod:journeymap (incompatible), mod:enviromats (incompatible), mod:naturescompass (incompatible), mod:framedcompactdrawers (incompatible), mod:configured, mod:botanypots, mod:botanytrees, mod:create_confectionery, mod:mapperbase (incompatible), mod:embellishcraft (incompatible), mod:enderstorage (incompatible), mod:forge, mod:inzhefopcore, mod:ironchest, mod:zerocore, mod:bigreactors, mod:pixelmon, mod:enchdesc, mod:mousetweaks, mod:titanium (incompatible), mod:silentlib (incompatible), mod:allthemodium, mod:creativecore, mod:adlods, mod:compacter, mod:flywheel, mod:steampowered, mod:create, mod:createdeco, mod:createautomated, mod:jaopca (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:storagedrawers (incompatible), mod:morestoragedrawers, mod:biomesoplenty, mod:embellishcraft-bop (incompatible), mod:ars_nouveau, mod:ars_creo (incompatible), mod:createsupercharged, mod:appleskin, mod:ferritecore (incompatible), mod:connectedglass, mod:byg, mod:silentgems, mod:refinedstorageaddons, mod:cosmeticarmorreworked (incompatible), mod:valhelsia_core, mod:forbidden_arcanus (incompatible), mod:overloadedarmorbar (incompatible), mod:createaddition, inmemory:jaopca (incompatible), mod:modnametooltip, mod:biomeidfixer, mod:waila, mod:jeresources, mod:attributefix, mod:wawla, mod:wailaharvestability, mod:jeiintegration, mod:invtweaks (incompatible), mod:craftingtweaks (incompatible), mod:dankstorage, mod:mysticaladaptations (incompatible), mod:corail_woodcutter_extension_byg (incompatible), mod:corail_woodcutter (incompatible), mod:quarkoddities (incompatible), mod:cucumber, mod:mysticalagriculture, mod:mysticalagradditions, mod:libx, mod:easy_villagers, mod:polymorph, mod:botania, mod:botanicalmachinery, mod:tinycoal (incompatible), mod:jeitweaker, mod:crafttweaker, mod:rsinfinitybooster, mod:compressium (incompatible), mod:extrastorage, mod:extradisks, mod:xpbook
  275. Type: Integrated Server (map_client.txt)
  276. Is Modded: Definitely; Client brand changed to 'forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement