mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
10 lines
422 B
Diff
10 lines
422 B
Diff
--- a/net/minecraft/advancements/DisplayInfo.java
|
|
+++ b/net/minecraft/advancements/DisplayInfo.java
|
|
@@ -37,6 +_,7 @@
|
|
private final boolean hidden;
|
|
private float x;
|
|
private float y;
|
|
+ public final io.papermc.paper.advancement.AdvancementDisplay paper = new io.papermc.paper.advancement.PaperAdvancementDisplay(this); // Paper - Add more advancement API
|
|
|
|
public DisplayInfo(
|
|
ItemStack icon,
|