Advertisement
Guest User

Crash on Creeper Explosion near Secret Room

a guest
Jul 1st, 2015
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 7/1/15 7:55 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.IllegalArgumentException: Cannot get property PropertyBool{name=unbreakable, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockState{block=minecraft:dirt, properties=[snowy, variant]}
  8. at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
  9. at zeldaswordskills.block.BlockSecretStone.getExplosionResistance(BlockSecretStone.java:157)
  10. at net.minecraft.entity.Entity.func_180428_a(Entity.java:2154)
  11. at net.minecraft.world.Explosion.func_77278_a(Explosion.java:108)
  12. at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1034)
  13. at net.minecraft.world.World.func_72876_a(World.java:2187)
  14. at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(SourceFile:223)
  15. at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(SourceFile:137)
  16. at net.minecraft.world.World.func_72866_a(World.java:1880)
  17. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
  18. at net.minecraft.world.World.func_72870_g(World.java:1850)
  19. at net.minecraft.world.World.func_72939_s(World.java:1679)
  20. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
  21. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
  22. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364)
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
  25. at java.lang.Thread.run(Unknown Source)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Stacktrace:
  33. at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
  34. at zeldaswordskills.block.BlockSecretStone.getExplosionResistance(BlockSecretStone.java:157)
  35. at net.minecraft.entity.Entity.func_180428_a(Entity.java:2154)
  36. at net.minecraft.world.Explosion.func_77278_a(Explosion.java:108)
  37. at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:1034)
  38. at net.minecraft.world.World.func_72876_a(World.java:2187)
  39. at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(SourceFile:223)
  40. at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(SourceFile:137)
  41. at net.minecraft.world.World.func_72866_a(World.java:1880)
  42. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:732)
  43. at net.minecraft.world.World.func_72870_g(World.java:1850)
  44.  
  45. -- Entity being ticked --
  46. Details:
  47. Entity Type: Creeper (net.minecraft.entity.monster.EntityCreeper)
  48. Entity ID: 44723
  49. Entity Name: Creeper
  50. Entity's Exact location: -263.70, 70.00, 256.70
  51. Entity's Block location: -264.00,70.00,256.00 - World: (-264,70,256), Chunk: (at 8,4,0 in -17,16; contains blocks -272,0,256 to -257,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  52. Entity's Momentum: 0.00, -0.08, 0.00
  53. Entity's Rider: ~~ERROR~~ NullPointerException: null
  54. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  55. Stacktrace:
  56. at net.minecraft.world.World.func_72939_s(World.java:1679)
  57. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
  58.  
  59. -- Affected level --
  60. Details:
  61. Level name: world
  62. All players: 5 total; [EntityPlayerMP['player4'/6989, l='world', x=-212.70, y=71.00, z=232.30], EntityPlayerMP['player2'/3892, l='world', x=-123.77, y=71.48, z=188.07], EntityPlayerMP['player5'/29383, l='world', x=-258.31, y=70.00, z=251.78], EntityPlayerMP['player3'/30033, l='world', x=-186.97, y=69.00, z=195.26], EntityPlayerMP['player1'/44212, l='world', x=-193.26, y=71.00, z=216.30]]
  63. Chunk stats: ServerChunkCache: 790 Drop: 0
  64. Level seed: 2803047944492215030
  65. Level generator: ID 00 - default, ver 1. Features enabled: true
  66. Level generator options:
  67. Level spawn location: -212.00,64.00,252.00 - World: (-212,64,252), Chunk: (at 12,4,12 in -14,15; contains blocks -224,0,240 to -209,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  68. Level time: 30219745 game time, 31121452 day time
  69. Level dimension: 0
  70. Level storage version: 0x04ABD - Anvil
  71. Level weather: Rain time: 100910 (now: false), thunder time: 7029 (now: true)
  72. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  73. Stacktrace:
  74. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
  75. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:364)
  76. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
  77. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
  78. at java.lang.Thread.run(Unknown Source)
  79.  
  80. -- System Details --
  81. Details:
  82. Minecraft Version: 1.8
  83. Operating System: Windows 8.1 (amd64) version 6.3
  84. Java Version: 1.7.0_65, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 758723840 bytes (723 MB) / 1026555904 bytes (979 MB) up to 1895825408 bytes (1808 MB)
  87. JVM Flags: 0 total;
  88. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  89. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1486 5 mods loaded, 5 mods active
  90. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  91. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  92. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1486-universal.jar)
  93. UCHIJAAAA Forge{11.14.3.1486} [Minecraft Forge] (forge-1.8-11.14.3.1486-universal.jar)
  94. UCHIJAAAA zeldaswordskills{1.8.1-3.0.2} [Zelda Sword Skills] (1.8-zeldaswordskills-3.0.2.jar)
  95. UCHIJAAAA Dynmap{2.1-29} [Dynmap] (Dynmap-2.1-forge-1.8.0.jar)
  96. Loaded coremods (and transformers):
  97. Profiler Position: N/A (disabled)
  98. Player Count: 5 / 20; [EntityPlayerMP['player4'/6989, l='world', x=-212.70, y=71.00, z=232.30], EntityPlayerMP['player2'/3892, l='world', x=-123.77, y=71.48, z=188.07], EntityPlayerMP['player5'/29383, l='world', x=-258.31, y=70.00, z=251.78], EntityPlayerMP['player3'/30033, l='world', x=-186.97, y=69.00, z=195.26], EntityPlayerMP['player1'/44212, l='world', x=-193.26, y=71.00, z=216.30]]
  99. Is Modded: Definitely; Server brand changed to 'fml,forge'
  100. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement