We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228c126 commit 217a108Copy full SHA for 217a108
stitch.js
@@ -25,7 +25,7 @@ function StitchPlugin(game, opts) {
25
this.registry = opts.registry || game.plugins.get('voxel-registry');
26
if (!this.registry) throw new Error('voxel-stitch requires voxel-registry plugin');
27
this.shell = game.shell;
28
- if (!this.shell) throw new Error('voxel-stitch requires game-shell'); // for gl-init
+ if (!this.shell) throw new Error('voxel-stitch requires voxel-engine-stackgl'); // for gl-init
29
30
opts = opts || {};
31
opts.artpacks = opts.artpacks || ['https://dl.dropboxusercontent.com/u/258156216/artpacks/ProgrammerArt-v2.2.1-dev-ResourcePack-20140322.zip'];
0 commit comments