diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-12-07 01:41:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 01:41:04 +1100 |
commit | 016b91780d09f0328eab3f508c8003991e05bbf8 (patch) | |
tree | fbb1ce4b0fc35170cef525ad7f638f410857e1f2 /items/NETHER_WART_POUCH.json | |
parent | 7eeb0a22ee41bec014c9ba2dc8a3c1ba0378edb1 (diff) | |
parent | da61b572da96eea569ffa6fbbcd980cc2d851099 (diff) | |
download | NotEnoughUpdates-REPO-016b91780d09f0328eab3f508c8003991e05bbf8.tar.gz NotEnoughUpdates-REPO-016b91780d09f0328eab3f508c8003991e05bbf8.tar.bz2 NotEnoughUpdates-REPO-016b91780d09f0328eab3f508c8003991e05bbf8.zip |
Merge pull request #314 from IRONM00N/master
1209347812093487
Diffstat (limited to 'items/NETHER_WART_POUCH.json')
-rw-r--r-- | items/NETHER_WART_POUCH.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/NETHER_WART_POUCH.json b/items/NETHER_WART_POUCH.json new file mode 100644 index 00000000..0a4e643e --- /dev/null +++ b/items/NETHER_WART_POUCH.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Nether Wart Pouch", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2fab02ca-2d1a-3086-9318-98fa36dea2f2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODVlMjRiOGMyZDIwZjllMjNiY2E1MmQ5NGZiZDgyMGFhMDc0NDU5MWFjYjAzNTkxODMzMTJlNDNhMjg3ZTViMCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\",1:\"§6Item Ability: Nether Wart Storage §e§lLEFT CLICK\",2:\"§7Place nether wart in the pouch.\",3:\"\",4:\"§6Item Ability: Alchemist\u0027s Bliss §e§lRIGHT CLICK\",5:\"§7Automatically plant nether wart\",6:\"§7on a row of soul sand.\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Nether Wart Pouch\"},ExtraAttributes:{id:\"NETHER_WART_POUCH\"}}", + "damage": 3, + "lore": [ + "", + "§6Item Ability: Nether Wart Storage §e§lLEFT CLICK", + "§7Place nether wart in the pouch.", + "", + "§6Item Ability: Alchemist\u0027s Bliss §e§lRIGHT CLICK", + "§7Automatically plant nether wart", + "§7on a row of soul sand.", + "", + "§9§lRARE" + ], + "internalname": "NETHER_WART_POUCH", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |