From 64398a560ef328a787e5106197504a56d9cf80db Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:12:30 +0200 Subject: New Alpha Stuff (#787) * Nerds * More Items * I love stats * I love hypixel * Added and changed stuff from shitty update * editor throwing * I love the github editor * More fixes * Added new stuff to enchants.json Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/GUNTHER_SNEAKERS.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 items/GUNTHER_SNEAKERS.json (limited to 'items/GUNTHER_SNEAKERS.json') diff --git a/items/GUNTHER_SNEAKERS.json b/items/GUNTHER_SNEAKERS.json new file mode 100644 index 00000000..c17a0fef --- /dev/null +++ b/items/GUNTHER_SNEAKERS.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§9Gunther\u0027s Sneakers", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Speed: §a+4\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE BOOTS\"],color:5187718,Name:\"§9Gunther\u0027s Sneakers\"},ExtraAttributes:{id:\"GUNTHER_SNEAKERS\"}}", + "damage": 0, + "lore": [ + "§7Speed: §a+4", + "", + "§7§8This item can be reforged!", + "§9§lRARE BOOTS" + ], + "recipe": { + "A1": "SHADOW_CRUX:2", + "A2": "GUNTHESIZER_LICHEN:1", + "A3": "SHADOW_CRUX:2", + "B1": "SHADOW_CRUX:2", + "B2": "WYLD_BOOTS:1", + "B3": "SHADOW_CRUX:2", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "GUNTHER_SNEAKERS", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit