Git Product home page Git Product logo

endless-launcher's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

endless-launcher's Issues

Optifine Installer

Optifine自动安装

下载

BMCLAPI Doc

GET http://bmclapi2.bangbang93.com/optifine/versionList //获取全部版本列表 
GET http://bmclapi2.bangbang93.com/optifine/:mcversion //获取指定版本列表
//Demo
[
    {
        "mcversion": "1.12",  
        "type": "HD_U_C3",    
        "patch": "pre",
        "_id": "5948a92e27faf41b454526aa",
        "__v": 0
    }
]
//下载Optifine
GET http://bmclapi2.bangbang93.com/optifine/:mcversion/:type/:patch
GET http://bmclapi2.bangbang93.com/optifine/1.12/HD_U_C3/pre
//错误提示
{
    "msg": "no such optifine"
}

安装
将Optifine复制到.minecraft\libraries\optifine\OptiFine<Version>
(例如.minecraft\libraries\optifine\OptiFine\1.8.8_HD_U_E2)

修改版本Json

在minecraftArguments加入--tweakClass optifine.OptiFineTweaker
在libraries加入
[
    {
      "name": "optifine:OptiFine:1.8.8_HD_U_E2"
    },
    {
      "name": "net.minecraft:launchwrapper:1.7"
    }
  ]

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.