Commit Graph

4 Commits

Author SHA1 Message Date
Trever Fischer
452b5acbfd Add an 'item' model to minecraft app, and migrate Vault app to use it.
The Item model is meant to be used as a way for other apps to store exceedingly
common data about an item, such as the material ID, data value, and damage
value. Keeping it all in one object allows for the item schema to change later
on without needing to update dozens of other apps.
2012-11-16 15:14:41 -05:00
Trever Fischer
d01075e094 Add the vault page 2012-11-09 12:04:47 -05:00
Trever Fischer
06001c0281 Tweak vault design to save item positions in the display 2012-11-09 12:04:17 -05:00
Trever Fischer
e3296b029a Implement the item vault API 2012-11-09 07:55:44 -05:00