Advertisement
Guest User

Untitled

a guest
Jul 26th, 2012
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.82 KB | None | 0 0
  1. java.lang.NoSuchFieldError: PLAYER
  2.         at mod_NotEnoughItems$1.ticks(mod_NotEnoughItems.java:32)
  3.         at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:105)
  4.         at cpw.mods.fml.server.FMLServerHandler.onWorldLoadTick(FMLServerHandler.java:177)
  5.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:418)
  6.         at dn.run(SourceFile:492)
  7. 2012-07-26 21:12:39 [SEVERE] Unexpected exception
  8. java.lang.NoSuchFieldError: PLAYER
  9.         at mod_NotEnoughItems$1.ticks(mod_NotEnoughItems.java:32)
  10.         at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:105)
  11.         at cpw.mods.fml.server.FMLServerHandler.onWorldLoadTick(FMLServerHandler.java:177)
  12.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:418)
  13.         at dn.run(SourceFile:492)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement