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

Commit

Permalink
Update to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Dec 1, 2021
1 parent 4a796fd commit 4ec0a80
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Minecraft-Patches/0001-Add-pom.xml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ index 0000000000000000000000000000000000000000..cd7445dd95c56eb53b52b59b6351385f
+ <parent>
+ <artifactId>minecraft-parent</artifactId>
+ <groupId>net.blueberrymc.minecraft</groupId>
+ <version>1.18-rc4</version>
+ <version>1.18</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+
Expand Down
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 1.18 Release Candidate 3 currently.
Based on 1.18 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>net.blueberrymc.minecraft</groupId>
<artifactId>minecraft-parent</artifactId>
<version>1.18-rc4</version>
<version>1.18</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/4cf8ed5168308946275308cae955ec70b4379477/client.jar"
clientJarUrl="https://launcher.mojang.com/v1/objects/d49eb6caed53d23927648c97451503442f9e26fd/client.jar"
clientJarPath="$basedir"/work/Minecraft/$version/client.jar
clientMappingUrl="https://launcher.mojang.com/v1/objects/b64667a23e5ea5f0cc0547241c253d2a72a97c56/client.txt"
clientMappingUrl="https://launcher.mojang.com/v1/objects/e824c89c612c0b9cb438ef739c44726c59bbf679/client.txt"
clientMappingPath="$basedir"/work/Minecraft/$version/mapping.txt
clientRemappedJarPath="$basedir"/work/Minecraft/$version/client-remapped.jar
FF_URL="https://maven.minecraftforge.net/net/minecraftforge/forgeflower/1.5.498.14/forgeflower-1.5.498.14.jar"
Expand Down
6 changes: 3 additions & 3 deletions scripts/files/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@
},
"assetIndex": {
"id": "1.18",
"sha1": "d599b18b99d9fb1ffe74b0387530ca7beb3e080b",
"sha1": "f6a014ffd1f48eaebbdded34722869b466dca489",
"size": 348135,
"totalSize": 465780412,
"url": "https://launchermeta.mojang.com/v1/packages/d599b18b99d9fb1ffe74b0387530ca7beb3e080b/1.18.json"
"totalSize": 465781172,
"url": "https://launchermeta.mojang.com/v1/packages/f6a014ffd1f48eaebbdded34722869b466dca489/1.18.json"
},
"assets": "1.18",
"logging": {
Expand Down
10 changes: 5 additions & 5 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env bash
version=1.18-rc4
name="1.18 Release Candidate 4"
version=1.18
name="1.18"
releaseTarget="1.18"
stable="false"
stable="true"
seriesId="main"
basedir="$(pwd -P)/"
WORLD_VERSION=2859
PROTOCOL_VERSION=1073741884
WORLD_VERSION=2860
PROTOCOL_VERSION=757
RESOURCE_VERSION=8
DATA_VERSION=8
MAPPINGS_VERSION=21w41a

0 comments on commit 4ec0a80

Please sign in to comment.