Posted May 6, 201411 yr So, if I have a block, how can I make the texture on it animate (if I have a bunch of images for each frame). I know Minecraft added support for it, but I don't know how to make it cycle through the textures.
May 6, 201411 yr Is it just a simple block texture or is it an "entity texture" for a custom tile entity renderer? Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
May 6, 201411 yr Author Is it just a simple block texture or is it an "entity texture" for a custom tile entity renderer? Simple block.
May 6, 201411 yr You stack the images vertically in a *.png, then add a *.png.mcmeta with the same name. { "animation": {} }
May 6, 201411 yr Hi This link might help, it worked for 1.6.4 and might still be valid (not sure) -TGG
May 6, 201411 yr Author Hi This link might help, it worked for 1.6.4 and might still be valid (not sure) -TGG Which link? You stack the images vertically in a *.png, then add a *.png.mcmeta with the same name. { "animation": {} } I was under the impression this was phased out when they separated the images a few updates ago, but if it still works that's great! Where do I put the "animation" though? (Also is that the actual code or is it a form of suedocode?)
May 6, 201411 yr {forehead slap} http://www.minecraftforum.net/topic/1881638-animation-in-resource-packs-a-minecraft-16-tutorial/ oops! -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.