Posted 14 hours ago14 hr help, I don't know how to do it 😓😓😓😓 Edited 14 hours ago14 hr by TheErkaswyMC
2 hours ago2 hr (Don't judge me too harshly, I'll try to help you!) Sure, you can do it, it's pretty straightforward. Just download the texture pack I attached. Open it up and find the files animations.png and animations.txt. The PNG file can be any size you want, but I'd recommend something like 512x256 for a 16x16 block texture. If your texture is larger, just scale it up accordingly. Basically, you'll place your animation frames in a single row on the canvas, starting from the top-left corner. You draw the first frame, then the next one right beside it, and so on. All frames for one block need to be on the same row, the same size, and lined up next to each other. Once you're done with one block, you move down a bit and start drawing the frames for the next block, so they don't overlap. When you're finished, save it as a single file, name it animations.png, and put it in your texture pack folder (replace the old one if it exists).Next, open the animations.txt file in any text editor. You'll see lines like:# still water14 0 0 0 16 8 2# still lava14 1 0 16 16 16 2# fire6 2 0 32 16 31 0You can write any name after the # symbol; it's just for your reference. The first two numbers are the block's coordinates. For example, grass is 0 0, water is 14 0, and lava is 14 1. If you're only modifying water, lava, or fire, just use the existing values. After that, you specify the position of your frames in the PNG file, starting from 0 0 for the top-left. Then, you put the size of your block texture, like 16 for 16x16. The next number is how many frames you drew for that block. The last number is the tick delay between frames — 0 changes every tick, 1 adds a 1-tick delay, 2 is a 2-tick delay, etc. 2 is usually a good setting.Once you've edited the text file, save it and put it in your texture pack folder, replacing the old one if needed. And that's it! You've successfully created your own block animations. Good luck with the rest of your texture pack ⭐ "I try to 🅰️lways be positive and create good stuff.shader..." — YneonCraft [squared]
help, I don't know how to do it 😓😓😓😓
Edited by TheErkaswyMC