Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Commit d063b2c

Browse files
authored
Added show itemstack totem-like animation block
1 parent 0d4e5f1 commit d063b2c

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Minecraft.getInstance().gameRenderer.displayItemActivation(${input$item});
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Minecraft.getInstance().gameRenderer.displayItemActivation(${input$item});

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"info": {
55
"name": "Extra Procedures Plugin",
66
"description": "A plugin that adds extra procedures and global triggers.",
7-
"version": "a1.20",
7+
"version": "a1.22",
88
"authors": "Max094_Reikeb & CrispyChips"
99
}
1010
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"message0": "Show %1 totem-like animation",
3+
"args0": [
4+
{
5+
"type": "input_value",
6+
"name": "item",
7+
"check": "MCItem"
8+
}
9+
],
10+
"inputsInline": true,
11+
"previousStatement": null,
12+
"nextStatement": null,
13+
"colour": "60",
14+
"mcreator": {
15+
"toolbox_id": "itemmanagement",
16+
"toolbox_init": [
17+
"<value name=\"item\"><block type=\"itemstack_to_mcitem\"></block></value>"
18+
],
19+
"inputs": [
20+
"item"
21+
]
22+
}
23+
}

0 commit comments

Comments
 (0)