Started by
dansamy
on
Topic category: Help with Minecraft modding (Java Edition)
hi! im making a boss that consist in a structure that has some kind of animation, but it doesnt work
i have made this procedure with the template of the nbt tag as well as with variables, logic and number ones. instead of changing the structure only puts one of the ¨frames¨ of the animation. Also i know that it is puting that same ¨frame¨ constantly, because if i dont breack the block that runs the procedure the structure is unbreakable.
pls help me :(
I think you did something wrong with the procedure, seen as the structure is regenerating itself, I think it's stuck in the same frame.
Without you providing the procedure I can't help but try to guess what you did, and that's no help.
Anyways, take a look at the frame code again, it seems it's not increasing.
I already put a photo, it doesn't work?
Also, I tried printing the number when it increases, but with variable I just saw a 1 and with nbt tags I saw -1, that must be the problem, since there's no part in the procedure that can detect and convert this, so I'll try fixing that.
Thanks!