mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Revert FIREBALL being renamed to LARGE_FIREBALL
This commit is contained in:
parent
2c63001a78
commit
2c8199c1f3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public enum EntityType {
|
|||
PAINTING("Painting", Painting.class, 9),
|
||||
ARROW("Arrow", Arrow.class, 10),
|
||||
SNOWBALL("Snowball", Snowball.class, 11),
|
||||
LARGE_FIREBALL("Fireball", LargeFireball.class, 12),
|
||||
FIREBALL("Fireball", LargeFireball.class, 12),
|
||||
SMALL_FIREBALL("SmallFireball", SmallFireball.class, 13),
|
||||
ENDER_PEARL("ThrownEnderpearl", EnderPearl.class, 14),
|
||||
ENDER_SIGNAL("EyeOfEnderSignal", EnderSignal.class, 15),
|
||||
|
|
Loading…
Add table
Reference in a new issue