diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /items/AGARIMOO_RING.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/AGARIMOO_RING.json')
-rw-r--r-- | items/AGARIMOO_RING.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/AGARIMOO_RING.json b/items/AGARIMOO_RING.json new file mode 100644 index 00000000..ee4bc382 --- /dev/null +++ b/items/AGARIMOO_RING.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aAgarimoo Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6df8413b-10a8-37f5-a95d-37cb71087540\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDNlYmYzOGI0YTcwOGViMDA3NDVkMWZiODdhNTNjYjgxYTdhZjZjYzE3OGQ5YTJjMTExNmMyY2JjZmY5NGZlYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Fishing Wisdom: §a+1\",1:\"§7Fishing Speed: §a+2\",2:\"\",3:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aAgarimoo Ring\"},ExtraAttributes:{id:\"AGARIMOO_RING\"}}", + "damage": 3, + "lore": [ + "§7Fishing Wisdom: §a+1", + "§7Fishing Speed: §a+2", + "", + "§a§lUNCOMMON ACCESSORY" + ], + "recipe": { + "A1": "AGARIMOO_TONGUE:12", + "A2": "AGARIMOO_TONGUE:12", + "A3": "AGARIMOO_TONGUE:12", + "B1": "AGARIMOO_TONGUE:12", + "B2": "AGARIMOO_TALISMAN:1", + "B3": "AGARIMOO_TONGUE:12", + "C1": "AGARIMOO_TONGUE:12", + "C2": "AGARIMOO_TONGUE:12", + "C3": "AGARIMOO_TONGUE:12" + }, + "internalname": "AGARIMOO_RING", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Agarimoo_Ring", + "https://wiki.hypixel.net/Agarimoo_Ring" + ] +}
\ No newline at end of file |