Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Description: Exception ticking world
  2.  
  3. java.lang.NullPointerException: Exception ticking world
  4. at com.InfinityRaider.AgriCraft.farming.mutation.MutationHandler.setResultStats(MutationHandler.java:172)
  5. at com.InfinityRaider.AgriCraft.farming.mutation.SpreadStrategy.executeStrategy(SpreadStrategy.java:24)
  6. at com.InfinityRaider.AgriCraft.farming.mutation.MutationEngine.executeCrossOver(MutationEngine.java:35)
  7. at com.InfinityRaider.AgriCraft.tileentity.TileEntityCrop.crossOver(TileEntityCrop.java:342)
  8. at com.InfinityRaider.AgriCraft.blocks.BlockCrop.func_149674_a(BlockCrop.java:122)
  9. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)
  10. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183)
  11. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
  12. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  13. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  14. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  15. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement