mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Basic implementation of banners, including API to modify them with ease. (#1331)
Banner crafting is NOT implemented yet.
This commit is contained in:
committed by
Dylan K. Taylor
parent
0d2b171c2c
commit
2794df34ab
@ -225,7 +225,7 @@ class ItemFactory{
|
||||
//TODO: COMMAND_BLOCK_MINECART
|
||||
//TODO: ELYTRA
|
||||
self::registerItem(new Item(Item::SHULKER_SHELL, 0, "Shulker Shell"));
|
||||
//TODO: BANNER
|
||||
self::registerItem(new Banner());
|
||||
|
||||
//TODO: TOTEM
|
||||
|
||||
|
Reference in New Issue
Block a user