Skip to content

Commit 131d932

Browse files
authored
reformat blossoming_pots guidebook JSON (#1106)
1 parent 7c0bf6d commit 131d932

1 file changed

Lines changed: 53 additions & 54 deletions

File tree

Lines changed: 53 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,57 @@
11
{
2-
"id": "blossoming_pots",
3-
"name": "Blossoming Pots",
4-
"module_type": "module",
5-
"icon": {
6-
"id": "minecraft:decorated_pot"
7-
},
8-
"criteria": {
9-
"obtain_pot": {
10-
"trigger": "minecraft:inventory_changed",
11-
"conditions": {
12-
"items": [
13-
{
14-
"items": [
15-
"minecraft:decorated_pot",
16-
"minecraft:flower_pot"
17-
]
18-
}
19-
]
20-
}
2+
"id": "blossoming_pots",
3+
"name": "Blossoming Pots",
4+
"module_type": "module",
5+
"icon": {
6+
"id": "minecraft:decorated_pot"
7+
},
8+
"criteria": {
9+
"obtain_pot": {
10+
"trigger": "minecraft:inventory_changed",
11+
"conditions": {
12+
"items": [
13+
{
14+
"items": [
15+
"minecraft:decorated_pot",
16+
"minecraft:flower_pot"
17+
]
18+
}
19+
]
2120
}
22-
},
23-
"sections": [
24-
{
25-
"name": "display",
26-
"enable": [],
27-
"requirements": [
28-
[
29-
"obtain_pot"
30-
]
21+
}
22+
},
23+
"sections": [
24+
{
25+
"name": "display",
26+
"enable": [],
27+
"requirements": [
28+
[
29+
"obtain_pot"
30+
]
31+
],
32+
"pages": [
33+
[
34+
{
35+
"insert": "title"
36+
},
37+
{
38+
"translate": "text.gm4.guidebook.blossoming_pots.description",
39+
"fallback": "To pot a plant, interact with a Decorated Pot or empty Flower Pot while holding a supported item.\nTo remove a plant, break the decorated pot or interact with the flower pot with an empty hand."
40+
}
3141
],
32-
"pages": [
33-
[
34-
{
35-
"insert": "title"
36-
},
37-
{
38-
"translate": "text.gm4.guidebook.blossoming_pots.description",
39-
"fallback": "To pot a plant, interact with a Decorated Pot or empty Flower Pot while holding a supported item.\nTo remove a plant, break the decorated pot or interact with the flower pot with an empty hand."
40-
}
41-
],
42-
[
43-
{
44-
"translate": "text.gm4.guidebook.blossoming_pots.item_list.1",
45-
"fallback": "§nSupported Items:§r\n\nVanilla Flower Pot\n plants\nPale hanging moss\nPointed dripstone\nAmethyst crystals\nLeaves\nShort & tall grass\nLush cave plants"
46-
}
47-
],
48-
[
49-
{
50-
"translate":"text.gm4.guidebook.blossoming_pots.item_list.2",
51-
"fallback":"§nSupported Items:§r\n\nSugar cane\nNether vines\n2 tall plants\nChorus flower\nNon-sniffer seeds\nNether wart\nSweet berries\nCoral reef plants"
52-
}
53-
]
42+
[
43+
{
44+
"translate": "text.gm4.guidebook.blossoming_pots.item_list.1",
45+
"fallback": "§nSupported Items:§r\n\nVanilla Flower Pot\n plants\nPale hanging moss\nPointed dripstone\nAmethyst crystals\nLeaves\nShort & tall grass\nLush cave plants"
46+
}
47+
],
48+
[
49+
{
50+
"translate": "text.gm4.guidebook.blossoming_pots.item_list.2",
51+
"fallback": "§nSupported Items:§r\n\nSugar cane\nNether vines\n2 tall plants\nChorus flower\nNon-sniffer seeds\nNether wart\nSweet berries\nCoral reef plants"
52+
}
5453
]
55-
}
56-
]
57-
}
58-
54+
]
55+
}
56+
]
57+
}

0 commit comments

Comments
 (0)