mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-15 20:12:09 +01:00
Fix PotionMeta not applying the correct Id. Fixes BUKKIT-3193
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
adb1c46137
commit
bae1b8659c
@ -25,7 +25,7 @@ class CraftMetaPotion extends CraftMetaItem implements PotionMeta {
|
|||||||
static final ItemMetaKey AMBIENT = new ItemMetaKey("Ambient", "ambient");
|
static final ItemMetaKey AMBIENT = new ItemMetaKey("Ambient", "ambient");
|
||||||
static final ItemMetaKey DURATION = new ItemMetaKey("Duration", "duration");
|
static final ItemMetaKey DURATION = new ItemMetaKey("Duration", "duration");
|
||||||
static final ItemMetaKey POTION_EFFECTS = new ItemMetaKey("CustomPotionEffects", "custom-effects");
|
static final ItemMetaKey POTION_EFFECTS = new ItemMetaKey("CustomPotionEffects", "custom-effects");
|
||||||
static final ItemMetaKey ID = new ItemMetaKey("ID", "potion-id");
|
static final ItemMetaKey ID = new ItemMetaKey("Id", "potion-id");
|
||||||
|
|
||||||
private List<PotionEffect> customEffects;
|
private List<PotionEffect> customEffects;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user