diff options
Diffstat (limited to 'items/MOOSHROOM_COW;1.json')
-rw-r--r-- | items/MOOSHROOM_COW;1.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/items/MOOSHROOM_COW;1.json b/items/MOOSHROOM_COW;1.json index acba9427..c4d18139 100644 --- a/items/MOOSHROOM_COW;1.json +++ b/items/MOOSHROOM_COW;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aMooshroom Cow", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0551db97-ea7e-3c99-b0b6-db65a3d29a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI1Mjg0MWYyZmQ1ODllMGJjODRjYmFiZjllMWMyN2NiNzBjYWM5OGY4ZDZiM2RkMDY1ZTU1YTRkY2I3MGQ3NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Farming Fortune: §a{FARMING_FORTUNE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Efficient Mushrooms\",6:\"§7§7Mushroom§7 and Mycelium\",7:\"§7minions work §a{0}% §7faster\",8:\"§7while on your island.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aMooshroom Cow\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MOOSHROOM_COW\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"MOOSHROOM_COW;1\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0551db97-ea7e-3c99-b0b6-db65a3d29a6d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI1Mjg0MWYyZmQ1ODllMGJjODRjYmFiZjllMWMyN2NiNzBjYWM5OGY4ZDZiM2RkMDY1ZTU1YTRkY2I3MGQ3NyJ9fX0=\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Farming Fortune: §a{FARMING_FORTUNE}\",3:\"§7Health: §a{HEALTH}\",4:\"\",5:\"§6Efficient Mushrooms\",6:\"§7§7Mushroom§7 and Mycelium\",7:\"§7minions work §a{0}% §7faster\",8:\"§7while on your island.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aMooshroom Cow\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MOOSHROOM_COW\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"MOOSHROOM_COW;1\"}}", "damage": 3, "lore": [ "§8Farming Pet", @@ -39,5 +39,17 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mooshroom_Cow_Pet", "https://wiki.hypixel.net/Mooshroom_Cow_Pet" + ], + "recipes": [ + { + "type": "katgrade", + "coins": 10000, + "time": 3600, + "input": "MOOSHROOM_COW;0", + "output": "MOOSHROOM_COW;1", + "items": [ + "DIGESTED_MUSHROOMS:5" + ] + } ] }
\ No newline at end of file |