From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/INK_SACK-5.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/INK_SACK-5.json (limited to 'items/INK_SACK-5.json') diff --git a/items/INK_SACK-5.json b/items/INK_SACK-5.json new file mode 100644 index 00000000..6ed9b0c7 --- /dev/null +++ b/items/INK_SACK-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fPurple Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Dye\"},ExtraAttributes:{id:\"INK_SACK-5\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-5", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-4:1", + "A2": "INK_SACK-1:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +} \ No newline at end of file -- cgit