diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-13 20:45:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 19:45:10 +0000 |
| commit | 65857c5f8e334b8811ee6c9b2cf7f85add9a8182 (patch) | |
| tree | 7aa5a761b607cedecbafd48c86e7652eaa37dcc5 | |
| parent | 50c336e1f71bbf83be4f632ac932c11d372cd8d2 (diff) | |
| download | NotEnoughUpdates-REPO-65857c5f8e334b8811ee6c9b2cf7f85add9a8182.tar.gz NotEnoughUpdates-REPO-65857c5f8e334b8811ee6c9b2cf7f85add9a8182.tar.bz2 NotEnoughUpdates-REPO-65857c5f8e334b8811ee6c9b2cf7f85add9a8182.zip | |
fix: AOTL Rarity (#1515)
| -rw-r--r-- | items/ASPECT_OF_THE_LEECH_1.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/items/ASPECT_OF_THE_LEECH_1.json b/items/ASPECT_OF_THE_LEECH_1.json index cb5ef218..55b55eb7 100644 --- a/items/ASPECT_OF_THE_LEECH_1.json +++ b/items/ASPECT_OF_THE_LEECH_1.json @@ -1,15 +1,14 @@ { "itemid": "minecraft:wooden_shovel", - "displayname": "§9Aspect of the Leech", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§6Ability: Weird Transmission §e§lRIGHT CLICK\",1:\"§7Teleport §a3 blocks§7 ahead of\",2:\"§7you.\",3:\"§8Mana Cost: §360\",4:\"\",5:\"§9§lRARE WAND\"],Name:\"§9Aspect of the Leech\"},ExtraAttributes:{id:\"ASPECT_OF_THE_LEECH_1\"}}", + "displayname": "§aAspect of the Leech", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§6Ability: Weird Transmission §e§lRIGHT CLICK\",1:\"§7Teleport §a3 blocks§7 ahead of you.\",2:\"§8Mana Cost: §360\",3:\"\",4:\"§a§lUNCOMMON WAND\"],Name:\"§aAspect of the Leech\"},ExtraAttributes:{id:\"ASPECT_OF_THE_LEECH_1\"}}", "damage": 0, "lore": [ - "§6Ability: Weird Transmission §e§lRIGHT CLICK", - "§7Teleport §a3 blocks§7 ahead of", - "§7you.", + "§6Ability: Weird Transmission §e§lRIGHT CLICK", + "§7Teleport §a3 blocks§7 ahead of you.", "§8Mana Cost: §360", "", - "§9§lRARE WAND" + "§a§lUNCOMMON WAND" ], "recipe": { "A1": "", @@ -24,7 +23,7 @@ }, "internalname": "ASPECT_OF_THE_LEECH_1", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.5.0", "crafttext": "", "infoType": "WIKI_URL", "info": [ |
