mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 01:47:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes:85ffdc4389Updated Upstream (CraftBukkit)f6a1cb21c5Do not process entity loads in CraftChunk#getEntities (Fixes #6543)5c7da5536bPrevent an infinite recursion error while rendering translatables (Fixes #6551) (#6555)cc6fd371b2Remove "Auto fix bad Y levels on player login" patch3562558d62Prevent softlocked end exit portal generation (#6525)6fa1983e9cUse BlockPost#atY in end portal softlock fix
This commit is contained in:
@@ -5,10 +5,10 @@ Subject: [PATCH] Silk touch spawners
|
||||
|
||||
|
||||
diff --git a/src/main/java/io/papermc/paper/adventure/PaperAdventure.java b/src/main/java/io/papermc/paper/adventure/PaperAdventure.java
|
||||
index 41762b5ed19b17ee524f79726eaa4cf38479ba96..9054268a0cf54b53f24084f304a3ef75ef17a16e 100644
|
||||
index f763a3ea5796737304e0c1f41349622e1d7adadf..26c5c3c6e7c51ad6ccc9bac05e2af4972658179d 100644
|
||||
--- a/src/main/java/io/papermc/paper/adventure/PaperAdventure.java
|
||||
+++ b/src/main/java/io/papermc/paper/adventure/PaperAdventure.java
|
||||
@@ -85,6 +85,7 @@ public final class PaperAdventure {
|
||||
@@ -91,6 +91,7 @@ public final class PaperAdventure {
|
||||
})
|
||||
.build();
|
||||
public static final LegacyComponentSerializer LEGACY_SECTION_UXRC = LegacyComponentSerializer.builder().flattener(FLATTENER).hexColors().useUnusualXRepeatedCharacterHexFormat().build();
|
||||
|
||||
Reference in New Issue
Block a user