This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v1 official intermediary | |
CLASS a net/minecraft/class_1 | |
FIELD a Z A field_1 | |
FIELD a Ljava/lang/String; B field_2 | |
FIELD a I C field_3 | |
FIELD a [La; D field_4 | |
FIELD a La; a field_5 | |
FIELD a La; b field_6 | |
FIELD a La; c field_7 | |
FIELD a La; d field_8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"assetIndex":{ | |
"id":"pre-1.6", | |
"sha1":"4759bad2824e419da9db32861fcdc3a274336532", | |
"size":73813, | |
"totalSize":49381897, | |
"url":"https://launchermeta.mojang.com/v1/packages/4759bad2824e419da9db32861fcdc3a274336532/pre-1.6.json" | |
}, | |
"assets":"pre-1.6", | |
"downloads":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/Hexeption/MCP-Reborn.git -b 1.15 mcp1122-gradle && cd mcp1122-gradle && gradlew setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Update the system | |
sudo apt update | |
sudo apt upgrade -y | |
# Install useful packages | |
sudo apt install lsb-release neofetch command-not-found nano gnome-software gnome-packagekit -y | |
# Install useful repositories |