diff options
Diffstat (limited to 'items/ENCHANTED_CARROT.json')
-rw-r--r-- | items/ENCHANTED_CARROT.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/ENCHANTED_CARROT.json b/items/ENCHANTED_CARROT.json new file mode 100644 index 00000000..efc1d611 --- /dev/null +++ b/items/ENCHANTED_CARROT.json @@ -0,0 +1,12 @@ +{ + "internalname": "ENCHANTED_CARROT", + "itemid": "minecraft:carrot", + "displayname": "Enchanted Carrot", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Carrot\"},ExtraAttributes:{id:\"ENCHANTED_CARROT\"}}", + "modver": "1.0.0", + "lore": [ + "§a§lUNCOMMON" + ] +}
\ No newline at end of file |