Open the Plugins menu in BlockBench (File > Plugins)
In the Plugins menu, click on Load Plugin from URL
Then, paste this URL into the box that appears: https://animated-java.dev/api/builds/main/animated_java.js
Click Confirm, and success! You've just installed Animated Java.
Check out the Getting Started page either online or in-app for detailed information on getting started with Animated Java.
Things you'll need installed before you can setup the development environment
- Clone the repository.
- Run
yarn install
to install dependencies. - Run
yarn build:dev
to start the development environment. - Open Blockbench, then go to
File > Plugins > Load Plugin From File
and select theanimated_java.js
file from your local repo (dist/animated-java.js
).
- Copy the
en.yaml
file insrc/lang/
and rename it to match the language you're translating to. - Translate! Note that you should be testing your translations as you go in Blockbench.
- Once you're done translating and testing, open a pull request with your changes.
We have a guide on how to create an external exporter for Animated Java here.