Controlify icon indicating copy to clipboard operation
Controlify copied to clipboard

Minecraft Access Conflict

Open BrailleBennett opened this issue 4 months ago • 0 comments

Mod Info (fill out the following information)

  • Mod name: [e.g. Create mod]: Minecraft Access
  • Mod version: [e.g. 0.5.0 for 1.19.3]: 1.10.3

Describe the problem A clear and concise description of what the problem with the mod is.: When both mods are loaded, the recipebookComponent accessor conflicts because of the way controlify handles multiple versions in the same mixin. Instead of conditionally adding the conflicting method, you should instead conditionally call the method or access the shadow.

To Reproduce Steps to reproduce the behavior:

  1. Load both mods
  2. Open a world
  3. Enter survival (or any game mode where the recipe book is present like adventure)
  4. Click E to open the inventory
  5. Observe the game crash

Expected behavior A clear and concise description of what you expected to happen.: The mods do not conflict and both mods are able to access the recipe book component

Screenshots If applicable, add screenshots to help explain your problem.

Minecraft Info (please complete the following information):

  • OS: [e.g. Windows 11]: Windows 11 Pro
  • Minecraft Version: [e.g. 22w05a]: 1.21.8
  • Controlify Version: [e.g. 0.1.0+1.19.4]: 2.3.0+1.21.8

Additional context Add any other context about the problem here.: https://github.com/isXander/Controlify/blob/multiversion/dev/src/main/java/dev/isxander/controlify/mixins/feature/screenop/vanilla/AbstractRecipeBookScreenMixin.java https://github.com/minecraft-access/minecraft-access/blob/dev/common/src/main/java/org/mcaccess/minecraftaccess/mixin/AbstractRecipeBookScreenAccessor.java

BrailleBennett avatar Aug 13 '25 11:08 BrailleBennett