Advertisement
Decent60

Untitled

Mar 22nd, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.96 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 3/22/23 12:08 AM
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Ticking block entity
  8. at com.pixelmonmod.pixelmon.api.replacement.logic.BeeReplacementLogic.replaceSpawn(BeeReplacementLogic.java:43) ~[?:1.16.5-9.1.3] {re:classloading}
  9. at com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement.replace(SpawnReplacement.java:48) ~[?:1.16.5-9.1.3] {re:classloading}
  10. at com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry.handleEvent(SpawnReplacementRegistry.java:90) ~[?:1.16.5-9.1.3] {re:classloading}
  11. at com.pixelmonmod.pixelmon.listener.MobSpawnReplacement.onEntitySpawn(MobSpawnReplacement.java:29) ~[?:1.16.5-9.1.3] {re:classloading}
  12. at net.minecraftforge.eventbus.ASMEventHandler_199_MobSpawnReplacement_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
  13. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
  14. at net.minecraftforge.eventbus.EventBus$$Lambda$3212/1619354599.invoke(Unknown Source) ~[?:?] {}
  15. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  16. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  17. at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  18. at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  19. at net.minecraft.tileentity.BeehiveTileEntity.func_235651_a_(SourceFile:246) ~[?:?] {re:classloading}
  20. at net.minecraft.tileentity.BeehiveTileEntity.func_226976_y_(SourceFile:275) ~[?:?] {re:classloading}
  21. at net.minecraft.tileentity.BeehiveTileEntity.func_73660_a(SourceFile:289) ~[?:?] {re:classloading}
  22. at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  23. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  24. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  25. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  26. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  27. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  28. at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
  29. at net.minecraft.server.MinecraftServer$$Lambda$9276/405644412.run(Unknown Source) ~[?:?] {}
  30. at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_51] {}
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Thread: Render thread
  38. Stacktrace:
  39. at com.pixelmonmod.pixelmon.api.replacement.logic.BeeReplacementLogic.replaceSpawn(BeeReplacementLogic.java:43) ~[?:1.16.5-9.1.3] {re:classloading}
  40. at com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement.replace(SpawnReplacement.java:48) ~[?:1.16.5-9.1.3] {re:classloading}
  41. at com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry.handleEvent(SpawnReplacementRegistry.java:90) ~[?:1.16.5-9.1.3] {re:classloading}
  42. at com.pixelmonmod.pixelmon.listener.MobSpawnReplacement.onEntitySpawn(MobSpawnReplacement.java:29) ~[?:1.16.5-9.1.3] {re:classloading}
  43. at net.minecraftforge.eventbus.ASMEventHandler_199_MobSpawnReplacement_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
  44. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
  45. at net.minecraftforge.eventbus.EventBus$$Lambda$3212/1619354599.invoke(Unknown Source) ~[?:?] {}
  46. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
  47. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
  48. at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  49. at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  50. at net.minecraft.tileentity.BeehiveTileEntity.func_235651_a_(SourceFile:246) ~[?:?] {re:classloading}
  51. at net.minecraft.tileentity.BeehiveTileEntity.func_226976_y_(SourceFile:275) ~[?:?] {re:classloading}
  52. at net.minecraft.tileentity.BeehiveTileEntity.func_73660_a(SourceFile:289) ~[?:?] {re:classloading}
  53. -- Block entity being ticked --
  54. Details:
  55. Name: minecraft:beehive // net.minecraft.tileentity.BeehiveTileEntity
  56. Block: Block{minecraft:bee_nest}[facing=south,honey_level=0]
  57. Block location: World: (-6074,80,-5615), Chunk: (at 6,5,1 in -380,-351; contains blocks -6080,0,-5616 to -6065,255,-5601), Region: (-12,-11; contains chunks -384,-352 to -353,-321, blocks -6144,0,-5632 to -5633,255,-5121)
  58. Block: Block{minecraft:bee_nest}[facing=south,honey_level=0]
  59. Block location: World: (-6074,80,-5615), Chunk: (at 6,5,1 in -380,-351; contains blocks -6080,0,-5616 to -6065,255,-5601), Region: (-12,-11; contains chunks -384,-352 to -353,-321, blocks -6144,0,-5632 to -5633,255,-5121)
  60. Block Entity NBT: {x:-6074,y:80,z:-5615,id:"minecraft:beehive",Bees:[{MinOccupationTicks:600,TicksInHive:167,EntityData:{Brain:{memories:{}},HurtByTimestamp:0,HasStung:0b,Attributes:[],Invulnerable:0b,FallFlying:0b,ForcedAge:0,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,InLove:0,CanUpdate:1b,DeathTime:0s,HandDropChances:[0.085f,0.085f],CannotEnterHiveTicks:0,PersistenceRequired:0b,id:"minecraft:bee",Age:0,TicksSincePollination:0,AngerTime:0,Motion:[0.0d,0.0d,0.0d],Health:10.0f,HasNectar:0b,LeftHanded:0b,Air:300s,OnGround:0b,Rotation:[3.9947507f,0.0f],HandItems:[{},{}],ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[0.0d,0.0d,0.0d],Fire:-1s,ArmorItems:[{},{},{},{}],CropsGrownSincePollination:0,CanPickUpLoot:0b,HurtTime:0s}},{MinOccupationTicks:600,TicksInHive:601,EntityData:{Brain:{memories:{}},HurtByTimestamp:0,HasStung:0b,Attributes:[],Invulnerable:0b,FallFlying:0b,ForcedAge:0,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,InLove:0,CanUpdate:1b,DeathTime:0s,HandDropChances:[0.085f,0.085f],CannotEnterHiveTicks:0,PersistenceRequired:0b,id:"minecraft:bee",Age:0,TicksSincePollination:0,AngerTime:0,Motion:[0.0d,0.0d,0.0d],Health:10.0f,HasNectar:0b,LeftHanded:0b,Air:300s,OnGround:0b,Rotation:[0.7869572f,0.0f],HandItems:[{},{}],ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[0.0d,0.0d,0.0d],Fire:-1s,ArmorItems:[{},{},{},{}],CropsGrownSincePollination:0,CanPickUpLoot:0b,HurtTime:0s}},{MinOccupationTicks:600,TicksInHive:493,EntityData:{Brain:{memories:{}},HurtByTimestamp:0,HasStung:0b,Attributes:[],Invulnerable:0b,FallFlying:0b,ForcedAge:0,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,InLove:0,CanUpdate:1b,DeathTime:0s,HandDropChances:[0.085f,0.085f],CannotEnterHiveTicks:0,PersistenceRequired:0b,id:"minecraft:bee",Age:0,TicksSincePollination:0,AngerTime:0,Motion:[0.0d,0.0d,0.0d],Health:10.0f,HasNectar:0b,LeftHanded:0b,Air:300s,OnGround:0b,Rotation:[2.0948133f,0.0f],HandItems:[{},{}],ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[0.0d,0.0d,0.0d],Fire:-1s,ArmorItems:[{},{},{},{}],CropsGrownSincePollination:0,CanPickUpLoot:0b,HurtTime:0s}}]}
  61. Stacktrace:
  62. at net.minecraft.world.World.func_217391_K(World.java:491) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  63. at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
  64.  
  65.  
  66. -- Affected level --
  67. Details:
  68. All players: 1 total; [ServerPlayerEntity['Decent60'/36, l='ServerLevel[Vault-Hunters]', x=-6073.50, y=80.00, z=-5614.50]]
  69. Chunk stats: ServerChunkCache: 2807
  70. Level dimension: minecraft:overworld
  71. Level spawn location: World: (-234,66,-210), Chunk: (at 6,4,14 in -15,-14; contains blocks -240,0,-224 to -225,255,-209), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  72. Level time: 165214930 game time, 24922309 day time
  73. Level name: Vault-Hunters
  74. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  75. Level weather: Rain time: 1190 (now: false), thunder time: 127875 (now: false)
  76. Known server brands: forge, forge/spongeforge
  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$9276/405644412.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: 1498892504 bytes (1429 MB) / 4127195136 bytes (3936 MB) up to 4294967296 bytes (4096 MB)
  97. CPUs: 16
  98. JVM Flags: 13 total; -XX:-OmitStackTraceInFastThrow -Xms512M -Xmx4096M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions
  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. Mod List:
  118. forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
  119. notenoughcrashes-4.1.21.16.5-forge.jar |Not Enough Crashes |notenoughcrashes |4.1.2+1.16.5 |DONE |Manifest: NOSIGNATURE
  120. 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
  121. fancymenu_forge_2.12.9_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.12.9 |DONE |Manifest: NOSIGNATURE
  122. konkrete_forge_1.5.3-1_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.5.3 |DONE |Manifest: NOSIGNATURE
  123. TrainerCommands-1.16.5-2.6.0.jar |trainercommands |trainercommands |1.16.5-2.6.0 |DONE |Manifest: NOSIGNATURE
  124. journeymap-1.16.5-5.8.5p6.jar |Journeymap |journeymap |5.8.5p6 |DONE |Manifest: NOSIGNATURE
  125. Pixelmon-1.16.5-9.1.3-universal.jar |Pixelmon Mod |pixelmon |9.1.3 |DONE |Manifest: NOSIGNATURE
  126. byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
  127. ExplorersCompass-1.16.5-1.1.2-forge.jar |Explorer's Compass |explorerscompass |1.16.5-1.1.2-forge |DONE |Manifest: NOSIGNATURE
  128. NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
  129. Crash Report UUID: ee207391-916f-49cc-9e7d-5fe4644064bb
  130. Suspected Mods: None
  131. Player Count: 1 / 8; [ServerPlayerEntity['Decent60'/36, l='ServerLevel[Vault-Hunters]', x=-6073.50, y=80.00, z=-5614.50]]
  132. Data Packs: vanilla, mod:forge, mod:pixelmon, file/pixelmon_custom_shopkeeper_v1.0.0.zip, mod:byg, mod:explorerscompass, mod:naturescompass (incompatible), file/pixelmon_breeding_30min_v1.1.1.zip, mod:notenoughcrashes, mod:fancymenu (incompatible), mod:konkrete, mod:trainercommands, mod:journeymap (incompatible)
  133. Type: Integrated Server (map_client.txt)
  134. Is Modded: Definitely; Client brand changed to 'forge'
  135. Client Crashes Since Restart: 0
  136. Integrated Server Crashes Since Restart: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement