diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 16:41:50 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 16:41:50 +0200 |
commit | 45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04 (patch) | |
tree | 3a8be26122754e69f53e1ce22586c1b303b2474f /items/ANTI_MORPH_POTION.json | |
parent | 48ad2053705110506c4f7962b932a33d3d061a68 (diff) | |
download | NotEnoughUpdates-REPO-45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04.tar.gz NotEnoughUpdates-REPO-45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04.tar.bz2 NotEnoughUpdates-REPO-45fdab6f2f2df3ecddc9077a5ff23e98e6ec3b04.zip |
Added crafttext to many items, added hemovibe collection items, added new enchants, added warp to wizard tower
Diffstat (limited to 'items/ANTI_MORPH_POTION.json')
-rw-r--r-- | items/ANTI_MORPH_POTION.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/ANTI_MORPH_POTION.json b/items/ANTI_MORPH_POTION.json new file mode 100644 index 00000000..31498484 --- /dev/null +++ b/items/ANTI_MORPH_POTION.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Anti-Morph Potion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"872dcc95-ccdd-3af8-b1c2-fe39757d83a7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWFkZDMwOWVjZWZkYjFkZjE4ZWVmNmY4ZDQwODNiNDdiM2VlMjI3Mjg2YzBmMzc1ZjQ1MzY5ZDgzZmIzMGJkIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Right-click to throw the potion\",1:\"§7at §2ugly §7people.\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Anti-Morph Potion\"},ExtraAttributes:{id:\"ANTI_MORPH_POTION\"}}", + "damage": 3, + "lore": [ + "§7Right-click to throw the potion", + "§7at §2ugly §7people.", + "", + "§5§lEPIC" + ], + "internalname": "ANTI_MORPH_POTION", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |