diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-10 22:52:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 21:52:49 +0000 |
commit | 352326f2f76c9726cec28cb96ca42f516c2e54f3 (patch) | |
tree | 2de5c3f8f58ecc72f42d20a58370f85b19c63725 /items/ASCENSION_ROPE.json | |
parent | 11950cbbebac5477fcd23e9aaa12795d774f51c5 (diff) | |
download | NotEnoughUpdates-REPO-352326f2f76c9726cec28cb96ca42f516c2e54f3.tar.gz NotEnoughUpdates-REPO-352326f2f76c9726cec28cb96ca42f516c2e54f3.tar.bz2 NotEnoughUpdates-REPO-352326f2f76c9726cec28cb96ca42f516c2e54f3.zip |
Fixed lore of crystal hollows items (#1064)
Diffstat (limited to 'items/ASCENSION_ROPE.json')
-rw-r--r-- | items/ASCENSION_ROPE.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/ASCENSION_ROPE.json b/items/ASCENSION_ROPE.json index d3033880..80f4b1b5 100644 --- a/items/ASCENSION_ROPE.json +++ b/items/ASCENSION_ROPE.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§9Ascension Rope", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0898e437-3ef9-3425-a0e8-1505fbc3842b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFhNzk3M2YyNWNiYmIwNzhmNTk1YzA0MzQ5ZmM1NDFhYzFkZjlhNDRiOGMxYTE2YzUyODU4MWFhNDE3MCJ9fX0=\"}]}},display:{Lore:[0:\"§7§7A single use sturdy old rope\",1:\"§7reinforced by wishful thinking.\",2:\"\",3:\"§6Ability: Rope Climbing §e§lRIGHT CLICK\",4:\"§7§7When in the §3Crystal Hollows\",5:\"§3§7allows you to §ehoist\",6:\"§e§7yourself back up a rope to the\",7:\"§7first §aentrance §7you arrived\",8:\"§7at.\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Ascension Rope\"},ExtraAttributes:{id:\"ASCENSION_ROPE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0898e437-3ef9-3425-a0e8-1505fbc3842b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFhNzk3M2YyNWNiYmIwNzhmNTk1YzA0MzQ5ZmM1NDFhYzFkZjlhNDRiOGMxYTE2YzUyODU4MWFhNDE3MCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7A single-use sturdy old rope\",1:\"§7reinforced by wishful thinking.\",2:\"\",3:\"§6Ability: Rope Climbing §e§lRIGHT CLICK\",4:\"§7§7When in the §5Crystal Hollows\",5:\"§5§7allows you to §ehoist\",6:\"§e§7yourself back up a rope to the\",7:\"§7first §aentrance §7you arrived\",8:\"§7at.\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Ascension Rope\"},ExtraAttributes:{id:\"ASCENSION_ROPE\"}}", "damage": 3, "lore": [ - "§7§7A single use sturdy old rope", + "§7§7A single-use sturdy old rope", "§7reinforced by wishful thinking.", "", - "§6Ability: Rope Climbing §e§lRIGHT CLICK", - "§7§7When in the §3Crystal Hollows", - "§3§7allows you to §ehoist", + "§6Ability: Rope Climbing §e§lRIGHT CLICK", + "§7§7When in the §5Crystal Hollows", + "§5§7allows you to §ehoist", "§e§7yourself back up a rope to the", "§7first §aentrance §7you arrived", "§7at.", @@ -19,7 +19,7 @@ "internalname": "ASCENSION_ROPE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ascension_Rope", |