mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
ItemFactory: Register Dragon's Breath item
this is only used for brewing, it doesn't need anything special.
This commit is contained in:
parent
cc1a3d695f
commit
31106bc227
@ -218,7 +218,7 @@ class ItemFactory{
|
||||
self::registerItem(new ChorusFruit());
|
||||
self::registerItem(new Item(Item::CHORUS_FRUIT_POPPED, 0, "Popped Chorus Fruit"));
|
||||
|
||||
//TODO: DRAGON_BREATH
|
||||
self::registerItem(new Item(Item::DRAGON_BREATH, 0, "Dragon's Breath"));
|
||||
self::registerItem(new SplashPotion());
|
||||
|
||||
//TODO: LINGERING_POTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user