Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicHUD MythicHUD
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicHUDMythicHUD
  • Wiki
  • Compatibility

Compatibility · Changes

Page history
Show literal config example of how to configure Oraxen and ItemsAdder... authored Oct 22, 2024 by Brickgard's avatar Brickgard
Show literal config example of how to configure Oraxen and ItemsAdder copy-resource-pack (sgt. Volya)
Hide whitespace changes
Inline Side-by-side
Showing with 16 additions and 2 deletions
+16 -2
  • Compatibility.md Compatibility.md +16 -2
  • No files found.
Compatibility.md
View page @ 9a225014
......@@ -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).
......
Clone repository
Home
Commands and Permissions
MythicHUD API
Compatibility
  • Crucible
  • Oraxen
  • ItemsAdder
  • Modded Clients
Advanced Version Support
  • 1.20.6+
Getting Started
Layouts
Pop-Ups
HUD Components
  • Asset Layers
  • Assets
  • Listeners
  • Conditions
    • Effect
    • Gamemode
    • Placeholder
    • Progress
    • Logical Operators