isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
97 stars 37 forks source link

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

Open Fox2Code opened 11 months ago

Fox2Code commented 11 months ago

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.

Fox2Code commented 11 months ago

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

Fox2Code commented 11 months ago

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

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

LangYueMc commented 10 months ago

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"
}