Commit graph

127 commits

Author SHA1 Message Date
BruceChen
957054eb12 1.19.3 entity & inventory & terrain support 2023-01-14 22:18:05 +08:00
BruceChen
ced65122f1 Trim 2023-01-14 21:07:09 +08:00
BruceChen
ba0d9ba3fc merge brigadier-dev into milutinke:1.19.3 2023-01-14 20:42:15 +08:00
Milutinke
bb160d6d84 Server Data and Profileless Chat message packets implemented. ChatPreview packet removed. Message Header packet set only to 1.19.2. Chat Message packet partially implemented. 2022-12-21 12:51:27 +01:00
Tasuku Bobcorn
1a47eddb8f
Fixed entity yaw and pitch
Fixed number value type during calculation of entity yaw & pitch
2022-12-15 17:47:46 +08:00
BruceChen
5e11ed3896 Tooltip support & Bug fix 2022-12-11 13:00:19 +08:00
BruceChen
892999ac98 Merge into master 2022-12-06 20:32:46 +08:00
BruceChen
84cf749344 Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
BruceChen
ef39e8329c [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
BruceChen
077e3a5e9f
Crowdin localization support (#2310)
* Switching to use resource files

* Update Crowdin configuration file

* Code cleanup
2022-10-28 11:13:20 +08:00
Milutinke
80e227c3a7 Added Player Killed event (Combat and CombatDeath packets). 2022-10-26 20:53:09 +02:00
Anon
0e7423d1d9
Implemented climbing up/down
Implemented climbing up/down
2022-10-19 11:18:18 +00:00
Milutinke
730990cee5 Switched to a faster implementation of FindBlock proposed by Daenges, tested on Farmer Bot.
Tweaked the amount of bone mealing in the Farmer Bot.
2022-10-18 22:39:48 +02:00
Milutinke
616591ef35 Implemented climbing up/down for ladders, vines, twisting vines and weeping vines. 2022-10-18 17:15:26 +02:00
BruceChen
117a38b5f9 Better translation 2022-10-17 20:00:33 +08:00
BruceChen
e5c713192e Update translation file 2022-10-06 22:14:15 +08:00
BruceChen
bdcc22b465 Add update detection 2022-10-06 14:53:05 +08:00
BruceChen
16c1d1fd77 Refactoring Settings.cs 2022-10-05 15:02:30 +08:00
BruceChen
53898f3446 Fix xxx.Parse 2022-10-04 11:53:07 +08:00
BruceChen
1d52d1eadd
Fix all warnings & Trim (#2226)
* Fix AutoFishing crash
* Fix all warnings
* Remove DotNetZip.
* Fix the usage of HttpClient.
2022-10-02 18:31:08 +08:00
BruceChen
4aa6c1c99f
Upgrade GetLookingBlock 2022-10-02 13:49:36 +08:00
BruceChen
993771dc5d Merge from master 2022-09-30 08:44:11 +08:00
BruceChen
e01eab28a2 Add Location.Parse 2022-09-29 22:49:07 +08:00
Milutinke
cd3adfa14c Changed the bed command to be able to sleep. Added relative coordinates to /dig command. 2022-09-28 22:43:14 +02:00
Milutinke
58b171cec0 Updated the AutoAttack Chat Bot settings to include attacking passive mobs and players if enabled, and a blacklisted entities possibility. 2022-09-27 13:35:29 +02:00
Milutinke
f47c240920 Fully implemented Map Data packet. 2022-09-18 00:18:27 +02:00
BruceChen
c00468c103 Fix 1.19.2 entity metadata handle 2022-09-15 21:11:47 +08:00
BruceChen
949126c9cb Supports changing position and angle after catching fish 2022-09-12 16:27:37 +08:00
BruceChen
223c13561c Fix /move 2022-09-09 16:13:25 +08:00
BruceChen
c6e7dfedab Fix IsSolid 2022-09-07 19:15:09 +08:00
BruceChen
c5d5287938 Improve IsOnGround 2022-09-07 17:25:06 +08:00
BruceChen
4d4940a3b9 Trim 2022-09-07 00:08:31 +08:00
BruceChen
8ce5c40b28 Another fix for #2159 2022-09-07 00:02:09 +08:00
BruceChen
ecb5d1e2ce Fix #2159 2022-09-06 22:43:56 +08:00
BruceChen
0eb8d9998c Support for using relative coordinates in /move 2022-09-05 22:03:47 +08:00
BruceChen
db17babe58 Bug fix 2022-09-04 17:34:12 +08:00
BruceChen
afdf2f9e2c Merge from master 2022-09-04 10:44:25 +08:00
BruceChen
6cb0c35ab8 Trim 2022-09-02 22:38:59 +08:00
BruceChen
11fe93a128 Merge from milutinke 2022-09-02 21:38:43 +08:00
BruceChen
0382e07d50 Bug fix: Chunk deleted by mistake 2022-09-02 21:02:25 +08:00
BruceChen
71ecebedce
Merge branch 'master' into 1.19.1-dev-new 2022-09-02 11:08:39 +08:00
BruceChen
8ed2bc9d07
Merge branch 'master' into bugfix 2022-09-02 10:53:29 +08:00
BruceChen
0a689e407e Trim 2022-08-31 19:50:11 +08:00
BruceChen
9089bb4cdb Change how world is stored & Bug fix 2022-08-31 18:00:00 +08:00
BruceChen
1a90b6d942 Use separate threads for decryption and decompression 2022-08-30 17:37:46 +08:00
BruceChen
e09016cea5 Improve ReadBlockStatesField 2022-08-30 12:33:13 +08:00
BruceChen
cd45c64300 Change chunk storage structure 2022-08-30 10:41:27 +08:00
Milutinke
71d11f4155 Fixed #1632 and #1648 by adding missing blocks in IsSolid. 2022-08-29 00:55:11 +02:00
BruceChen
bc5298bf5f Terrain support for 1.19 2022-08-28 22:27:21 +08:00
BruceChen
9e4184a98d Add 1.19 block palette 2022-08-28 18:39:59 +08:00