diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-22 08:30:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 08:30:30 +0100 |
commit | a6d967c513053d1f53a3e0944be6f6097e27876a (patch) | |
tree | 60bb5df54670b1fff331004d6b694f6aa8dc9a10 /items/POLISHED_PUMPKIN.json | |
parent | ce2a8e23753746323446021155538d68c2f78d05 (diff) | |
parent | 3e758918fb29e4fb54d998b457b7953e42e26a7d (diff) | |
download | NotEnoughUpdates-REPO-a6d967c513053d1f53a3e0944be6f6097e27876a.tar.gz NotEnoughUpdates-REPO-a6d967c513053d1f53a3e0944be6f6097e27876a.tar.bz2 NotEnoughUpdates-REPO-a6d967c513053d1f53a3e0944be6f6097e27876a.zip |
Merge pull request #3 from Moulberry/master
Update from original repo
Diffstat (limited to 'items/POLISHED_PUMPKIN.json')
-rw-r--r-- | items/POLISHED_PUMPKIN.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/POLISHED_PUMPKIN.json b/items/POLISHED_PUMPKIN.json new file mode 100644 index 00000000..312ed536 --- /dev/null +++ b/items/POLISHED_PUMPKIN.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Polished Pumpkin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3508645c-9fd9-3501-b79c-d490f6c4d028\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRiNzExZmY1MmVlZGRhNTljNDM0YmIwMzE2OTc2M2Q3YzQwYjViODkxMjc3NzhmZWFjZDYzYWE5NGRmYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Polished Pumpkin\"},ExtraAttributes:{id:\"POLISHED_PUMPKIN\"}}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_PUMPKIN:32", + "A3": "", + "B1": "ENCHANTED_PUMPKIN:32", + "B2": "ENCHANTED_PUMPKIN:32", + "B3": "ENCHANTED_PUMPKIN:32", + "C1": "", + "C2": "ENCHANTED_PUMPKIN:32", + "C3": "" + }, + "internalname": "POLISHED_PUMPKIN", + "clickcommand": "viewrecipe", + "modver": "1.5-REL", + "crafttext": "Requires: Pumpkin X", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Polished_Pumpkin" + ] +}
\ No newline at end of file |