forked from MinecraftForge/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (93 loc) · 3.07 KB
/
Copy pathmkdocs.yml
File metadata and controls
97 lines (93 loc) · 3.07 KB
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
# If you add a page, you must add it to the index here
nav:
- Home: 'index.md'
- Style Guide: 'styleguide.md'
- Getting Started:
- Home: 'gettingstarted/index.md'
- Structuring Your Mod: 'gettingstarted/structuring.md'
- Forge Update Checker: 'gettingstarted/autoupdate.md'
- Debug Profiler: 'gettingstarted/debugprofiler.md'
- Concepts:
- Sides: 'concepts/sides.md'
- Resources: 'concepts/resources.md'
- Data: 'concepts/data.md'
- Registries: 'concepts/registries.md'
- Internationalization and localization: 'concepts/internationalization.md'
- Blocks:
- Home: 'blocks/blocks.md'
- Blockstates: 'blocks/states.md'
- Interaction: 'blocks/interaction.md'
- Animation API:
- Intro to the Animation API: 'animation/intro.md'
- Armatures: 'animation/armature.md'
- Animation State Machines: 'animation/asm.md'
- Using the API: 'animation/implementing.md'
- Tile Entities:
- Home: 'tileentities/tileentity.md'
- Renderer: 'tileentities/tesr.md'
- Items:
- Home: 'items/items.md'
- Loot Modification: 'items/globallootmodifiers.md'
- Models:
- Intro to Models: 'models/introduction.md'
- Model Files: 'models/files.md'
- Blockstates:
- Intro to Blockstate JSONs: 'models/blockstates/introduction.md'
- Coloring Textures: 'models/color.md'
- Item Property Overrides: 'models/overrides.md'
- Advanced Models:
- IBakedModel: 'models/advanced/ibakedmodel.md'
- Perspective: 'models/advanced/perspective.md'
- ItemOverrideList: 'models/advanced/itemoverridelist.md'
- Rendering:
- ItemStackTileEntityRenderer: 'rendering/ister.md'
- Data Generation:
- Introduction: 'datagen/intro.md'
- Model Providers: 'datagen/modelproviders.md'
- Events:
- Basic Usage: 'events/intro.md'
- Networking:
- Home: 'networking/index.md'
- Overview: 'networking/overview.md'
- SimpleImpl: 'networking/simpleimpl.md'
- Entities: 'networking/entities.md'
- Data Storage:
- Capabilities: 'datastorage/capabilities.md'
- World Saved Data: 'datastorage/worldsaveddata.md'
- Utilities:
- Recipes: 'utilities/recipes.md'
- Tags: 'utilities/tags.md'
- Effects:
- Particles: 'effects/particles.md'
- Sounds: 'effects/sounds.md'
- Conventions:
- Versioning: 'conventions/versioning.md'
- Locations: 'conventions/locations.md'
- Loading Stages: 'conventions/loadstages.md'
- Advanced Topics:
- Access Transformers: 'advanced/accesstransformers.md'
- Contributing to Forge:
- Getting Started: 'forgedev/index.md'
- PR Guidelines: 'forgedev/prguidelines.md'
- Legacy Versions:
- Home: 'legacy/index.md'
- Porting from 1.13/1.14 to 1.15: 'legacy/porting1415.md'
# Do not edit in PRs below here
site_name: Forge Documentation
markdown_extensions:
- admonition
- smarty
- sane_lists
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: false
- toc:
permalink: ' '
theme:
name: readthedocs
custom_dir: forge_theme
extra:
current_version: 1.15.x
versions:
1.15.x: 1.15.x
1.16.x: 1.16.x