Revert FIREBALL being renamed to LARGE_FIREBALL
This commit is contained in:
parent
2c63001a78
commit
2c8199c1f3
@ -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…
x
Reference in New Issue
Block a user