From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/EXPERIENCE_ARTIFACT.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/EXPERIENCE_ARTIFACT.json (limited to 'items/EXPERIENCE_ARTIFACT.json') diff --git a/items/EXPERIENCE_ARTIFACT.json b/items/EXPERIENCE_ARTIFACT.json new file mode 100644 index 00000000..d61c8f3c --- /dev/null +++ b/items/EXPERIENCE_ARTIFACT.json @@ -0,0 +1,17 @@ +{ + "internalname": "EXPERIENCE_ARTIFACT", + "itemid": "minecraft:enchanted_book", + "displayname": "Experience Artifact", + "clickcommand": "viewrecipe", + "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", + "§7is in your inventory.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC ACCESSORY" + ] +} \ No newline at end of file -- cgit