mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 19:20:54 +00:00
use prismarine-world 0.4.0 to implement loading/saving, use nmp 0.16.6 to fix a small latency bug
This commit is contained in:
parent
95b5b57e72
commit
48defee1e3
4 changed files with 6 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,4 +5,6 @@ config/settings.json
|
||||||
logs/
|
logs/
|
||||||
src/plugins/*
|
src/plugins/*
|
||||||
!src/plugins/README.md
|
!src/plugins/README.md
|
||||||
distTest
|
distTest
|
||||||
|
world/region/*
|
||||||
|
!world/region/.gitkeep
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
"online-mode": true,
|
"online-mode": true,
|
||||||
"logging": true,
|
"logging": true,
|
||||||
"gameMode": 1,
|
"gameMode": 1,
|
||||||
|
"regionFolder":"world/region",
|
||||||
"generation": {
|
"generation": {
|
||||||
"name": "diamond_square",
|
"name": "diamond_square",
|
||||||
"options":{
|
"options":{
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"event-promise": "0.0.1",
|
"event-promise": "0.0.1",
|
||||||
"flatmap": "0.0.3",
|
"flatmap": "0.0.3",
|
||||||
"minecraft-data": "0.7.0",
|
"minecraft-data": "0.7.0",
|
||||||
"minecraft-protocol": "0.16.5",
|
"minecraft-protocol": "0.16.6",
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"moment": "^2.10.6",
|
"moment": "^2.10.6",
|
||||||
"node-dir": "~0.1.9",
|
"node-dir": "~0.1.9",
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"prismarine-entity": "0.2.0",
|
"prismarine-entity": "0.2.0",
|
||||||
"prismarine-item": "0.0.0",
|
"prismarine-item": "0.0.0",
|
||||||
"prismarine-windows": "0.0.0",
|
"prismarine-windows": "0.0.0",
|
||||||
"prismarine-world": "0.3.3",
|
"prismarine-world": "0.4.0",
|
||||||
"prismarine-world-sync": "0.1.0",
|
"prismarine-world-sync": "0.1.0",
|
||||||
"random-seed": "^0.2.0",
|
"random-seed": "^0.2.0",
|
||||||
"range": "0.0.3",
|
"range": "0.0.3",
|
||||||
|
|
|
||||||
0
world/region/.gitkeep
Normal file
0
world/region/.gitkeep
Normal file
Loading…
Reference in a new issue