diff options
Diffstat (limited to 'items/PIG_ANIMAL.json')
-rw-r--r-- | items/PIG_ANIMAL.json | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/items/PIG_ANIMAL.json b/items/PIG_ANIMAL.json index 926323ce..c1484067 100644 --- a/items/PIG_ANIMAL.json +++ b/items/PIG_ANIMAL.json @@ -1,18 +1,38 @@ { "itemid": "minecraft:skull", "displayname": "§aPig (Animal)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1e1c2e4-1ed2-473d-bde2-3ec718535399\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNjY4ZWY3Y2I3OWRkOWMyMmNlM2QxZjNmNGNiNmUyNTU5ODkzYjZkZjRhNDY5NTE0ZTY2N2MxNmFhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Pigs are passive mobs that can be found at the\",1:\"§7Barn and they drop raw porkchops and experience. \"],Name:\"§aPig (Animal)\"},ExtraAttributes:{id:\"PIG_ANIMAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1e1c2e4-1ed2-473d-bde2-3ec718535399\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNjY4ZWY3Y2I3OWRkOWMyMmNlM2QxZjNmNGNiNmUyNTU5ODkzYjZkZjRhNDY5NTE0ZTY2N2MxNmFhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Pigs are passive mobs that can be found at the\",1:\"§7Barn and they drop raw porkchops and experience. \",2:\"\",3:\"§c❤ Health§8: §c50\"],Name:\"§aPig (Animal)\"},ExtraAttributes:{id:\"PIG_ANIMAL\"}}", "damage": 3, "lore": [ "§7Pigs are passive mobs that can be found at the", - "§7Barn and they drop raw porkchops and experience. " + "§7Barn and they drop raw porkchops and experience. ", + "", + "§c❤ Health§8: §c50" ], "internalname": "PIG_ANIMAL", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Pig" + "https://hypixel-skyblock.fandom.com/wiki/Pig", + "https://wiki.hypixel.net/Pig" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 1, + "coins": 5, + "combat_xp": 3, + "name": "§cPig", + "render": "Pig", + "panorama": "farming_1", + "type": "drops", + "drops": [ + { + "id": "PORK:1", + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |