From f25ee74c7535f756f48277e4ccefdeb7272c2369 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 16 Jan 2021 10:46:05 -0500 Subject: Some More Items --- items/POWER_CRYSTAL.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 items/POWER_CRYSTAL.json (limited to 'items/POWER_CRYSTAL.json') diff --git a/items/POWER_CRYSTAL.json b/items/POWER_CRYSTAL.json new file mode 100644 index 00000000..aa322c31 --- /dev/null +++ b/items/POWER_CRYSTAL.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:nether_star", + "displayname": "§5Power Crystal", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Powers §bBeacons §7for up to\",1:\"§7§348 hours §7at a time!\",2:\"\",3:\"§7§7Can be obtained through refining at forges\",4:\"§7§7in the §6Dwarven Mines§7.\",5:\"\",6:\"§7Has a single §7use and can be stacked.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Power Crystal\"},ExtraAttributes:{id:\"POWER_CRYSTAL\"}}", + "damage": 0, + "lore": [ + "§7§7Powers §bBeacons §7for up to", + "§7§348 hours §7at a time!", + "", + "§7§7Can be obtained through refining at forges", + "§7§7in the §6Dwarven Mines§7.", + "", + "§7Has a single §7use and can be stacked.", + "", + "§5§lEPIC" + ], + "internalname": "POWER_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} \ No newline at end of file -- cgit