Slind

Untitled

Mar 13th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. java.lang.ClassCastException: com.emoniph.witchery.blocks.BlockWitchCrop cannot be cast to com.emoniph.witchery.blocks.BlockWitchSapling
  2. at com.emoniph.witchery.integration.mfr.Fertilizable.fertilize(Fertilizable.java:36)
  3. at powercrystals.minefactoryreloaded.tile.machine.TileEntityFertilizer.activateMachine(TileEntityFertilizer.java:87)
  4. at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered.func_70316_g(TileEntityFactoryPowered.java:128)
  5. at net.minecraft.world.World.func_72939_s(World.java:2782)
  6. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:883)
  7. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  8. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
  9. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
  10. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  11.  
  12.  
  13. A detailed walkthrough of the error, its code path and all known details is as follows:
  14. ---------------------------------------------------------------------------------------
  15.  
  16. -- Head --
  17. Stacktrace:
  18. at com.emoniph.witchery.integration.mfr.Fertilizable.fertilize(Fertilizable.java:36)
  19. at powercrystals.minefactoryreloaded.tile.machine.TileEntityFertilizer.activateMachine(TileEntityFertilizer.java:87)
  20. at powercrystals.minefactoryreloaded.tile.base.TileEntityFactoryPowered.func_70316_g(TileEntityFactoryPowered.java:128)
  21.  
  22. -- Tile entity being ticked --
  23. Details:
  24. Name: factoryFertilizer // powercrystals.minefactoryreloaded.tile.machine.TileEntityFertilizer
  25. Block type: ID #3120 (tile.mfr.machine.0 // powercrystals.minefactoryreloaded.block.BlockFactoryMachine)
  26. Block data value: 4 / 0x4 / 0b0100
  27. Block location: World: (1200,63,-920), Chunk: (at 0,3,8 in 75,-58; contains blocks 1200,0,-928 to 1215,255,-913), Region: (2,-2; contains chunks 64,-64 to 95,-33, blocks 1024,0,-1024 to 1535,255,-513)
  28. Actual block type: ID #3120 (tile.mfr.machine.0 // powercrystals.minefactoryreloaded.block.BlockFactoryMachine)
  29. Actual block data value: 4 / 0x4 / 0b0100
  30. Stacktrace:
  31. at net.minecraft.world.World.func_72939_s(World.java:2782)
Advertisement
Add Comment
Please, Sign In to add comment