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/PERFECT_BOOTS_11.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 items/PERFECT_BOOTS_11.json (limited to 'items/PERFECT_BOOTS_11.json') diff --git a/items/PERFECT_BOOTS_11.json b/items/PERFECT_BOOTS_11.json new file mode 100644 index 00000000..37df09ee --- /dev/null +++ b/items/PERFECT_BOOTS_11.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§6Perfect Boots - Tier XI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_11\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+290", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_10:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_11", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +} \ No newline at end of file -- cgit