Commit Graph

262 Commits

Author SHA1 Message Date
Tom
eec9d30795 Major update of chunk system for 1.16.2 2020-09-14 20:03:57 -07:00
Tom
d3bb141fcd Move decode of complex packets into their own package 2020-09-12 21:13:37 -07:00
Tom
b58d959b93 Move to new block dataset 2020-09-12 19:47:32 -07:00
Tom
4532977c9c Merge branch 'block_info' into packet_id 2020-09-12 19:45:37 -07:00
Tom
0003da756a Implement package and generator for block information. 2020-09-12 15:39:25 -07:00
Tom
358fb7b659 Implement generator and type for packet IDs 2020-09-12 13:38:45 -07:00
Tom
0ec82d90a7 Update to 1.16.3 + add a few new event callbacks. 2020-09-11 18:00:15 -07:00
Tom
5bff8bcb2b Merge remote-tracking branch '1.16.2/nugget/minecraft-1.16.2' 2020-09-11 15:38:04 -07:00
8ff82db3c8 Fix "italic" bug mentioned in #76 2020-09-11 10:32:20 +08:00
edd1aa52ee Merge pull request #75 from masp/master
Add marshaling of struct and interface types for nbt
2020-09-08 09:58:04 +08:00
610cb0c7d5 add marshaling of struct and interface types for nbt 2020-09-07 17:45:44 -05:00
48dca250ed Remove debugging output 2020-08-31 11:47:38 -05:00
d3acd41542 Successful decoding of biomesData 2020-08-31 11:35:09 -05:00
ee164b05d4 Remove debugging line 2020-08-30 21:55:53 -05:00
ec0365d9c8 Non-working attempt at parsing new biomesData format 2020-08-30 21:48:52 -05:00
9c05d5ff04 Update packetIDs to 1.16.2 protocol 751 2020-08-30 20:17:33 -05:00
1ec365af32 Blind version bump for 1.16.2 2020-08-26 11:13:43 -05:00
08a6f3b219 Merge pull request #73 from lanindev/bot-experience
Add bot API to handle experience updates
2020-08-02 08:49:30 +08:00
d45de88246 Add bot API to handle experience updates 2020-08-01 23:07:18 +03:00
a42a623366 Merge pull request #71 from dazoe/fix-handshake
refactor mcbot JoinServer to allow correct handshake packet
2020-07-26 07:45:08 +08:00
3933bed4a9 refactor mcbot JoinServer to allow correct handshake packet 2020-07-25 10:55:32 -05:00
4c47cad337 Merge pull request #69 from MscBaiMeow/patch-1
Update soundIDs.go
2020-07-20 11:39:41 +08:00
694cdf1db8 Update soundIDs.go 2020-07-20 09:43:08 +08:00
a232f9f01c Merge remote-tracking branch 'origin/master' 2020-07-14 12:59:58 +08:00
e8f6c6fa9b Improved rcon testing 2020-07-14 12:59:11 +08:00
42177f3ef6 Update README.md 2020-07-14 01:05:59 +08:00
6d526bc7e7 Merge pull request #65 from DeadlySurgeon/master
Adds `Close()` function to RCONClientConn and RCONServerConn
2020-07-13 09:51:48 +08:00
2159d1c959 Adds Close Function 2020-07-12 20:33:42 -05:00
ee23be105f Deleted is deleted 2020-07-09 14:07:10 +08:00
b22ad870c3 Doesn't convert UUID to string in ChatMsg event. 2020-07-09 13:51:21 +08:00
0b3e6b01d5 Merge branch 'pull/62' into 1.16-dev 2020-07-09 13:42:44 +08:00
e7cfd4bbc6 fix autofish.go 2020-07-01 13:05:56 +08:00
444229216a Basic support for 1.16.1 2020-07-01 11:32:58 +08:00
32a6898b12 Update packetIDs to 1.16 2020-07-01 09:48:26 +08:00
b602b7b3e0 example server. close #61 2020-06-30 23:35:11 +08:00
0c01e5a140 Merge pull request #60 from rain931215/patch-1
指定當傳送加入伺服器的請求至Mojang時的Content-Type標頭
2020-06-23 23:09:32 +08:00
3f8f85aa1d 指定當傳送加入伺服器的請求至Mojang時的Content-Type標頭
官方好像正常是要指定Content-Type( https://wiki.vg/Authentication#Request_format )
現在是不加沒關係
但如果Mojang修正的話可能會出錯
2020-06-23 17:26:48 +08:00
61f1fc31b6 change packet id from Byte to VarInt. #59 2020-06-02 14:33:21 +08:00
d0371163cd document part 3: Chinese version 2020-05-24 14:47:05 +08:00
91db0ec40b document part 2 2020-05-24 14:24:18 +08:00
100a73c2d8 document part 1 2020-05-24 13:10:16 +08:00
dade32116f Simplified bit operation 2020-05-24 12:40:01 +08:00
cfd8d6b870 Merge pull request #57 from Tnze/patch-chunkdata
Rewrite chunk data decoder
2020-05-21 17:31:03 +08:00
2ae88b10f4 change API of Section from (x, y, z int) to (offset int) 2020-05-21 17:28:42 +08:00
2db43755f1 The paletteSection can auto increase its underlying directSection. 2020-05-21 17:07:18 +08:00
97dca98819 add unit test for paletteSection 2020-05-19 16:15:39 +08:00
39c9525525 add unit test for directSection 2020-05-19 14:41:01 +08:00
32527442ed add SetBlock function 2020-05-19 14:15:44 +08:00
fa75535f37 add GetBlock function 2020-05-17 14:45:27 +08:00
eba832b424 rewrite chunk data decoder 2020-05-17 13:35:52 +08:00