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_CHICKEN_N_EGG.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_CHICKEN_N_EGG.json')
-rw-r--r-- | items/RIFT_TROPHY_CHICKEN_N_EGG.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/RIFT_TROPHY_CHICKEN_N_EGG.json b/items/RIFT_TROPHY_CHICKEN_N_EGG.json new file mode 100644 index 00000000..6a6ece27 --- /dev/null +++ b/items/RIFT_TROPHY_CHICKEN_N_EGG.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:soul_sand", + "displayname": "§cChicken N Egg 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:\"§cChicken N Egg Timecharm\"},ExtraAttributes:{id:\"RIFT_TROPHY_CHICKEN_N_EGG\",uuid:\"9382ebd1-2634-4f37-99fe-34d24bcddc06\",timestamp:\"6/21/23 10:41 AM\"}}", + "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": "CADUCOUS_STEM_BUNCH:1", + "A2": "METAPHORIC_EGG:2", + "A3": "AGARICUS_CAP_BUNCH:1", + "B1": "METAPHORIC_EGG:2", + "B2": "PROTOCHICKEN:1", + "B3": "METAPHORIC_EGG:2", + "C1": "WILTED_BERBERIS_BUNCH:1", + "C2": "METAPHORIC_EGG:2", + "C3": "WILTED_BERBERIS_BUNCH:1" + }, + "internalname": "RIFT_TROPHY_CHICKEN_N_EGG", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Chicken_N_Egg_Timecharm", + "https://wiki.hypixel.net/Chicken_N_Egg_Timecharm" + ] +}
\ No newline at end of file |