aboutsummaryrefslogtreecommitdiff
path: root/items/PIG_ANIMAL.json
blob: c1484067c2d9d9aabae7aacc54f2c93bb5f5df2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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. \",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. ",
    "",
    "§c❤ Health§8: §c50"
  ],
  "internalname": "PIG_ANIMAL",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Pig",
    "https://wiki.hypixel.net/Pig"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 1,
      "coins": 5,
      "combat_xp": 3,
      "name": "§cPig",
      "render": "Pig",
      "panorama": "farming_1",
      "type": "drops",
      "drops": [
        {
          "id": "PORK:1",
          "chance": "100%"
        }
      ]
    }
  ]
}