1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"itemid": "minecraft:egg",
"displayname": "§fBridge Egg",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Creates a path of stone blocks\",1:\"§7as it travels through the air!\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fBridge Egg\"},ExtraAttributes:{id:\"BRIDGE_EGG\"}}",
"damage": 0,
"lore": [
"§7Creates a path of stone blocks",
"§7as it travels through the air!",
"",
"§f§lCOMMON"
],
"recipe": {
"A1": "STONE:1",
"A2": "STONE:1",
"A3": "STONE:1",
"B1": "STONE:1",
"B2": "EGG:5",
"B3": "STONE:1",
"C1": "STONE:1",
"C2": "STONE:1",
"C3": "STONE:1"
},
"internalname": "BRIDGE_EGG",
"clickcommand": "viewrecipe",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bridge_Egg"
],
"crafttext": "Requires: Raw Chicken II"
}
|