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/BLUE_SHARK_TOOTH.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/BLUE_SHARK_TOOTH.json (limited to 'items/BLUE_SHARK_TOOTH.json') diff --git a/items/BLUE_SHARK_TOOTH.json b/items/BLUE_SHARK_TOOTH.json new file mode 100644 index 00000000..e6ed2e2b --- /dev/null +++ b/items/BLUE_SHARK_TOOTH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:ghast_tear", + "displayname": "§9Blue Shark Tooth", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Dropped by a Shark during\",1:\"§7Fishing Festival.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Blue Shark Tooth\"},ExtraAttributes:{id:\"BLUE_SHARK_TOOTH\"}}", + "damage": 0, + "lore": [ + "§7Dropped by a Shark during", + "§7Fishing Festival.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "BLUE_SHARK_TOOTH", + "clickcommand": "", + "modver": "1.3-REL" +} \ No newline at end of file -- cgit