Advertisement
Guest User

Error GalactiCraft

a guest
Jul 20th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.45 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 7/20/13 5:01 PM
  5. Description: Ticking tile entity
  6.  
  7. java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityParachest cannot be cast to net.minecraf
  8. t.tileentity.TileEntityChest
  9.         at net.minecraft.tileentity.TileEntityChest.func_70418_i(TileEntityChest.java:338)
  10.         at net.minecraft.tileentity.TileEntityChest.func_70316_g(TileEntityChest.java:392)
  11.         at net.minecraft.world.World.func_72939_s(World.java:2362)
  12.         at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:787)
  13.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:820)
  14.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  15.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
  16.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
  17.         at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Stacktrace:
  25.         at net.minecraft.tileentity.TileEntityChest.func_70418_i(TileEntityChest.java:338)
  26.         at net.minecraft.tileentity.TileEntityChest.func_70316_g(TileEntityChest.java:392)
  27.  
  28. -- Tile entity being ticked --
  29. Details:
  30.         Name: Chest // net.minecraft.tileentity.TileEntityChest
  31.         Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
  32.         Block data value: 5 / 0x5 / 0b0101
  33.         Block location: World: (-1012,72,1547), Chunk: (32,53 to -21,54, blocks -543,0,54 to -543,255,54)
  34. , Region: (-2,3; contains chunks -32,53 to -21,54, blocks -543,0,54 to -543,255,54)
  35.         Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
  36.         Actual block data value: 5 / 0x5 / 0b0101
  37. Stacktrace:
  38.         at net.minecraft.world.World.func_72939_s(World.java:2362)
  39.         at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:787)
  40.  
  41. -- Affected level --
  42. Details:
  43.         Level name: world
  44.         All players: 1 total; [GCCorePlayerMP['Steave'/58, l='world', x=-1011.50, y=72.00, z=1647.50](Steave at -1011.5,72.
  45. 0,1647.5)]
  46.         Chunk stats: ServerChunkCache: 158 Drop: 0
  47.         Level seed: 6149831034283071834
  48.         Level generator: ID 00 - default, ver 1. Features enabled: false
  49.         Level generator options:
  50.         Level spawn location: World: (-717,66,-228), Chunk: (at 3,4,12 in -45,-15; contains blocks -720,0,-240 to -705,255,-2
  51. 25), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
  52.         Level time: 73620494 game time, 74083832 day time
  53.         Level dimension: 0
  54.         Level storage version: 0x04ABD - Anvil
  55.         Level weather: Rain time: 94756 (now: false), thunder time: 15468 (now: false)
  56.         Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  57. Stacktrace:
  58.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:820)
  59.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  60.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
  61.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
  62.         at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement