Jump to content

Modder123

Members
  • Posts

    23
  • Joined

  • Last visited

Modder123's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Yeah i know, I know some Simple / Basic Java Stuff My only problem is OOP D: it's really confusing
  2. To be honest, i kind of copy-paste and customized it from a Tutorial i saw About KeyBinds: https://emxtutorials.wordpress.com/adding-custom-keybinds/ but oh well.... i guess i'm not the right person for this kind of coding stuff.....
  3. it saying I need to Add a Phase? for what the Phase is?
  4. I need do something like this: MinecraftForge.EVENT_BUS.register(new ClientTickEvent()); ? I putted the KeyInPut one in the preInit Event.
  5. I don't understand it.... I type EntityPlayerSP.sendChatMessage("hi"); In eclipse it said it's an error but you're saying me it's not an error... Ugh... im seriously confused.... maybe i should forget about this project.... or i dont know now... like it soo confusing me eclipse saying an error in EntitySP.sendChatMessage("hi); And i did import it.... I dont understand whats wrong...
  6. Wait Where i put the "String/Command in" does it suppose to be EntityPlayerSP.sendChatMessage? for some reason i typed this: EntityPlayerSP.sendChatMessage("hi") in Eclipse it said it's an error? what's wrong?
  7. Yeah I did. Wait, Can you give me an Example of where to put the Command In? it would help me. Where exactly to Put those methods? I'm not the best In those Stuff... You can just ignore that message if you want... i'm really not the best in Java Coding... Uh.. can you maybe Make a pastebin Explaining where goes each thing? it would help me a bit... Thanks. Modder123
  8. Can Anyone Please Reply to this Post?
  9. For some reason, in the Logs floder in .minecraft I cannot find anything like You mentioded. I see there files with Dates like: 2017-07-05 And not fml-client-lastest.log or something like that. And by what i mean That mod doesn't work: Ok, basically i made a Mod thats if you click a Specific Button (Basically i added a Keybind to my mod) it will execute a Command to the Server. The thing is, it wont Send it, maybe it does send but i dont see the message, Anyways, Just incase I may coded wrong the Send Command to the Server code, here is the Codes: KeyBinds:https://pastebin.com/hprVPhAd KeybindInputHandler(the class which executes the Code for the keybind.):https://pastebin.com/Kp2QY1g1 Quick Note - About the Command inside this ^ code i typed there a command that the Server added to himself, basically, a Custom Command of the server i use the Mod to. (the server is not mine) NOTE: Those are not ALL of the mod Class codes. I Hope you can tell me whats wrong with my code or with the mod. Thanks. Modder123.
  10. OK, firstable, why you Respond like 30 minutes after i reply, And I seriously Don't understand how that's not the Log i Litearlly went to my Logs floder in .minecraft And Took it from there... Secondly, my Code is all Good but the Mod wont work. Aka Signature problem. Thats the problem.
  11. NOTE: I closed the Minecraft to Get the file updated (Lastest Log file)
  12. here is the FULL log from the logs floder: https://pastebin.com/KsTBhsyi
  13. FML Log:https://pastebin.com/94dipRZ5
  14. The game loaded up But the Mod didn't work (it said a Signature Error) is there Fix for that?
  15. And the For the full log:https://pastebin.com/yJW8GGqM
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.