From 1d120126bd0852101fe641db8dd2227199db01fc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:18:23 +0100 Subject: feat: 8th Timecharm (#1522) --- items/RIFT_TROPHY_MOUNTAIN.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/RIFT_TROPHY_MOUNTAIN.json (limited to 'items') diff --git a/items/RIFT_TROPHY_MOUNTAIN.json b/items/RIFT_TROPHY_MOUNTAIN.json new file mode 100644 index 00000000..ff30473d --- /dev/null +++ b/items/RIFT_TROPHY_MOUNTAIN.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:lapis_block", + "displayname": "§cCelestial Timecharm", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Place this timecharm in the §dRift\",1:\"§dGallery §7to secure it forever!\",2:\"\",3:\"§8§l* §8Soulbound §8§l*\",4:\"§c§lSPECIAL RIFT TIMECHARM\"],Name:\"§cCelestial Timecharm\"},ExtraAttributes:{id:\"RIFT_TROPHY_MOUNTAIN\"}}", + "damage": 0, + "lore": [ + "§7Place this timecharm in the §dRift", + "§dGallery §7to secure it forever!", + "", + "§8§l* §8Soulbound §8§l*", + "§c§lSPECIAL RIFT TIMECHARM" + ], + "internalname": "RIFT_TROPHY_MOUNTAIN", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit