Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 663 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 663 Bytes

voxel-drop

Drag and drop various types of files to load them into your game (voxel.js plugin)

Uses the W3C File API to read file data dropped by the user from their desktop to the browser. Currently recognizes:

  • .zip or .jar: loads textures using artpacks (hold shift to clear)
  • .js: loads JavaScript and/or plugins using voxel-plugins
  • .dat: loads MC player.dat inventory files using playerdat into voxel-carry (hold shift to append)

License

MIT