Skip to content

Commit dffb123

Browse files
committed
Merge branch 'experimental'
2 parents dfd6791 + ad5d877 commit dffb123

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PLUGIN_DESCRIPTION: |-
44
PLUGIN_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'
88
IN_DEV: dbb29fae73ce8a216b2d4f4e0da42a36fd348983cae2e96587463def059fee9a
99
GLOBAL_SETTINGS_KEY: animated-java<settings.global>
1010
DISCORD_LINK: https://discord.gg/jFgY4PXZfp

src/settings.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,3 +619,8 @@ const updateSettingsOnProjectChange = () => {
619619
settings.update(settingsByUUID.get(Project.uuid))
620620
}
621621
Blockbench.on('select_project', updateSettingsOnProjectChange)
622+
623+
function trulyRandomINt() {
624+
return 4
625+
}
626+
const test = trulyRandomINt() / 10

src/ui/dialogs/about.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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' }}>

0 commit comments

Comments
 (0)