Show literal config example of how to configure Oraxen and ItemsAdder... authored by Brickgard's avatar Brickgard
Show literal config example of how to configure Oraxen and ItemsAdder copy-resource-pack (sgt. Volya)
......@@ -23,12 +23,26 @@ Generation:
### 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 as mentioned above.
- Copy MythicHUD's resource pack elements to `/Oraxen/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"
```
---
### ItemsAdder
- Disable [ItemsAdder Text Effects](https://itemsadder.devs.beer/plugin-usage/text-effects-1.17+).
- Disable [ItemsAdder Hide Scoreboard Numbers](https://itemsadder.devs.beer/plugin-usage/scoreboard/hide-scoreboard-numbers-1.17+).
- Copy MythicHUD's resource pack elements to `/ItemsAdder/contents/`, which can be configured as mentioned above.
- Copy MythicHUD's resource pack elements to `/ItemsAdder/Contents/`, which can be configured in MythicHud's config:
```yaml
copy-resource-pack:
enabled: true
namespaces:
minecraft: "ItemsAdder/contents"
mythichud: "ItemsAdder/contents"
```
<details><summary>ItemsAdder Overlays Issue</summary>
As of October 2024, ItemsAdder is [still working on](https://github.com/PluginBugs/Issues-ItemsAdder/issues/3969) utilizing modern resource pack overlays (required by MythicHUD for multi-version compatibility) - in the meantime, users can support *either* 1.20.6+ *or* 1.19.4 - 1.20.4 using [Advanced Version Support](Advanced-Version-Support).
......
......