diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/EXPERIENCE_ARTIFACT.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/EXPERIENCE_ARTIFACT.json')
-rw-r--r-- | items/EXPERIENCE_ARTIFACT.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/EXPERIENCE_ARTIFACT.json b/items/EXPERIENCE_ARTIFACT.json index d61c8f3c..0f111897 100644 --- a/items/EXPERIENCE_ARTIFACT.json +++ b/items/EXPERIENCE_ARTIFACT.json @@ -1,11 +1,8 @@ { - "internalname": "EXPERIENCE_ARTIFACT", "itemid": "minecraft:enchanted_book", - "displayname": "Experience Artifact", - "clickcommand": "viewrecipe", + "displayname": "§5Experience Artifact", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increase the experience orbs you\",1:\"§7gain by §a25% §7while this item\",2:\"§7is in your inventory.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC ACCESSORY\"],Name:\"§5Experience Artifact\"},ExtraAttributes:{id:\"EXPERIENCE_ARTIFACT\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increase the experience orbs you\",1:\"§7gain by §a25% §7while this item\",2:\"§7is in your inventory.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC ACCESSORY\"],Name:\"§5Experience Artifact\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"EXPERIENCE_ARTIFACT\",uuid:\"c599eaf5-ef57-485b-8999-de1ed76c9b26\",timestamp:\"3/8/20 12:32 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Increase the experience orbs you", "§7gain by §a25% §7while this item", @@ -13,5 +10,23 @@ "", "§7§8This item can be reforged!", "§5§lEPIC ACCESSORY" + ], + "recipe": { + "A1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "A2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "A3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "B1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "B2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "B3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "C1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "C3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1" + }, + "internalname": "EXPERIENCE_ARTIFACT", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Experience_Artifact" ] }
\ No newline at end of file |