hackedvoxels-carry
Version:
player inventory to carry items
24 lines (14 loc) • 673 B
Markdown
# hackedvoxels-carry
TODO: UPDATE LINKS
Adds a player [inventory](https://github.com/deathcap/inventory) for carrying items (voxel.js plugin)
## Usage
Load with [voxel-plugins](https://github.com/deathcap/voxel-plugins), then access the inventory with:
game.plugins.get('voxel-carry').inventory
Used by:
* [voxel-chest](https://github.com/deathcap/voxel-chest)
* [voxel-workbench](https://github.com/deathcap/voxel-workbench)
* [voxel-inventory-hotbar](https://github.com/deathcap/voxel-inventory-hotbar)
* [voxel-inventory-dialog](https://github.com/deathcap/voxel-inventory-dialog)
* [voxel-harvest](https://github.com/deathcap/voxel-harvest)
## License
MIT