> For the complete documentation index, see [llms.txt](https://renice-cubed.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renice-cubed.gitbook.io/wiki/mod-usage.md).

# Mod usage

## Hotkeys

Due to the number of QoL and tweak mods, many additional hotkeys are added, and some of them can conflict with each other. Renice³ tries to resolve these issues as much as possible.

Because of this, the modpack may have a specific but still convenient and practical set of hotkeys. You can always change them to your preference by going to **Options → Controls → Key Binds…**.

{% hint style="warning" %}
Not all functionality and hotkeys are listed here. For deeper reference visit [our GitHub repo](https://github.com/wechirok/renice-cubed) or go directly to the [mod list](https://github.com/wechirok/renice-cubed/blob/main/MOD-LIST.md), then open the mod you need and check its documentation.
{% endhint %}

## General utility

| Mod / Feature                   | Action                     |            Key |
| ------------------------------- | -------------------------- | -------------: |
| Accurate Block Placement Reborn | Accurate Placement toggle  | `Grave Accent` |
| Accurate Block Placement Reborn | Fast Breaking              |      `Page Up` |
| Debug                           | Cycle spectator            |    `Right Alt` |
| Debug                           | Show chunk boundaries      |       `Insert` |
| Fabrishot                       | Take 4K screenshot         |           `F9` |
| Full Brightness Toggle          | Toggle full brightness     |            `N` |
| Inventory HUD+                  | Toggle inventory HUD       |           `F8` |
| Inventory HUD+                  | Open config                |            `O` |
| Iris                            | Reload shaders             |            `R` |
| Iris                            | Toggle shaders             |            `K` |
| Iris                            | Open shader pack selection |    `Page Down` |
| Jade                            | Show details               |   `Left Shift` |
| MaLiLib                         | Open config menu           |      `.` + `\` |
| Quick Actions                   | Open quick actions         |           `F7` |
| Zoomify                         | Default zoom               |            `C` |
| Zoomify                         | Secondary zoom             |           `F6` |

## Simple Voice Chat

| Action                |       Key |
| --------------------- | --------: |
| Push to Talk          | `Mouse 5` |
| Mute microphone       |       `'` |
| Disable voice chat    |       `,` |
| Hide voice chat icons |       `[` |
| Open group chat       |       `G` |

## MiniHUD

| Action                          |          Key |
| ------------------------------- | -----------: |
| Toggle main rendering           |          `H` |
| Open config                     |    `H` + `C` |
| Inventory preview               |   `Left Alt` |
| Toggle inventory preview screen |    `Mouse 3` |
| Toggle light level overlay      | `Down Arrow` |
| Toggle shape renderer           | `Left Arrow` |

## Map and waypoint

| Mod / Feature     | Action                |           Key |
| ----------------- | --------------------- | ------------: |
| Xaero's Minimap   | Open minimap settings |           `Y` |
| Xaero's Minimap   | New waypoint          |           `B` |
| Xaero's Minimap   | Open waypoints list   |           `U` |
| Xaero's Minimap   | Toggle minimap        |           `;` |
| Xaero's Minimap   | Instant waypoint      |           `.` |
| Xaero's World Map | Open world map        |           `M` |
| Xaero's Minimap   | Open settings         |           `]` |
| Xaero's Minimap   | Quick confirm         | `Right Shift` |

## Tweakeroo

| Action                            |           Key |
| --------------------------------- | ------------: |
| Open config                       |     `X` + `C` |
| Open camera preset editor         |     `X` + `P` |
| Flexible block placement offset   |  `Left Shift` |
| Flexible block placement rotation |    `Left Alt` |
| Inventory preview                 |    `Left Alt` |
| Area selection offset             |  `Left Shift` |
| Placement restriction: plane      |     `Z` + `1` |
| Placement restriction: face       |     `Z` + `2` |
| Placement restriction: column     |     `Z` + `3` |
| Placement restriction: line       |     `Z` + `4` |
| Placement restriction: diagonal   |     `Z` + `5` |
| Placement restriction: layer      |     `Z` + `6` |
| Toggle flexible block placement   |    `Up Arrow` |
| Toggle free camera                | `Right Arrow` |

## Litematica

| Action                         |                            Key |
| ------------------------------ | -----------------------------: |
| Open main menu                 |                          `F10` |
| Add selection box              |                      `M` + `A` |
| Open material list             |                      `M` + `L` |
| Open schematic placements      |                      `M` + `P` |
| Open schematic verifier        |                      `M` + `V` |
| Open selection manager         |                      `M` + `S` |
| Open settings                  |                      `M` + `C` |
| Open area settings             |                     `Numpad *` |
| Open placement settings        |                     `Numpad -` |
| Next layer mode                |                `M` + `Page Up` |
| Previous layer mode            |              `M` + `Page Down` |
| Next layer                     |                      `Page Up` |
| Previous layer                 |                    `Page Down` |
| Toggle all rendering           |                      `M` + `R` |
| Toggle schematic rendering     |                      `M` + `G` |
| Toggle tool enabled            |                      `M` + `T` |
| Change operation mode modifier |                    `Left Ctrl` |
| Selection nudge modifier       |                     `Left Alt` |
| Cycle selection mode           |              `Left Ctrl` + `M` |
| Render info overlay            |                            `I` |
| Render overlay through blocks  |                   `Right Ctrl` |
| Rerender schematic             |                     `F3` + `M` |
| Save area as schematic file    | `Left Ctrl` + `Left Alt` + `S` |
| Easy place use key             |                      `Mouse 2` |
| Pick block first               |                      `Mouse 3` |
| Pick block toggle              |                `M` + `Mouse 3` |
| Tool place corner 1            |                      `Mouse 1` |
| Tool place corner 2            |                      `Mouse 2` |
| Tool select elements           |                      `Mouse 3` |
| Tool select modifier block 1   |                     `Left Alt` |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://renice-cubed.gitbook.io/wiki/mod-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
