diff options
Diffstat (limited to 'items/ENCHANTED_MELON_BLOCK.json')
-rw-r--r-- | items/ENCHANTED_MELON_BLOCK.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/ENCHANTED_MELON_BLOCK.json b/items/ENCHANTED_MELON_BLOCK.json new file mode 100644 index 00000000..9ea56e92 --- /dev/null +++ b/items/ENCHANTED_MELON_BLOCK.json @@ -0,0 +1,12 @@ +{ + "internalname": "ENCHANTED_MELON_BLOCK", + "itemid": "minecraft:melon_block", + "displayname": "Enchanted Melon Block", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Melon Block\"},ExtraAttributes:{id:\"ENCHANTED_MELON_BLOCK\"}}", + "modver": "1.0.0", + "lore": [ + "§9§lRARE" + ] +}
\ No newline at end of file |