From 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Fri, 23 Jun 2023 11:38:42 +0200 Subject: Rift (#944) Co-authored-by: jani270 --- items/NEARLY_COHERENT_ROD.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 items/NEARLY_COHERENT_ROD.json (limited to 'items/NEARLY_COHERENT_ROD.json') diff --git a/items/NEARLY_COHERENT_ROD.json b/items/NEARLY_COHERENT_ROD.json new file mode 100644 index 00000000..f6791001 --- /dev/null +++ b/items/NEARLY_COHERENT_ROD.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:carrot_on_a_stick", + "displayname": "§aNearly Coherent doR gnihsiF", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Hold this and §aGloria §7will\",1:\"§7follow you instead of running\",2:\"§7away.\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aNearly Coherent doR gnihsiF\"},ExtraAttributes:{id:\"NEARLY_COHERENT_ROD\"}}", + "damage": 0, + "lore": [ + "§7Hold this and §aGloria §7will", + "§7follow you instead of running", + "§7away.", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "MIRRORED_STICK:1", + "A2": "", + "A3": "", + "B1": "MIRRORED_STRING:1", + "B2": "MIRRORED_STICK:1", + "B3": "", + "C1": "NEARLY_WHOLE_CARROT:16", + "C2": "", + "C3": "MIRRORED_STICK:1" + }, + "internalname": "NEARLY_COHERENT_ROD", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Half-Eaten Carrot IV", + "infoType": "" +} \ No newline at end of file -- cgit