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: |-
44PLUGIN_ABOUT : |-
55 Generates smooth animations for vanilla java edition using a data pack, a resource pack, and lots of armor stands.
66 "Let the java mobs dance too!"
7- PLUGIN_VERSION : ' 0.2.1 '
7+ PLUGIN_VERSION : ' 0.2.2 '
88IN_DEV : dbb29fae73ce8a216b2d4f4e0da42a36fd348983cae2e96587463def059fee9a
99GLOBAL_SETTINGS_KEY : animated-java<settings.global>
1010DISCORD_LINK : https://discord.gg/jFgY4PXZfp
Original file line number Diff line number Diff line change @@ -619,3 +619,8 @@ const updateSettingsOnProjectChange = () => {
619619 settings . update ( settingsByUUID . get ( Project . uuid ) )
620620}
621621Blockbench . 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() {
238238 > </ img >
239239 </ Center >
240240 < Center >
241- < h1 style = { { fontSize : '3em' } } > { tl ( 'animatedJava' ) } </ h1 >
241+ < h1 style = { { fontSize : '3em' } } >
242+ { tl ( 'animatedJava.plugin.title' ) }
243+ </ h1 >
242244 </ Center >
243245 < Center >
244246 < p style = { { marginTop : '0.1em' } } >
You can’t perform that action at this time.
0 commit comments