diff options
Diffstat (limited to 'items/GOLDEN_CARROT.json')
-rw-r--r-- | items/GOLDEN_CARROT.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/GOLDEN_CARROT.json b/items/GOLDEN_CARROT.json new file mode 100644 index 00000000..47e23642 --- /dev/null +++ b/items/GOLDEN_CARROT.json @@ -0,0 +1,13 @@ +{ + "internalname": "GOLDEN_CARROT", + "itemid": "minecraft:golden_carrot", + "displayname": "Golden Carrot", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGolden Carrot\"},ExtraAttributes:{id:\"GOLDEN_CARROT\"}}", + "modver": "1.0.0", + "lore": [ + "§8Brewing Ingredient", + "§f§lCOMMON" + ] +}
\ No newline at end of file |