Fix jukebox_playable backup

Fixes #1130
This commit is contained in:
Nassim Jahnke 2025-11-08 10:45:15 +01:00
parent 277de42948
commit 50577abbb5
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
2 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ public final class BlockItemPacketRewriter1_21 extends BackwardsStructuredItemRe
if (songIdentifier != null) {
song = EitherHolder.of(songIdentifier);
} else {
song = EitherHolder.of(restoreHolder(tag, "song", songTag -> {
song = EitherHolder.of(restoreHolder(jukeboxPlayableTag, "song", songTag -> {
final Holder<SoundEvent> soundEvent = restoreSoundEventHolder(songTag);
final Tag description = songTag.get("description");
final float lengthInSeconds = songTag.getFloat("length_in_seconds");

View File

@ -16,7 +16,7 @@ checkerQual = "3.51.0"
paper = "1.16.5-R0.1-SNAPSHOT"
velocity = "3.1.1"
fabricLoader = "0.11.6"
viaProxy = "3.4.6-SNAPSHOT"
viaProxy = "3.4.7-SNAPSHOT"
[libraries]