1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"internalname": "BOTTLE_OF_JYRRE",
"itemid": "minecraft:potion",
"displayname": "§fWater Bottle",
"clickcommand": "",
"damage": 0,
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWater Bottle\"},ExtraAttributes:{bottle_of_jyrre_seconds:290,id:\"BOTTLE_OF_JYRRE\"}}",
"modver": "2.1.0-REL",
"lore": [
"§f§lCOMMON"
],
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bottle_of_Jyrre"
],
"recipes": [
{
"type": "trade",
"cost": "ENCHANTED_EMERALD:2",
"result": "BOTTLE_OF_JYRRE"
}
]
}
|