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/RIFT_TROPHY_LAZY_LIVING.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/RIFT_TROPHY_LAZY_LIVING.json')
-rw-r--r-- | items/RIFT_TROPHY_LAZY_LIVING.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/RIFT_TROPHY_LAZY_LIVING.json b/items/RIFT_TROPHY_LAZY_LIVING.json new file mode 100644 index 00000000..9314b0dc --- /dev/null +++ b/items/RIFT_TROPHY_LAZY_LIVING.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:lapis_ore", + "displayname": "§cLiving Timecharm", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Place this timecharm in the\",1:\"§7§dRift Gallery §7to secure it\",2:\"§7forever!\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§c§lSPECIAL RIFT TIMECHARM\"],Name:\"§cLiving Timecharm\"},ExtraAttributes:{id:\"RIFT_TROPHY_LAZY_LIVING\"}}", + "damage": 0, + "lore": [ + "§7Place this timecharm in the", + "§7§dRift Gallery §7to secure it", + "§7forever!", + "", + "§8§l* §8Soulbound §8§l*", + "§c§lSPECIAL RIFT TIMECHARM" + ], + "recipe": { + "A1": "LIVING_METAL:20", + "A2": "LIVING_METAL:20", + "A3": "LIVING_METAL:20", + "B1": "LIVING_METAL:20", + "B2": "FROSTY_CRUX:20", + "B3": "LIVING_METAL:20", + "C1": "LIVING_METAL:20", + "C2": "LIVING_METAL:20", + "C3": "LIVING_METAL:20" + }, + "internalname": "RIFT_TROPHY_LAZY_LIVING", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Living_Timecharm", + "https://wiki.hypixel.net/Living_Timecharm" + ] +}
\ No newline at end of file |