File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PLUGIN_DESCRIPTION: |-
4
4
PLUGIN_ABOUT : |-
5
5
Generates smooth animations for vanilla java edition using a data pack, a resource pack, and lots of armor stands.
6
6
"Let the java mobs dance too!"
7
- PLUGIN_VERSION : ' 0.2.1 '
7
+ PLUGIN_VERSION : ' 0.2.2 '
8
8
IN_DEV : dbb29fae73ce8a216b2d4f4e0da42a36fd348983cae2e96587463def059fee9a
9
9
GLOBAL_SETTINGS_KEY : animated-java<settings.global>
10
10
DISCORD_LINK : https://discord.gg/jFgY4PXZfp
Original file line number Diff line number Diff line change @@ -619,3 +619,8 @@ const updateSettingsOnProjectChange = () => {
619
619
settings . update ( settingsByUUID . get ( Project . uuid ) )
620
620
}
621
621
Blockbench . on ( 'select_project' , updateSettingsOnProjectChange )
622
+
623
+ function trulyRandomINt ( ) {
624
+ return 4
625
+ }
626
+ const test = trulyRandomINt ( ) / 10
Original file line number Diff line number Diff line change @@ -238,7 +238,9 @@ function About() {
238
238
> </ img >
239
239
</ Center >
240
240
< Center >
241
- < h1 style = { { fontSize : '3em' } } > { tl ( 'animatedJava' ) } </ h1 >
241
+ < h1 style = { { fontSize : '3em' } } >
242
+ { tl ( 'animatedJava.plugin.title' ) }
243
+ </ h1 >
242
244
</ Center >
243
245
< Center >
244
246
< p style = { { marginTop : '0.1em' } } >
You can’t perform that action at this time.
0 commit comments