From 45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04 Mon Sep 17 00:00:00 2001 From: jani270 Date: Thu, 22 Jun 2023 16:41:50 +0200 Subject: Added crafttext to many items, added hemovibe collection items, added new enchants, added warp to wizard tower --- items/SILVERTWIST_KARAMBIT.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/SILVERTWIST_KARAMBIT.json (limited to 'items/SILVERTWIST_KARAMBIT.json') diff --git a/items/SILVERTWIST_KARAMBIT.json b/items/SILVERTWIST_KARAMBIT.json new file mode 100644 index 00000000..ca460697 --- /dev/null +++ b/items/SILVERTWIST_KARAMBIT.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§5Silver-Twist Karambit", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Damage: §a+6\",1:\"§7Speed: §a+15\",2:\"\",3:\"§7Gain §5+5❁ Rift Damage §7against\",4:\"§7§4Vampires§7.\",5:\"\",6:\"§7Regens §b6 Mana §7and §c0.5❤\",7:\"§c§7on hit.\",8:\"\",9:\"§5§lEPIC SWORD\"],Name:\"§5Silver-Twist Karambit\"},ExtraAttributes:{id:\"SILVERTWIST_KARAMBIT\"}}", + "damage": 0, + "lore": [ + "§7Rift Damage: §a+6", + "§7Speed: §a+15", + "", + "§7Gain §5+5❁ Rift Damage §7against", + "§7§4Vampires§7.", + "", + "§7Regens §b6 Mana §7and §c0.5❤", + "§c§7on hit.", + "", + "§5§lEPIC SWORD" + ], + "internalname": "SILVERTWIST_KARAMBIT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit