advancement stuff

This commit is contained in:
Owen1212055
2024-12-13 11:38:42 -05:00
parent ee51737be6
commit a68b56a864
8 changed files with 57 additions and 67 deletions

View File

@@ -0,0 +1,10 @@
--- 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,