forked from TheFantasticLoki/FSEE-Extended-Height
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
244 lines (225 loc) · 7.33 KB
/
mkdocs.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
site_name: Stellarity Wiki
site_url: https://stellarity.kohara.xyz/
site_description: >-
Wiki for the Stellarity project
repo_url: https://github.com/kohy-creates/Stellarity
repo_name: Stellarity on Github
nav:
- Home:
- Home: index.md
- Installation: installation.md
- Downloads: downloads.md
- FAQ: faq.md
# - Biomes:
# - The Hallow: biomes/the_hallow.md
- Items:
- Cursed Enchiridion: items/cursed_enchiridion.md
- Weapons:
- Sharanga: items/sharanga.md
- Clockwork Crossbow: items/clockwork_crossbow.md
- Dragonblade: items/dragonblade.md
- Tamaris: items/tamaris.md
- Call of The Void: items/call_of_the_void.md
- Slayer Crossbow: items/slayer_crossbow.md
- Spectral Fury: items/spectral_fury.md
- Chorus Dagger: items/chorus_dagger.md
- The Beginning and The End: items/the_beginning_and_the_end.md
- Starless Scythe: items/starless_scythe.md
- Stellar Striker: items/stellar_striker.md
- Frigid Harvester: items/frigid_harvester.md
- Prismatic Punch: items/prismatic_punch.md
- Prismember: items/prismember.md
- Kaleidoscope: items/kaleidoscope.md
- Armor sets:
- Chorus Champion Armor: items/armor/chorus_champion_armor.md
- Hallowed Armor: items/armor/hallowed_armor.md
- Shulker Armor: items/armor/shulker_armor.md
- Trinkets:
- Copper Elektra Shield: items/trinkets/copper_elektra_shield.md
- Ender Insignia: items/trinkets/ender_insignia.md
- Dragon's Eye: items/trinkets/dragons_eye.md
- Crest of The End: items/trinkets/crest_of_the_end.md
- Living Flesh: items/trinkets/living_flesh.md
- Duskberry: items/trinkets/duskberry.md
- Starstruck Carcanet: items/trinkets/starstruck_carcanet.md
- Soaring Insignia: items/trinkets/soaring_insignia.md
- Materials:
- Enderite Shard: items/materials/enderite_shard.md
- Enderite Smithing Template: items/materials/enderite_smithing_template.md
- Chorus Plating: items/materials/chorus_plating.md
- Hallowed Ingot: items/materials/hallowed_ingot.md
- Pixie Dust: items/materials/pixie_dust.md
- Spellbooks:
- Book of Conveyance: items/spellbooks/conveyance.md
- Book of Updraft: items/spellbooks/updraft.md
- Book of Light: items/spellbooks/light.md
- Nature's Wrath: items/spellbooks/natures_wrath.md
- Book of Jinx: items/spellbooks/jinx.md
- Tome of Return: items/spellbooks/return.md
- Other:
- Prismatic Pearl: items/other/prismatic_pearl.md
- Shulker Tools: items/other/shulker_tools.md
- Hematic Pickaxe: items/other/hematic_pickaxe.md
- Pandora's Barrel: items/other/pandoras_barrel.md
- Golden Chorus Fruit: items/other/golden_chorus_fruit.md
- Potions: items/other/potions.md
- Permanant Buffs: items/other/perm_buffs.md
- Removed Contet:
- Ancient Wooden Sword: items/removed/ancient_wooden_sword.md
- Living Flesh (Old): items/removed/living_flesh.md
- Stella: items/removed/stella.md
- Zephyr: items/removed/zephyr.md
- Sariel: items/removed/sariel.md
- Mobs:
- Changes: mobs/changes.md
- Pixie: mobs/pixie.md
- Gloop: mobs/gloop.md
- Bosses:
- Ender Dragon: mobs/bosses/ender_dragon.md
- Empress of Light: mobs/bosses/empress_of_light.md
- Mechanics:
- Treasure Heads: mechanics/treasure_heads.md
- Void Fishing: mechanics/void_fishing.md
- Armor Penetration: mechanics/armor_penetration.md
- Altar of The Accursed: mechanics/altar_of_the_accursed.md
- Altar of The Sacred: mechanics/altar_of_the_sacred.md
- Consecration: mechanics/consecration.md
- Status Effects: mechanics/status_effects.md
- Other: mechanics/other.md
- Structures:
- Stronghold: structures/stronghold.md
- End City: structures/end_city.md
- End Dungeons: structures/end_dungeon.md
- End Village: structures/end_village.md
- Chapel of Ligt: structures/chapel_of_light.md
- Resource Pack:
- Changes: resource_pack/tweaks.md
- End Poem: resource_pack/poem.md
- Credits: resource_pack/credits.md
- Splashes: resource_pack/splashes.md
markdown_extensions:
- extra
- admonition
- attr_list
- md_in_html
- meta
- abbr
- tables
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- pymdownx.smartsymbols
- pymdownx.magiclink
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
title: Contents
copyright: Copyright © Filip 'kohara' Raczkowski; 2021 - 2024
plugins:
- search:
lang: en
#- git-revision-date-localized:
# type: datetime
# fallback_to_build_date: true
# enable_creation_date: true
- minify:
minify_html: true
- redirects:
redirect_maps:
'downloads.md': 'https://modrinth.com/datapack/stellarity/versions#all-versions'
theme:
name: material
include_search_page: false
search_index_only: true
font:
text: Roboto
features:
- search.suggest
- search.share
- navigation.indexes
- navigation.sections
- navigation.top
- navigation.tabs
- content.tabs.link
palette:
- scheme: hallow
toggle:
icon: material/brightness-4
name: Switch themes
- scheme: den
toggle:
icon: material/brightness-7
name: Switch themes
- scheme: amethyst
toggle:
icon: material/brightness-4
name: Switch themes
- scheme: prismarine
toggle:
icon: material/brightness-4
name: Switch themes
- scheme: barrens
toggle:
icon: material/brightness-4
name: Switch themes
- scheme: flesh
toggle:
icon: material/brightness-4
name: Switch themes
favicon: assets/logo.png
logo: assets/text.png
icon:
repo: fontawesome/solid/trash
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
extra_css:
- css/extra.css
- css/themes.css
- css/icons-minecraft.css
- css/icons-stellarity.css
- css/advancements.css
extra_javascript:
- js/extra.js
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.kohara.xyz/
name: kohara's Discord Server
- icon: fontawesome/brands/github
link: https://github.com/kohy-creates
name: kohara on GitHub
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCRqeCM1qtK9R8f2Q8mCPJ1g
name: kohara's Youtube Channel
generator: true
analytics:
provider: google
property: G-FGQEDQRDJK