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
Copy file name to clipboardExpand all lines: plugins/animator.js
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,11 @@
5
5
vardef={};
6
6
7
7
Plugin.register('animator',{
8
-
title: 'Java Model Animator',
8
+
title: 'Java Item Model Animator',
9
9
author: 'Command Master',
10
-
description: 'Makes a clean transition between two models',
10
+
description: `Takes two java item models and outputs a zip with a resourcepack and a datapack to make a clear transaction between them in the players hand (the plugin can also work for other animations but the datapack have to be coded manually).
11
+
The animation is activated using "/scoreboard players set @s animation 0".
12
+
To use click Filter -> Save starting model the save the first model, and then click on File -> Export -> Export animation to download the ZIP file of the animation`,
0 commit comments