update nexo info authored by Boy0000's avatar Boy0000
......@@ -22,14 +22,12 @@ Generation:
---
### Nexo
- 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.
- Copy MythicHUD's resource pack elements to `/Nexo/pack/assets/`, which can be configured in MythicHud's config:
- 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 a Nexo ExternalPack, which can be configured in MythicHud's config:
```yaml
copy-resource-pack:
enabled: true
namespaces:
minecraft: "Nexo/pack/assets"
mythichud: "Nexo/pack/assets"
path: Nexo/pack/external_packs/MythicHud.zip
```
---
### ItemsAdder
......
......