diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-18 09:56:23 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-18 09:56:23 -0500 |
commit | f0b7140a1ae2d5d7203727b302cb3c5a23b7de15 (patch) | |
tree | 41270944d5c4e76fb8de447a02e8fd5fbe9a0c22 /items/NECRON_BLADE.json | |
parent | 82c90f155b121c21418068b5d44aea0485080740 (diff) | |
download | NotEnoughUpdates-REPO-f0b7140a1ae2d5d7203727b302cb3c5a23b7de15.tar.gz NotEnoughUpdates-REPO-f0b7140a1ae2d5d7203727b302cb3c5a23b7de15.tar.bz2 NotEnoughUpdates-REPO-f0b7140a1ae2d5d7203727b302cb3c5a23b7de15.zip |
More f7
Diffstat (limited to 'items/NECRON_BLADE.json')
-rw-r--r-- | items/NECRON_BLADE.json | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/items/NECRON_BLADE.json b/items/NECRON_BLADE.json index e9c54105..3faa51e7 100644 --- a/items/NECRON_BLADE.json +++ b/items/NECRON_BLADE.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Necron\u0027s Blade (Unrefined)", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425 \",1:\"§7Damage: §c+260 \",2:\"§7Strength: §c+110 \",3:\"\",4:\"§7Intelligence: §a+50 \",5:\"§7Ferocity: §a+30\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers.\",9:\"\",10:\"§eRight-click to use your class ability!\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§7§4❣ §cRequires §aCatacombs Floor VII\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necron\u0027s Blade (Unrefined)\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECRON_BLADE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+110\",3:\"\",4:\"§7Intelligence: §a+50\",5:\"§7Ferocity: §a+30\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers.\",9:\"\",10:\"§eRight-click to use your class ability!\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§7§4❣ §cRequires §aCatacombs Floor VII\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necron\u0027s Blade (Unrefined)\"},ExtraAttributes:{id:\"NECRON_BLADE\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d425 ", - "§7Damage: §c+260 ", - "§7Strength: §c+110 ", + "§7Gear Score: §d425", + "§7Damage: §c+260", + "§7Strength: §c+110", "", - "§7Intelligence: §a+50 ", + "§7Intelligence: §a+50", "§7Ferocity: §a+30", "", "§7Deals +§c50% §7damage to", @@ -22,9 +22,18 @@ "§aCompletion", "§6§lLEGENDARY DUNGEON SWORD" ], + "recipe": { + "A1": "", + "A2": "WITHER_CATALYST:12", + "A3": "", + "B1": "", + "B2": "WITHER_CATALYST:12", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "NECRON_BLADE", - "crafttext": "", - "clickcommand": "", - "modver": "1.5-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.6-REL" }
\ No newline at end of file |