Commit graph

79 commits

Author SHA1 Message Date
Romain Beaumont
585a4219c4 tilde depend on mcdata 2016-02-23 20:10:55 +01:00
Romain Beaumont
057c3c46a7 update nmp 2016-02-23 20:10:09 +01:00
greenkeeperio-bot
761fb1e887 chore(package): update minecraft-data to version 1.1.0
http://greenkeeper.io/
2016-02-23 17:47:43 +01:00
Romain Beaumont
d6d0aa7b1f update some deps 2016-02-21 21:10:59 +01:00
Romain Beaumont
f46c4225b5 move modpe to a plugin, fix #66, fix #69 2016-02-21 20:35:26 +01:00
Romain Beaumont
ee5beb43c6 update diamond square 2016-02-21 17:43:09 +01:00
Romain Beaumont
bf62bab9b6 update dependencies 2016-02-20 00:54:30 +01:00
Romain Beaumont
769da3fcba update dependencies 2016-02-19 12:44:37 +01:00
Romain Beaumont
ff0e7e7786 update nmp 2016-02-12 15:25:40 +01:00
Romain Beaumont
933d68b36a Use 0.17.1 2016-02-12 14:58:27 +01:00
greenkeeperio-bot
ba90b42716 chore(package): update minecraft-protocol to version 0.17.0
http://greenkeeper.io/
2016-02-12 14:52:32 +01:00
Romain Beaumont
5c599a4b81 node >=4 2016-02-12 14:06:57 +01:00
Romain Beaumont
9aa1255b8e move to babel6 and bypass https://phabricator.babeljs.io/T6792 2016-02-12 14:02:05 +01:00
greenkeeperio-bot
df288e4913 chore(package): update dependencies
http://greenkeeper.io/
2016-02-09 15:38:32 +01:00
Romain Beaumont
ef50d796d6 move diamond-square to its own package 2016-01-19 23:12:30 +01:00
Romain Beaumont
a8f925686d caret everything 2016-01-17 18:34:17 +01:00
Romain Beaumont
756d3a8d11 add serv.reloadChunk and update prismarine-chunk and prismarine-world 2016-01-17 18:01:01 +01:00
Romain Beaumont
1851c75b1f Release 0.5.1 2016-01-14 19:49:02 +01:00
Romain Beaumont
255791b577 Release 0.5.0 2016-01-14 19:29:59 +01:00
Romain Beaumont
40aab303a2 use new prismarine-provider-anvil to read/write the seed, use a worldFolder option instead of regionFolder option, fix #178 2016-01-14 19:18:01 +01:00
Romain Beaumont
a5823406ce Release 0.4.0 2016-01-14 02:24:24 +01:00
Romain Beaumont
48defee1e3 use prismarine-world 0.4.0 to implement loading/saving, use nmp 0.16.6 to fix a small latency bug 2016-01-05 00:40:13 +01:00
Romain Beaumont
95b5b57e72 implement latency 2015-12-22 00:28:50 +01:00
Romain Beaumont
8dc3087d65 mhsjlw -> PrismarineJS 2015-12-18 13:32:04 +01:00
Romain Beaumont
22b8b2f91d Merge pull request #161 from mhsjlw/portal
[WIP] implement portal detection and use it when flint and steel is used
2015-12-14 19:23:29 +01:00
Romain Beaumont
027960abc6 Release 0.3.1 2015-12-13 00:56:35 +01:00
Romain Beaumont
539b9c1314 implement portal detection and use it when flint and steel is used
currently places cactus instead of nether block because nether block seems to require the multi block change packet

lot of tests are already there, but some more need to be added, it seems some cases don't work (when the portal have edges it seems)
2015-12-12 06:45:39 +01:00
Romain Beaumont
f5884caf1f fix player.kick (just use player._client.end), add serv.quit(reason), wait for login messages in mineflayer test 2015-12-11 15:33:48 +01:00
Romain Beaumont
b6b49a5c3c fix /kill test by fixing mineflayer 2015-12-11 13:28:48 +01:00
Romain Beaumont
6fc0e318e2 Release 0.3.0 2015-12-11 01:25:53 +01:00
Romain Beaumont
865327b482 use require-self for better consistency with external plugins
require("flying-squid").someLib instead of require("../someLib")
2015-12-10 01:25:33 +01:00
Romain Beaumont
974fcafba7 add a digging and placing test
the placing test is currently skipped because it doesn't always work (might be better to restart the server and bots at each test)
2015-12-07 00:06:43 +01:00
Romain Beaumont
7efb2daea3 rewrite tests using async/await
much easier to understand that way
2015-12-06 19:42:44 +01:00
Romain Beaumont
959100ef7d stop extending prismarine-entity and add license field 2015-11-28 22:38:08 +01:00
Romain Beaumont
44d721d2a5 add a few tests based on mineflayer 2015-11-25 02:46:32 +01:00
DemiPixel
565309846b Fix packages, add catch to commands 2015-11-23 13:54:23 -08:00
C109
28343dc3d3 Implement player inventory using prismarine-windows and prismarine-item
* player can collect item
2015-11-23 00:47:02 +01:00
Romain Beaumont
3f7853c95b update to nmp 0.16.2 2015-11-19 23:41:29 +01:00
Romain Beaumont
6ea69796fb add a check in block_place : only place a block if you are holding a block, fix #104 2015-11-19 23:06:52 +01:00
Romain Beaumont
15350791df Merge pull request #95 from mhsjlw/update_nmp
update to nmp 0.16
2015-11-16 19:53:30 +01:00
Romain Beaumont
500616283d update to nmp 0.16 2015-11-12 02:28:17 +01:00
DemiPixel
0684ff481f Added mobs, /spawn, fixed bugs, added many more 2015-11-07 23:17:38 -08:00
Romain Beaumont
84369016a1 Release 0.2.0 2015-11-01 18:58:17 +01:00
Romain Beaumont
cbf04f1c01 update prismarine-world : now doesn't error when a region file doesn't exist 2015-11-01 17:19:37 +01:00
DemiPixel
f0cce9fadb Added lots of communication stuff 2015-10-24 21:02:26 -07:00
Romain Beaumont
cde16a4d25 use prismarine-world 0.3.0 : enable anvil loading 2015-10-24 03:48:17 +02:00
Romain Beaumont
8a93ffbdd9 anvil loading 2015-10-23 17:26:25 +02:00
Romain Beaumont
316ed6b49b add _worldSync to implement modpe api 2015-10-10 18:54:21 +02:00
Romain Beaumont
717dfc1b67 clean dependencies 2015-10-10 02:49:21 +02:00
Romain Beaumont
3f0c099c42 generate an uuidv3 in offline mode, fix #68 2015-10-09 19:46:14 +02:00