Started by
Evis Gaming
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.
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
I think you can delete every "EntityPlayer entity = Minecraft.getMinecraft().thePlayer;" in the code
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