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

@ -75,6 +75,7 @@
#define TOOL_BUCKET 101
#define TOOL_BOW 102
#define TOOL_MAGIC_COMPASS 103
#define ITEM_GOLD_APPLE 104
typedef struct Inventory Inventory;