Apply remaining patches, fix API
This commit is contained in:
parent
e3db6ac6e4
commit
834a4c4a8d
36 changed files with 14 additions and 10 deletions
|
@ -96,9 +96,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * Does not apply to plain creaking entities as they are not invulnerable like the transient ones spawned by the
|
||||
+ * creaking heart.
|
||||
+ */
|
||||
+ @MinecraftExperimental(MinecraftExperimental.Requires.WINTER_DROP)
|
||||
+ @org.jetbrains.annotations.ApiStatus.Experimental
|
||||
+ SHAKE(66, org.bukkit.entity.CreakingTransient.class);
|
||||
+ SHAKE(66, org.bukkit.entity.Creaking.class);
|
||||
+ // Paper end - add missing EntityEffect
|
||||
|
||||
private final byte data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue