Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update to 21w16a
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Apr 26, 2021
1 parent ddbccc6 commit 32a7b0c
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 50 deletions.
4 changes: 2 additions & 2 deletions Minecraft-Patches/0001-Add-pom.xml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subject: [PATCH] Add pom.xml

diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ba202ea0baf9a4bc26682d71b8d17c130dd54b9d
index 0000000000000000000000000000000000000000..22b4e07ebde68478537a244c0202e3ae96f58f27
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,370 @@
Expand All @@ -17,7 +17,7 @@ index 0000000000000000000000000000000000000000..ba202ea0baf9a4bc26682d71b8d17c13
+ <parent>
+ <artifactId>minecraft-parent</artifactId>
+ <groupId>xyz.acrylicstyle.minecraft</groupId>
+ <version>21w15a</version>
+ <version>21w16a</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
Expand Down
83 changes: 50 additions & 33 deletions Minecraft-Patches/0002-decompile-fix.patch

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A Minecraft that you can patch your own patches into the Minecraft.

Based on MC 21w15a (snapshot for 1.17) currently.
Based on MC 21w16a (snapshot for 1.17) currently.

## Goal
- Make it editable easily by everyone who wants to code Minecraft
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>xyz.acrylicstyle.minecraft</groupId>
<artifactId>minecraft-parent</artifactId>
<version>21w15a</version>
<version>21w16a</version>
<modules>
<module>Minecraft</module>
</modules>
Expand Down
4 changes: 2 additions & 2 deletions scripts/downloadJars.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
source ./scripts/functions.sh
clientJarUrl="https://launcher.mojang.com/v1/objects/749805abb797f201a76e2c6ad2e7ff6f790bb53c/client.jar"
clientJarUrl="https://launcher.mojang.com/v1/objects/f124f2aad604e88f27f010834d82c7af85506b6c/client.jar"
clientJarPath="$basedir"/work/Minecraft/$version/client.jar
clientMappingUrl="https://launcher.mojang.com/v1/objects/168453c06a67e83d6544f2d02b0c6ce756269f95/client.txt"
clientMappingUrl="https://launcher.mojang.com/v1/objects/7a8e3a33afdd6e6ab669852685e1b12ba338234a/client.txt"
clientMappingPath="$basedir"/work/Minecraft/$version/mapping.txt
clientRemappedJarPath="$basedir"/work/Minecraft/$version/client-remapped.jar
decompilerBin="$basedir"/work/ForgeFlower/forgeflower-1.5.498.4.jar # zml2008/ForgeFlower:fix-exceptions
Expand Down
14 changes: 7 additions & 7 deletions scripts/files/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
},
"assetIndex": {
"id": "1.17",
"sha1": "e8dbc76be7778ccf837a48c462806b873aff62ff",
"size": 345623,
"totalSize": 343058020,
"url": "https://launchermeta.mojang.com/v1/packages/e8dbc76be7778ccf837a48c462806b873aff62ff/1.17.json"
"sha1": "0198cb89458ae865669d11bcf4ddc014b02e204b",
"size": 345817,
"totalSize": 343713608,
"url": "https://launchermeta.mojang.com/v1/packages/0198cb89458ae865669d11bcf4ddc014b02e204b/1.17.json"
},
"assets": "1.17",
"id": "magmacube-21w15a",
"id": "magmacube-21w16a",
"logging": {
"client": {
"argument": "-Dlog4j.configurationFile=${path}",
Expand All @@ -128,7 +128,7 @@
},
"mainClass": "net.minecraft.client.main.Main",
"minimumLauncherVersion": 21,
"releaseTime": "2021-04-15T01:00:00+00:00",
"time": "2021-04-15T01:00:00+00:00",
"releaseTime": "2021-04-26T01:00:00+00:00",
"time": "2021-04-26T01:00:00+00:00",
"type": "snapshot"
}
6 changes: 3 additions & 3 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
version=21w15a
version=21w16a
basedir="$(pwd -P)/"
WORLD_VERSION=2709
PROTOCOL_VERSION=1073741846
WORLD_VERSION=2711
PROTOCOL_VERSION=1073741847
RESOURCE_VERSION=7
DATA_VERSION=7
2 changes: 1 addition & 1 deletion work/mappings

0 comments on commit 32a7b0c

Please sign in to comment.