Commit Graph

518 Commits

Author SHA1 Message Date
9b6f640843 update to 1.16 and removes usage of "io/ioutil" 2021-02-25 12:43:39 +08:00
178c34eacb Add the files I forget adding 2021-02-18 21:36:27 +08:00
ea0e0d1cae Regenerate files, moves packet id from data package 2021-02-18 21:29:16 +08:00
b4fc573118 Update data/lang 2021-02-18 20:14:10 +08:00
67a7b42a01 Fix examples.
Fix Die event trigger incorrectly issue.
2021-02-18 17:42:19 +08:00
d6b5accdc8 Add srv parse support. Sorry for the breaking API change. (I said that on README.md:34) 2021-02-18 17:02:41 +08:00
624fc138ba Fix the circle import 2021-02-18 16:57:11 +08:00
8cc4747f88 Import github.com/Tnze/go-mc/data/lang/en-us by default that the chat.Message.String() will handle Translate Message correctly at any time. 2021-02-18 14:38:29 +08:00
bc9cd93066 Fix some warnings and typos 2021-02-18 14:07:30 +08:00
750f87e780 Remove commented printf 2021-02-18 13:38:43 +08:00
0daf131f75 Fix incorrect grammar and typo. 2021-02-10 00:29:20 +08:00
0e959dfbc0 go generate ./... && go fmt ./... 2021-01-09 13:25:51 +08:00
8bc0d5d0e3 Merge branch 'spbinns-master' into master 2021-01-09 13:22:08 +08:00
b299065c78 Rework soundIDs and packetIDs generator code to not be platform specific 2021-01-08 21:27:57 -07:00
8b93d44f86 Add missing data/gen_soundIDs.go 2021-01-08 10:04:30 -07:00
aab143d928 Auto-generate sound ids and names 2021-01-07 22:18:01 -07:00
67806abcdb fix #88 2020-11-30 14:29:15 +08:00
ff161afd50 Merge pull request #87 from nugget/nugget/minecraft-1.16.4
Support for Minecraft 1.16.4
2020-11-19 02:24:06 -06:00
e9cb621f23 Support for Minecraft 1.16.4 2020-11-18 11:23:17 -06:00
0af0377a4f Merge pull request #85 from twitchyliquid64/master
Implement physics + pathfinding over slabs
2020-10-13 21:16:00 -05:00
Tom
1240aefc38 Implement physics + pathfinding over slabs 2020-10-12 22:13:02 -07:00
5120b2dd9a Merge pull request #84 from twitchyliquid64/master
Massive update
2020-10-10 18:30:31 -05:00
Tom
d8ed2c3f03 Merge remote-tracking branch 'origin/master' 2020-10-06 00:13:24 -07:00
Tom
5934c78e0c Implement jumped crossings and dropping down two blocks 2020-10-03 18:56:45 -07:00
Tom
a552ddc008 Add warning if sound index is unknown instead of panic 2020-09-29 22:37:51 -07:00
Tom
176c7a68f6 Improve alignment with stairs when moving 2020-09-28 19:33:18 -07:00
Tom
2bdea5a0f9 Implement TransactionConfirmation event + packet 2020-09-27 21:44:24 -07:00
Tom
93cb674bd2 Use more realistic yaw/pitch speeds 2020-09-27 16:32:06 -07:00
Tom
670799df8d Start implementing boilerplate for manipulating inventory 2020-09-26 18:05:40 -07:00
Tom
1a269d9b63 Minor movement improvements 2020-09-26 00:10:48 -07:00
Tom
cadc1cab3a Replicate vanilla physics, make pathing movements smooth 2020-09-25 23:24:12 -07:00
Tom
8384eb99de Tune pathfinding and movements 2020-09-23 23:52:28 -07:00
Tom
39379d1388 Implement asension of ladders 2020-09-23 23:08:37 -07:00
Tom
797ba13fdd Implement ladders 2020-09-23 21:17:37 -07:00
Tom
565b241f0e Use block bounding boxes 2020-09-23 19:02:32 -07:00
Tom
eb6289da6a Add block shape data 2020-09-23 18:34:13 -07:00
Tom
fa6f9b72b3 Get Ascend* movements working reliably 2020-09-23 15:23:47 -07:00
c7c454969f Merge pull request #83 from masp/master
rename tag for nbt_type to list instead of noarray and add documentation
2020-09-22 14:05:25 +08:00
Tom
fcdf4bda87 WIP getting jumping to work 2020-09-21 19:11:52 -07:00
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