koca2000 / NoteBlockAPI

https://www.spigotmc.org/resources/noteblockapi.19287/
GNU Lesser General Public License v3.0
119 stars 40 forks source link

entity playback seems to "round the location"? #84

Closed Speeder323 closed 2 years ago

Speeder323 commented 2 years ago

At least when played with Denizen(+ Depenizen), NoteblockAPI seems to snap the source of the playsound to the block corner. (Version: 1.6.1-SNAPSHOT, Could not check the dev builds due to website timing out.)

koca2000 commented 2 years ago

Hi! There is no rounding in NoteBlockAPI's code. Entity location is used (entity.getLocation()).

koca2000 commented 2 years ago

Since there is no rounding in the NoteBlockAPI it seems that there is no issue on my side that I can fix. If any new information appear that would indicate a bug in NoteBlockAPI I will reopen the issue.