Proper IA compatibility confirmed by Boy & users authored by Brickgard's avatar Brickgard
......@@ -33,25 +33,21 @@ copy-resource-pack:
```
---
### ItemsAdder
- In `ItemsAdder/config.yml` disable some text shader related elements:
- 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+).
- Disable MythicHUD's pack transfer, using `copy-pack: false` in the MythicHUD config.
- Configure ItemsAdder to retrieve MythicHUD's pack elements:
```yaml
merge_other_plugins_resourcepacks_folders:
- MythicHUD/built-pack
text_effects:
enabled: false
hide_scoreboard_numbers: false
hide_scoreboard_numbers_old_clients: false
```
- Configure MythicHUD to send its pack assets to ItemsAdder in its `MythicHUD/config.yml`:
```yaml
copy-pack:
enabled: true
path: ItemsAdder/contents/mythichud/resourcepack
```
- Copy version core shaders into the `Itemsadder/Contents` folder:
- To support versions 1.21.2+, copy the `MythicHUD/built-pack/modern-plus` folder into the `Itemsadder/Contents` folder.
- To support versions 1.20.5-1.21.1, copy the `MythicHUD/built-pack/modern` folder into the `Itemsadder/Contents` folder.
- To support versions 1.19-1.20.4, copy the `MythicHUD/built-pack/assets/` folder into the `Itemsadder/Contents` folder.
- ⚠️You can *only use one* of these version sets, see "Overlays Issue" segment below
- MythicHUD's pack elements should now merge on `/iazip` command.
<details><summary>ℹ️ItemsAdder Overlays Issue</summary>
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>
---
## Mod Compatibility
......
......