diff options
Diffstat (limited to 'items/TITANIC_EXP_BOTTLE.json')
-rw-r--r-- | items/TITANIC_EXP_BOTTLE.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/TITANIC_EXP_BOTTLE.json b/items/TITANIC_EXP_BOTTLE.json index b8ae60ef..8e7bec34 100644 --- a/items/TITANIC_EXP_BOTTLE.json +++ b/items/TITANIC_EXP_BOTTLE.json @@ -1,15 +1,30 @@ { - "internalname": "TITANIC_EXP_BOTTLE", "itemid": "minecraft:experience_bottle", - "displayname": "Titanic Experience Bottle", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§9Titanic Experience Bottle", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Smash it open to receive\",1:\"§7experience!\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Titanic Experience Bottle\"},ExtraAttributes:{id:\"TITANIC_EXP_BOTTLE\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7Smash it open to receive", "§7experience!", "", "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "B2": "GLASS_BOTTLE:1", + "B3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "C1": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK:1", + "C3": "ENCHANTED_LAPIS_LAZULI_BLOCK:1" + }, + "internalname": "TITANIC_EXP_BOTTLE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Titanic_Experience_Bottle" ] }
\ No newline at end of file |