Skip to content

Instantly share code, notes, and snippets.

View xfl03's full-sized avatar
💭
I may be slow to respond.

33 xfl03

💭
I may be slow to respond.
View GitHub Profile
@xfl03
xfl03 / Setting up MCP without a full MCP release.md
Created July 25, 2018 08:46 — forked from Pokechu22/Setting up MCP without a full MCP release.md
Setting up MCP for newer versions (e.g. 1.12.2)

It's possible to use create an MCP installation for versions of Minecraft where there hasn't been a full MCP release. It takes a little bit of manual setup, but the end result is highly useful.

  1. Download and extract the most recent MCP build from http://www.modcoderpack.com/. (Currently, the latest build is http://www.modcoderpack.com/files/mcp940.zip)

  2. Edit version.cfg in the conf folder, and change ClientVersion and ServerVersion to the version you want (for instance, 1.12.2).

  3. Download the SRG zip for the version you want; these can generally be found at http://mcpbot.bspk.rs/mcp/<version>/mcp-<version>-srg.zip (for example, http://mcpbot.bspk.rs/mcp/1.11.2/mcp-1.11.2-srg.zip) or at http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp/<version>/mcp-<version>-srg.zip (for example, http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp/1.12.2/mcp-1.12.2-srg.zip). (For 1.12.1 and 1.12.2, only the minecraftforge link works)

  4. Extract that zip into the MCP conf folder, over

@xfl03
xfl03 / mosotechresdown.user.js
Created November 25, 2017 18:16
MosoTechResDown
// ==UserScript==
// @name 蓝墨云班课(Moso Tech)资源下载
// @namespace https://github.com/xfl03/
// @version 0.1
// @description 增加下载按钮,以便于直接在线下载蓝墨云班课(Moso Tech)中的资源
// @author xfl03
// @match https://www.mosoteach.cn/web/index.php*
// @grant none
// ==/UserScript==