From bb5c206865fb2f5f11d7d2e809d73e92174f95ed Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:34:26 +0100 Subject: Added new cosmetics (#1129) * Added new cosmetics * Lore updates --- items/MAGMA_ARROW.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/MAGMA_ARROW.json (limited to 'items/MAGMA_ARROW.json') diff --git a/items/MAGMA_ARROW.json b/items/MAGMA_ARROW.json new file mode 100644 index 00000000..8e7ad8ff --- /dev/null +++ b/items/MAGMA_ARROW.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:arrow", + "displayname": "§5Magma Arrow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Crit Chance: §c+10%\",2:\"\",3:\"§8Stats added when shot!\",4:\"§5§lEPIC ARROW\"],Name:\"§5Magma Arrow\"},ExtraAttributes:{id:\"MAGMA_ARROW\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+40", + "§7Crit Chance: §c+10%", + "", + "§8Stats added when shot!", + "§5§lEPIC ARROW" + ], + "internalname": "MAGMA_ARROW", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit