mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-21 15:59:23 +00:00
1.21.6 (#25)
* start 1.21.6 update * change workflow * apply some patches * set experimental to true * some compile fixes * Updated Upstream (Purpur) Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@5d3463aa Updated Upstream (Paper) * Updated Upstream (Purpur) Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@5d3463aa Updated Upstream (Paper) * remove data converter for 1.21.6; move clumps to unapplied * Updated Upstream (Purpur) Upstream has released updates that appear to apply and compile correctly * Updated Upstream (Purpur) Upstream has released updates that appear to apply and compile correctly * Update upstream * Update upstream * update to 1.21.6-pre4 * update patches * fix compile * set readme version to 1.21.6 * Updated Upstream (Purpur) Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@439f15db Updated Upstream (Paper) PurpurMC/Purpur@46a28b93 [ci/skip] update version in README
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/stats/ServerStatsCounter.java
|
||||
+++ b/net/minecraft/stats/ServerStatsCounter.java
|
||||
@@ -100,12 +_,6 @@
|
||||
@@ -98,12 +_,6 @@
|
||||
this.dirty.add(stat);
|
||||
}
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
-
|
||||
public void parseLocal(DataFixer fixerUpper, String json) {
|
||||
try {
|
||||
try (JsonReader jsonReader = new JsonReader(new StringReader(json))) {
|
||||
@@ -144,9 +_,11 @@
|
||||
JsonElement jsonElement = StrictJsonParser.parse(json);
|
||||
@@ -139,9 +_,11 @@
|
||||
public void sendStats(ServerPlayer player) {
|
||||
Object2IntMap<Stat<?>> map = new Object2IntOpenHashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user