Ars Nouveau

Ars Nouveau

70M Downloads

Music discs do not have an "Off" time set

cathoderaykobold opened this issue ยท 1 comments

commented

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.

commented

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

https://github.com/baileyholl/Ars-Nouveau/tree/main/src/generated/resources/data/ars_nouveau/jukebox_song

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.