Skip to content

Commit f93d275

Browse files
committed
Add LLAMA_SPIT and SHULKER_BULLET to projectile types
1 parent 7402c5c commit f93d275

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/laytonsmith/abstraction/enums/MCProjectileType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public enum MCProjectileType {
1010
ENDER_PEARL,
1111
FIREBALL,
1212
//FISHING_HOOK,
13+
LLAMA_SPIT,
14+
SHULKER_BULLET,
1315
SMALL_FIREBALL,
1416
SNOWBALL,
1517
SPECTRAL_ARROW,

0 commit comments

Comments
 (0)