the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 22 lines 766 B view raw
1#define IDC_XuiBack1 L"XuiBack1" 2#define IDC_XuiLabel1 L"XuiLabel1" 3#define IDC_XuiBack2 L"XuiBack2" 4#define IDC_XuiLabel2 L"XuiLabel2" 5#define IDC_XuiBack3 L"XuiBack3" 6#define IDC_XuiLabel3 L"XuiLabel3" 7#define IDC_XuiBack4 L"XuiBack4" 8#define IDC_XuiLabel4 L"XuiLabel4" 9#define IDC_XuiBack5 L"XuiBack5" 10#define IDC_XuiLabel5 L"XuiLabel5" 11#define IDC_XuiBack6 L"XuiBack6" 12#define IDC_XuiLabel6 L"XuiLabel6" 13#define IDC_XuiBack7 L"XuiBack7" 14#define IDC_XuiLabel7 L"XuiLabel7" 15#define IDC_XuiBack8 L"XuiBack8" 16#define IDC_XuiLabel8 L"XuiLabel8" 17#define IDC_XuiBack9 L"XuiBack9" 18#define IDC_XuiLabel9 L"XuiLabel9" 19#define IDC_XuiBack10 L"XuiBack10" 20#define IDC_XuiLabel10 L"XuiLabel10" 21#define IDC_XuiLabelJukebox L"XuiLabelJukebox" 22#define IDC_ChatScene L"ChatScene"