Commit Graph

829 Commits

Author SHA1 Message Date
473669cbce rename tag for nbt_type to list instead of noarray and add documentation 2020-09-21 20:58:31 -05:00
53504bcddb Merge pull request #74 from nugget/nugget/minecraft-1.16.2
Support for Minecraft 1.16.2
2020-09-22 01:08:38 +08:00
0dc93c2007 Merge pull request #81 from masp/master
NBT: Add support for nonarray lists, fix bugs with structs, make compliant with bigtest.nbt
2020-09-22 01:07:32 +08:00
Tom
bb278ddd1d Update item data. 2020-09-20 20:37:50 -07:00
Tom
a46acaa064 Track and update tile entities 2020-09-20 17:11:18 -07:00
Tom
52f30dc402 Implement basic pathfinding 2020-09-20 15:41:58 -07:00
Tom
7d122e2f8b Basic entity tracking 2020-09-19 15:59:03 -07:00
Tom
7d1825b7e8 Make entity.Category enum to avoid using a string 2020-09-18 15:50:10 -07:00
Tom
8cc65a405d Fix off-by-one when cloning chunks 2020-09-18 15:34:48 -07:00
a5e6d87aaf remove nbt file 2020-09-18 09:10:59 -05:00
5d3f46b58f Move test to nbt_test.go & don't ignore errors 2020-09-18 09:00:40 -05:00
f0fed0e287 remove outdated readme comment 2020-09-17 22:41:19 -05:00
95b9ba9360 add support for nonarray lists, fix bugs with structs, make compliant with bigtest.nbt 2020-09-17 22:38:48 -05:00
Tom
0a6e72a046 Add entity information 2020-09-17 13:05:37 -07:00
Tom
8ecf08fa50 Implement packet decoding for entities 2020-09-17 00:13:08 -07:00
Tom
a981ab84f5 Implement basic X/Z control surface 2020-09-16 21:40:41 -07:00
Tom
70bb24a7fb Major update to implement basic collision 2020-09-16 20:16:47 -07:00
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