1.6.1 jar file URL

Discussion in 'Plugin Development' started by maciekmm, Jul 3, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    maciekmm

  2. Offline

    CubieX

    The only official address für 1.6.1 I know of is:
    https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar

    But this only leads to the launcher. Not the actual minecraft.jar game file.
    There is no official link to the game file itself, afaik.
    What are you actually doing with this link in your plugin? (I'm just curious)
     
  3. Offline

    microgeek

    Dump all instances of the URL class from the JVM, until you find the correct link? A bit hacky, and you'll need to use a modified JVM to do this. ;)
     
  4. Offline

    maciekmm

    I'm unpacking minecraft.jar and get textures from it to display it on maps :)

    @up
    Can't i just download .jar ? :(
     
  5. Offline

    Gamecube762

    it should be in %appdata%/.minecraft/versions/1.6.1
    It should be there from how the new launcher downloads it.
     
  6. Offline

    maciekmm

    It's for server not for client.
     
  7. Offline

    Gamecube762

    I meant thats where they moved the minecraft.jar to. If you want the textures, then you can extract it from there and use them.
     
  8. Offline

    microgeek

    The launcher downloads the .jar, either decompile it, or dump URL.class.
     
  9. Offline

    maciekmm

Thread Status:
Not open for further replies.

Share This Page