From b09d5d229d6134a9346b0a702bff4ccccf66e5d0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:31:05 +0200 Subject: Reforge Stones and Rainbow Names + removing Item + update things (#503) * Reforge Stones and Rainbow Names * Removing dupe json with the wrong name * Fixing other Stuff * Another Rainbow name * Another Fix * Rainbow name * Rainbow Name * Another Fix * First Part * Fuck * Part 2 * Part 3 * Part 4 * copy paste ftw --- items/JUJU_SHORTBOW.json | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'items/JUJU_SHORTBOW.json') diff --git a/items/JUJU_SHORTBOW.json b/items/JUJU_SHORTBOW.json index f1b9f7be..a1eda35b 100644 --- a/items/JUJU_SHORTBOW.json +++ b/items/JUJU_SHORTBOW.json @@ -1,26 +1,39 @@ { "itemid": "minecraft:bow", "displayname": "§5Juju Shortbow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+260\",1:\"§7Strength: §c+100\",2:\"§7Cirt Change: §c+10%\",3:\"§7Crit Damage: §c+35%\",4:\"\",5:\"§5Instantly shoots\",6:\"§7Hits §c3 §7mobs on impact.\",7:\"§7Can damage endermen\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\",11:\"\",12:\"§c§lNOTE: This Item is currently unobtainable!\"],Name:\"§5Juju Shortbow\"},ExtraAttributes:{id:\"JUJU_SHORTBOW\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+310\",1:\"§7Strength: §c+40\",2:\"§7Cirt Change: §c+10%\",3:\"§7Crit Damage: §c+110%\",4:\"\",5:\"§5Instantly shoots\",6:\"§7Hits §c3 §7mobs on impact.\",7:\"§7Can damage endermen\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4☠ §cRequires §5Enderman Slayer 3\",11:\"§5§lEPIC BOW\"],Name:\"§5Juju Shortbow\"},ExtraAttributes:{id:\"JUJU_SHORTBOW\"}}", "damage": 0, "lore": [ - "§7Damage: §c+260", - "§7Strength: §c+100", + "§7Damage: §c+310", + "§7Strength: §c+40", "§7Cirt Change: §c+10%", - "§7Crit Damage: §c+35%", + "§7Crit Damage: §c+110%", "", "§5Instantly shoots", "§7Hits §c3 §7mobs on impact.", "§7Can damage endermen", "", "§7§8This item can be reforged!", - "§5§lEPIC BOW", - "", - "§c§lNOTE: This Item is currently unobtainable!" + "§7§4☠ §cRequires §5Enderman Slayer 3", + "§5§lEPIC BOW" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_EYE_OF_ENDER:32", + "A3": "ENCHANTED_STRING:64", + "B1": "NULL_OVOID:32", + "B2": "NULL_OVOID", + "B3": "ENCHANTED_STRING:64", + "C1": "", + "C2": "ENCHANTED_QUARTZ_BLOCK:32", + "C3": "ENCHANTED_STRING:64" + }, "internalname": "JUJU_SHORTBOW", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Juju_Shortbow" + ] } \ No newline at end of file -- cgit