FlorianMichael
|
df0572e570
|
Handle Slot tag inside CONTAINER tag in 1.20.3->1.20.5
Fixes shulker box tooltips not showing all items for 1.20.3 clients on 1.20.5+ servers.
TODO find out if we should backup the Slot tag in VV as well
(it seems the server resyncs it,
but I'm not sure if there are cases were that breaks) for creative mode.
Closes https://github.com/ViaVersion/ViaBackwards/issues/803
Closes https://github.com/ViaVersion/ViaVersion/issues/3903
|
2024-06-30 16:20:00 +02:00 |
|
EnZaXD
|
dc503cd613
|
Update legacy Minecraft version warning (#3989)
|
2024-06-30 11:30:54 +02:00 |
|
Nassim Jahnke
|
8aa2f4be46
|
Handle show item hovers in more component packets
Because servers do weird things
|
2024-06-30 11:10:44 +02:00 |
|
Nassim Jahnke
|
c5dc5b2bf8
|
Actually restrict velocity change to fishing hooks
|
2024-06-28 15:29:06 +02:00 |
|
EnZaXD
|
f4d6659760
|
Only print broken json in component type when debug mode is enabled (#3990)
|
2024-06-28 13:44:31 +02:00 |
|
EnZaXD
|
bfbb80f708
|
Update unsupported java version warning (#3988)
Now links to the release which contains a guide on how to update
|
2024-06-27 14:56:15 +02:00 |
|
EnZaXD
|
248da118a9
|
Move bukkit-only settings into BukkitViaConfig (#3985)
|
2024-06-27 09:56:50 +02:00 |
|
EnZaXD
|
a987882132
|
Rework unsupported config options in AbstractViaConfig (#3986)
|
2024-06-27 09:54:44 +02:00 |
|
EnZaXD
|
bca25d4744
|
Rewrite filtered_pages in 1.20.2->1.20.3 (#3983)
|
2024-06-26 10:58:50 +02:00 |
|
EnZaXD
|
2417ffe483
|
Fixup horse inventory translation in 1.20.5->1.21 (#3980)
Fixes #3978
|
2024-06-25 15:27:02 +02:00 |
|
EnZaXD
|
8606e5d663
|
Handle both json and plain text in CommonBoss (#3981)
|
2024-06-25 15:21:34 +02:00 |
|
EnZaXD
|
5a0ca55b97
|
Add test command handler to DummyInitializer test (#3970)
|
2024-06-25 15:21:26 +02:00 |
|
Nassim Jahnke
|
ceb1cffb00
|
Cancel "message not delivered" messages
Fixes #3438
|
2024-06-25 15:19:03 +02:00 |
|
Nassim Jahnke
|
1ff3035bc0
|
Make 1.10->1.11 fishing hook position desync slightly less bad
|
2024-06-25 15:17:29 +02:00 |
|
Nassim Jahnke
|
1f221ea828
|
Bump version to 5.0.2-SNAPSHOT
|
2024-06-25 15:16:36 +02:00 |
|
Nassim Jahnke
|
dd1fad2dd7
|
5.0.1 Release
|
2024-06-22 15:53:57 +02:00 |
|
EnZaXD
|
245f7e24e4
|
Fix DummyInitializer unit test to bootstrap without errors (#3965)
|
2024-06-22 11:04:11 +02:00 |
|
EnZaXD
|
9d3db4cf97
|
Improve performance in ProtocolVersionRange#contains (#3964)
|
2024-06-22 11:02:16 +02:00 |
|
EnZaXD
|
b67ebecce8
|
[ci skip] Advertise ViaLoader in README file (#3966)
|
2024-06-22 11:01:55 +02:00 |
|
EnZaXD
|
d03207289e
|
Backup original book pages for creative mode clients in 1.8->1.9 (#3952)
|
2024-06-21 14:38:00 +02:00 |
|
Nassim Jahnke
|
64497b305a
|
Fix enchantment order
|
2024-06-20 17:42:27 +02:00 |
|
Nassim Jahnke
|
f5b3799db9
|
Use default dimension data for defaulted registry entry
|
2024-06-20 17:32:19 +02:00 |
|
Nassim Jahnke
|
00fedc7656
|
Also handle aqua affinity
|
2024-06-20 16:08:46 +02:00 |
|
Nassim Jahnke
|
05aa05c5b4
|
Disable soul speed check for now
|
2024-06-20 15:31:18 +02:00 |
|
Nassim Jahnke
|
5243c1800e
|
entity effect magic
Fixes #3927
|
2024-06-20 12:51:35 +02:00 |
|
Nassim Jahnke
|
77d702bc9b
|
Also handle movement related enchantments
Fixes #3960
|
2024-06-20 12:12:29 +02:00 |
|
RK_01
|
c098e24c4f
|
Return generic Item array in StructuredItem#emptyArray (#3955)
|
2024-06-17 20:08:34 +02:00 |
|
EnZaXD
|
3d083cf463
|
Add handleMenuType function to ItemRewriter (#3953)
|
2024-06-17 16:39:01 +02:00 |
|
Nassim Jahnke
|
2ab62a8f4f
|
Protected
|
2024-06-17 12:48:52 +02:00 |
|
Nassim Jahnke
|
296f42086f
|
Also handle item_name item data for component rewriting
|
2024-06-17 12:43:18 +02:00 |
|
Nassim Jahnke
|
e9f547f7ba
|
Add ArrayUtil
|
2024-06-17 11:48:21 +02:00 |
|
Camotoy
|
b7f388b9ee
|
1.20.5 -> 1.20.3: nullify empty tags (#3949)
Co-authored-by: AJ Ferguson <AJ-Ferguson@users.noreply.github.com>
|
2024-06-17 09:42:09 +02:00 |
|
EnZaXD
|
824ff375d4
|
Fix GameMode#getById behaviour in 1.8->1.9 (#3947)
Vanilla fallbacks to SURVIVAL and doesn't throw any errors,
also NOT_SET was missing previously.
|
2024-06-16 22:28:50 +02:00 |
|
Leon
|
8bec05ed38
|
Fixup hardcore handling on join in 1.8->1.9 (#3946)
* Fix players crashing when logging into a 1.8 server on hardcore mode, Fixes #3944
* Requested change to #3944 fix
|
2024-06-16 22:06:39 +02:00 |
|
Nassim Jahnke
|
b367caa4b2
|
Add Charged item tag if there's charged projectiles
Closes ViaVersion/ViaBackwards#787
|
2024-06-16 21:58:07 +02:00 |
|
Nassim Jahnke
|
1c281abf65
|
Bump version to 5.0.1-SNAPSHOT
|
2024-06-16 21:38:32 +02:00 |
|
Nassim Jahnke
|
0a55311e1c
|
5.0.0 Release
|
2024-06-16 15:46:27 +02:00 |
|
Nassim Jahnke
|
d1d279cfea
|
Don't send the attribute packet if the login packet hasn't been sent yet
|
2024-06-16 15:44:02 +02:00 |
|
Nassim Jahnke
|
4b44ecf6fa
|
Fix missed null item return value
|
2024-06-16 15:00:23 +02:00 |
|
Nassim Jahnke
|
b9474335e8
|
Fix container item type
|
2024-06-16 10:48:53 +02:00 |
|
Nassim Jahnke
|
f0c26d5967
|
Make sure we actually have block mappings before trying to apply them
|
2024-06-16 10:19:50 +02:00 |
|
Nassim Jahnke
|
aa312f7332
|
Merge branch 'refs/heads/dev' into preview
|
2024-06-16 10:19:43 +02:00 |
|
Nassim Jahnke
|
4210463505
|
Don't return null item in compound tag reading
|
2024-06-15 22:56:19 +02:00 |
|
EnZaXD
|
ec976dfb6c
|
Add method to remove sub commands from command handler (#3941)
|
2024-06-15 20:51:24 +02:00 |
|
Nassim Jahnke
|
7e60300e2e
|
Merge branch 'refs/heads/dev' into preview
|
2024-06-15 16:11:04 +02:00 |
|
EnZaXD
|
9a9ca9676d
|
Cleanup /viaversion list and pps command (#3933)
|
2024-06-15 15:53:09 +02:00 |
|
EnZaXD
|
c68915b261
|
Add /viaversion player <name|*> command (#3932)
|
2024-06-15 15:05:26 +02:00 |
|
Nassim Jahnke
|
524e053327
|
Don't add tags if they're already in there
|
2024-06-14 17:04:22 +02:00 |
|
EnZaXD
|
9e523c353a
|
Fix book signing in 1.8->1.9 (#3939)
|
2024-06-14 10:17:42 +02:00 |
|
Nassim Jahnke
|
00088a90fd
|
Keep data component types fully immutable
|
2024-06-14 00:27:56 +02:00 |
|