diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-11 12:53:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 06:53:46 -0400 |
commit | ca865f4658593db06f052383063aaefd46c6f7db (patch) | |
tree | bec7dfb39e314e72b2d9b97b5fe0e79d479fb9ae /items/BUILDERS_WAND.json | |
parent | 0da7c9f5a74e7d645d7350701ac5ae992f4a441f (diff) | |
download | NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.tar.gz NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.tar.bz2 NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.zip |
Bits and other Things (#490)
Diffstat (limited to 'items/BUILDERS_WAND.json')
-rw-r--r-- | items/BUILDERS_WAND.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/BUILDERS_WAND.json b/items/BUILDERS_WAND.json index 9b713406..fee1b711 100644 --- a/items/BUILDERS_WAND.json +++ b/items/BUILDERS_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§f§f§6Builder\u0027s Wand", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Grand Architect §e§lRIGHT CLICK\",2:\"§7Right-Click the face of a block\",3:\"§7to extend all connected block\",4:\"§7faces.\",5:\"\",6:\"§6Item Ability: 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\"],Name:\"§f§f§6Builder\u0027s Wand\"},ExtraAttributes:{id:\"BUILDERS_WAND\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Grand Architect §e§lRIGHT CLICK\",2:\"§7Right-Click the face of a block\",3:\"§7to extend all connected block\",4:\"§7faces.\",5:\"\",6:\"§6Item Ability: 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\u0027s Wand\"},ExtraAttributes:{id:\"BUILDERS_WAND\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "", @@ -15,12 +15,15 @@ "§7will be placed from your", "§7inventory or the wand storage.", "", - "§6§lLEGENDARY" + "§6§lLEGENDARY", + "", + "§7Cost", + "§b12,000 Bits" ], "internalname": "BUILDERS_WAND", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Builder\u0027s_Wand" |