diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-02 17:41:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:41:58 +0000 |
commit | 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e (patch) | |
tree | 93bef849963060da7a222471c6ca37a9ffcc891b /items/RING_OF_BROKEN_LOVE.json | |
parent | bb79c8cc5d60b64a462ea35c5877bdc672516fa6 (diff) | |
download | NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.gz NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.bz2 NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.zip |
Fixed lore from 33 items, added fetchur npc, fixed nbt of max ench book (#1081)
Diffstat (limited to 'items/RING_OF_BROKEN_LOVE.json')
-rw-r--r-- | items/RING_OF_BROKEN_LOVE.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/RING_OF_BROKEN_LOVE.json b/items/RING_OF_BROKEN_LOVE.json index 2f132488..0f4b1175 100644 --- a/items/RING_OF_BROKEN_LOVE.json +++ b/items/RING_OF_BROKEN_LOVE.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§6Ring of Broken Love", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"975c087c-7a30-36d9-b8e0-882b92bd406c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQwZTdjMDE2YTgzYzdjNTgwNmI4ZWZmMGZhMTJmMjczYzAzNmExOGU1MDY2YmRlZDI4MGZhNmJlZGU3Y2M5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Rift Time: §a+80s\",1:\"\",2:\"§7This time around, fate really\",3:\"§7got in the way of love.\",4:\"\",5:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Ring of Broken Love\"},ExtraAttributes:{id:\"RING_OF_BROKEN_LOVE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"975c087c-7a30-36d9-b8e0-882b92bd406c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQwZTdjMDE2YTgzYzdjNTgwNmI4ZWZmMGZhMTJmMjczYzAzNmExOGU1MDY2YmRlZDI4MGZhNmJlZGU3Y2M5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Rift Time: §a+80s\",1:\"\",2:\"§7This time around, fate really got in\",3:\"§7the way of love.\",4:\"\",5:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Ring of Broken Love\"},ExtraAttributes:{id:\"RING_OF_BROKEN_LOVE\"}}", "damage": 3, "lore": [ "§7Rift Time: §a+80s", "", - "§7This time around, fate really", - "§7got in the way of love.", + "§7This time around, fate really got in", + "§7the way of love.", "", "§6§lLEGENDARY ACCESSORY" ], |