Added golden apple, toggle-able Beta Mode, and credits to me

This commit is contained in:
ElijahZAwesome 2018-01-21 19:26:25 -06:00
parent dc2c9c0f6d
commit 84a85beb57
21 changed files with 259 additions and 31 deletions

View file

@ -1487,6 +1487,9 @@ void renderItemIcon(int itemID, int countLevel, int x, int y) {
case ITEM_APPLE:
render(x, y, 80, 152, 0);
break;
case ITEM_GOLD_APPLE:
render(x, y, 177, 160, 0);
break;
case ITEM_SLIME:
renderb(x, y, 88, 152, 0, 0xFF4DC04D);
break;