diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/ORNATE_ZOMBIE_SWORD.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/ORNATE_ZOMBIE_SWORD.json')
-rw-r--r-- | items/ORNATE_ZOMBIE_SWORD.json | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/items/ORNATE_ZOMBIE_SWORD.json b/items/ORNATE_ZOMBIE_SWORD.json index f621a379..809c53b3 100644 --- a/items/ORNATE_ZOMBIE_SWORD.json +++ b/items/ORNATE_ZOMBIE_SWORD.json @@ -1,11 +1,8 @@ { - "internalname": "ORNATE_ZOMBIE_SWORD", "itemid": "minecraft:golden_sword", - "displayname": "Ornate Zombie Sword", - "clickcommand": "viewrecipe", + "displayname": "§5Ornate Zombie Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+110\",1:\"§7Strength: §c+60\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c144 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c48❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§5Ornate Zombie Sword\"},ExtraAttributes:{id:\"ORNATE_ZOMBIE_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+110\",1:\"§7Strength: §c+60\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c144 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c48❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC ZWAARD\"],Name:\"§5Ornate Zombie Sword\"},ExtraAttributes:{originTag:\"ORNATE_ZOMBIE_SWORD\",id:\"ORNATE_ZOMBIE_SWORD\",uuid:\"6e6ed7fb-fd29-452b-84e5-4502e2617fc0\",timestamp:\"10/26/19 8:30 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+110", "§7Strength: §c+60", @@ -20,6 +17,24 @@ "§8Charges: §e5 §8/ §a15s", "", "§7§8This item can be reforged!", - "§5§lEPIC ZWAARD" + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_GOLD_BLOCK:1", + "A3": "", + "B1": "", + "B2": "GOLDEN_POWDER:1", + "B3": "", + "C1": "", + "C2": "ZOMBIE_SWORD:1", + "C3": "" + }, + "internalname": "ORNATE_ZOMBIE_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ornate_Zombie_Sword" ] }
\ No newline at end of file |