Coder Social home page Coder Social logo

waterdragon78 / minecraftlauncher-1.6.93 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from olauncher/olauncher

0.0 0.0 0.0 1.45 MB

A modified version of OLauncher to restore the glory of the 1.6.93 JAR launcher. Replace the window title and news page.

Home Page: https://discord.gg/zqYZknvYuZ

License: GNU General Public License v3.0

Shell 100.00%

minecraftlauncher-1.6.93's Introduction

Minecraft Launcher 1.6.93

The old launcher we all know and love with the quality-of-life features of the new launcher. This aims to support java 8 through modern java. A fork of OLauncher to restore the former glory of the jar launcher, like a snapshot from the past.

How to use

  1. Go to the latest release
  2. Download the MinecraftLauncher-xxx-redist.jar file
  3. Run it

Features

  • Microsoft authentication
  • Bundled JVMs
    • Automatically downloads the appropriate JVM for all minecraft versions
    • You just need a runtime to open the actual launcher
    • You can still provide your own JVMs
  • Update checking

Planned Features

  • Add skin/cape management

Minor TODOs

  • Support demo users (if they have a Microsoft account but no Minecraft profile)

How to build from source

NOTE: You need jdk (I used openjdk17), git, and maven. If it fails theres a chance you have to tell git who you are, I did it like this: git config --global user.email "[email protected]"

git config --global user.name "Your Name"

Of course replacing the quotes with your values.

  1. Run git clone https://github.com/waterdragon78/MinecraftLauncher-1.6.93 && cd MinecraftLauncher-1.6.93
  2. Run ./compile.sh (easiest and recommended) OR the steps below: The commands must be run in the following order to build from source:
  • ./decompile.sh
    • Downloads original jar and decompiles it
  • ./init.sh
    • Turns decompiled sources into a git repository
  • ./applyPatches.sh
    • Applies OLauncher patches to the decompiled sources
  • mvn clean package
    • Compiles the patched launcher
  • ./genredist.sh (optional)
    • Make sure you've run git submodule update --init as this script uses the AutoOL submodule.
    • Generates the redistributable JAR - Do not distribute the JARs in olauncher/target!
  1. You can either run the MinecraftLauncher-1.6.93-redist.jar with java -jar MinecraftLauncher-1.6.93-redist.jar or the MinecraftLauncher-1.6.93.jar inside olauncher/target/ with java -jar olauncher/target/MinecraftLauncher-1.6.93.jar

minecraftlauncher-1.6.93's People

Contributors

bigfoot547 avatar waterdragon78 avatar exrodev avatar devbefell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.