SPIGOT-7575: SuspiciousStewMeta creates invalid PotionEffect data
This commit is contained in:
parent
161784713a
commit
b44bf5aa87
@ -20,8 +20,8 @@ import org.bukkit.potion.PotionEffectType;
|
||||
@DelegateDeserialization(CraftMetaItem.SerializableMeta.class)
|
||||
public class CraftMetaSuspiciousStew extends CraftMetaItem implements SuspiciousStewMeta {
|
||||
|
||||
static final ItemMetaKey DURATION = new ItemMetaKey("EffectDuration", "duration");
|
||||
static final ItemMetaKey EFFECTS = new ItemMetaKey("Effects", "effects");
|
||||
static final ItemMetaKey DURATION = new ItemMetaKey("duration", "duration");
|
||||
static final ItemMetaKey EFFECTS = new ItemMetaKey("effects", "effects");
|
||||
static final ItemMetaKey ID = new ItemMetaKey("id", "id");
|
||||
|
||||
private List<PotionEffect> customEffects;
|
||||
|
Loading…
x
Reference in New Issue
Block a user