mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user