diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-13 15:35:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 14:35:04 +0000 |
commit | 5885f728b32433e4cae9503ef4bbbe0179fceb30 (patch) | |
tree | fee5db0d4d8e90ecda7648504d16b3989a416e75 /items/PORTABLE_WASHER.json | |
parent | 3f8f106c9330d1ade0cfc6a4848975657cd256e2 (diff) | |
download | NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.tar.gz NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.tar.bz2 NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.zip |
Added new items, fixed pets and some lores (#1126)
Diffstat (limited to 'items/PORTABLE_WASHER.json')
-rw-r--r-- | items/PORTABLE_WASHER.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/PORTABLE_WASHER.json b/items/PORTABLE_WASHER.json new file mode 100644 index 00000000..f5a6e347 --- /dev/null +++ b/items/PORTABLE_WASHER.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:water_bucket", + "displayname": "§9Portable Washer", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consume this item to dunk yourself in\",1:\"§7a bucket of water that smells of\",2:\"§7sunshine and rainbows. Doing this will\",3:\"§7rid your §bGarden §7of all active\",4:\"§7§aSprayonator §7effects.\",5:\"\",6:\"§eRight-click to consume!\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Portable Washer\"},ExtraAttributes:{id:\"PORTABLE_WASHER\"}}", + "damage": 0, + "lore": [ + "§7Consume this item to dunk yourself in", + "§7a bucket of water that smells of", + "§7sunshine and rainbows. Doing this will", + "§7rid your §bGarden §7of all active", + "§7§aSprayonator §7effects.", + "", + "§eRight-click to consume!", + "", + "§9§lRARE" + ], + "internalname": "PORTABLE_WASHER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |