3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-11-16 13:00:13 +01:00
Commit graph

1442 Commits

Autor SHA1 Nachricht Datum
Nassim Jahnke
1c7017a056
Pass position/rotation values directly, fix relative position and rotation handling 2024-10-19 13:10:54 +02:00
FlorianMichael
4d4f66a1a2 Emulate PLAYER_INPUT packet as well 2024-10-19 02:28:26 +02:00
FlorianMichael
f274d643a5 Emulate CLIENT_TICK_END packet 2024-10-19 01:47:38 +02:00
FlorianMichael
c7324b1b35 Use SET_ENTITY_MOTION and EXPLODE for delta movement translation 2024-10-19 01:19:22 +02:00
FlorianMichael
c8ec145880 Always use correct PROFILE_ACTIONS_ENUM from VV types 2024-10-18 23:20:36 +02:00
FlorianMichael
30d3b0d02e Handle new relative arguments in PLAYER_POSITION and TELEPORT_ENTITY 2024-10-18 23:05:41 +02:00
FlorianMichael
545365786f Handle PLAYER_ROTATION packet using PLAYER_LOOK_AT 2024-10-18 21:57:06 +02:00
Nassim Jahnke
1b9d53af2a
Create tag if needed 2024-10-17 19:44:37 +02:00
Nassim Jahnke
fd85b67a92
Sort recipes 2024-10-17 17:06:56 +02:00
Nassim Jahnke
16eca5f6aa
1.21.2-pre3 2024-10-14 17:55:19 +02:00
Nassim Jahnke
c57b238b86
Recipes mostly work now 2024-10-14 17:55:19 +02:00
Nassim Jahnke
5646d04ba9
1.21.2-pre1 2024-10-14 17:55:19 +02:00
Nassim Jahnke
4937ec4800
Start working on recipes 2024-10-14 17:55:19 +02:00
Nassim Jahnke
d3be34adc9
Very WIP 24w40a 2024-10-14 17:55:19 +02:00
Nassim Jahnke
49febd1e63
Fix vehicle exiting 2024-10-14 17:55:18 +02:00
Nassim Jahnke
8737b2b51a
24w39a 2024-10-14 17:55:18 +02:00
Nassim Jahnke
1876b9bb95
Convert attributes in item hover event 2024-10-14 17:55:18 +02:00
Nassim Jahnke
f2fcc9d02f
24w38a 2024-10-14 17:55:18 +02:00
Nassim Jahnke
d0eeae92d3
24w37a 2024-10-14 17:55:18 +02:00
Nassim Jahnke
be28d0c3e8
24w36a, mostly 2024-10-14 17:55:18 +02:00
Nassim Jahnke
b0276eaa7d
Handle item hover events 2024-10-14 17:55:17 +02:00
Nassim Jahnke
6b690a0218
Remove baby entity data from changed water animals 2024-10-14 17:55:17 +02:00
Nassim Jahnke
4bcc213f1b
Handle item tags in recipe ingredients 2024-10-14 17:55:17 +02:00
Nassim Jahnke
ff94019b08
Actually track inventory state id 2024-10-14 17:55:17 +02:00
Nassim Jahnke
681e8a2f07
Working 24w34a 2024-10-14 17:55:17 +02:00
Nassim Jahnke
5269a610d1
More work 2024-10-14 17:55:17 +02:00
Nassim Jahnke
5cd34e6fa8
WIP 24w33a 2024-10-14 17:55:16 +02:00
Nassim Jahnke
752c5fc48b
Bump version to 5.1.0-SNAPSHOT 2024-10-14 17:55:14 +02:00
Nassim Jahnke
a08de7ccc3
5.0.4 Release 2024-10-14 17:25:39 +02:00
EnZaXD
cb9179c873
Update required ViaFabric version, don't require fabric-loader (#895) 2024-10-10 12:45:14 +02:00
EnZaXD
904c83f341
Define as Sponge plugin for ViaSponge (#892) 2024-10-02 10:43:15 +02:00
Nassim Jahnke
f4253641e1
Update VV usage 2024-09-29 13:42:26 +02:00
github-actions[bot]
1d1e9bc040
Update Gradle Wrapper from 8.10.1 to 8.10.2 (#891)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2024-09-29 04:19:27 +02:00
dependabot[bot]
f57f22502e
Bump gradle-update/update-gradle-wrapper-action from 1 to 2 (#889)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 17:11:36 +02:00
EnZaXD
b376b52ce8
Refactor dimension switch handling across all protocols (#884) 2024-09-15 22:09:03 +02:00
EnZaXD
36baf6ed24
Fix body set equipment in 1.20.5->.3 if value is not the last (#886) 2024-09-15 19:17:45 +02:00
github-actions[bot]
733bd9aa9b
Update Gradle Wrapper from 8.10 to 8.10.1 (#885)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2024-09-15 09:51:23 +02:00
EnZaXD
66a1748573
Remove transaction tracking (and cancelling) in 1.17->1.16.4 (#883) 2024-09-12 14:45:44 +02:00
Nassim Jahnke
0bac9201ac
Don't remove configuration packet storage on login
Needed with proxies if a server is doing nonstandard optimizations
Fixes #881
2024-09-08 11:12:34 +02:00
EnZaXD
ffb98523e6
Don't process component twice in 1.19.4->1.19.3 text display handler (#878) 2024-08-30 21:05:03 +02:00
Nassim Jahnke
830ccce303
Update VV usage 2024-08-30 19:45:02 +02:00
Nassim Jahnke
a5d0e4baff
Strip new attributes in 1.21->1.20.5 item hover events 2024-08-30 11:05:07 +02:00
Nassim Jahnke
4066b9b52b
More cleanup to structured enchantment rewriter 2024-08-29 19:53:47 +02:00
Nassim Jahnke
678775ab9d
Move the iterator remove down 2024-08-29 19:45:43 +02:00
Nassim Jahnke
db47040543
Fix 1.21->1.20.5 enchantment lore format and add show_in_tooltip check
Fixes #877
2024-08-29 19:18:43 +02:00
EnZaXD
47b1508f66
Clean up LOGIN/STATUS/CONFIGURATION handlers (#876) 2024-08-28 15:55:40 +02:00
Nassim Jahnke
6cc4990b6e
Update VV usage 2024-08-25 19:03:59 +02:00
Nassim Jahnke
d6279757bb
Also explicitly map entity data list type in 1.12 2024-08-24 17:20:42 +02:00
EnZaXD
24f67ffe80
Fix compressed id overlap in legacy block item rewriter (#874) 2024-08-20 16:12:19 +02:00
Nassim Jahnke
0b3a792a51
Properly read unused light data in 1.17->1.16
Some servers for some reason do this
2024-08-18 15:13:51 +02:00