Skip to content

Commit 1122750

Browse files
committed
update biome field guide page (images will come later)
1 parent 33a05d7 commit 1122750

1 file changed

Lines changed: 49 additions & 13 deletions

File tree

  • kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath

kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/beneath/biomes.json

Lines changed: 49 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,25 @@
55
"pages": [
66
{
77
"type": "patchouli:text",
8-
"text": "The Beneath has a full set of new biomes to explore! Most are split into two categories: $(thing)upper$() and $(thing)lower$(). The upper biomes are only found higher up, while the lower ones are closer to the lava."
8+
"text": "The Beneath has a full set of new biomes to explore! The Beneath can be split into three vertical layers, each with their own set of biomes. Each one is more hot and dangerous as you descend!"
99
},
1010
{
1111
"type": "patchouli:image",
12-
"title": "Lush Hollow",
12+
"title": "Salt Caves",
1313
"images": [
14-
"tfg:textures/gui/field_guide/nether/lush_hollow.png"
14+
"tfg:textures/gui/field_guide/nether/salt_caves.png"
15+
],
16+
"border": true,
17+
"text": "Like a warm ocean breeze, this biome is full of $(item)Halite$(). Makes for a great base location!"
18+
},
19+
{
20+
"type": "patchouli:image",
21+
"title": "Muggy Bog",
22+
"images": [
23+
"tfg:textures/gui/field_guide/nether/muggy_bog.png"
1524
],
1625
"border": true,
17-
"text": "Humid and full of greenery! The most hospitable area for an underground base."
26+
"text": "Humid and swamp-like. A safe source of wood, if you can avoid the $(thing)Crocodiles$()."
1827
},
1928
{
2029
"type": "patchouli:image",
@@ -34,6 +43,42 @@
3443
"border": true,
3544
"text": "No prizes for guessing what lives here! Also features huge $(thing)Travertine$() pillars."
3645
},
46+
{
47+
"type": "patchouli:image",
48+
"title": "Tar Pools",
49+
"images": [
50+
"tfg:textures/gui/field_guide/nether/tar_pools.png"
51+
],
52+
"border": true,
53+
"text": "Sandy like a small desert, this area contains sticky $(thing)Tar Pits$() full of oil."
54+
},
55+
{
56+
"type": "patchouli:image",
57+
"title": "Geothermal Springs",
58+
"images": [
59+
"tfg:textures/gui/field_guide/nether/geothermal_springs.png"
60+
],
61+
"border": true,
62+
"text": "No Sulfur Cubes here, but this steamy biome can be a great place to find $(thing)Spring Water$() for healing."
63+
},
64+
{
65+
"type": "patchouli:image",
66+
"title": "Thorny Grove",
67+
"images": [
68+
"tfg:textures/gui/field_guide/nether/thorny_brambles.png"
69+
],
70+
"border": true,
71+
"text": "A difficult to traverse biome with plants that affect you when stepped on. Watch out!"
72+
},
73+
{
74+
"type": "patchouli:image",
75+
"title": "Lush Hollow",
76+
"images": [
77+
"tfg:textures/gui/field_guide/nether/lush_hollow.png"
78+
],
79+
"border": true,
80+
"text": "Hot and full of greenery! The dense ferns hides the underlying $(thing)Kaolin Clay$()."
81+
},
3782
{
3883
"type": "patchouli:image",
3984
"title": "Ash Forest",
@@ -60,15 +105,6 @@
60105
],
61106
"border": true,
62107
"text": "Everyone's favourite nether biome returns, and is just as dangerous to navigate as ever."
63-
},
64-
{
65-
"type": "patchouli:image",
66-
"title": "Deep Caves",
67-
"images": [
68-
"tfg:textures/gui/field_guide/nether/deep_caves.png"
69-
],
70-
"border": true,
71-
"text": "Between the other biomes are more plain areas of either Gabbro, Schist, Granite, Diorite, and Gneiss.$(br)"
72108
}
73109
],
74110
"read_by_default": true

0 commit comments

Comments
 (0)