diff options
Diffstat (limited to 'items/CRITICAL.json')
-rw-r--r-- | items/CRITICAL.json | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/items/CRITICAL.json b/items/CRITICAL.json index f918f20a..b8a295da 100644 --- a/items/CRITICAL.json +++ b/items/CRITICAL.json @@ -1,17 +1,30 @@ { - "internalname": "CRITICAL", - "itemid": "minecraft:potion", - "displayname": "§fCritical Potion", - "clickcommand": "viewpotion", - "damage": 12, - "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:7b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§4Critical\",2:\"§7Increases §9☣ Crit Chance §7and\",3:\"§7§9☠ Crit Damage§7.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fCritical Potion\"},ExtraAttributes:{id:\"CRITICAL\"}}", - "modver": "1.0.0", + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical IV\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a40%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{critical:4}}}", + "damage": 0, "lore": [ + "§9Critical IV", + "§7Increases §9☠ Crit Damage §7by", + "§7§a40%§7.", "", - "§4Critical", - "§7Increases §9☣ Crit Chance §7and", - "§7§9☠ Crit Damage§7.", + "§7Use this on an item in an Anvil", + "§7to apply it!", "", "§f§lCOMMON" - ] + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "PAPER:8", + "B3": "PAPER:8", + "C1": "", + "C2": "PAPER:8", + "C3": "ENCHANTED_DIAMOND:8" + }, + "internalname": "CRITICAL", + "clickcommand": "viewrecipe", + "modver": "1.0.0" }
\ No newline at end of file |