diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/BUILDERS_WAND.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/BUILDERS_WAND.json')
-rw-r--r-- | items/BUILDERS_WAND.json | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/items/BUILDERS_WAND.json b/items/BUILDERS_WAND.json index 325d79ab..3df5226a 100644 --- a/items/BUILDERS_WAND.json +++ b/items/BUILDERS_WAND.json @@ -1,19 +1,18 @@ { "itemid": "minecraft:blaze_rod", - "displayname": "§f§f§6Builder's Wand", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Ability: Grand Architect §e§lRIGHT CLICK\",2:\"§7Right-Click the face of a block\",3:\"§7to extend all connected block\",4:\"§7faces.\",5:\"\",6:\"§6Ability: Built-in Storage §e§lLEFT CLICK\",7:\"§7Opens the wand storage. Blocks\",8:\"§7will be placed from your\",9:\"§7inventory or the wand storage.\",10:\"\",11:\"§6§lLEGENDARY\",12:\"\",13:\"§7Cost\",14:\"§b12,000 Bits\"],Name:\"§f§f§6Builder's Wand\"},ExtraAttributes:{id:\"BUILDERS_WAND\"},AttributeModifiers:[]}", + "displayname": "§6Builder\u0027s Wand", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"\",1:\"§6Ability: Grand Architect §e§lRIGHT CLICK\",2:\"§7Right-Click the face of a block to\",3:\"§7extend all connected block faces.\",4:\"\",5:\"§6Ability: Built-in Storage §e§lLEFT CLICK\",6:\"§7Opens the wand storage. Blocks will\",7:\"§7be placed from your inventory or\",8:\"§7the wand storage.\",9:\"\",10:\"§6§lLEGENDARY\",11:\"\",12:\"§7Cost\",13:\"§b12,000 Bits\"],Name:\"§6Builder\u0027s Wand\"},ExtraAttributes:{id:\"BUILDERS_WAND\"}}", "damage": 0, "lore": [ "", - "§6Ability: Grand Architect §e§lRIGHT CLICK", - "§7Right-Click the face of a block", - "§7to extend all connected block", - "§7faces.", + "§6Ability: Grand Architect §e§lRIGHT CLICK", + "§7Right-Click the face of a block to", + "§7extend all connected block faces.", "", - "§6Ability: Built-in Storage §e§lLEFT CLICK", - "§7Opens the wand storage. Blocks", - "§7will be placed from your", - "§7inventory or the wand storage.", + "§6Ability: Built-in Storage §e§lLEFT CLICK", + "§7Opens the wand storage. Blocks will", + "§7be placed from your inventory or", + "§7the wand storage.", "", "§6§lLEGENDARY", "", @@ -23,10 +22,10 @@ "internalname": "BUILDERS_WAND", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Builder's_Wand", - "https://wiki.hypixel.net/Builder's_Wand" + "https://hypixel-skyblock.fandom.com/wiki/Builder\u0027s_Wand", + "https://wiki.hypixel.net/Builder\u0027s_Wand" ] }
\ No newline at end of file |