fix: some block position stereo thingy (extend range so it's more noticeable)

This commit is contained in:
ChomeNS
2025-01-01 19:24:30 +07:00
parent 309683bde3
commit 82ecf3833d
3 changed files with 3 additions and 3 deletions

View File

@@ -450,7 +450,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
else if (average == 100) pos = 0;
else pos = (float) ((average - 100) * -1) / 100;
blockPosition = Vector3f.from(pos, 0, 0);
blockPosition = Vector3f.from(pos * 4, 0, 0);
} else {
// i wrote this part