Minecraft Blogs / Tutorial

How to Make Animated Textures | Resource Pack Tutorial

  • 35,568 views, 6 today
  • 21
  • 16
  • 21
Code202's Avatar Code202
Level 71 : Legendary Engineer
302
Hello! Today I will show you how to make animated textures!

First, find the resource pack in which you want to make your animated textures in.
Now open up an image editor, such as Paint.net or Photoshop.
For each frame, you will need to have at least a 16x16 image size. Each frame is kept in the same image file. For example:
How to Make Animated Textures | Resource Pack Tutorial
Now create a new .txt file in the same folder as the item image.
Rename it to a .mcmeta file.
Make sure it is the name of the item image such as diamond_sword.png, but instead diamond_sword.png.mcmeta.
Open in up in a program such as Notepad.
Now copy and paste this code into the file.
{"animation":{"frametime":1,"frames":[0,1,2,1,0]}}
This will be depending on how many frames you have.
The frames will rotate every 1 tick, and will go from 0 to 2 and then back again.
Now the item will be animated in game!

Credits:
By Code202

Notes:
For 1.11.2+
Tags

Create an account or sign in to comment.

1
04/04/2022 12:34 pm
Level 17 : Journeyman Strawberry
ForgottenLoneliness
ForgottenLoneliness's Avatar
thanks a lot
1
11/10/2021 2:04 pm
Level 1 : New Miner
Tapioca
Tapioca's Avatar
Can I choose the FPS?
1
03/11/2020 9:28 am
Level 1 : New Miner
prisatheri
prisatheri's Avatar
1
12/02/2019 3:51 am
Level 1 : New Miner
TourTravel
TourTravel's Avatar
Is Goodly Is Best Items .



تور لحظه آخری
2
09/20/2019 9:52 pm
Level 18 : Journeyman Engineer
aemoment
aemoment's Avatar
i cant get this to work no matter what i do
1
04/20/2019 8:36 am
Level 1 : New Crafter
benbeccula
benbeccula's Avatar
The animation frames should actually be [0,1,2,1] instead of [0,1,2,1,0], as the latter will cause the first frame to repeat twice. :)
1
10/31/2018 10:00 am
Level 1 : New Miner
creolapadberg
creolapadberg's Avatar
Please define how to create 40x40 Frame and also suggest me if take help Animated Video Production Studios so it would be good or not because i want to make it urgent to upload it to my website?
1
10/16/2018 5:17 pm
Level 38 : Artisan Artist
Need_Not
Need_Not's Avatar
so what if i have 4 frams? and can i do this with guis?

1
02/12/2018 12:46 pm
Level 9 : Apprentice Warrior
V1ridian
V1ridian's Avatar
what is the code if you have 7 frames
1
08/21/2019 12:26 am
Level 11 : Journeyman Crafter
DamB
DamB's Avatar
the same, however, it would go from 0 to 7, like {"animation":{"frametime":1,"frames":[0,1,2,3,4,5,6,7,6,5,4,3,2,1,0]}}
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome