File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ for (a = 0; a <= o.enda; a ++) {
1515 if (o.song_key [a, b] > 32 && o.song_key [a, b] < 58 ) {
1616 instrument = dat_instrument (ds_list_find_index (other.instrument_list , o.song_ins [a, b]))
1717 pitch = dat_pitch (o.song_key [a, b])
18- blockvolume = o.layervol [b]/100
18+ blockvolume = o.layervol [b]/100
1919
2020 // Add command to result
2121 if (o.dat_enableradius ) str += " execute at @s[scores={" +objective+" =" +string (tick)+" }] run playsound " + instrument +" " +source+" @a ~ ~ ~ " + string (o.dat_radiusvalue ) + " " + string (pitch) + br
@@ -27,4 +27,4 @@ for (a = 0; a <= o.enda; a ++) {
2727 tick += o.dat_tempo
2828 }
2929str += " execute if score @s " +objective+" matches " +string(tick)+" run function " + name +" :stop"
30- return str
30+ return str
You can’t perform that action at this time.
0 commit comments