Welcome to Animated Java, A tool for mapmakers to create smooth, and detailed animations for Minecraft Java Edition.
- Open Blockbench and navigate to the plugin list
- Click on the "Available" tab, then search for
Animated Java
- Click
install
- Congratulations! You've installed Animated Java!
You will need to install nodejs
and yarn
before you get started.
- Clone the repo
- Run
yarn setup
to setup the yarn env and build the development tools. - Run
yarn dev
to build automatically on file changes.
To make a production build, run yarn build
inside your development enviornment.
Note: Translations should use formal language
- Fork the animated-java repo.
- copy
src/lang/en.yaml
and rename it to the language you're translating. If a language file with that name already exists you should overwrite it. - translate!
- Make a pull request with your translations against the animated java repo.
- We'll look over the PR ASAP and provide feedback if nessessary, or merge it.
To edit an existing language follow the above steps; but instead of overwriting the file just edit it as is. You can check what translation keys are missing using the following code inside of blockbench's dev tools (Opened with Ctrl+shift+i)
ANIMATED_JAVA.logging = true
ANIMATED_JAVA.logIntlDifferences()