From 8075d184d6bb0adacc40a5627ebd0e9bf0f34ce2 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 12 Sep 2020 20:54:35 -0400 Subject: More recipies --- items/TIGER_SHARK_TOOTH.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/TIGER_SHARK_TOOTH.json (limited to 'items/TIGER_SHARK_TOOTH.json') diff --git a/items/TIGER_SHARK_TOOTH.json b/items/TIGER_SHARK_TOOTH.json new file mode 100644 index 00000000..d62b97c5 --- /dev/null +++ b/items/TIGER_SHARK_TOOTH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:ghast_tear", + "displayname": "§5Tiger 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:\"§5§lEPIC\"],Name:\"§5Tiger Shark Tooth\"},ExtraAttributes:{id:\"TIGER_SHARK_TOOTH\"}}", + "damage": 0, + "lore": [ + "§7Dropped by a Shark during", + "§7Fishing Festival.", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC" + ], + "internalname": "TIGER_SHARK_TOOTH", + "clickcommand": "", + "modver": "1.3-REL" +} \ No newline at end of file -- cgit