Started by
OWOowOooadeofo…
on
Topic category: Help with Minecraft modding (Java Edition)
I would really like to know how i would make a note block copy. what would procedures look like for my custom block?
Topic category: Help with Minecraft modding (Java Edition)
I would really like to know how i would make a note block copy. what would procedures look like for my custom block?
On block right clicked and play sound procedure block. For more sounds, wait for 1.8.3 for block specific variables.
So now that Mcreator 1.8.3 is out, how would i do it?
You can use the block variable to specify different notes, and on right click increment the variable value. Based on the value you then play the sound.
And how would you increment it? Like can you tell if its been right clicked a certian number of times?
Set var X to (Get var X + 1)
its not working, i have no idea why
what are my errors?!
Local variables are reset on each execution (local per execution). You need to store note block note pitch in NBT block tags.
and how would i do that? and sorry i don't know how to do practically anything
You have set and get number tag procedure blocks which basically work the same way as local variables, just replace current blocks with these.
ok i did that, but for some reason it only playes 3 notes, low middle and high, and i dont know if its an mcreator error or an error on my behalf, but does the pitch use decimal places instead of numbers 1-24? it seems to only play the 3 f# in the range, whats the problem?
I am not sure about the pitch, I suggest you to google this :)