diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-29 22:35:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 08:35:51 +1100 |
commit | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (patch) | |
tree | cf78541235e9cd5fb22be5465777dfc799da58e2 /items/ANCESTRAL_SPADE.json | |
parent | dc710886048e9e92f32f020764e9052474793ff3 (diff) | |
download | NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.gz NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.tar.bz2 NotEnoughUpdates-REPO-eb78fb7fe219a0ac5f7a937008be6b65c515e6cf.zip |
Fixed 1 NPC, 1 Mob, added 1 npc and fixed 1 item (#868)
Diffstat (limited to 'items/ANCESTRAL_SPADE.json')
-rw-r--r-- | items/ANCESTRAL_SPADE.json | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/items/ANCESTRAL_SPADE.json b/items/ANCESTRAL_SPADE.json index 02774ddd..b186617e 100644 --- a/items/ANCESTRAL_SPADE.json +++ b/items/ANCESTRAL_SPADE.json @@ -1,15 +1,21 @@ { "itemid": "minecraft:wooden_shovel", "displayname": "§9Ancestral Spade", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Hold to uncover and dig out\",1:\"§7§eGriffin Burrows§7, which hold\",2:\"§7both §6treasures §7and\",3:\"§7§cdangers§7.\",4:\"\",5:\"§7Only works while Diana's\",6:\"§7§2Mythological Ritual §7is\",7:\"§7active.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Ancestral Spade\"},ExtraAttributes:{id:\"ANCESTRAL_SPADE\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Hold in your hand to reveal and\",1:\"§7dig out §eGriffin Burrows §7in\",2:\"§7the hub, which hold both\",3:\"§7§6treasures §7and §cdangers§7.\",4:\"\",5:\"§6Ability: Echo §e§lRIGHT CLICK\",6:\"§7Show the way to the next or\",7:\"§7nearby Griffin burrow.\",8:\"§8Mana Cost: §398\",9:\"§8Cooldown: §a3s\",10:\"\",11:\"§7Only works while Diana\u0027s\",12:\"§7§2Mythological Ritual §7is\",13:\"§7active.\",14:\"\",15:\"§9§lRARE\"],Name:\"§9Ancestral Spade\"},ExtraAttributes:{id:\"ANCESTRAL_SPADE\"}}", "damage": 0, "lore": [ - "§7Hold to uncover and dig out", - "§7§eGriffin Burrows§7, which hold", - "§7both §6treasures §7and", - "§7§cdangers§7.", + "§7Hold in your hand to reveal and", + "§7dig out §eGriffin Burrows §7in", + "§7the hub, which hold both", + "§7§6treasures §7and §cdangers§7.", "", - "§7Only works while Diana's", + "§6Ability: Echo §e§lRIGHT CLICK", + "§7Show the way to the next or", + "§7nearby Griffin burrow.", + "§8Mana Cost: §398", + "§8Cooldown: §a3s", + "", + "§7Only works while Diana\u0027s", "§7§2Mythological Ritual §7is", "§7active.", "", |