chore: add note on LunarClient compatibility authored by Boy0000's avatar Boy0000
Some plugins that handle resource packs for your server may take extra steps to configure.\
MythicHUD offers a simple export compatibility option in its `/MythicHUD/config.yml`:
```yaml
copy-resource-pack:
copy-pack:
enabled: false
namespaces:
minecraft: "myPack/assets"
mythichud: "myPack/assets"
path: "Nexo/pack/external_packs/MythicHUD"
```
This configuration, when enabled, would copy the `/MythicHUD/built-pack/` assets to another destination, such as `/plugins/myPack/assets/` as configured above. You can send MythicHUD's assets to any pack management plugin/directory in this way.
......@@ -22,7 +20,7 @@ Generation:
---
### Nexo
Nexo has a separate hook which can be enabled with `nexo-hook: true`.
This will handle merging of all files automatically, no need to change any setting or copy files.
This will handle merging of all files automatically, no need to change any setting or copy files manually.
The MythicHUD ResourcePack will automatically be injected into Nexo when it generates it's ResourcePack
---
### ItemsAdder
......@@ -53,6 +51,7 @@ huds:
---
## Mod Compatibility
### Lunar Client
**Note:** As of Lunar Client v2.22.16, there is no longer an issue and Lunar Client is compatible
In order to make HUDs appear correctly on the Lunar Client, Boss Bar settings must be set to not use Custom Boss Bars.
![LunarClient_Settings](uploads/07a8d653c44a5168e168aa1103055d9d/LunarClient_Settings.png)
### Feather Client
......
......