Updated ItemsAdder compatibility instructions for latest usage. authored by Brickgard's avatar Brickgard
......@@ -35,17 +35,18 @@ copy-resource-pack:
### 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 in MythicHud's config:
- Disable MythicHUD's pack transfer, using `copy-pack: false` in the MythicHUD config.
- Configure ItemsAdder to retrieve MythicHUD's pack elements:
```yaml
copy-resource-pack:
enabled: true
namespaces:
minecraft: "ItemsAdder/contents"
mythichud: "ItemsAdder/contents"
merge_other_plugins_resourcepacks_folders:
- MythicHUD/built-pack
```
- Copy the `MythicHUD/built-pack/modern` folder (*or* the `modern-plus` folder, but NOT BOTH) into the `Itemsadder/Contents` folder.
- MythicHUD's pack elements should now merge on `/iazip` command.
<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).
As of March 2025, ItemsAdder does not seem to correctly support multi-layer resource pack elements, despite being [marked as a completed feature](https://github.com/PluginBugs/Issues-ItemsAdder/issues/4117).
An active ticket discussion about this is present in the [ItemsAdder Discord](https://discord.com/channels/533407895010803753/1346935281432924282/1346935281432924282).
</details>
---
......
......