mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-11-18 07:44:16 +01:00
parent
277de42948
commit
50577abbb5
@ -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");
|
||||
|
||||
@ -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]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user