Skip to content

The tool that makes it easier to create an animated texture image

Notifications You must be signed in to change notification settings

EsDeeBot/mc-pack-animation-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Pack Animation Tool

The tool that makes it easier to create an animated texture image

Quick Examples

(WIP)

./mc-pack-animation-tool -b background.png -g animation.gif -w 500 -p 300,300 -c 2,4

This command generates an animated texture image using the following parameters:

  • -b background.png: Specifies the background image file (background.png) to be used.
  • -g animation.gif: Adds the animation file (animation.gif) on top of the background.
  • -w 500: Sets the width of the animation in pixels.
  • -p 300,300: Positions the animation at coordinates (100, 50) in the (x, y) format.
  • -c 2,4: Applies the animation to the 3rd and 5th zones (using 0-based indexing).

The output will be an animated texture image combining background.png and animation.gif, precisely configured as described.

About

The tool that makes it easier to create an animated texture image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%