• 0

    posted a message on Java script
    Minecraft is programmed in Java.

    Javascript is a web-based scripting language(not having full functionality like OOP)like Java.

    By the way, there's a guy on youtube named thenewboston. He also has a website for learning almost any language. I'm sure you can find good tutorials there.

    Good Luck, it's not easy!!
    Posted in: Modification Development
  • 0

    posted a message on minecraft server
    Quote from mushroomguy4

    If I go on someone else's minecraft sever, can they tell if I am on it?


    Yes. They can check the server's log, console output, or for on more recent builds, press tab.
    Posted in: Legacy Support
  • 0

    posted a message on Host related server problems
    So i'm host a local server for some of my friends on the same computer i play on. I have never had any issues graphically, or on server-side. But over night, im now unable to log back into my server.

    I get downloading terrain for a long period, then im signed in while falling into the void, when finally my chunk loads and im unable to do anything except watch each block i break respawn....

    Ps. im not in the spawn of my world, deleting my individual dat file doesn't work, i have tried many restarts.

    Any help would be appreciated :smile.gif:
    Posted in: Legacy Support
  • 0

    posted a message on Halo reach forge map
    I'l be sure to try it out tomorrow :smile.gif: !!

    What was the main gametype you had in mind while designing this map?
    Posted in: General Gaming
  • 0

    posted a message on Is there a way to make a mod into a plugin?
    Don't quote me on this but... i think you can if you have the source, and is able to use modloader(for servers).
    The last i checked, modloader for server was only on version 1.6.

    Im sure a little research may help as well. May i ask what you're goal is with this?
    Posted in: Legacy Support
  • 0

    posted a message on modding and java
    If you would like to learn java, i highly recommend visiting thenewboston.com

    It really helps you along through the basics!

    Cheers
    Posted in: Mods Discussion
  • 0

    posted a message on Books, Glass Covered Torches.
    If you want keep in touch with me and i can help make this idea a reality. I do know java but my time can be limited with school and misc activities i participate in.

    And if you would like to learn java i could even help you along the way.

    Let me know!
    Posted in: Suggestions
  • 3

    posted a message on [1.0.0] In-Game Texture Pack Changer v1.3
    Great thinking! I like the idea of this mod, and I will test it right now :biggrin.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on Adding inventory names?
    Well in the class
    InventoryBasic
    theres a method
    getInvName()
    returning
    inventoryTitle
    . But i can't find where getInvName() is referenced besides the GuiChest class.

    Edit*1 -- I'm pretty sure that a "tile" reference needs to made so the lang file is able to recognize the block.
    Posted in: Legacy Support
  • 0

    posted a message on Adding inventory names?
    Im currently working on a gemstone mod, and i am wondering if there's is a way to give "my item" and new inventory name, where your cursor is over an object and a name is drawn .I have a block called gemstonePurple, and I will add it to the lang file like so.
    tile.gemstonePurple.name=Gemstone Purple 
    But i see no results. Is there a tile thats needs to be created out of my current block? I have been searching through code for a while and am unable to figure this out. Help is appreciated, Thank you
    Posted in: Legacy Support
  • To post a comment, please .