Server Crashes but Client doesn't.

Started by Evis Gaming on

Topic category: Help with modding (Java Edition)

Last seen on 01:08, 6. Jan 2017
Joined Jul 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Server Crashes but Client doesn't.

When I try to run the Test server, it just crashes, but before I added my first block (which creates an explosion upon being right clicked, or a 50% chance of exploding when being mined, and a few other ways it can explode, however the client runs fine.

Crash Log: http://pastebin.com/CS708H7F

 

Please help me because I really want to create a mod.

Last seen on 22:13, 3. Apr 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well simply MCreator uses in
Sun, 01/01/2017 - 21:34

Well simply MCreator uses in code that is for both sides (CLIENT and SERVER) code , that is CLIENT-only. It is possible fix manually but I can not help until I see your code.

Last seen on 01:08, 6. Jan 2017
Joined Jul 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do you need to see and I
Sun, 01/01/2017 - 22:47

What do you need to see and I'll pastebin it. I also didn't code anything manually.

 

Here's the code for the Nause Ore:

http://pastebin.com/97hrZEqu

Last seen on 22:13, 3. Apr 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you can delete every
Sun, 01/01/2017 - 23:33

I think you can delete every "EntityPlayer entity = Minecraft.getMinecraft().thePlayer;" in the code

Last seen on 01:08, 6. Jan 2017
Joined Jul 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That seems to have done it!
Sun, 01/01/2017 - 23:43

That seems to have done it! Thank you so much bro! I'll be sure to give you a mention in the credits for the help. :D