Skip to content

Commit 50577ab

Browse files
committed
Fix jukebox_playable backup
Fixes #1130
1 parent 277de42 commit 50577ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/java/com/viaversion/viabackwards/protocol/v1_21to1_20_5/rewriter/BlockItemPacketRewriter1_21.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private void restoreInconvertibleData(final Item item) {
324324
if (songIdentifier != null) {
325325
song = EitherHolder.of(songIdentifier);
326326
} else {
327-
song = EitherHolder.of(restoreHolder(tag, "song", songTag -> {
327+
song = EitherHolder.of(restoreHolder(jukeboxPlayableTag, "song", songTag -> {
328328
final Holder<SoundEvent> soundEvent = restoreSoundEventHolder(songTag);
329329
final Tag description = songTag.get("description");
330330
final float lengthInSeconds = songTag.getFloat("length_in_seconds");

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ checkerQual = "3.51.0"
1616
paper = "1.16.5-R0.1-SNAPSHOT"
1717
velocity = "3.1.1"
1818
fabricLoader = "0.11.6"
19-
viaProxy = "3.4.6-SNAPSHOT"
19+
viaProxy = "3.4.7-SNAPSHOT"
2020

2121
[libraries]
2222

0 commit comments

Comments
 (0)