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
32
33
|
{
"itemid": "minecraft:egg",
"displayname": "§fStone Platform",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Creates a stone platform in the\",1:\"§7air after travelling 10 blocks.\",2:\"§7Perfect for building below your\",3:\"§7island!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fStone Platform\"},ExtraAttributes:{id:\"STONE_BRIDGE\"}}",
"damage": 0,
"lore": [
"§7Creates a stone platform in the",
"§7air after travelling 10 blocks.",
"§7Perfect for building below your",
"§7island!",
"",
"§f§lCOMMON"
],
"recipe": {
"A1": "SMOOTH_BRICK:8",
"A2": "SMOOTH_BRICK:8",
"A3": "SMOOTH_BRICK:8",
"B1": "SMOOTH_BRICK:8",
"B2": "EGG:1",
"B3": "SMOOTH_BRICK:8",
"C1": "SMOOTH_BRICK:8",
"C2": "SMOOTH_BRICK:8",
"C3": "SMOOTH_BRICK:8"
},
"internalname": "STONE_BRIDGE",
"clickcommand": "viewrecipe",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Stone_Platform"
],
"crafttext": "Requires: Cobblestone II"
}
|