mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-18 12:48:53 +01:00
Add new bundle animation (#11708)
This commit is contained in:
parent
4c39ea20c4
commit
77afb9aa78
1 changed files with 4 additions and 3 deletions
|
@ -3869,10 +3869,10 @@ index 0000000000000000000000000000000000000000..87537e431e505e498f9c5f86cc3401d3
|
||||||
+}
|
+}
|
||||||
diff --git a/src/main/java/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.java b/src/main/java/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.java
|
diff --git a/src/main/java/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.java b/src/main/java/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.java
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000000000000000000000000000000000..8cd6dbe4ea5ee3270b9428a9c29cbd88823d9f6c
|
index 0000000000000000000000000000000000000000..f8ffefc1e95fe89cb6f41fdbbf1defee8dccfdd2
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/src/main/java/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.java
|
+++ b/src/main/java/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.java
|
||||||
@@ -0,0 +1,17 @@
|
@@ -0,0 +1,18 @@
|
||||||
+package io.papermc.paper.datacomponent.item.consumable;
|
+package io.papermc.paper.datacomponent.item.consumable;
|
||||||
+
|
+
|
||||||
+/**
|
+/**
|
||||||
|
@ -3888,7 +3888,8 @@ index 0000000000000000000000000000000000000000..8cd6dbe4ea5ee3270b9428a9c29cbd88
|
||||||
+ CROSSBOW,
|
+ CROSSBOW,
|
||||||
+ SPYGLASS,
|
+ SPYGLASS,
|
||||||
+ TOOT_HORN,
|
+ TOOT_HORN,
|
||||||
+ BRUSH
|
+ BRUSH,
|
||||||
|
+ BUNDLE
|
||||||
+}
|
+}
|
||||||
diff --git a/src/main/java/io/papermc/paper/item/MapPostProcessing.java b/src/main/java/io/papermc/paper/item/MapPostProcessing.java
|
diff --git a/src/main/java/io/papermc/paper/item/MapPostProcessing.java b/src/main/java/io/papermc/paper/item/MapPostProcessing.java
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
|
|
Loading…
Reference in a new issue