diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-10 03:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 11:40:40 +1000 |
commit | 54fedb67b2a234a91f6ff63068751fc80c15c60a (patch) | |
tree | c6c347b089cdbb0687135a636607a93869ed72b8 /items/GREAT_WHITE_TOOTH_MEAL.json | |
parent | 06200f5b7004f57e1b703d0ad2047d4536b41770 (diff) | |
download | NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.gz NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.bz2 NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.zip |
water, dirt, fire, air (#813)
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 |