Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/enums/RenderModes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
| `PAPERDOLL` | Figura's paperdoll |
| `MINECRAFT_GUI` | The inventory menu |
| `FIRST_PERSON` | While in first person (contrary to some beliefs, this includes while holding an item in first person, even if your entire avatar is unloaded at the time) |
| `FIRST_PERSON_WORLD` | Unknown |
| `FIRST_PERSON_WORLD` | A world ModelPart rendering (specifically when this part is being rendered from the viewer's avatar) |
| `RENDER` | While in third person (other players render the avatar in this mode) |
| `WORLD` | Unknown |
| `WORLD` | A world ModelPart rendering |
| `OTHER` | Other mods like shaders cause this context |
Loading