-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
C: BugSomething isn't workingSomething isn't workingS: Resolved in next releaseThis bugfix or suggestion has been applied to the codeThis bugfix or suggestion has been applied to the code
Description
In 3.9.1, exporting a song with a tempo that's not a multiple of 0.25 causes the speed
score to be set to a decimal value, which makes the load
function invalid and prevents the data pack from loading at all.
A quick fix is to round the playspeed
value to the nearest integer. However, a more "proper" fix would be to increase the tick step score from 80 to 2000 across the whole datapack, so any t/s value in steps of 0.01 is supported.
Metadata
Metadata
Assignees
Labels
C: BugSomething isn't workingSomething isn't workingS: Resolved in next releaseThis bugfix or suggestion has been applied to the codeThis bugfix or suggestion has been applied to the code