YetAnotherConfigLib

YetAnotherConfigLib

13M Downloads

YACL 3.2.1 doesn't work on latest stable forge & neoforged

Fox2Code opened this issue · 3 comments

commented

latest.log or https://mclo.gs/vbnnP1n (Both are the same logs)

I'm not expecting the bug to be fixed as it look like this project no longer do bugfixes
I'm just reporting the error so you can have a heads up.

commented

If you do not wish to fixes yach please remove neoforged support flag on modrinth:
https://modrinth.com/mod/yacl

commented

Note: I tested with Forge, it also crash with theses logs:

latest.log / https://mclo.gs/LW3qezc (Both are the same logs again)

commented

Modify yacl.mixins.json,delete ContainerEventHandlerMixin

{
  "required": true,
  "package": "dev.isxander.yacl3.mixin",
  "compatibilityLevel": "JAVA_17",
  "injectors": {
    "defaultRequire": 1
  },
  "client": [
    "AbstractSelectionListMixin",
    "MinecraftMixin",
    "OptionInstanceAccessor"
  ],
  "refmap": "yet-another-config-lib-common-refmap.json"
}