diff options
Diffstat (limited to 'items/ENCHANTED_MELON_BLOCK.json')
-rw-r--r-- | items/ENCHANTED_MELON_BLOCK.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ENCHANTED_MELON_BLOCK.json b/items/ENCHANTED_MELON_BLOCK.json index 9ea56e92..5aa9b42f 100644 --- a/items/ENCHANTED_MELON_BLOCK.json +++ b/items/ENCHANTED_MELON_BLOCK.json @@ -1,12 +1,27 @@ { - "internalname": "ENCHANTED_MELON_BLOCK", "itemid": "minecraft:melon_block", - "displayname": "Enchanted Melon Block", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§9Enchanted Melon Block", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Melon Block\"},ExtraAttributes:{id:\"ENCHANTED_MELON_BLOCK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_MELON:32", + "A3": "", + "B1": "ENCHANTED_MELON:32", + "B2": "ENCHANTED_MELON:32", + "B3": "ENCHANTED_MELON:32", + "C1": "", + "C2": "ENCHANTED_MELON:32", + "C3": "" + }, + "internalname": "ENCHANTED_MELON_BLOCK", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Melon_Block" ] }
\ No newline at end of file |