Basic implementation of banners, including API to modify them with ease. (#1331)

Banner crafting is NOT implemented yet.
This commit is contained in:
Sandertv
2017-11-15 12:10:46 +01:00
committed by Dylan K. Taylor
parent 0d2b171c2c
commit 2794df34ab
8 changed files with 719 additions and 3 deletions

View File

@ -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