mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 08:41:27 +01:00
Revert FIREBALL being renamed to LARGE_FIREBALL
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
4c6c68d5fc
commit
bc6c8cb8c0
@ -13,7 +13,7 @@ public enum EntityType {
|
|||||||
PAINTING("Painting", Painting.class, 9),
|
PAINTING("Painting", Painting.class, 9),
|
||||||
ARROW("Arrow", Arrow.class, 10),
|
ARROW("Arrow", Arrow.class, 10),
|
||||||
SNOWBALL("Snowball", Snowball.class, 11),
|
SNOWBALL("Snowball", Snowball.class, 11),
|
||||||
LARGE_FIREBALL("Fireball", LargeFireball.class, 12),
|
FIREBALL("Fireball", LargeFireball.class, 12),
|
||||||
SMALL_FIREBALL("SmallFireball", SmallFireball.class, 13),
|
SMALL_FIREBALL("SmallFireball", SmallFireball.class, 13),
|
||||||
ENDER_PEARL("ThrownEnderpearl", EnderPearl.class, 14),
|
ENDER_PEARL("ThrownEnderpearl", EnderPearl.class, 14),
|
||||||
ENDER_SIGNAL("EyeOfEnderSignal", EnderSignal.class, 15),
|
ENDER_SIGNAL("EyeOfEnderSignal", EnderSignal.class, 15),
|
||||||
|
Loading…
Reference in New Issue
Block a user