diff options
Diffstat (limited to 'items/GREAT_WHITE_TOOTH_MEAL.json')
-rw-r--r-- | items/GREAT_WHITE_TOOTH_MEAL.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/GREAT_WHITE_TOOTH_MEAL.json b/items/GREAT_WHITE_TOOTH_MEAL.json new file mode 100644 index 00000000..82658f04 --- /dev/null +++ b/items/GREAT_WHITE_TOOTH_MEAL.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§6Great White Tooth Meal", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7It smells like blood and fear.\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§6Great White Tooth Meal\"},ExtraAttributes:{id:\"GREAT_WHITE_TOOTH_MEAL\"}}", + "damage": 15, + "lore": [ + "§7It smells like blood and fear.", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "", + "A2": "GREAT_WHITE_SHARK_TOOTH:1", + "A3": "", + "B1": "GREAT_WHITE_SHARK_TOOTH:1", + "B2": "ENCHANTED_BONE:1", + "B3": "GREAT_WHITE_SHARK_TOOTH:1", + "C1": "", + "C2": "GREAT_WHITE_SHARK_TOOTH:1", + "C3": "" + }, + "internalname": "GREAT_WHITE_TOOTH_MEAL", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |