Remove Hardened Clay (Terracotta)
This commit is contained in:
@@ -143,8 +143,6 @@ unsigned int WoolTileItem::getDescriptionId(shared_ptr<ItemInstance> instance)
|
||||
return GLASS_COLOR_DESCS[ColoredTile::getTileDataForItemAuxValue(instance->getAuxValue())];
|
||||
case Tile::stained_glass_pane_Id:
|
||||
return GLASS_PANE_COLOR_DESCS[ColoredTile::getTileDataForItemAuxValue(instance->getAuxValue())];
|
||||
case Tile::clayHardened_colored_Id:
|
||||
return CLAY_COLOR_DESCS[ColoredTile::getTileDataForItemAuxValue(instance->getAuxValue())];
|
||||
case Tile::woolCarpet_Id:
|
||||
return CARPET_COLOR_DESCS[ColoredTile::getTileDataForItemAuxValue(instance->getAuxValue())];
|
||||
case Tile::wool_Id:
|
||||
|
||||
Reference in New Issue
Block a user