From d31ba9aeb8f6c8ce4789f13aae9c647db198313d Mon Sep 17 00:00:00 2001 From: apotato321 Date: Tue, 16 Feb 2021 09:29:44 -0800 Subject: things iron missed (#403) * 2-16 Update Items * f --- items/SNOW_SHOVEL.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/SNOW_SHOVEL.json (limited to 'items/SNOW_SHOVEL.json') diff --git a/items/SNOW_SHOVEL.json b/items/SNOW_SHOVEL.json new file mode 100644 index 00000000..8e6cb274 --- /dev/null +++ b/items/SNOW_SHOVEL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:diamond_shovel", + "displayname": "§f§f§9Snow Shovel", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Snow Placer §e§lRIGHT CLICK\",2:\"§7Right-Click a block to place a\",3:\"§73x3 snow layer.\",4:\"\",5:\"§7Cost: §610 Coins\",6:\"\",7:\"§9§lRARE\"],Name:\"§f§f§9Snow Shovel\"},ExtraAttributes:{id:\"SNOW_SHOVEL\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "", + "§6Item Ability: Snow Placer §e§lRIGHT CLICK", + "§7Right-Click a block to place a", + "§73x3 snow layer.", + "", + "§7Cost: §610 Coins", + "", + "§9§lRARE" + ], + "internalname": "SNOW_SHOVEL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit