Misspelled firework type enum

This commit is contained in:
EpicPlayerA10 2021-10-14 22:30:12 +02:00 committed by Matt Worzala
parent 21b751dbd1
commit ca6fbe4d09

View File

@ -9,7 +9,7 @@ import it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap;
public enum FireworkEffectType {
SMALL_BALL((byte) 0),
LARGE_BAR((byte) 1),
LARGE_BALL((byte) 1),
STAR_SHAPED((byte) 2),
CREEPER_SHAPED((byte) 3),
BURST((byte) 4),