-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensible enum request for NoteBlockInstrument #1941
Comments
Note Blocks keep track of their active |
The way I can imagine this happening is a block extension method that returns the sound event holder. We could either hook in beforehand to allow the control the instrument has for tuning or we could just hijack the custom head instrument since it explicitly checks the block beneath iirc. |
Hijaking the custom head instrument isn't an option because instruments of type |
I think using In that case, it would be more useful to add a method to |
A request to open up the enum NoteBlockInstrument to allow easy insertion of sounds to allow the use of the property component
.instrument(NoteBlockInstrument)
without hacky workarounds.Redirected by request by IHH54 from the Discord.
The text was updated successfully, but these errors were encountered: