Started by
CCC_Studio
on
Topic category: Advanced modding
I want to create a nice animated texture for the portal blocks of a dimension I want to create for my mod. Is there a way to do this?
Topic category: Advanced modding
I want to create a nice animated texture for the portal blocks of a dimension I want to create for my mod. Is there a way to do this?
Just copy the format of other vanilla textures like fire or the nether portal. Its a 16 pixel wide image and the length is a multiple of 16, each 16x16 is one frame of the animated texture. You can also make multiple 16x16 textures and use mcreators create animated texture function and then add in your frames and edit how many ticks each frame is held etc.
I'll try