diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/COW_ANIMAL.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'items/COW_ANIMAL.json')
-rw-r--r-- | items/COW_ANIMAL.json | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/items/COW_ANIMAL.json b/items/COW_ANIMAL.json index 70df29da..799a8569 100644 --- a/items/COW_ANIMAL.json +++ b/items/COW_ANIMAL.json @@ -1,21 +1,44 @@ { "itemid": "minecraft:skull", "displayname": "§aCow (Animal)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"97ddf3b3-9dbe-4a3b-8a0f-1b19ddeac0bd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQ2YzZlZGE5NDJmN2Y1ZjcxYzMxNjFjNzMwNmY0YWVkMzA3ZDgyODk1ZjlkMmIwN2FiNDUyNTcxOGVkYzUifX19=\"}]}},display:{Lore:[0:\"§7Cows are an animal in Hypixel Skyblock. Cows can\",1:\"§7be found at the Barn and are required to unlock\",2:\"§7the Leather Collection. Cows can also be spawned\",3:\"§7with the use of a Cow Minion. \"],Name:\"§aCow (Animal)\"},ExtraAttributes:{id:\"COW_ANIMAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"97ddf3b3-9dbe-4a3b-8a0f-1b19ddeac0bd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQ2YzZlZGE5NDJmN2Y1ZjcxYzMxNjFjNzMwNmY0YWVkMzA3ZDgyODk1ZjlkMmIwN2FiNDUyNTcxOGVkYzUifX19\u003d\"}]}},display:{Lore:[0:\"§7Cows are an animal in Hypixel Skyblock. Cows can\",1:\"§7be found at the Barn and are required to unlock\",2:\"§7the Leather Collection. Cows can also be spawned\",3:\"§7with the use of a Cow Minion. \",4:\"\",5:\"§c❤ Health§8: §c50\"],Name:\"§aCow (Animal)\"},ExtraAttributes:{id:\"COW_ANIMAL\"}}", "damage": 3, "lore": [ "§7Cows are an animal in Hypixel Skyblock. Cows can", "§7be found at the Barn and are required to unlock", "§7the Leather Collection. Cows can also be spawned", - "§7with the use of a Cow Minion. " + "§7with the use of a Cow Minion. ", + "", + "§c❤ Health§8: §c50" ], "internalname": "COW_ANIMAL", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Cow", "https://wiki.hypixel.net/Cow" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 1, + "coins": 5, + "combat_xp": 3, + "name": "§cCow", + "render": "Cow", + "panorama": "farming_1", + "type": "drops", + "drops": [ + { + "id": "RAW_BEEF:1", + "chance": "100%" + }, + { + "id": "LEATHER:1", + "chance": "100%" + } + ] + } + ] }
\ No newline at end of file |