3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-28 06:31:05 +02:00
ViaVersion/common
EnZaXD 1b03e24160
Move VV specific item handling out of component<->nbt conversion in 1.20.3->1.20.5 (#4094)
The current code backups the tag in CUSTOM_DATA inside the toStructuredItem function which in VB is used for to server packets which causes bad data, this PR moves the backup logic out to the VV specific handler and also prevents toOldItem logic for using the backup to ever get executed in VB. The counterpart PR will add proper handling for CUSTOM_DATA.

Fixes https://github.com/ViaVersion/ViaVersion/issues/4092
2024-08-14 09:31:27 +02:00
..
src Move VV specific item handling out of component<->nbt conversion in 1.20.3->1.20.5 (#4094) 2024-08-14 09:31:27 +02:00
build.gradle.kts Include snakeyaml into final jar, delete compat layers (#4070) 2024-08-05 09:30:34 +02:00