Swap Oraxen documentation to Nexo documentation authored by Brickgard's avatar Brickgard
...@@ -20,16 +20,16 @@ Generation: ...@@ -20,16 +20,16 @@ Generation:
``` ```
- `/hud reload` must be used *before* `/mm i generate` generates the Crucible resource pack to get HUD asset updates. - `/hud reload` must be used *before* `/mm i generate` generates the Crucible resource pack to get HUD asset updates.
--- ---
### Oraxen ### Nexo
- The `hide_scoreboard_numbers` config setting must be set to false, as it this conflicts with MythicHUD's elements. - Any sort of `hide_scoreboard_numbers` config setting must be set to false, as it this conflicts with MythicHUD's elements.
- Make sure `/plugins/Oraxen/pack/shaders/core/rendertype_text.json` and `/rendertype_text.vsh` do not exist, or they will keep interfering with your HUDs. - Make sure `/plugins/Nexo/pack/shaders/core/rendertype_text.json` and `/rendertype_text.vsh` do not exist, or they will keep interfering with your HUDs.
- Copy MythicHUD's resource pack elements to `/Oraxen/pack/assets/`, which can be configured in MythicHud's config: - Copy MythicHUD's resource pack elements to `/Nexo/pack/assets/`, which can be configured in MythicHud's config:
```yaml ```yaml
copy-resource-pack: copy-resource-pack:
enabled: true enabled: true
namespaces: namespaces:
minecraft: "Oraxen/pack/assets" minecraft: "Nexo/pack/assets"
mythichud: "Oraxen/pack/assets" mythichud: "Nexo/pack/assets"
``` ```
--- ---
### ItemsAdder ### ItemsAdder
... ...
......