Music discs do not have an "Off" time set
cathoderaykobold opened this issue ยท 1 comments
Version: 5.10.4 (Admittedly not latest)
When a record is played in Minecraft, the Jukebox puts off a redstone signal for as long as the disc is playing. This allows redstone functionality such as automatic jukeboxes.
I have noticed that the discs in this mod do not seem to have their length value set; the jukebox outputs power forever (or a very long time) regardless of the song length. This causes automatic jukeboxes to break.
I noticed this as well, but it's more accurate to say that the given lengths are wrong. The data in each json file in
seems to have the disc length in ticks rather than seconds so a jukebox thinks the disc is still playing for far longer than the player hears the song.