diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-31 10:18:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 10:18:22 +0100 |
commit | 81b07827e028134c07b709410b9e91b6c5dba97d (patch) | |
tree | ba6891d353dd03159eb155c1b7eafd2252959162 /items/WIZARD_WAND.json | |
parent | 1c566e8cac45443ce698295a90f7f2e2482909b6 (diff) | |
download | NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.tar.gz NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.tar.bz2 NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.zip |
Added Power Stones to slayer drops, fixed lore of 19 items (#892)
* Added Power Stones to slayer drops, fixed lore of 19 items
* Remove wrong item drop
* Fixed lore of funny items
doing nbt later
Diffstat (limited to 'items/WIZARD_WAND.json')
-rw-r--r-- | items/WIZARD_WAND.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/WIZARD_WAND.json b/items/WIZARD_WAND.json index 94022516..779bec3b 100644 --- a/items/WIZARD_WAND.json +++ b/items/WIZARD_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§5Wizard Wand", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oA private joke amongst\",1:\"§7§oWizards, but you wouldn\u0027t\",2:\"§7§ounderstand.\",3:\"\",4:\"§7Intelligence Earned: §b+0\",5:\"\",6:\"§6Ability: Time Warp! §e§lRIGHT CLICK\",7:\"§7§7Teleport through time (a work\",8:\"§7in progress).\",9:\"\",10:\"§7Claimed by: §b[MVP§c+§b] Eisengolem§f\",11:\"\",12:\"§8Edition #1\",13:\"§8July 2022\",14:\"\",15:\"§5§lEPIC WAND\"],Name:\"§5Wizard Wand\"},ExtraAttributes:{date:1658843716180L,edition:185,id:\"WIZARD_WAND\",recipient_name:\"§b[MVP§c+§b] Eisengolem§f\",player:\"§b[MVP§c+§b] Eisengolem§f\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oA private joke amongst\",1:\"§7§oWizards, but you wouldn\u0027t\",2:\"§7§ounderstand.\",3:\"\",4:\"§7Intelligence Earned: §b+0\",5:\"\",6:\"§6Ability: Time Warp! §e§lRIGHT CLICK\",7:\"§7§7Teleport through time (a work\",8:\"§7in progress).\",9:\"\",10:\"§7Purchased by: §b[MVP§c+§b] Eisengolem§f\",11:\"§7Purchased for: §6§k666,666,666 §6 coins\",12:\"\",13:\"§8Auction #§k1\",14:\"§8Bid #§k1\",15:\"§8July 2022\",16:\"\",17:\"§5§lEPIC WAND\"],Name:\"§5Wizard Wand\"},ExtraAttributes:{date:1658843716180L,edition:185,id:\"WIZARD_WAND\",recipient_name:\"§b[MVP§c+§b] Eisengolem§f\",player:\"§b[MVP§c+§b] Eisengolem§f\"}}", "damage": 0, "lore": [ "§7§7§oA private joke amongst", @@ -14,9 +14,11 @@ "§7§7Teleport through time (a work", "§7in progress).", "", - "§7Claimed by: §b[MVP§c+§b] Eisengolem§f", + "§7Purchased by: §b[MVP§c+§b] Eisengolem§f", + "§7Purchased for: §6§k666,666,666 §6 coins", "", - "§8Edition #1", + "§8Auction #§k1", + "§8Bid #§k1", "§8July 2022", "", "§5§lEPIC WAND" |