1. Play on the ImDeity Minecraft Multiplayer server -- Goto the "Multiplayer" section of Minecraft and type "mc.imdeity.com" to join!
    Dismiss Notice

Comments on Profile Post by thejacoborg

  1. lilgrubs
    lilgrubs
    Nice, I'm almost done with the class. It's a piece of cake.
    July 5, 2013
  2. thejacoborg
    thejacoborg
    Thanks, good luck on the exam :D
    July 5, 2013
  3. Majora_Unmasked
    Majora_Unmasked
    Nice :D Maybe you can teach me XD
    July 9, 2013
  4. thejacoborg
    thejacoborg
    I could try, although I'm not really that good of a teacher :P
    July 9, 2013
  5. Majora_Unmasked
    Majora_Unmasked
    I've been wanting to learn Java, especially for Minecraft since me and some friends are doing a huge project. One that would require the addition of several items and mobs. Do you know how to make a mob?
    July 9, 2013
  6. thejacoborg
    thejacoborg
    I would recommend learning Java doing some simpler stuff before trying to make a mod, especially something complex. I have not done that much client modding myself, so nope I don't know how to make a mob. If you are doing client modding you can use MCP (http://mcp.ocean-labs.de/index.php/MCP_Releases) to decompile minecraft.jar then edit the individual class files that you want to make modifications to.
    July 9, 2013
  7. Majora_Unmasked
    Majora_Unmasked
    Okay, thank you :) Also I might need to know this, what's compiling/decompiling? XD
    July 9, 2013
  8. thejacoborg
    thejacoborg
    Compiling in this case is essentially where the computer converts human readable Java source files (.java files) into Java bytecode (.class files). To run the program, the computer essentially just reads and executes the instructions contained in the bytecode. Decompiling basically converts the bytecode back into human readable class files.
    July 9, 2013
  9. Majora_Unmasked
    Majora_Unmasked
    Ah, I see.
    Atm I'm learning Python and am making some cool stuff with it :) I'm on Sourceforge
    July 9, 2013
  10. Majora_Unmasked
    Majora_Unmasked
    If/when the software is ready, feel free to take a look ;D
    July 9, 2013
  11. thejacoborg
    thejacoborg
    Link plz when its ready :)
    July 9, 2013
  12. Majora_Unmasked
    Majora_Unmasked
    Mkay :)
    July 9, 2013
  13. thejacoborg
    thejacoborg
    I read on your comment on cliff's profile that you made an API for a GUI in python? That sounds interesting :) I'm gunna try to learn some more python soon, since the software that I use to control my 3d printer is written in python and I want to try to make a few little modifications to it.
    July 9, 2013
  14. Majora_Unmasked
    Majora_Unmasked
    Haha alright, thank you :) Also what's an API? XD I realize I should've asked that before, but I just want to make sure I didn't name it "TkAPI" in the wrong context. Can it be like a framework?
    July 9, 2013
  15. thejacoborg
    thejacoborg
    July 9, 2013
  16. Majora_Unmasked
    Majora_Unmasked
    hm.... I named it TkAPI when I guess it is a framework.... eh I'll keep the name ;)
    July 9, 2013
  17. thejacoborg
    thejacoborg
    TkAPI sounds a lot cooler than TkFramework :P
    July 9, 2013
  18. Majora_Unmasked
    Majora_Unmasked
    Yeah :P The Beta's almost finished, just need to add a few widgets here and there ;) The actual version will come with a Widget Guide, which I haven't had the chance to make because I'm still learning about all of them myself.I should have it within the next hour :P
    July 9, 2013
  19. Majora_Unmasked
    Majora_Unmasked
    July 9, 2013
  20. Majora_Unmasked
    Majora_Unmasked
    Disclaimer: You need to download Python 2.7.5
    July 9, 2013