mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 09:27:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly Paper Changes: a12a6778 Support String UUID's in old player skulls b3f265d1 Updated Upstream (Bukkit/CraftBukkit/Spigot)
This commit is contained in:
@@ -18,10 +18,10 @@ index 6d8321080..793e42072 100644
|
||||
private final int c;
|
||||
private final EntityTypes<?> d;
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemFactory.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemFactory.java
|
||||
index c28691ae6..616c3e8e4 100644
|
||||
index 1c3e6e0c9..c7067dd85 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemFactory.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemFactory.java
|
||||
@@ -349,4 +349,18 @@ public final class CraftItemFactory implements ItemFactory {
|
||||
@@ -353,4 +353,18 @@ public final class CraftItemFactory implements ItemFactory {
|
||||
return nms != null ? net.minecraft.server.LocaleLanguage.getInstance().translateKey(nms.getItem().getName()) : null;
|
||||
}
|
||||
// Paper end
|
||||
|
||||
Reference in New Issue
Block a user