From 353a3e54ce3d34fc61638fa6f1dd2ef91e70599d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 15 Jan 2021 15:37:06 -0500 Subject: Forgot to make a commit --- items/GLACITE_BOOTS.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/GLACITE_BOOTS.json (limited to 'items/GLACITE_BOOTS.json') diff --git a/items/GLACITE_BOOTS.json b/items/GLACITE_BOOTS.json new file mode 100644 index 00000000..14bbf39d --- /dev/null +++ b/items/GLACITE_BOOTS.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§f§f§5Glacite Boots", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"\",3:\"§6Full Set Bonus: Expert Miner\",4:\"§7Grants §6+2↑ Mining Speed §7for\",5:\"§7each of your mining levels.\",6:\"\",7:\"§7The Defense §7of this item is\",8:\"§7doubled while on a mining island\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC BOOTS\"],color:261368,Name:\"§f§f§5Glacite Boots\"},ExtraAttributes:{color:\"3:252:248\",originTag:\"UNKNOWN\",id:\"GLACITE_BOOTS\",uuid:\"97285c25-ca2f-47d0-a059-fcc10b210ef9\",timestamp:\"1/15/21 3:32 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Defense: §a+140", + "§7Speed: §a+10", + "", + "§6Full Set Bonus: Expert Miner", + "§7Grants §6+2↑ Mining Speed §7for", + "§7each of your mining levels.", + "", + "§7The Defense §7of this item is", + "§7doubled while on a mining island", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "internalname": "GLACITE_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} \ No newline at end of file -- cgit