diff options
author | apotato321 <ryrylin5@gmail.com> | 2021-02-16 09:29:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 12:29:44 -0500 |
commit | d31ba9aeb8f6c8ce4789f13aae9c647db198313d (patch) | |
tree | 41a6dd2353f94176e417e82c06db80d363c32a51 /items | |
parent | ccea0ac167b0e711c60510ebf50c6c8d2084789c (diff) | |
download | NotEnoughUpdates-REPO-d31ba9aeb8f6c8ce4789f13aae9c647db198313d.tar.gz NotEnoughUpdates-REPO-d31ba9aeb8f6c8ce4789f13aae9c647db198313d.tar.bz2 NotEnoughUpdates-REPO-d31ba9aeb8f6c8ce4789f13aae9c647db198313d.zip |
things iron missed (#403)
* 2-16 Update Items
* f
Diffstat (limited to 'items')
-rw-r--r-- | items/PLUMBER_SPONGE.json | 10 | ||||
-rw-r--r-- | items/SNOW_SHOVEL.json | 21 |
2 files changed, 28 insertions, 3 deletions
diff --git a/items/PLUMBER_SPONGE.json b/items/PLUMBER_SPONGE.json index 4ca08806..6a90ae55 100644 --- a/items/PLUMBER_SPONGE.json +++ b/items/PLUMBER_SPONGE.json @@ -1,11 +1,9 @@ { - "internalname": "PLUMBER_SPONGE", "itemid": "minecraft:sponge", "displayname": "§aPlumber's Sponge", "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Instructions:\",1:\" §e1. §7Place on water.\",2:\" §e2. §7Drains other water.\",3:\" §e3. §7Double-bill client.\",4:\"\",5:\"§8Thanks Plumber Joe!\",6:\"\",7:\"§d§lNew! §eAlso works with lava!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aPlumber\u0027s Sponge\"},ExtraAttributes:{id:\"PLUMBER_SPONGE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Instructions:\",1:\" §e1. §7Place on water.\",2:\" §e2. §7Drains other water.\",3:\" §e3. §7Double-bill client.\",4:\"\",5:\"§8Thanks Plumber Joe!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aPlumber's Sponge\"},ExtraAttributes:{id:\"PLUMBER_SPONGE\"}}", - "modver": "1.0.0", "lore": [ "§7Instructions:", " §e1. §7Place on water.", @@ -14,8 +12,14 @@ "", "§8Thanks Plumber Joe!", "", + "§d§lNew! §eAlso works with lava!", + "", "§a§lUNCOMMON" ], + "internalname": "PLUMBER_SPONGE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Plumber's_Sponge" diff --git a/items/SNOW_SHOVEL.json b/items/SNOW_SHOVEL.json new file mode 100644 index 00000000..8e6cb274 --- /dev/null +++ b/items/SNOW_SHOVEL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:diamond_shovel", + "displayname": "§f§f§9Snow Shovel", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Snow Placer §e§lRIGHT CLICK\",2:\"§7Right-Click a block to place a\",3:\"§73x3 snow layer.\",4:\"\",5:\"§7Cost: §610 Coins\",6:\"\",7:\"§9§lRARE\"],Name:\"§f§f§9Snow Shovel\"},ExtraAttributes:{id:\"SNOW_SHOVEL\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "", + "§6Item Ability: Snow Placer §e§lRIGHT CLICK", + "§7Right-Click a block to place a", + "§73x3 snow layer.", + "", + "§7Cost: §610 Coins", + "", + "§9§lRARE" + ], + "internalname": "SNOW_SHOVEL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |