Skip to content

Commit

Permalink
Add bundled ResourcePack zip since Dropbox link is broken (GH-11)
Browse files Browse the repository at this point in the history
[Error] Origin http://voxel.github.io is not allowed by Access-Control-Allow-Origin.
[Error] XMLHttpRequest cannot load https://dl.dropboxusercontent.com/u/258156216/artpacks/ProgrammerArt-v2.2.1-dev-ResourcePack-20140322.zip due to access control checks.
[Log] artpack failed to load #0 - https://dl.dropboxusercontent.com/u/258156216/artpacks/ProgrammerArt-v2.2.1-dev-ResourcePack-20140322.zip: 0 (bundle.js, line 29940)
[Error] Failed to load resource: Origin http://voxel.github.io is not allowed by Access-Control-Allow-Origin. (ProgrammerArt-v2.2.1-dev-ResourcePack-20140322.zip, line 0)
  • Loading branch information
deathcap committed Jan 6, 2021
1 parent fc879b7 commit 6c34f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added ProgrammerArt-ResourcePack.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions example.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ require('voxel-engine-stackgl')({
},
pluginOpts: {
'voxel-engine-stackgl': {generateChunks: false},
'voxel-stitch': {
artpacks: ['ProgrammerArt-ResourcePack.zip']
},
'game-shell-fps-camera': {position: [0, -100, 0]},

'voxel-bedrock': {},
Expand Down

0 comments on commit 6c34f67

Please sign in to comment.