1
0

Add new leaves to all classes.

This commit is contained in:
Howaner
2014-03-16 14:01:22 +01:00
committed by madmaxoft
parent 4227066f6d
commit b9fce71bf6
9 changed files with 18 additions and 5 deletions

View File

@@ -95,6 +95,7 @@ cItemHandler *cItemHandler::CreateItemHandler(int a_ItemType)
// Single item per handler, alphabetically sorted:
case E_BLOCK_LEAVES: return new cItemLeavesHandler(a_ItemType);
case E_BLOCK_NEW_LEAVES: return new cItemLeavesHandler(a_ItemType);
case E_BLOCK_SAPLING: return new cItemSaplingHandler(a_ItemType);
case E_BLOCK_WOOL: return new cItemClothHandler(a_ItemType);
case E_ITEM_BED: return new cItemBedHandler(a_ItemType);