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/VAMPIRIC_MELON.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/VAMPIRIC_MELON.json')
-rw-r--r-- | items/VAMPIRIC_MELON.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/VAMPIRIC_MELON.json b/items/VAMPIRIC_MELON.json new file mode 100644 index 00000000..ee90a734 --- /dev/null +++ b/items/VAMPIRIC_MELON.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:melon_block", + "displayname": "§aVampiric Melon", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Perfect ingredient for a healing\",1:\"§7melon.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aVampiric Melon\"},ExtraAttributes:{id:\"VAMPIRIC_MELON\"}}", + "damage": 0, + "lore": [ + "§7Perfect ingredient for a healing", + "§7melon.", + "", + "§eRight-click to view recipes!", + "", + "§a§lUNCOMMON" + ], + "internalname": "VAMPIRIC_MELON", + "clickcommand": "", + "modver": "2.1.1-PRE" +}
\ No newline at end of file |