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/DAY_CRYSTAL.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/DAY_CRYSTAL.json')
-rw-r--r-- | items/DAY_CRYSTAL.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/DAY_CRYSTAL.json b/items/DAY_CRYSTAL.json index f3fff25d..ee0db49f 100644 --- a/items/DAY_CRYSTAL.json +++ b/items/DAY_CRYSTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", "displayname": "§9Day Crystal", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increases your §9§c❁ Strength\",1:\"§c§7and §a❈ Defense§7 by §a+5§7\",2:\"§7during the Day.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE ACCESSORY\",6:\"\",7:\"§eClick to view recipe!\"],Name:\"§9Day Crystal\"},ExtraAttributes:{id:\"DAY_CRYSTAL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increases your §9§c❁ Strength\",1:\"§c§7and §a❈ Defense§7 by §a+5§7\",2:\"§7during the Day.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE ACCESSORY\"],Name:\"§9Day Crystal\"},ExtraAttributes:{id:\"DAY_CRYSTAL\"}}", "damage": 0, "lore": [ "§7Increases your §9§c❁ Strength", @@ -11,7 +11,22 @@ "§7§8This item can be reforged!", "§9§lRARE ACCESSORY" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_QUARTZ:1", + "A3": "", + "B1": "ENCHANTED_QUARTZ:1", + "B2": "ENCHANTED_QUARTZ_BLOCK:1", + "B3": "ENCHANTED_QUARTZ:1", + "C1": "", + "C2": "ENCHANTED_QUARTZ:1", + "C3": "" + }, "internalname": "DAY_CRYSTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Day_Crystal" + ] }
\ No newline at end of file |