mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-16 13:01:12 +00:00
use prismarine-world 0.3.0 : enable anvil loading
This commit is contained in:
parent
8a93ffbdd9
commit
cde16a4d25
1 changed files with 3 additions and 5 deletions
|
|
@ -15,8 +15,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"prepublish": "gulp",
|
||||
"test": "mocha --reporter spec",
|
||||
"postinstall": "node_modules/.bin/babel --optional runtime --recursive --stage 0 -d node_modules/prismarine-world/dist/ node_modules/prismarine-world/src/"
|
||||
"test": "mocha --reporter spec"
|
||||
},
|
||||
"keywords": [],
|
||||
"licenses": {
|
||||
|
|
@ -32,15 +31,14 @@
|
|||
"prismarine-block": "0.1.0",
|
||||
"prismarine-chunk": "0.2.1",
|
||||
"prismarine-entity": "0.1.0",
|
||||
"prismarine-world": "git://github.com/PrismarineJS/prismarine-world.git#anvil",
|
||||
"prismarine-world": "0.3.0",
|
||||
"request-promise": "^0.4.3",
|
||||
"requireindex": "~1.0.0",
|
||||
"vec3": "0.1.3",
|
||||
"spiralloop": "1.0.2",
|
||||
"node-dir": "~0.1.9",
|
||||
"uuid-1345": "~0.99.6",
|
||||
"prismarine-world-sync": "0.1.0",
|
||||
"babel": "5.8.23"
|
||||
"prismarine-world-sync": "0.1.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue