You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will need to install and use Blockbench v4.12.6 to use Animated Java until it is updated to support 5.
141
+
142
+
## How to install Blockbench v4.12.6
143
+
144
+
1. Download the portable version of Blockbench 4.12.6 [here](https://github.com/JannisX11/blockbench/releases/download/v4.12.6/Blockbench_4.12.6_portable.exe).
145
+
2. Once it's finished downloading, double click the .exe file to run it.
146
+
147
+
If you're familiar with command line interfaces, you can use [Envbench](https://www.npmjs.com/package/envbench) to install and manage multiple Blockbench versions side by side.
148
+
`
149
+
150
+
conststartupCode=`(() => {
151
+
if (!compareVersions('5.0.0', Blockbench.version)) {
0 commit comments