Skip to content

Commit

Permalink
Add experimental voxel-cs module to setup server
Browse files Browse the repository at this point in the history
Ref GH-26
  • Loading branch information
deathcap committed Jan 26, 2014
1 parent ccda37a commit b0b62a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ createPlugins = require 'voxel-plugins'

# plugins (loaded by voxel-plugins; listed here for browserify)
require 'voxel-engine'
#window.client = require 'voxel-client' # TODO
#window.server = require 'voxel-server' # TODO
require 'voxel-cs'
require 'voxel-registry'
require 'voxel-carry'
require 'craftingrecipes'
Expand Down Expand Up @@ -104,6 +103,7 @@ main = () ->
'/': 'console2'
'.': 'console3'

'voxel-cs': {}

'voxel-registry': {}
'craftingrecipes': {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"ever": "0.0.3",
"voxel-engine": "git://github.com/deathcap/voxel-engine.git#500427b089987c3844f7236983f47c1752198704",
"voxel-server": "2.0.0",
"voxel-cs": "git://github.com/deathcap/voxel-cs.git#b1b1d28321c0ec391d7b1999588f3467defcf97f",
"voxel-texture": "0.5.6",
"voxel-texture-shader": "git://github.com/deathcap/voxel-texture-shader.git#73806ef3eee719d7a27509a57d516899f7706dd4",
"voxel-drop": "git://github.com/deathcap/voxel-drop.git#8680806643f981bc80e5f2e4cf390d778a41f7fb",
Expand Down

0 comments on commit b0b62a0

Please sign in to comment.