diff options
author | unknown <james.jenour@protonmail.com> | 2020-05-31 02:47:11 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-05-31 02:47:11 +1000 |
commit | 7dace9af7ae041a753bb076c0fbad7dd5b560294 (patch) | |
tree | 54709b56f9016fcca3575df54b4b3719ce49408e /items/SIMPLE_CARROT_CANDY.json | |
parent | 977fd9ee3a119c11514471b005a8f827b6ac54a8 (diff) | |
download | NotEnoughUpdates-REPO-7dace9af7ae041a753bb076c0fbad7dd5b560294.tar.gz NotEnoughUpdates-REPO-7dace9af7ae041a753bb076c0fbad7dd5b560294.tar.bz2 NotEnoughUpdates-REPO-7dace9af7ae041a753bb076c0fbad7dd5b560294.zip |
1.5
Diffstat (limited to 'items/SIMPLE_CARROT_CANDY.json')
-rw-r--r-- | items/SIMPLE_CARROT_CANDY.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/SIMPLE_CARROT_CANDY.json b/items/SIMPLE_CARROT_CANDY.json new file mode 100644 index 00000000..2ad46ef5 --- /dev/null +++ b/items/SIMPLE_CARROT_CANDY.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:carrot", + "displayname": "§aSimple Carrot Candy", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Feeding carrot candy to your\",1:\"§7pets gives them a boost of exp\",2:\"§7but pets can only eat §a10\",3:\"§a§7candy in their life time so\",4:\"§7choose your candy wisely!\",5:\"\",6:\"§7§7Grants §a20,000 §7pet exp\",7:\"\",8:\"§7§eRight click on your pet to\",9:\"§efeed it this candy!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_CARROT_CANDY\"}}", + "damage": 0, + "lore": [ + "§7§7Feeding carrot candy to your", + "§7pets gives them a boost of exp", + "§7but pets can only eat §a10", + "§a§7candy in their life time so", + "§7choose your candy wisely!", + "", + "§7§7Grants §a20,000 §7pet exp", + "", + "§7§eRight click on your pet to", + "§efeed it this candy!", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "CARROT_ITEM:64", + "A2": "CARROT_ITEM:64", + "A3": "CARROT_ITEM:64", + "B1": "CARROT_ITEM:64", + "B2": "CARROT_ITEM:64", + "B3": "CARROT_ITEM:64", + "C1": "CARROT_ITEM:64", + "C2": "CARROT_ITEM:64", + "C3": "CARROT_ITEM:64" + }, + "internalname": "SIMPLE_CARROT_CANDY", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "crafttext": "Requires: Carrot II", + "infoType": "" +}
\ No newline at end of file |