... | ... | @@ -20,16 +20,16 @@ Generation: |
|
|
```
|
|
|
- `/hud reload` must be used *before* `/mm i generate` generates the Crucible resource pack to get HUD asset updates.
|
|
|
---
|
|
|
### Oraxen
|
|
|
- The `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.
|
|
|
- Copy MythicHUD's resource pack elements to `/Oraxen/pack/assets/`, which can be configured in MythicHud's config:
|
|
|
### 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:
|
|
|
```yaml
|
|
|
copy-resource-pack:
|
|
|
enabled: true
|
|
|
namespaces:
|
|
|
minecraft: "Oraxen/pack/assets"
|
|
|
mythichud: "Oraxen/pack/assets"
|
|
|
minecraft: "Nexo/pack/assets"
|
|
|
mythichud: "Nexo/pack/assets"
|
|
|
```
|
|
|
---
|
|
|
### ItemsAdder
|
... | ... | |