update nexo info authored by Boy0000's avatar Boy0000
...@@ -22,14 +22,12 @@ Generation: ...@@ -22,14 +22,12 @@ Generation:
--- ---
### Nexo ### Nexo
- Any sort of `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/Nexo/pack/shaders/core/rendertype_text.json` and `/rendertype_text.vsh` do not exist, or they will keep interfering with your HUDs. - Nexo also has a GIF option which needs to be disabled in `Nexo/settings.yml` under `Glyphs.generate_gif_shaders`
- Copy MythicHUD's resource pack elements to `/Nexo/pack/assets/`, which can be configured in MythicHud's config: - Copy MythicHUD's resource pack elements to a Nexo ExternalPack, which can be configured in MythicHud's config:
```yaml ```yaml
copy-resource-pack: copy-resource-pack:
enabled: true enabled: true
namespaces: path: Nexo/pack/external_packs/MythicHud.zip
minecraft: "Nexo/pack/assets"
mythichud: "Nexo/pack/assets"
``` ```
--- ---
### ItemsAdder ### ItemsAdder
... ...
......