Implement a simple inventory item system: * [x] Inventory slots of items held by player, finite amounts * [x] Harvest blocks when broken: adds item of that block to inventory * [x] Take blocks when building: removes item of that block from inventory * [x] No infinite items, except when in "creative mode" (vs "survival mode")
Implement a simple inventory item system: