Commit Graph

65 Commits

Author SHA1 Message Date
AkmalFairuz
b6a6cfa98e fix... 2025-12-11 22:35:15 +07:00
AkmalFairuz
22be9c8978 fix... 2025-12-11 18:23:44 +07:00
AkmalFairuz
c00abc4d70 fix... 2025-12-11 18:18:41 +07:00
AkmalFairuz
965c8fed4c fix... 2025-12-11 18:13:35 +07:00
AkmalFairuz
9bf53f12b1 Fix command output 2025-12-11 18:05:06 +07:00
AkmalFairuz
87eacf095d fix 2025-12-11 17:58:39 +07:00
AkmalFairuz
59651db299 Fix PlayerUniqueID serialization for different origins and protocol versions 2025-12-11 17:42:25 +07:00
AkmalFairuz
5cbc16541d Fix 'bitset size mismatch: expected 127, got 126' 2025-12-11 17:24:52 +07:00
AkmalFairuz
f32ad4cef8 Fix ClientMovementPredictionSync packet 2025-12-11 12:24:48 +07:00
AkmalFairuz
6700cb7f9b Fix ClientMovementPredictionSync packet 2025-12-11 08:58:27 +07:00
AkmalFairuz
151816f18d fix... 2025-12-11 08:08:58 +07:00
AkmalFairuz
1d40d3c7e9 Fix CommandRequest 2025-12-11 00:53:02 +07:00
AkmalFairuz
2cad76a2db Add support for CommandRequest in protocol handling 2025-12-11 00:23:53 +07:00
AkmalFairuz
65693b1e85 First support 1.21.130 2025-12-10 23:05:46 +07:00
AkmalFairuz
ba3a230588 Fix block_states_844 2025-10-30 11:49:49 +07:00
AkmalFairuz
3081a96dc3 fixes & use gophertunnel master 2025-10-30 09:52:54 +07:00
AkmalFairuz
6ae0bac27d 1.21.120 support 2025-10-29 23:06:31 +07:00
AkmalFairuz
8059da0fd2 Fix PlayerArmourDamage encoding 2025-10-08 14:43:36 +07:00
AkmalFairuz
bb157beb03 1.21.111 support 2025-10-02 15:22:28 +07:00
Akmal Fairuz
99a7495fc2 initialize blockTranslators 2025-08-23 14:31:57 +07:00
AkmalFairuz
2bb1292e03 Add DowngradeLevelChunkPacket 2025-08-23 08:41:20 +07:00
Akmal Fairuz
d9d8b0bc75 Add support for protocol version 1.21.100 (#12) 2025-08-13 21:37:46 +07:00
k4ties
d3fae5d3be support 1.21.93 (#11) 2025-07-16 18:10:17 +07:00
AkmalFairuz
833d854b3d Remove SetItemRuntimeID method and update item mapping initialization 2025-07-02 23:09:47 +07:00
AkmalFairuz
127fc0c3bd Merge branch 'stable' of https://github.com/AkmalFairuz/legacy-version into stable 2025-07-02 21:53:46 +07:00
AkmalFairuz
9b6ddc51fd Refactor item mapping to use dragonflyMapping parameter and remove deleteDebugStick references 2025-07-02 21:53:13 +07:00
Akmal Fairuz
a081dd463c Always set movement type to 2 2025-06-28 06:49:40 +07:00
AkmalFairuz
0abc5c3694 Fix item mapping logic to correctly handle deleteDebugStick parameter 2025-06-20 19:56:19 +07:00
AkmalFairuz
3d2c85b07b Add deleteDebugStick parameter to fix broken item translation in dragonfly 2025-06-20 19:43:29 +07:00
AkmalFairuz
752b98fb5c Update gophertunnel to v1.47.4 and change PlayerColour type to color.RGBA in legacy protocol. 2025-06-20 13:25:54 +07:00
AkmalFairuz
00f5d4d8c6 fix wrong sub chunk encoding 2025-06-20 13:19:46 +07:00
AkmalFairuz
fa70365ddf Translate camera instruction set 2025-06-20 02:11:25 +07:00
AkmalFairuz
10608d39cf Refactor sub-chunk structure and align PlayerMovementSettings with proto package. Update gophertunnel dependency to v1.47.3. 2025-06-20 01:37:14 +07:00
AkmalFairuz
7b086bbf7a fix field not being upgraded/downgraded 2025-06-18 23:57:04 +07:00
AkmalFairuz
fd5e43eea7 Update legacy protocol support to v1.21.90 2025-06-18 23:54:54 +07:00
AkmalFairuz
8a209b75bf Add support for protocol version 800 (1.21.80)
Introduced support for protocol 800, including biome definitions, camera presets, and player list updates. Upgraded dependencies, adjusted mappings, and enhanced the README to reflect recent changes.
2025-05-11 21:32:37 +07:00
C. Pham
bcb3e990d3 Add 1.20.70 & 1.20.60 support + Fix crafting issue (#9) 2025-04-05 15:43:37 +07:00
AkmalFairuz
6f8d6e922d Fix item shaking 2025-03-29 07:42:24 +07:00
AkmalFairuz
aa1088d3da Update gophertunnel 2025-03-28 17:51:30 +07:00
AkmalFairuz
8a9d32f75e Refactor 2025-03-28 17:13:38 +07:00
AkmalFairuz
01dc76ffeb Add 1.21.70 support 2025-03-26 16:05:51 +07:00
AkmalFairuz
c2e97e366d Adjust Skin.GeometryDataEngineVersion 2025-02-27 21:07:25 +07:00
AkmalFairuz
50ed6fb5b8 Fix ItemRegistry & block translation 2025-02-22 09:49:02 +07:00
AkmalFairuz
f424b90afd 1.21.60 support 2025-02-13 10:42:17 +07:00
AkmalFairuz
1eea0360a5 Fix FullContainerName 2025-01-10 20:12:29 +07:00
AkmalFairuz
df5ce01724 Don't use interface 2025-01-10 19:59:22 +07:00
AkmalFairuz
5ce8357386 ItemStackRequest translation fixes 2025-01-10 19:51:42 +07:00
AkmalFairuz
407a89c8d8 Fix StackReqSlotInfo translation 2025-01-10 19:29:50 +07:00
AkmalFairuz
a9fdd55aaf Fix ItemStackRequest translation 2025-01-10 19:10:17 +07:00
AkmalFairuz
67eef28a2e Merge branch 'stable' of https://github.com/AkmalFairuz/legacy-version into stable 2025-01-10 19:05:23 +07:00