Skip to content

Commit 03542e0

Browse files
add description
1 parent 7e7a77b commit 03542e0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

plugins/animator.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
var def = {};
66

77
Plugin.register('animator', {
8-
title: 'Java Model Animator',
8+
title: 'Java Item Model Animator',
99
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`,
1113
icon: 'compare',
1214
version: '1.0.0',
1315
variant: 'both',

0 commit comments

Comments
 (0)