Skip to content

Commit

Permalink
Revert for now "Test loading voxel-engine via voxel-cs"
Browse files Browse the repository at this point in the history
Requires many more changes to client/server plugin loading/API

This reverts commit d640213.

Ref GH-26
  • Loading branch information
deathcap committed Jan 29, 2014
1 parent e412a1b commit 5b2804e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ main = () ->
plugins = createPlugins null, {require: require}

configuration =
'voxel-cs': {commonOpts:
'voxel-engine':
appendDocument: true
exposeGlobal: true # for debugging

Expand Down Expand Up @@ -102,7 +102,8 @@ main = () ->
'T': 'console'
'/': 'console2'
'.': 'console3'
}

#'voxel-cs': {} # TODO

'voxel-registry': {}
'craftingrecipes': {}
Expand Down

0 comments on commit 5b2804e

Please sign in to comment.